46 lines
1.2 KiB
YAML
46 lines
1.2 KiB
YAML
id: CVE-2020-26876
|
|
|
|
info:
|
|
name: WordPress WP Courses Plugin Information Disclosure
|
|
author: dwisiswant0
|
|
severity: high
|
|
description: WordPress WP Courses Plugin < 2.0.29 contains a critical information disclosure which exposes private course videos and materials.
|
|
reference:
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2020-26876
|
|
- https://www.exploit-db.com/exploits/48910
|
|
- https://www.redtimmy.com/critical-information-disclosure-on-wp-courses-plugin-exposes-private-course-videos-and-materials/
|
|
- https://plugins.trac.wordpress.org/changeset/2388997
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
|
cvss-score: 7.5
|
|
cve-id: CVE-2020-26876
|
|
cwe-id: CWE-306
|
|
tags: cve,cve2020,wordpress,wp-plugin,exposure
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-json/wp/v2/lesson/1"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- "rest_post_invalid_id"
|
|
- "\"(guid|title|content|excerpt)\":{\"rendered\":"
|
|
condition: or
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "application/json"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
- 404
|
|
condition: or
|
|
|
|
# Enhanced by mp on 2022/03/21
|