cvelist/2023/7xxx/CVE-2023-7045.json

110 lines
3.8 KiB
JSON
Raw Normal View History

2023-12-21 14:00:33 +00:00
{
2024-05-23 12:00:32 +00:00
"data_version": "4.0",
2023-12-21 14:00:33 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-7045",
2024-05-23 12:00:32 +00:00
"ASSIGNER": "cve@gitlab.com",
"STATE": "PUBLIC"
2023-12-21 14:00:33 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-05-23 12:00:32 +00:00
"value": "A CSRF vulnerability exists within GitLab CE/EE from versions 13.11 before 16.10.6, from 16.11 before 16.11.3, from 17.0 before 17.0.1. By leveraging this vulnerability, an attacker could exfiltrate anti-CSRF tokens via the Kubernetes Agent Server (KAS)."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-352: Cross-Site Request Forgery (CSRF)",
"cweId": "CWE-352"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "GitLab",
"product": {
"product_data": [
{
"product_name": "GitLab",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "13.11",
"version_value": "16.10.6"
},
{
"version_affected": "<",
"version_name": "16.11",
"version_value": "16.11.3"
},
{
"version_affected": "<",
"version_name": "17.0",
"version_value": "17.0.1"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://gitlab.com/gitlab-org/gitlab/-/issues/436358",
"refsource": "MISC",
"name": "https://gitlab.com/gitlab-org/gitlab/-/issues/436358"
},
{
"url": "https://hackerone.com/reports/2286823",
"refsource": "MISC",
"name": "https://hackerone.com/reports/2286823"
}
]
},
"solution": [
{
"lang": "en",
"value": "Upgrade to versions 16.10.6, 16.11.3, 17.0.1 or above."
}
],
"credits": [
{
"lang": "en",
"value": "Thanks [imrerad](https://hackerone.com/imrerad) for reporting this vulnerability through our HackerOne bug bounty program"
}
],
"impact": {
"cvss": [
{
"version": "3.1",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "LOW",
"userInteraction": "REQUIRED",
"scope": "CHANGED",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM"
2023-12-21 14:00:33 +00:00
}
]
}
}