2024-09-12 18:03:19 +00:00
{
"id" : "CVE-2024-6446" ,
"sourceIdentifier" : "cve@gitlab.com" ,
"published" : "2024-09-12T17:15:05.557" ,
2024-09-14 16:03:15 +00:00
"lastModified" : "2024-09-14T15:17:11.720" ,
"vulnStatus" : "Analyzed" ,
2024-09-12 18:03:19 +00:00
"cveTags" : [ ] ,
"descriptions" : [
{
"lang" : "en" ,
"value" : "An issue has been discovered in GitLab affecting all versions starting from 17.1 to 17.1.7, 17.2 prior to 17.2.5 and 17.3 prior to 17.3.2. A crafted URL could be used to trick a victim to trust an attacker controlled application."
2024-09-14 16:03:15 +00:00
} ,
{
"lang" : "es" ,
"value" : "Se ha descubierto un problema en GitLab que afecta a todas las versiones desde la 17.1 hasta la 17.1.7, desde la 17.2 hasta la 17.2.5 y desde la 17.3 hasta la 17.3.2. Se podr\u00eda utilizar una URL manipulada para enga\u00f1ar a una v\u00edctima y hacer que conf\u00ede en una aplicaci\u00f3n controlada por un atacante."
2024-09-12 18:03:19 +00:00
}
] ,
"metrics" : {
"cvssMetricV31" : [
2024-09-14 16:03:15 +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:U/C:L/I:N/A:N" ,
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "LOW" ,
"userInteraction" : "REQUIRED" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "LOW" ,
"integrityImpact" : "NONE" ,
"availabilityImpact" : "NONE" ,
"baseScore" : 3.5 ,
"baseSeverity" : "LOW"
} ,
"exploitabilityScore" : 2.1 ,
"impactScore" : 1.4
} ,
2024-09-12 18:03:19 +00:00
{
"source" : "cve@gitlab.com" ,
"type" : "Secondary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:N/A:N" ,
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "LOW" ,
"userInteraction" : "REQUIRED" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "LOW" ,
"integrityImpact" : "NONE" ,
"availabilityImpact" : "NONE" ,
"baseScore" : 3.5 ,
"baseSeverity" : "LOW"
} ,
"exploitabilityScore" : 2.1 ,
"impactScore" : 1.4
}
]
} ,
"weaknesses" : [
2024-09-14 16:03:15 +00:00
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"description" : [
{
"lang" : "en" ,
"value" : "NVD-CWE-noinfo"
}
]
} ,
2024-09-12 18:03:19 +00:00
{
"source" : "cve@gitlab.com" ,
"type" : "Secondary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-840"
}
]
}
] ,
2024-09-14 16:03:15 +00:00
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:gitlab:gitlab:*:*:*:*:community:*:*:*" ,
"versionStartIncluding" : "17.1.0" ,
"versionEndExcluding" : "17.1.7" ,
"matchCriteriaId" : "AC6C8C93-43DE-4B88-81F4-6DEB61EBC5E2"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:gitlab:gitlab:*:*:*:*:enterprise:*:*:*" ,
"versionStartIncluding" : "17.1.0" ,
"versionEndExcluding" : "17.1.7" ,
"matchCriteriaId" : "EE908F1B-A4D2-4CC6-A26F-F0D6CDC6411A"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:gitlab:gitlab:*:*:*:*:community:*:*:*" ,
"versionStartIncluding" : "17.2.0" ,
"versionEndExcluding" : "17.2.5" ,
"matchCriteriaId" : "9DE9BFF3-C056-4146-A762-E34D60E10EDE"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:gitlab:gitlab:*:*:*:*:enterprise:*:*:*" ,
"versionStartIncluding" : "17.2.0" ,
"versionEndExcluding" : "17.2.5" ,
"matchCriteriaId" : "1F428DA1-FB1C-4B14-A1E1-65177E7F4B10"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:gitlab:gitlab:*:*:*:*:community:*:*:*" ,
"versionStartIncluding" : "17.3.0" ,
"versionEndExcluding" : "17.3.2" ,
"matchCriteriaId" : "D2F29B41-64CF-4CEF-8EDF-BBDBA2FFE8C1"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:gitlab:gitlab:*:*:*:*:enterprise:*:*:*" ,
"versionStartIncluding" : "17.3.0" ,
"versionEndExcluding" : "17.3.2" ,
"matchCriteriaId" : "145E52CC-F503-446E-A760-1C01753DA938"
}
]
}
]
}
] ,
2024-09-12 18:03:19 +00:00
"references" : [
{
"url" : "https://gitlab.com/gitlab-org/gitlab/-/issues/470144" ,
2024-09-14 16:03:15 +00:00
"source" : "cve@gitlab.com" ,
"tags" : [
"Broken Link"
]
2024-09-12 18:03:19 +00:00
} ,
{
"url" : "https://hackerone.com/reports/2573481" ,
2024-09-14 16:03:15 +00:00
"source" : "cve@gitlab.com" ,
"tags" : [
"Permissions Required"
]
2024-09-12 18:03:19 +00:00
}
]
}