SEPTEMBER 20, 2026
Live Feed
Back to database
Case File

CVE-2026-59510

UNKNOWN · CVSS N/A EPSS 0.37% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-05 · Last synced 2026-08-04

CyberRota Analysis

AI-Generated

The AIL Framework is vulnerable to a path traversal issue in its PDF object handling, allowing authenticated attackers to exploit the PDF.get_filepath() function to access files outside the designated PDF storage directory. This could lead to the disclosure of sensitive information, including application configurations and credentials. Organizations using the AIL Framework should prioritize this vulnerability to mitigate potential data exposure risks.

Public Exploit Signal

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

GitHub PoC Links

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

CVE
CVE-2026-59510
Severity
UNKNOWN
CVSS
N/A
EPSS
0.37%

Original NVD Description

AIL Framework contains a path traversal vulnerability in its PDF object handling. Prior to commit 14c618fce4d1df02358717c48ea903706abecdf2, the PDF.get_filepath() function constructed a file path by joining the configured PDF storage directory with a path derived from a PDF object identifier, without verifying that the resolved path remained within the intended PDF_FOLDER directory. An authenticated attacker able to invoke PDF object operations with a crafted identifier could use relative traversal sequences or absolute path components to cause AIL Framework to open files located outside the PDF storage directory. This could allow disclosure of files readable by the AIL process, including application configuration, credentials, or other sensitive local data. This vulnerability is potential due to additional errors before being able to be executed. The fix canonicalises the resulting path with os.path.realpath() and rejects paths whose common directory is outside the configured PDF directory.