CVE-2026-59510

Source
https://cve.org/CVERecord?id=CVE-2026-59510
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-59510.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-59510
Published
2026-07-05T17:52:29.429Z
Modified
2026-07-15T01:49:14.415531929Z
Severity
  • 7.1 (High) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:L/SI:N/SA:N/U:Clear CVSS Calculator
Summary
Authenticated Path Traversal in AIL Framework PDF Object Handling Enables Potential Arbitrary File Read
Details

AIL Framework contains a path traversal vulnerability in its PDF object handling. Prior to commit 14c618fce4d1df02358717c48ea903706abecdf2, the PDF.getfilepath() 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 PDFFOLDER 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.

Database specific
{
    "cwe_ids": [
        "CWE-22"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/59xxx/CVE-2026-59510.json",
    "unresolved_ranges": [
        {
            "extracted_events": [
                {
                    "last_affected": "v6.9.0"
                }
            ],
            "source": "AFFECTED_FIELD"
        }
    ],
    "cna_assigner": "CIRCL"
}
References

Affected packages

Git / github.com/ail-project/ail-framework

Affected ranges

Type
GIT
Repo
https://github.com/ail-project/ail-framework
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
{
    "source": "REFERENCES"
}

Affected versions

v0.*
v0.90
v1.*
v1.0
v1.1
v1.2
v1.3
v1.5
v1.6
v1.7
v1.8
v2.*
v2.0
v2.1
v2.2
v2.3
v2.4
v2.5
v2.6
v2.7
v2.8
v3.*
v3.0
v3.1
v3.5
v3.6
v3.7
v4.*
v4.0
v4.1
v5.*
v5.0
v5.3
v5.4
v5.5
v5.7
v5.8
v5.9
v6.*
v6.0
v6.0.1
v6.1
v6.6
v6.7
v6.8
v6.9
v7.*
v7.0

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-59510.json"