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

45 lines
1.5 KiB
YAML
Raw Normal View History

2021-05-16 07:29:32 +00:00
id: CVE-2021-24176
info:
name: WordPress JH 404 Logger <=1.1 - Cross-Site Scripting
2021-05-16 07:29:32 +00:00
author: Ganofins
severity: medium
description: WordPress JH 404 Logger plugin through 1.1 contains a cross-site scripting vulnerability. Referer and path of 404 pages are not properly sanitized when they are output in the WordPress dashboard, which can lead to executing arbitrary JavaScript code.
2023-09-06 12:09:01 +00:00
remediation: |
Update to the latest version of WordPress JH 404 Logger plugin (>=1.2) which addresses the XSS vulnerability.
reference:
- https://wpscan.com/vulnerability/705bcd6e-6817-4f89-be37-901a767b0585
- https://wordpress.org/plugins/jh-404-logger/
- https://ganofins.com/blog/my-first-cve-2021-24176/
- https://nvd.nist.gov/vuln/detail/CVE-2021-24176
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
cvss-score: 5.4
cve-id: CVE-2021-24176
cwe-id: CWE-79
epss-score: 0.00136
epss-percentile: 0.48672
2023-09-06 12:09:01 +00:00
cpe: cpe:2.3:a:jh_404_logger_project:jh_404_logger:*:*:*:*:*:wordpress:*:*
metadata:
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: jh_404_logger_project
product: jh_404_logger
2023-09-06 12:09:01 +00:00
framework: wordpress
2023-07-11 19:49:27 +00:00
tags: cve,cve2021,wordpress,wp-plugin,xss,wpscan
2021-05-16 07:29:32 +00:00
http:
2021-05-16 07:29:32 +00:00
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/jh-404-logger/readme.txt"
matchers-condition: and
matchers:
- type: word
2023-07-11 19:49:27 +00:00
part: body
2021-05-16 07:29:32 +00:00
words:
- "JH 404 Logger"
2021-05-16 16:42:33 +00:00
2021-05-16 07:29:32 +00:00
- type: status
status:
- 200