nuclei-templates/vulnerabilities/wordpress/wordpress-wpcourses-info-di...

36 lines
961 B
YAML
Raw Normal View History

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
tags: wordpress,plugin
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/
requests:
- method: GET
path:
- "{{BaseURL}}/wp-json/wp/v2/lesson/1"
2021-07-23 18:36:13 +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
- type: word
words:
- "application/json"
part: header
- type: status
status:
- 200
- 404
condition: or