🔥 Add wordpress-wpcourses-info-disclosure

patch-1
Dwi Siswanto 2020-10-20 23:46:12 +07:00
parent 7dda537278
commit 4e09270571
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
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
# References:
# - [1] https://www.exploit-db.com/exploits/48910
# - [2] 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"
matchers-condition: and
matchers:
- type: regex
regex:
- "rest_post_invalid_id"
- "\"(guid|title|content|excerpt)\":{\"rendered\":"
condition: or
part: body
- type: word
words:
- "application/json"
part: header
- type: status
status:
- 200
- 404
condition: or