cbcvebase.
CVE-2024-11303
published 2024-11-18

CVE-2024-11303: The pathname of the root directory to a Restricted Directory ('Path Traversal') vulnerability in Korenix JetPort 5601 allows Path Traversal.This issue affects…

PriorityP179high8.7CVSS 4.0
AVNACLATNPRNUINVCHVINVANSCNSINSANEXCRXIRXARXMAVXMACXMATXMPRXMUIXMVCXMVIXMVAXMSCXMSIXMSAXSXAUXRXVXREXUX
ITWEXPLOITVulnCheck KEV
Exploited in the wild
EPSS
1.81%
75.9th percentile
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.

Affected

1 ranges
VendorProductVersion rangeFixed in
korenixjetport_5601<= 1.2

Detection & IOCsextracted from sources · hover to see the quote

url{{BaseURL}}/%2e%2e/%2e%2e/etc/passwd
path/%2e%2e/%2e%2e/etc/passwd
yara
regex: root:.*:0:0:
  • Send a GET request with URL-encoded path traversal sequence `/%2e%2e/%2e%2e/etc/passwd` to the device's base URL; a vulnerable JetPort 5601 will return HTTP 200 with the contents of /etc/passwd.
  • Match the response body for the regex `root:.*:0:0:` to confirm successful /etc/passwd retrieval.
  • Also match the response body for the string `text/plain` as a secondary confirmation indicator.
  • Confirm exploitation by checking for HTTP status 200 alongside the body matches.
  • ·The vulnerability is unauthenticated (PR:N) and network-reachable (AV:N), requiring no user interaction — any exposed JetPort 5601 up to firmware 1.2 is exploitable without credentials.
  • ·Affected scope is limited to Korenix JetPort 5601 firmware versions through 1.2; versions newer than 1.2 are expected to remediate the issue.

CVSS provenance

nvdv4.08.7HIGHCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
vulncheck8.7HIGH
CVEs like this are exactly what “Exploited This Week” covers.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.