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

105 lines
3.6 KiB
JSON
Raw Normal View History

2024-07-24 21:00:40 +00:00
{
2024-07-24 23:00:38 +00:00
"data_version": "4.0",
2024-07-24 21:00:40 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-7091",
2024-07-24 23:00:38 +00:00
"ASSIGNER": "cve@gitlab.com",
"STATE": "PUBLIC"
2024-07-24 21:00:40 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-07-24 23:00:38 +00:00
"value": "An issue was discovered in GitLab CE/EE affecting all versions starting from 15.6 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 it was possible to disclose limited information of an exported group or project to another user."
}
]
},
"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.6",
"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/408469",
"refsource": "MISC",
"name": "https://gitlab.com/gitlab-org/gitlab/-/issues/408469"
}
]
},
"solution": [
{
"lang": "en",
"value": "Upgrade to versions 17.0.5, 17.1.3, 17.2.1 or above."
}
],
"credits": [
{
"lang": "en",
"value": "This vulnerability was found internally by a GitLab team member [James Nutt](hhttps://gitlab.com/jnutt)."
}
],
"impact": {
"cvss": [
{
"version": "3.1",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:N/A:N",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "LOW",
"userInteraction": "REQUIRED",
"scope": "CHANGED",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"availabilityImpact": "NONE",
"baseScore": 4.1,
"baseSeverity": "MEDIUM"
2024-07-24 21:00:40 +00:00
}
]
}
}