cvelist/2023/4xxx/CVE-2023-4700.json

110 lines
3.8 KiB
JSON
Raw Normal View History

2023-09-01 07:00:31 +00:00
{
2023-11-06 18:00:34 +00:00
"data_version": "4.0",
2023-09-01 07:00:31 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-4700",
2023-11-06 18:00:34 +00:00
"ASSIGNER": "cve@gitlab.com",
"STATE": "PUBLIC"
2023-09-01 07:00:31 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2023-11-06 18:00:34 +00:00
"value": "An authorization issue affecting GitLab EE affecting all versions from 14.7 prior to 16.3.6, 16.4 prior to 16.4.2, and 16.5 prior to 16.5.1, allowed a user to run jobs in protected environments, bypassing any required approvals."
}
]
},
"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": "14.7",
"version_value": "16.3.6"
},
{
"version_affected": "<",
"version_name": "16.4.0",
"version_value": "16.4.2"
},
{
"version_affected": "<",
"version_name": "16.5.0",
"version_value": "16.5.1"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://gitlab.com/gitlab-org/gitlab/-/issues/421937",
"refsource": "MISC",
"name": "https://gitlab.com/gitlab-org/gitlab/-/issues/421937"
},
{
"url": "https://hackerone.com/reports/2129826",
"refsource": "MISC",
"name": "https://hackerone.com/reports/2129826"
}
]
},
"solution": [
{
"lang": "en",
"value": "Upgrade to versions 16.3.6, 16.4.2, 16.5.1 or above."
}
],
"credits": [
{
"lang": "en",
"value": "Thanks [Gregor Pirolt](https://hackerone.com/gregodfather) 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:N/S:C/C:L/I:N/A:N",
"attackVector": "NETWORK",
"attackComplexity": "HIGH",
"privilegesRequired": "LOW",
"userInteraction": "NONE",
"scope": "CHANGED",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"availabilityImpact": "NONE",
"baseScore": 3.5,
"baseSeverity": "LOW"
2023-09-01 07:00:31 +00:00
}
]
}
}