2022-03-22 03:48:47 +00:00
|
|
|
id: CVE-2020-26876
|
2020-10-20 16:46:12 +00:00
|
|
|
|
|
|
|
info:
|
|
|
|
name: WordPress WP Courses Plugin Information Disclosure
|
|
|
|
author: dwisiswant0
|
|
|
|
severity: high
|
2022-03-22 03:48:47 +00:00
|
|
|
description: WordPress WP Courses Plugin < 2.0.29 contains a critical information disclosure which exposes private course videos and materials.
|
2021-08-18 11:37:49 +00:00
|
|
|
reference:
|
2022-03-22 03:48:47 +00:00
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2020-26876
|
2021-08-19 14:44:46 +00:00
|
|
|
- https://www.exploit-db.com/exploits/48910
|
|
|
|
- https://www.redtimmy.com/critical-information-disclosure-on-wp-courses-plugin-exposes-private-course-videos-and-materials/
|
2022-05-17 09:18:12 +00:00
|
|
|
- https://plugins.trac.wordpress.org/changeset/2388997
|
2022-03-22 03:48:47 +00:00
|
|
|
classification:
|
2022-05-17 09:18:12 +00:00
|
|
|
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
|
2022-03-22 03:48:47 +00:00
|
|
|
cve-id: CVE-2020-26876
|
2022-05-17 09:18:12 +00:00
|
|
|
cwe-id: CWE-306
|
2023-04-12 10:55:48 +00:00
|
|
|
cpe: cpe:2.3:a:wpcoursesplugin:wp-courses:*:*:*:*:*:*:*:*
|
|
|
|
epss-score: 0.01185
|
2022-08-27 04:41:18 +00:00
|
|
|
tags: cve,cve2020,wordpress,wp-plugin,exposure,edb
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2020-10-20 16:46:12 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2020-10-20 16:46:12 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/wp-json/wp/v2/lesson/1"
|
2021-07-23 18:36:13 +00:00
|
|
|
|
2020-10-20 16:46:12 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: regex
|
2022-06-27 09:29:47 +00:00
|
|
|
part: body
|
2020-10-20 16:46:12 +00:00
|
|
|
regex:
|
|
|
|
- "rest_post_invalid_id"
|
|
|
|
- "\"(guid|title|content|excerpt)\":{\"rendered\":"
|
|
|
|
condition: or
|
2021-07-23 18:36:13 +00:00
|
|
|
|
2020-10-20 16:46:12 +00:00
|
|
|
- type: word
|
2022-06-27 09:29:47 +00:00
|
|
|
part: header
|
2020-10-20 16:46:12 +00:00
|
|
|
words:
|
|
|
|
- "application/json"
|
2021-07-23 18:37:50 +00:00
|
|
|
|
2020-10-20 16:46:12 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
- 404
|
2022-03-22 03:48:47 +00:00
|
|
|
condition: or
|
|
|
|
|
|
|
|
# Enhanced by mp on 2022/03/21
|