cvelist/2023/6xxx/CVE-2023-6564.json

105 lines
3.6 KiB
JSON
Raw Normal View History

2023-12-06 21:00:32 +00:00
{
2024-02-08 12:00:33 +00:00
"data_version": "4.0",
2023-12-06 21:00:32 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-6564",
2024-02-08 12:00:33 +00:00
"ASSIGNER": "cve@gitlab.com",
"STATE": "PUBLIC"
2023-12-06 21:00:32 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-02-08 12:00:33 +00:00
"value": "An issue has been discovered in GitLab EE Premium and Ultimate affecting versions 16.4.3, 16.5.3, and 16.6.1. In projects using subgroups to define who can push and/or merge to protected branches, there may have been instances in which subgroup members with the Developer role were able to push or merge to protected branches."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
2024-10-03 07:00:37 +00:00
"value": "CWE-863: Incorrect Authorization",
"cweId": "CWE-863"
2024-02-08 12:00:33 +00:00
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "GitLab",
"product": {
"product_data": [
{
"product_name": "GitLab",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "16.4.3",
"version_value": "16.4.4"
},
{
"version_affected": "<",
"version_name": "16.5.3",
"version_value": "16.5.4"
},
{
"version_affected": "<",
"version_name": "16.6.1",
"version_value": "16.6.2"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://gitlab.com/gitlab-com/gl-infra/production/-/issues/17213",
"refsource": "MISC",
"name": "https://gitlab.com/gitlab-com/gl-infra/production/-/issues/17213"
}
]
},
"solution": [
{
"lang": "en",
"value": "Upgrade to version 16.4.4, 16.5.4 or 16.6.2"
}
],
"credits": [
{
"lang": "en",
"value": "This vulnerability has been discovered internally by a GitLab team member"
}
],
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
2024-10-03 07:00:37 +00:00
"attackVector": "NETWORK",
2024-02-08 12:00:33 +00:00
"availabilityImpact": "NONE",
"baseScore": 6.5,
2024-10-03 07:00:37 +00:00
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
2023-12-06 21:00:32 +00:00
}
]
}
}