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

110 lines
3.9 KiB
JSON
Raw Normal View History

2023-09-12 14:00:33 +00:00
{
2023-12-01 08:00:31 +00:00
"data_version": "4.0",
2023-09-12 14:00:33 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-4912",
2023-12-01 08:00:31 +00:00
"ASSIGNER": "cve@gitlab.com",
"STATE": "PUBLIC"
2023-09-12 14:00:33 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2023-12-01 08:00:31 +00:00
"value": "An issue has been discovered in GitLab EE affecting all versions starting from 10.5 before 16.4.3, all versions starting from 16.5 before 16.5.3, all versions starting from 16.6 before 16.6.1. It was possible for an attacker to cause a client-side denial of service using malicious crafted mermaid diagram input."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-400: Uncontrolled Resource Consumption",
"cweId": "CWE-400"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "GitLab",
"product": {
"product_data": [
{
"product_name": "GitLab",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "10.5",
"version_value": "16.4.3"
},
{
"version_affected": "<",
"version_name": "16.5",
"version_value": "16.5.3"
},
{
"version_affected": "<",
"version_name": "16.6",
"version_value": "16.6.1"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://gitlab.com/gitlab-org/gitlab/-/issues/424882",
"refsource": "MISC",
"name": "https://gitlab.com/gitlab-org/gitlab/-/issues/424882"
},
{
"url": "https://hackerone.com/reports/2137421",
"refsource": "MISC",
"name": "https://hackerone.com/reports/2137421"
}
]
},
"solution": [
{
"lang": "en",
"value": "Upgrade to versions 16.4.3, 16.5.3, 16.6.1 or above."
}
],
"credits": [
{
"lang": "en",
"value": "Thanks [toukakirishima](https://hackerone.com/toukakirishima) for reporting this vulnerability through our HackerOne bug bounty program"
}
],
"impact": {
"cvss": [
{
"version": "3.1",
2023-12-05 12:00:32 +00:00
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:L",
2023-12-01 08:00:31 +00:00
"attackVector": "NETWORK",
2023-12-05 12:00:32 +00:00
"attackComplexity": "HIGH",
2023-12-01 08:00:31 +00:00
"privilegesRequired": "LOW",
2023-12-05 12:00:32 +00:00
"userInteraction": "REQUIRED",
2023-12-01 08:00:31 +00:00
"scope": "UNCHANGED",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"availabilityImpact": "LOW",
2023-12-05 12:00:32 +00:00
"baseScore": 2.6,
"baseSeverity": "LOW"
2023-09-12 14:00:33 +00:00
}
]
}
}