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

80 lines
2.8 KiB
JSON
Raw Normal View History

2021-01-14 16:06:01 +00:00
{
2021-09-28 17:00:54 +00:00
"CVE_data_meta": {
"ID": "CVE-2021-24610",
"ASSIGNER": "contact@wpscan.com",
"STATE": "PUBLIC",
"TITLE": "TranslatePress < 2.0.9 - Authenticated 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": "Translate Multilingual sites \u2013 TranslatePress",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "2.0.9",
"version_value": "2.0.9"
}
]
}
}
]
2021-09-27 17:19:25 +02:00
}
}
]
}
2021-09-28 17:00:54 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "The TranslatePress WordPress plugin before 2.0.9 does not implement a proper sanitisation on the translated strings. The 'trp_sanitize_string' function only removes script tag with a regex, still allowing other HTML tags and attributes to execute javascript, which could lead to authenticated Stored Cross-Site Scripting issues."
}
2021-01-14 16:06:01 +00:00
]
2021-09-28 17:00:54 +00:00
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"url": "https://wpscan.com/vulnerability/b87fcc2f-c2eb-4e23-9757-d1c590f26d3f",
"name": "https://wpscan.com/vulnerability/b87fcc2f-c2eb-4e23-9757-d1c590f26d3f"
},
{
"refsource": "MISC",
"name": "http://packetstormsecurity.com/files/164306/WordPress-TranslatePress-2.0.8-Cross-Site-Scripting.html",
"url": "http://packetstormsecurity.com/files/164306/WordPress-TranslatePress-2.0.8-Cross-Site-Scripting.html"
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"value": "CWE-79 Cross-site Scripting (XSS)",
"lang": "eng"
}
]
}
]
},
"credit": [
{
"lang": "eng",
"value": "apapedulimu"
}
],
"source": {
"discovery": "EXTERNAL"
2021-01-14 16:06:01 +00:00
}
2021-09-28 17:00:54 +00:00
}