mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
Merge pull request #15057 from projectdiscovery/wordpress-simple-social-icons-fpd
WordPress Simple Social Icons - Full Path Disclosure
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
id: wordpress-simple-social-icons-fpd
|
||||
|
||||
info:
|
||||
name: WordPress Simple Social Icons - Full Path Disclosure
|
||||
author: DhiyaneshDk
|
||||
severity: low
|
||||
description: |
|
||||
WordPress Plugin Simple Social Icons files are publicly accessible without ABSPATH protection, exposing sensitive server path information through PHP error messages when accessed directly.
|
||||
reference:
|
||||
- https://wordpress.org/plugins/simple-social-icons/
|
||||
metadata:
|
||||
verified: true
|
||||
max-request: 1
|
||||
publicwww-query: "/plugins/simple-social-icons"
|
||||
tags: wp,wordpress,wp-plugin,fpd,simple-social-icons,misconfig
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/wp-content/plugins/simple-social-icons/simple-social-icons.php"
|
||||
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- 'status_code == 200 || status_code == 500'
|
||||
- 'contains(body, "simple-social-icons")'
|
||||
- 'contains_all(body, "Fatal error", "Uncaught Error") || contains_all(body, "Warning:","failed to open stream")'
|
||||
condition: and
|
||||
Reference in New Issue
Block a user