nuclei-templates/vulnerabilities/wordpress/wp-haberadam-idor.yaml

38 lines
894 B
YAML
Raw Normal View History

id: wp-haberadam-idor
2021-11-23 14:16:33 +00:00
info:
name: WordPress Themes Haberadam IDOR and Full Path Disclosure via JSON API
author: pussycat0x
severity: low
reference: https://cxsecurity.com/issue/WLB-2021090078
2021-11-23 14:16:33 +00:00
metadata:
google-dork: inurl:/wp-content/themes/haberadam/
tags: wordpress,idor,wp-theme
2021-11-23 14:16:33 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/wp-content/themes/haberadam/api/mobile-info.php?id='
- '{{BaseURL}}/blog/wp-content/themes/haberadam/api/mobile-info.php?id='
stop-at-first-match: true
2021-11-23 14:16:33 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"status"'
- '"hava"'
- '"degree"'
- '"icon"'
2021-11-23 14:16:33 +00:00
condition: and
2021-11-23 14:16:33 +00:00
- type: status
status:
2021-11-23 14:20:27 +00:00
- 200
- type: word
part: header
words:
- text/html