CVE Catalog

CVE-2026-59510

HighCVSS 7.1
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.37%

29th percentile - higher than 29% of all known CVEs

Summary

AIL Framework has a path traversal vulnerability in its PDF object handling. The PDF.get_filepath() function constructs a file path by joining the configured PDF storage directory with a PDF object identifier without verifying the resolved path stays within the intended PDF_FOLDER directory. An authenticated attacker can use crafted identifiers with relative traversal sequences or absolute path components to open files outside the PDF directory, potentially disclosing sensitive data.

Risk Assessment

The risk for the organization includes potential disclosure of sensitive files readable by the AIL process, such as application configuration, credentials, or other local sensitive data. The vulnerability can be exploited by an authenticated attacker, increasing the risk of data breach.

Recommendation

Immediately update AIL Framework to a version containing commit 14c618fce4d1df02358717c48ea903706abecdf2 or later, which canonicalizes the path using os.path.realpath() and rejects paths outside the configured PDF directory.

Other vulnerabilities in AIL Framework

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS