24 lines
597 B
YAML
24 lines
597 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
|
|
tags: debug,wordpress,fpd
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-includes/rss-functions.php"
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'Call to undefined function _deprecated_file()'
|
|
part: body
|