cvelist/2021/24xxx/CVE-2021-24535.json

84 lines
2.2 KiB
JSON
Raw Normal View History

2021-01-14 16:04:10 +00:00
{
2021-08-16 09:14:55 +02:00
"CVE_data_meta": {
"ID": "CVE-2021-24535",
"ASSIGNER": "contact@wpscan.com",
"STATE": "PUBLIC",
"TITLE": "Light Messages <= 1.0 - CSRF to Stored XSS"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"generator": "WPScan CVE Generator",
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Unknown",
"product": {
"product_data": [
{
"product_name": "Light Messages",
"version": {
"version_data": [
{
"version_affected": "<=",
"version_name": "1.0",
"version_value": "1.0"
}
]
}
}
]
}
}
]
}
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "The Light Messages WordPress plugin through 1.0 is lacking CSRF check when updating it's settings, and is not sanitising its Message Content in them (even with the unfiltered_html disallowed). As a result, an attacker could make a logged in admin update the settings to arbitrary values, and set a Cross-Site Scripting payload in the Message Content. Depending on the options set, the XSS payload can be triggered either in the backend only (in the plugin's settings), or both frontend and backend."
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"url": "https://wpscan.com/vulnerability/351de889-9c0a-4637-bd06-0e1fe1d7e89f",
"name": "https://wpscan.com/vulnerability/351de889-9c0a-4637-bd06-0e1fe1d7e89f"
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"value": "CWE-79 Cross-site Scripting (XSS)",
"lang": "eng"
}
]
},
{
"description": [
{
"value": "CWE-352 Cross-Site Request Forgery (CSRF)",
"lang": "eng"
}
2021-01-14 16:04:10 +00:00
]
2021-08-16 09:14:55 +02:00
}
]
},
"credit": [
{
"lang": "eng",
"value": "Vinay Bhuria"
2021-01-14 16:04:10 +00:00
}
2021-08-16 09:14:55 +02:00
],
"source": {
"discovery": "UNKNOWN"
}
}