2024-11-14 15:04:22 +00:00
{
"id" : "CVE-2024-8648" ,
"sourceIdentifier" : "cve@gitlab.com" ,
"published" : "2024-11-14T13:15:05.323" ,
2024-12-12 23:03:43 +00:00
"lastModified" : "2024-12-12T21:45:54.047" ,
"vulnStatus" : "Analyzed" ,
2024-11-14 15:04:22 +00:00
"cveTags" : [ ] ,
"descriptions" : [
{
"lang" : "en" ,
"value" : "An issue has been discovered in GitLab CE/EE affecting all versions from 16 before 17.3.7, 17.4 before 17.4.4, and 17.5 before 17.5.2. The vulnerability could allow an attacker to inject malicious JavaScript code in Analytics Dashboards through a specially crafted URL."
2024-11-15 15:03:34 +00:00
} ,
{
"lang" : "es" ,
"value" : "Se ha descubierto un problema en GitLab CE/EE que afecta a todas las versiones desde la 16 hasta la 17.3.7, la 17.4 hasta la 17.4.4 y la 17.5 hasta la 17.5.2. La vulnerabilidad podr\u00eda permitir que un atacante inyecte c\u00f3digo JavaScript malicioso en los paneles de Analytics a trav\u00e9s de una URL especialmente manipulada."
2024-11-14 15:04:22 +00:00
}
] ,
"metrics" : {
"cvssMetricV31" : [
{
"source" : "cve@gitlab.com" ,
"type" : "Secondary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" ,
2024-12-08 03:06:42 +00:00
"baseScore" : 6.1 ,
"baseSeverity" : "MEDIUM" ,
2024-11-14 15:04:22 +00:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "REQUIRED" ,
"scope" : "CHANGED" ,
"confidentialityImpact" : "LOW" ,
"integrityImpact" : "LOW" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "NONE"
2024-11-14 15:04:22 +00:00
} ,
"exploitabilityScore" : 2.8 ,
"impactScore" : 2.7
2024-12-12 23:03:43 +00:00
} ,
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" ,
"baseScore" : 6.1 ,
"baseSeverity" : "MEDIUM" ,
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "REQUIRED" ,
"scope" : "CHANGED" ,
"confidentialityImpact" : "LOW" ,
"integrityImpact" : "LOW" ,
"availabilityImpact" : "NONE"
} ,
"exploitabilityScore" : 2.8 ,
"impactScore" : 2.7
2024-11-14 15:04:22 +00:00
}
]
} ,
"weaknesses" : [
{
"source" : "cve@gitlab.com" ,
"type" : "Primary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-79"
}
]
}
] ,
2024-12-12 23:03:43 +00:00
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:gitlab:gitlab:*:*:*:*:community:*:*:*" ,
"versionStartIncluding" : "16.0.0" ,
"versionEndExcluding" : "17.3.7" ,
"matchCriteriaId" : "5268F847-0BD4-4419-A504-861924E3E773"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:gitlab:gitlab:*:*:*:*:enterprise:*:*:*" ,
"versionStartIncluding" : "16.0.0" ,
"versionEndExcluding" : "17.3.7" ,
"matchCriteriaId" : "99100D1B-7A1C-44A0-89AD-23A4ADA34995"
} ,
{
"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 15:04:22 +00:00
"references" : [
{
"url" : "https://about.gitlab.com/releases/2024/11/13/patch-release-gitlab-17-5-2-released/#stored-xss-through-javascript-url-in-analytics-dashboards" ,
2024-12-12 23:03:43 +00:00
"source" : "cve@gitlab.com" ,
"tags" : [
"Vendor Advisory"
]
2024-11-14 15:04:22 +00:00
} ,
{
"url" : "https://gitlab.com/gitlab-org/gitlab/-/issues/486220" ,
2024-12-12 23:03:43 +00:00
"source" : "cve@gitlab.com" ,
"tags" : [
"Broken Link"
]
2024-11-14 15:04:22 +00:00
} ,
{
"url" : "https://hackerone.com/reports/2683863" ,
2024-12-12 23:03:43 +00:00
"source" : "cve@gitlab.com" ,
"tags" : [
"Permissions Required"
]
2024-11-14 15:04:22 +00:00
}
]
}