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

52 lines
1.5 KiB
YAML

id: CVE-2021-25118
info:
name: Yoast SEO 16.7-17.2 - Information Disclosure
author: DhiyaneshDK
severity: medium
description: Yoast SEO plugin 16.7 to 17.2 is susceptible to information disclosure, The plugin discloses the full internal path of featured images in posts via the wp/v2/posts REST endpoints, which can help an attacker identify other vulnerabilities or help during the exploitation of other identified vulnerabilities.
reference:
- https://wpscan.com/vulnerability/2c3f9038-632d-40ef-a099-6ea202efb550
- https://plugins.trac.wordpress.org/changeset/2608691
- https://nvd.nist.gov/vuln/detail/CVE-2021-25118
remediation: Fixed in version 17.3.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
cve-id: CVE-2021-25118
cwe-id: CWE-200
cpe: cpe:2.3:a:yoast:yoast_seo:*:*:*:*:*:*:*:*
epss-score: 0.00174
tags: wpscan,wordpress,cve2021,wp-plugin,fpd,cve,wp
metadata:
max-request: 1
http:
- method: GET
path:
- "{{BaseURL}}/wp-json/wp/v2/posts?per_page=1"
matchers-condition: and
matchers:
- type: regex
regex:
- '"path":"(.*)/wp-content\\(.*)","size'
- type: word
part: header
words:
- "application/json"
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- '"path":"(.*)/wp-content\\(.*)","size'
# Enhanced by md on 2023/04/04