cvelist/2024/45xxx/CVE-2024-45799.json

95 lines
3.4 KiB
JSON
Raw Normal View History

2024-09-09 15:00:36 +00:00
{
2024-09-16 19:00:36 +00:00
"data_version": "4.0",
2024-09-09 15:00:36 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-45799",
2024-09-16 19:00:36 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
2024-09-09 15:00:36 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-09-16 19:00:36 +00:00
"value": "FluxCP is a web-based Control Panel for rAthena servers written in PHP. A javascript injection is possible via venders/buyers list pages and shop names, that are currently not sanitized. This allows executing arbitrary javascript code on the user's browser just by visiting the shop pages. As a result all logged in to fluxcp users can have their session info stolen. This issue has been addressed in release version 1.3. All users are advised to upgrade. There are no known workarounds for this vulnerability."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')",
"cweId": "CWE-79"
}
]
},
{
"description": [
{
"lang": "eng",
"value": "CWE-200: Exposure of Sensitive Information to an Unauthorized Actor",
"cweId": "CWE-200"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "rathena",
"product": {
"product_data": [
{
"product_name": "FluxCP",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": "< 1.3"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/rathena/FluxCP/security/advisories/GHSA-xvqv-25vf-88g4",
"refsource": "MISC",
"name": "https://github.com/rathena/FluxCP/security/advisories/GHSA-xvqv-25vf-88g4"
}
]
},
"source": {
"advisory": "GHSA-xvqv-25vf-88g4",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
2024-09-09 15:00:36 +00:00
}
]
}
}