Enhancement: cves/2021/CVE-2021-25118.yaml by md
parent
f46e4e8359
commit
16fb6626be
|
@ -1,15 +1,15 @@
|
||||||
id: CVE-2021-25118
|
id: CVE-2021-25118
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: Yoast SEO < 17.3 - Path Disclosure
|
name: Yoast SEO 16.7-17.2 - Information Disclosure
|
||||||
author: DhiyaneshDK
|
author: DhiyaneshDK
|
||||||
severity: medium
|
severity: medium
|
||||||
description: The plugin discloses the full internal path of featured images in posts via the wp/v2/posts REST endpoints which could help an attacker identify other vulnerabilities or help during the exploitation of other identified vulnerabilities.
|
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:
|
reference:
|
||||||
- https://wpscan.com/vulnerability/2c3f9038-632d-40ef-a099-6ea202efb550
|
- https://wpscan.com/vulnerability/2c3f9038-632d-40ef-a099-6ea202efb550
|
||||||
- https://nvd.nist.gov/vuln/detail/CVE-2021-25118
|
|
||||||
- https://plugins.trac.wordpress.org/changeset/2608691
|
- https://plugins.trac.wordpress.org/changeset/2608691
|
||||||
remediation: Fixed in version 17.3
|
- https://nvd.nist.gov/vuln/detail/CVE-2021-25118
|
||||||
|
remediation: Fixed in version 17.3.
|
||||||
classification:
|
classification:
|
||||||
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
|
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
|
cvss-score: 5.3
|
||||||
|
@ -43,3 +43,5 @@ requests:
|
||||||
group: 1
|
group: 1
|
||||||
regex:
|
regex:
|
||||||
- '"path":"(.*)/wp-content\\(.*)","size'
|
- '"path":"(.*)/wp-content\\(.*)","size'
|
||||||
|
|
||||||
|
# Enhanced by md on 2023/04/04
|
||||||
|
|
Loading…
Reference in New Issue