cvelist/2024/56xxx/CVE-2024-56364.json

91 lines
3.1 KiB
JSON
Raw Normal View History

2024-12-20 18:01:00 +00:00
{
2024-12-23 16:00:53 +00:00
"data_version": "4.0",
2024-12-20 18:01:00 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-56364",
2024-12-23 16:00:53 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
2024-12-20 18:01:00 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-12-23 16:00:53 +00:00
"value": "SimpleXLSX is software for parsing and retrieving data from Excel XLSx files. Starting in 1.0.12 and ending in 1.1.13, when calling the extended toHTMLEx method, it is possible to execute arbitrary JavaScript code. This vulnerability is fixed in 1.1.13."
}
]
},
"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": "shuchkin",
"product": {
"product_data": [
{
"product_name": "simplexlsx",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": ">= 1.0.12, < 1.1.13"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/shuchkin/simplexlsx/security/advisories/GHSA-r87q-fj25-f8jf",
"refsource": "MISC",
"name": "https://github.com/shuchkin/simplexlsx/security/advisories/GHSA-r87q-fj25-f8jf"
},
{
"url": "https://github.com/shuchkin/simplexlsx/commit/71a5e3d40d14e33161f8a40b3fd02de542218ef0",
"refsource": "MISC",
"name": "https://github.com/shuchkin/simplexlsx/commit/71a5e3d40d14e33161f8a40b3fd02de542218ef0"
}
]
},
"source": {
"advisory": "GHSA-r87q-fj25-f8jf",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
2024-12-20 18:01:00 +00:00
}
]
}
}