Update advanced-access-manager-lfi.yaml
parent
4c9182c73e
commit
33d108ee76
|
@ -1,10 +1,11 @@
|
||||||
id: advanced-access-manager-lfi
|
id: advanced-access-manager-lfi
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: WordPress Advanced Access Manager <5.9.9 - Local File Inclusion
|
name: WordPress Advanced Access Manager < 5.9.9 - Local File Inclusion
|
||||||
author: 0x_Akoko
|
author: 0x_Akoko
|
||||||
severity: high
|
severity: high
|
||||||
description: WordPress Advanced Access Manager versions before 5.9.9 are vulnerable to local file inclusion and allows attackers to download the wp-config.php file and get access to the database, which is publicly reachable on many servers.
|
description: |
|
||||||
|
WordPress Advanced Access Manager versions before 5.9.9 are vulnerable to local file inclusion and allows attackers to download the wp-config.php file and get access to the database, which is publicly reachable on many servers.
|
||||||
reference:
|
reference:
|
||||||
- https://wpscan.com/vulnerability/9873
|
- https://wpscan.com/vulnerability/9873
|
||||||
- https://id.wordpress.org/plugins/advanced-access-manager/
|
- https://id.wordpress.org/plugins/advanced-access-manager/
|
||||||
|
@ -13,7 +14,7 @@ info:
|
||||||
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
||||||
cvss-score: 7.5
|
cvss-score: 7.5
|
||||||
cwe-id: CWE-22
|
cwe-id: CWE-22
|
||||||
tags: wordpress,wp-plugin,lfi
|
tags: wordpress,wp-plugin,lfi,wp,accessmanager
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
|
@ -23,10 +24,10 @@ requests:
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
|
part: body
|
||||||
words:
|
words:
|
||||||
- "DB_NAME"
|
- "DB_NAME"
|
||||||
- "DB_PASSWORD"
|
- "DB_PASSWORD"
|
||||||
part: body
|
|
||||||
condition: and
|
condition: and
|
||||||
|
|
||||||
- type: status
|
- type: status
|
||||||
|
|
Loading…
Reference in New Issue