2024-07-25 02:03:12 +00:00
{
"id" : "CVE-2024-7057" ,
"sourceIdentifier" : "cve@gitlab.com" ,
"published" : "2024-07-25T01:15:10.040" ,
2024-09-05 18:03:17 +00:00
"lastModified" : "2024-09-05T17:33:21.630" ,
"vulnStatus" : "Analyzed" ,
2024-07-25 02:03:12 +00:00
"cveTags" : [ ] ,
"descriptions" : [
{
"lang" : "en" ,
"value" : "An information disclosure vulnerability in GitLab CE/EE affecting all versions starting from 16.7 prior to 17.0.5, starting from 17.1 prior to 17.1.3, and starting from 17.2 prior to 17.2.1 where job artifacts can be inappropriately exposed to users lacking the proper authorization level."
2024-07-28 02:03:13 +00:00
} ,
{
"lang" : "es" ,
"value" : "Una vulnerabilidad de divulgaci\u00f3n de informaci\u00f3n en GitLab CE/EE que afecta a todas las versiones desde la 16.7 anterior a la 17.0.5, desde la 17.1 anterior a la 17.1.3 y desde la 17.2 anterior a la 17.2.1, donde los artefactos del trabajo pueden exponerse de manera inapropiada a usuarios que carecen de la nivel de autorizaci\u00f3n adecuado."
2024-07-25 02:03:12 +00:00
}
] ,
"metrics" : {
"cvssMetricV31" : [
2024-09-05 18:03:17 +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:L/I:N/A:N" ,
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "LOW" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "LOW" ,
"integrityImpact" : "NONE" ,
"availabilityImpact" : "NONE" ,
"baseScore" : 4.3 ,
"baseSeverity" : "MEDIUM"
} ,
"exploitabilityScore" : 2.8 ,
"impactScore" : 1.4
} ,
2024-07-25 02:03:12 +00:00
{
"source" : "cve@gitlab.com" ,
"type" : "Secondary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" ,
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "LOW" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "LOW" ,
"integrityImpact" : "NONE" ,
"availabilityImpact" : "NONE" ,
"baseScore" : 4.3 ,
"baseSeverity" : "MEDIUM"
} ,
"exploitabilityScore" : 2.8 ,
"impactScore" : 1.4
}
]
} ,
"weaknesses" : [
2024-09-05 18:03:17 +00:00
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"description" : [
{
"lang" : "en" ,
"value" : "NVD-CWE-noinfo"
}
]
} ,
2024-07-25 02:03:12 +00:00
{
"source" : "cve@gitlab.com" ,
"type" : "Secondary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-284"
}
]
}
] ,
2024-09-05 18:03:17 +00:00
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:gitlab:gitlab:*:*:*:*:community:*:*:*" ,
"versionStartIncluding" : "16.7" ,
"versionEndExcluding" : "17.0.5" ,
"matchCriteriaId" : "7D2AF178-30AD-4287-A7BE-881FBF897438"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:gitlab:gitlab:*:*:*:*:enterprise:*:*:*" ,
"versionStartIncluding" : "16.7" ,
"versionEndExcluding" : "17.0.5" ,
"matchCriteriaId" : "B7B134A8-6F60-4450-A98C-857ED5AD5BFF"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:gitlab:gitlab:*:*:*:*:community:*:*:*" ,
"versionStartIncluding" : "17.1" ,
"versionEndExcluding" : "17.1.3" ,
"matchCriteriaId" : "2AAB2105-E23B-4B5B-B1FB-63E2B406C15D"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:gitlab:gitlab:*:*:*:*:enterprise:*:*:*" ,
"versionStartIncluding" : "17.1" ,
"versionEndExcluding" : "17.1.3" ,
"matchCriteriaId" : "08FB7225-89F0-46D7-81AB-003D5D3BE137"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:gitlab:gitlab:*:*:*:*:community:*:*:*" ,
"versionStartIncluding" : "17.2" ,
"versionEndExcluding" : "17.2.1" ,
"matchCriteriaId" : "BDEB6BD0-A0F9-4ECD-8BB1-DAD86FDB23DE"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:gitlab:gitlab:*:*:*:*:enterprise:*:*:*" ,
"versionStartIncluding" : "17.2" ,
"versionEndExcluding" : "17.2.1" ,
"matchCriteriaId" : "579D177F-35DB-4988-82DD-0A5AA1AEDBA1"
}
]
}
]
}
] ,
2024-07-25 02:03:12 +00:00
"references" : [
{
"url" : "https://gitlab.com/gitlab-org/gitlab/-/issues/458501" ,
2024-09-05 18:03:17 +00:00
"source" : "cve@gitlab.com" ,
"tags" : [
"Broken Link"
]
2024-07-25 02:03:12 +00:00
} ,
{
"url" : "https://hackerone.com/reports/2475135" ,
2024-09-05 18:03:17 +00:00
"source" : "cve@gitlab.com" ,
"tags" : [
"Permissions Required"
]
2024-07-25 02:03:12 +00:00
}
]
}