cvelist/2024/0xxx/CVE-2024-0199.json
2024-03-07 14:00:46 +00:00

115 lines
4.1 KiB
JSON

{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-0199",
"ASSIGNER": "cve@gitlab.com",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "An authorization bypass vulnerability was discovered in GitLab affecting versions 11.3 prior to 16.7.7, 16.7.6 prior to 16.8.4, and 16.8.3 prior to 16.9.2. An attacker could bypass CODEOWNERS by utilizing a crafted payload in an old feature branch to perform malicious actions."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-284: Improper Access Control",
"cweId": "CWE-284"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "GitLab",
"product": {
"product_data": [
{
"product_name": "GitLab",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "11.3",
"version_value": "16.7.7"
},
{
"version_affected": "<",
"version_name": "16.8",
"version_value": "16.8.4"
},
{
"version_affected": "<",
"version_name": "16.9",
"version_value": "16.9.2"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://gitlab.com/gitlab-org/gitlab/-/issues/436977",
"refsource": "MISC",
"name": "https://gitlab.com/gitlab-org/gitlab/-/issues/436977"
},
{
"url": "https://hackerone.com/reports/2295423",
"refsource": "MISC",
"name": "https://hackerone.com/reports/2295423"
},
{
"url": "https://about.gitlab.com/releases/2024/03/06/security-release-gitlab-16-9-2-released/",
"refsource": "MISC",
"name": "https://about.gitlab.com/releases/2024/03/06/security-release-gitlab-16-9-2-released/"
}
]
},
"solution": [
{
"lang": "en",
"value": "Upgrade to versions 16.7.7, 16.8.4, 16.9.2 or above."
}
],
"credits": [
{
"lang": "en",
"value": "Thanks [ali_shehab](https://hackerone.com/ali_shehab) for reporting this vulnerability through our HackerOne bug bounty program"
}
],
"impact": {
"cvss": [
{
"version": "3.1",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:N",
"attackVector": "NETWORK",
"attackComplexity": "HIGH",
"privilegesRequired": "LOW",
"userInteraction": "REQUIRED",
"scope": "CHANGED",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"availabilityImpact": "NONE",
"baseScore": 7.7,
"baseSeverity": "HIGH"
}
]
}
}