SEPTEMBER 15, 2026
Live Feed
Back to database
Case File

CVE-2026-64836

HIGH · CVSS 8.8 EPSS 0.45% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-10 · Last synced 2026-09-15

CyberRota Analysis

AI-Generated

ICEcoder versions up to 8.1 are vulnerable to a path traversal flaw that allows authenticated attackers to manipulate the file-control endpoint, bypassing document-root restrictions. This vulnerability enables unauthorized file access, including reading, writing, or deleting files outside the intended directory. Organizations using affected versions should prioritize patching to mitigate potential data breaches and unauthorized file manipulation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-64836
Severity
HIGH
CVSS
8.8
EPSS
0.45%

Original NVD Description

ICEcoder versions through 8.1 contain a path traversal vulnerability in the file-control endpoint due to a logic error in the document-root confinement check. The File::check() validation function compares realpath() to boolean true, which never succeeds, allowing authenticated attackers to submit traversal sequences or absolute paths in the file parameter to read, write, or delete files outside the configured document root.