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

95 lines
2.9 KiB
JSON
Raw Normal View History

2023-07-31 10:00:39 +00:00
{
2023-08-02 06:00:34 +00:00
"data_version": "4.0",
2023-07-31 10:00:39 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-4011",
2023-08-02 06:00:34 +00:00
"ASSIGNER": "cve@gitlab.com",
"STATE": "PUBLIC"
2023-07-31 10:00:39 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2023-08-02 06:00:34 +00:00
"value": "An issue has been discovered in GitLab EE affecting all versions from 15.11 prior to 16.2.2 which allows an attacker to spike the resource consumption resulting in DoS."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
2024-10-03 07:00:37 +00:00
"value": "CWE-770: Allocation of Resources Without Limits or Throttling",
"cweId": "CWE-770"
2023-08-02 06:00:34 +00:00
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "GitLab",
"product": {
"product_data": [
{
"product_name": "GitLab",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "15.11",
"version_value": "16.2.2"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://gitlab.com/gitlab-org/gitlab/-/issues/409367",
"refsource": "MISC",
"name": "https://gitlab.com/gitlab-org/gitlab/-/issues/409367"
}
]
},
"solution": [
{
"lang": "en",
"value": "Upgrade to version 16.2.2"
}
],
"credits": [
{
"lang": "en",
"value": "This vulnerability has been discovered internally by GitLab team member [gonzoyumo](https://gitlab.com/gonzoyumo)"
}
],
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
2024-10-03 07:00:37 +00:00
"attackVector": "NETWORK",
2023-08-02 06:00:34 +00:00
"availabilityImpact": "LOW",
"baseScore": 4.3,
2024-10-03 07:00:37 +00:00
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
2023-07-31 10:00:39 +00:00
}
]
}
}