2020-10-20 16:46:12 +00:00
|
|
|
id: wordpress-wpcourses-info-disclosure
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: WordPress WP Courses Plugin Information Disclosure
|
|
|
|
author: dwisiswant0
|
|
|
|
severity: high
|
|
|
|
description: Critical Information Disclosure on WP Courses plugin < 2.0.29 exposes private course videos and materials
|
2021-02-12 05:53:01 +00:00
|
|
|
tags: wordpress,plugin
|
2021-08-18 11:29:20 +00:00
|
|
|
reference: |
|
2021-07-23 18:36:13 +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/
|
2020-10-20 16:46:12 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- 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
|
|
|
|
regex:
|
|
|
|
- "rest_post_invalid_id"
|
|
|
|
- "\"(guid|title|content|excerpt)\":{\"rendered\":"
|
|
|
|
condition: or
|
|
|
|
part: body
|
2021-07-23 18:36:13 +00:00
|
|
|
|
2020-10-20 16:46:12 +00:00
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "application/json"
|
|
|
|
part: header
|
2021-07-23 18:37:50 +00:00
|
|
|
|
2020-10-20 16:46:12 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
- 404
|
|
|
|
condition: or
|