2024-04-25 12:03:33 +00:00
{
"id" : "CVE-2024-2434" ,
"sourceIdentifier" : "cve@gitlab.com" ,
"published" : "2024-04-25T11:15:45.870" ,
2024-12-12 19:03:50 +00:00
"lastModified" : "2024-12-12T17:54:50.840" ,
"vulnStatus" : "Analyzed" ,
2024-07-14 02:06:08 +00:00
"cveTags" : [ ] ,
2024-04-25 12:03:33 +00:00
"descriptions" : [
{
"lang" : "en" ,
"value" : "An issue has been discovered in GitLab affecting all versions of GitLab CE/EE 16.9 prior to 16.9.6, 16.10 prior to 16.10.4, and 16.11 prior to 16.11.1 where path traversal could lead to DoS and restricted file read."
2024-04-28 02:03:27 +00:00
} ,
{
"lang" : "es" ,
"value" : "Se descubri\u00f3 un problema en GitLab que afecta a todas las versiones de GitLab CE/EE 16.9 anteriores a 16.9.6, 16.10 anteriores a 16.10.4 y 16.11 anteriores a 16.11.1, donde el path traversal podr\u00eda provocar DoS y lectura restringida de archivos."
2024-04-25 12:03:33 +00:00
}
] ,
"metrics" : {
"cvssMetricV31" : [
{
"source" : "cve@gitlab.com" ,
"type" : "Secondary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:H" ,
2024-12-08 03:06:42 +00:00
"baseScore" : 8.5 ,
"baseSeverity" : "HIGH" ,
2024-04-25 12:03:33 +00:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "LOW" ,
"userInteraction" : "NONE" ,
"scope" : "CHANGED" ,
"confidentialityImpact" : "LOW" ,
"integrityImpact" : "NONE" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "HIGH"
2024-04-25 12:03:33 +00:00
} ,
"exploitabilityScore" : 3.1 ,
"impactScore" : 4.7
2024-12-12 19:03:50 +00:00
} ,
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H" ,
"baseScore" : 8.1 ,
"baseSeverity" : "HIGH" ,
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "LOW" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "NONE" ,
"availabilityImpact" : "HIGH"
} ,
"exploitabilityScore" : 2.8 ,
"impactScore" : 5.2
2024-04-25 12:03:33 +00:00
}
]
} ,
"weaknesses" : [
{
"source" : "cve@gitlab.com" ,
"type" : "Secondary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-22"
}
]
2024-12-12 19:03:50 +00:00
} ,
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-22"
}
]
}
] ,
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:gitlab:gitlab:*:*:*:*:community:*:*:*" ,
"versionStartIncluding" : "16.9.0" ,
"versionEndExcluding" : "16.9.6" ,
"matchCriteriaId" : "7029AA65-DD2A-4F64-B188-104801D4529F"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:gitlab:gitlab:*:*:*:*:enterprise:*:*:*" ,
"versionStartIncluding" : "16.9.0" ,
"versionEndExcluding" : "16.9.6" ,
"matchCriteriaId" : "BB41F724-FD21-447E-81FC-D7362A759023"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:gitlab:gitlab:*:*:*:*:community:*:*:*" ,
"versionStartIncluding" : "16.10.0" ,
"versionEndExcluding" : "16.10.4" ,
"matchCriteriaId" : "A56BDD5E-E19A-4C96-BFA1-0C9C714BC1DF"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:gitlab:gitlab:*:*:*:*:enterprise:*:*:*" ,
"versionStartIncluding" : "16.10.0" ,
"versionEndExcluding" : "16.10.4" ,
"matchCriteriaId" : "4DFA9764-53C9-46A5-904A-109E64CF5942"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:gitlab:gitlab:16.11.0:*:*:*:community:*:*:*" ,
"matchCriteriaId" : "DBAF6CB8-EEBE-4F61-9B80-165C351748E2"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:gitlab:gitlab:16.11.0:*:*:*:enterprise:*:*:*" ,
"matchCriteriaId" : "BEF58721-8679-4EA5-A353-4ED035241169"
}
]
}
]
2024-04-25 12:03:33 +00:00
}
] ,
"references" : [
{
"url" : "https://gitlab.com/gitlab-org/gitlab/-/issues/450303" ,
2024-12-12 19:03:50 +00:00
"source" : "cve@gitlab.com" ,
"tags" : [
"Exploit" ,
"Issue Tracking"
]
2024-04-25 12:03:33 +00:00
} ,
{
"url" : "https://hackerone.com/reports/2401952" ,
2024-12-12 19:03:50 +00:00
"source" : "cve@gitlab.com" ,
"tags" : [
"Permissions Required"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://gitlab.com/gitlab-org/gitlab/-/issues/450303" ,
2024-12-12 19:03:50 +00:00
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Exploit" ,
"Issue Tracking"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://hackerone.com/reports/2401952" ,
2024-12-12 19:03:50 +00:00
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Permissions Required"
]
2024-04-25 12:03:33 +00:00
}
]
}