26 lines
794 B
YAML
26 lines
794 B
YAML
id: wp-full-path-disclosure
|
|
|
|
info:
|
|
name: Wordpress - Path Disclosure
|
|
author: arcc
|
|
severity: info
|
|
reference:
|
|
- https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/#why-are-there-path-disclosures-when-directly-loading-certain-files
|
|
- https://core.trac.wordpress.org/ticket/38317
|
|
metadata:
|
|
max-request: 1
|
|
tags: debug,wordpress,fpd
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-includes/rss-functions.php"
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'Call to undefined function _deprecated_file()'
|
|
part: body
|
|
|
|
# digest: 4b0a00483046022100801bbde5d695128c523449e3f13cbcfbdbc6fac825395e2524cd6b020c4e401e022100b3912dc6c4be228a8c60c03136e6707c7b5482f0b095c9c1c530eed718f0862f:922c64590222798bb761d5b6d8e72950
|