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

75 lines
2.0 KiB
JSON
Raw Normal View History

2021-01-14 16:04:47 +00:00
{
2021-12-13 11:34:40 +01:00
"CVE_data_meta": {
"ID": "CVE-2021-24792",
"ASSIGNER": "contact@wpscan.com",
"STATE": "PUBLIC",
"TITLE": "Shiny Buttons <= 1.1.0 - Unauthenticated Stored Cross-Site Scripting"
},
"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": "Shiny Buttons CSS3 Button Generator for WordPress",
"version": {
"version_data": [
{
"version_affected": "<=",
"version_name": "1.1.0",
"version_value": "1.1.0"
}
]
}
}
]
}
}
]
}
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "The Shiny Buttons WordPress plugin through 1.1.0 does not have any authorisation and CSRF in place when saving a template (wpbtn_save_template function hooked to the init action), nor sanitise and escape them before outputting them in the admin dashboard, which allow unauthenticated users to add a malicious template and lead to Stored Cross-Site Scripting issues."
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"url": "https://wpscan.com/vulnerability/29514d8e-9d1c-4fb6-b378-f6b7374989ca",
"name": "https://wpscan.com/vulnerability/29514d8e-9d1c-4fb6-b378-f6b7374989ca"
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"value": "CWE-79 Cross-site Scripting (XSS)",
"lang": "eng"
}
2021-01-14 16:04:47 +00:00
]
2021-12-13 11:34:40 +01:00
}
]
},
"credit": [
{
"lang": "eng",
"value": "Vishal Mohan"
2021-01-14 16:04:47 +00:00
}
2021-12-13 11:34:40 +01:00
],
"source": {
"discovery": "EXTERNAL"
}
2021-01-14 16:04:47 +00:00
}