CVE-2021-24681
published 2021-10-11CVE-2021-24681: The Duplicate Page WordPress plugin through 4.4.2 does not sanitise or escape the Duplicate Post Suffix settings before outputting it, which could allow high…
PriorityP421medium4.8CVSS 3.1
AVNACLPRHUIRSCCLILAN
EXPLOIT
EPSS
0.87%
54.2th percentile
The Duplicate Page WordPress plugin through 4.4.2 does not sanitise or escape the Duplicate Post Suffix settings before outputting it, which could allow high privilege users to perform Stored Cross-Site Scripting attacks even when the unfiltered_html capability is disallowed.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| duplicatepro | duplicate_page | <= 4.4.2 | — |
CVSS provenance
nvdv3.14.8MEDIUMCVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N
nvdv2.03.5LOWAV:N/AC:M/Au:S/C:N/I:P/A:N
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
No detection rules found.
Nuclei
Duplicate Page WordPress - Stored Cross-Site Scripting
nuclei·CVSS 4.8
CVE-2021-24681 [MEDIUM] Duplicate Page WordPress - Stored Cross-Site Scripting
Duplicate Page WordPress - Stored Cross-Site Scripting
Duplicate Page WordPress plugin &submit_duplicate_page=Save+Changes
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(body, "Saving Please wait...")'
condition: and
internal: true
extractors:
- type: regex
group: 1
name: wp_nonce
regex:
- "id=\"duplicatepage_nonce_field\" name=\"duplicatepage_nonce_field\" value=\"(.*?)\""
internal: true
- raw:
- |
GET /wp-admin/options-general.php?page=duplicate_page_settings&msg=1 HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(content_type, "text/html")'
- 'contains_all(body, "duplicate_post_suffix", "\">")'
condition: and
# digest: 490a0046304402202a2abc79d1573117d84ce904b999a86bc6640932296a776749fc81efa1c9f758022030aea895a2b30b27dd01e8edff
No writeups or analysis indexed.
2021-10-11
Published