cvelist/2025/0xxx/CVE-2025-0475.json

110 lines
3.9 KiB
JSON
Raw Normal View History

2025-01-14 20:01:02 +00:00
{
2025-03-03 11:00:33 +00:00
"data_version": "4.0",
2025-01-14 20:01:02 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2025-0475",
2025-03-03 11:00:33 +00:00
"ASSIGNER": "cve@gitlab.com",
"STATE": "PUBLIC"
2025-01-14 20:01:02 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2025-03-03 11:00:33 +00:00
"value": "An issue has been discovered in GitLab CE/EE affecting all versions from 15.10 prior to 17.7.6, 17.8 prior to 17.8.4, and 17.9 prior to 17.9.1. A proxy feature could potentially allow unintended content rendering leading to XSS under specific circumstances."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')",
"cweId": "CWE-79"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "GitLab",
"product": {
"product_data": [
{
"product_name": "GitLab",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "15.10",
"version_value": "17.7.6"
},
{
"version_affected": "<",
"version_name": "17.8",
"version_value": "17.8.4"
},
{
"version_affected": "<",
"version_name": "17.9",
"version_value": "17.9.1"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://gitlab.com/gitlab-org/gitlab/-/issues/513142",
"refsource": "MISC",
"name": "https://gitlab.com/gitlab-org/gitlab/-/issues/513142"
},
{
"url": "https://hackerone.com/reports/2932309",
"refsource": "MISC",
"name": "https://hackerone.com/reports/2932309"
}
]
},
"solution": [
{
"lang": "en",
"value": "Upgrade to versions 17.7.6, 17.8.4, 17.9.1 or above."
}
],
"credits": [
{
"lang": "en",
"value": "Thanks [joaxcar](https://hackerone.com/joaxcar) 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:H/I:H/A:N",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "LOW",
"userInteraction": "REQUIRED",
"scope": "CHANGED",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"availabilityImpact": "NONE",
"baseScore": 8.7,
"baseSeverity": "HIGH"
2025-01-14 20:01:02 +00:00
}
]
}
}