cvelist/2024/7xxx/CVE-2024-7060.json

105 lines
3.6 KiB
JSON
Raw Normal View History

2024-07-23 22:00:36 +00:00
{
2024-07-24 23:00:38 +00:00
"data_version": "4.0",
2024-07-23 22:00:36 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-7060",
2024-07-24 23:00:38 +00:00
"ASSIGNER": "cve@gitlab.com",
"STATE": "PUBLIC"
2024-07-23 22:00:36 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-07-24 23:00:38 +00:00
"value": "An information disclosure vulnerability in GitLab CE/EE in project/group exports affecting all versions from 15.4 prior to 17.0.5, 17.1 prior to 17.1.3, and 17.2 prior to 17.2.1 allows unauthorized users to view the resultant export."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-200: Exposure of Sensitive Information to an Unauthorized Actor",
"cweId": "CWE-200"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "GitLab",
"product": {
"product_data": [
{
"product_name": "GitLab",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "15.4",
"version_value": "17.0.5"
},
{
"version_affected": "<",
"version_name": "17.1",
"version_value": "17.1.3"
},
{
"version_affected": "<",
"version_name": "17.2",
"version_value": "17.2.1"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://gitlab.com/gitlab-org/gitlab/-/issues/437894",
"refsource": "MISC",
"name": "https://gitlab.com/gitlab-org/gitlab/-/issues/437894"
}
]
},
"solution": [
{
"lang": "en",
"value": "Upgrade to version 17.0.5, 17.1.3, 17.2.1 or higher"
}
],
"credits": [
{
"lang": "en",
"value": "This vulnerability has been discovered internally by GitLab team member [Martin Wortschack](https://gitlab.com/wortschi)"
}
],
"impact": {
"cvss": [
{
"version": "3.1",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:L/I:N/A:N",
"attackVector": "NETWORK",
"attackComplexity": "HIGH",
"privilegesRequired": "LOW",
"userInteraction": "REQUIRED",
"scope": "UNCHANGED",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"availabilityImpact": "NONE",
"baseScore": 2.6,
"baseSeverity": "LOW"
2024-07-23 22:00:36 +00:00
}
]
}
}