2024-11-14 13:04:02 +00:00
{
"id" : "CVE-2024-8180" ,
"sourceIdentifier" : "cve@gitlab.com" ,
"published" : "2024-11-14T11:15:04.933" ,
2024-12-13 03:03:54 +00:00
"lastModified" : "2024-12-13T01:26:23.310" ,
"vulnStatus" : "Analyzed" ,
2024-11-14 13:04:02 +00:00
"cveTags" : [ ] ,
"descriptions" : [
{
"lang" : "en" ,
"value" : "An issue has been discovered in GitLab CE/EE affecting all versions from 17.3 before 17.3.7, 17.4 before 17.4.4, and 17.5 before 17.5.2. Improper output encoding could lead to XSS if CSP is not enabled."
} ,
{
"lang" : "es" ,
"value" : "Se ha descubierto un problema en GitLab CE/EE que afecta a todas las versiones desde la 17.3 hasta la 17.3.7, desde la 17.4 hasta la 17.4.4 y desde la 17.5 hasta la 17.5.2. Una codificaci\u00f3n de salida incorrecta podr\u00eda provocar un error XSS si no se habilita CSP."
}
] ,
"metrics" : {
"cvssMetricV31" : [
{
"source" : "cve@gitlab.com" ,
"type" : "Secondary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" ,
2024-12-08 03:06:42 +00:00
"baseScore" : 5.4 ,
"baseSeverity" : "MEDIUM" ,
2024-11-14 13:04:02 +00:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "LOW" ,
"userInteraction" : "REQUIRED" ,
"scope" : "CHANGED" ,
"confidentialityImpact" : "LOW" ,
"integrityImpact" : "LOW" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "NONE"
2024-11-14 13:04:02 +00:00
} ,
"exploitabilityScore" : 2.3 ,
"impactScore" : 2.7
2024-12-13 03:03:54 +00:00
} ,
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" ,
"baseScore" : 5.4 ,
"baseSeverity" : "MEDIUM" ,
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "LOW" ,
"userInteraction" : "REQUIRED" ,
"scope" : "CHANGED" ,
"confidentialityImpact" : "LOW" ,
"integrityImpact" : "LOW" ,
"availabilityImpact" : "NONE"
} ,
"exploitabilityScore" : 2.3 ,
"impactScore" : 2.7
2024-11-14 13:04:02 +00:00
}
]
} ,
"weaknesses" : [
{
"source" : "cve@gitlab.com" ,
"type" : "Primary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-79"
}
]
}
] ,
2024-12-13 03:03:54 +00:00
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:gitlab:gitlab:*:*:*:*:community:*:*:*" ,
"versionStartIncluding" : "17.3.0" ,
"versionEndExcluding" : "17.3.7" ,
"matchCriteriaId" : "74E30536-DC70-4B29-9949-A62CD91CFD30"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:gitlab:gitlab:*:*:*:*:enterprise:*:*:*" ,
"versionStartIncluding" : "17.3.0" ,
"versionEndExcluding" : "17.3.7" ,
"matchCriteriaId" : "29B62E43-F700-4612-8B62-CCE84B94D47A"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:gitlab:gitlab:*:*:*:*:community:*:*:*" ,
"versionStartIncluding" : "17.4.0" ,
"versionEndExcluding" : "17.4.4" ,
"matchCriteriaId" : "1F7F4C7C-334F-4015-AC25-74FCE4BAD311"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:gitlab:gitlab:*:*:*:*:enterprise:*:*:*" ,
"versionStartIncluding" : "17.4.0" ,
"versionEndExcluding" : "17.4.4" ,
"matchCriteriaId" : "7FF0B7C7-E0BD-4C6C-8938-0082CBE64847"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:gitlab:gitlab:*:*:*:*:community:*:*:*" ,
"versionStartIncluding" : "17.5.0" ,
"versionEndExcluding" : "17.5.2" ,
"matchCriteriaId" : "34CDEED3-E7FB-4620-8E07-E4766F9B6593"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:gitlab:gitlab:*:*:*:*:enterprise:*:*:*" ,
"versionStartIncluding" : "17.5.0" ,
"versionEndExcluding" : "17.5.2" ,
"matchCriteriaId" : "DA99FF56-0441-464D-B369-CF72EF9EEDC7"
}
]
}
]
}
] ,
2024-11-14 13:04:02 +00:00
"references" : [
{
"url" : "https://about.gitlab.com/releases/2024/11/13/patch-release-gitlab-17-5-2-released/#html-injection-in-vulnerability-code-flow-could-lead-to-xss-on-self-hosted-instances" ,
2024-12-13 03:03:54 +00:00
"source" : "cve@gitlab.com" ,
"tags" : [
"Vendor Advisory"
]
2024-11-14 13:04:02 +00:00
} ,
{
"url" : "https://gitlab.com/gitlab-org/gitlab/-/issues/480720" ,
2024-12-13 03:03:54 +00:00
"source" : "cve@gitlab.com" ,
"tags" : [
"Broken Link"
]
2024-11-14 13:04:02 +00:00
} ,
{
"url" : "https://hackerone.com/reports/2654010" ,
2024-12-13 03:03:54 +00:00
"source" : "cve@gitlab.com" ,
"tags" : [
"Permissions Required"
]
2024-11-14 13:04:02 +00:00
}
]
}