cvelist/2024/29xxx/CVE-2024-29183.json
2024-04-19 16:00:33 +00:00

91 lines
3.2 KiB
JSON

{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-29183",
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "OpenRASP is a RASP solution that directly integrates its protection engine into the application server by instrumentation. There exists a reflected XSS in the /login page due to a reflection of the redirect parameter. This allows an attacker to execute arbitrary javascript with the permissions of a user after the user logins with their account."
}
]
},
"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": "baidu",
"product": {
"product_data": [
{
"product_name": "openrasp",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": "<=1.3.7"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/baidu/openrasp/commit/240fde3901c7a36aaade3683ffd5c89140a535fb",
"refsource": "MISC",
"name": "https://github.com/baidu/openrasp/commit/240fde3901c7a36aaade3683ffd5c89140a535fb"
},
{
"url": "https://securitylab.github.com/advisories/GHSL-2023-253_openrasp",
"refsource": "MISC",
"name": "https://securitylab.github.com/advisories/GHSL-2023-253_openrasp"
}
]
},
"source": {
"advisory": "GHSA-64hc-fffw-56x9",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
}
]
}
}