Vulnerability Description
Cornac before 2.6.0 contains a path traversal (Tar Slip) vulnerability that allows attackers to write arbitrary files outside the intended cache directory by supplying a crafted TAR archive containing ../ sequences, absolute paths, or symlink/hardlink entries to the _extract_archive() function in cornac/utils/download.py. Attackers can trigger this vulnerability through the built-in dataset loaders, which automatically download and extract archives, causing archive.extractall() to write files to arbitrary locations on the filesystem accessible to the running process.
CVSS Score
CRITICAL
Related Weaknesses (CWE)
References
- https://github.com/PreferredAI/cornac/commit/8a50be72c11569b6747c6b96d6e31a0a196
- https://github.com/PreferredAI/cornac/pull/709
- https://github.com/PreferredAI/cornac/releases/tag/v2.6.0
- https://www.vulncheck.com/advisories/cornac-path-traversal-via-extract-archive-i
FAQ
What is CVE-2026-43637?
CVE-2026-43637 is a vulnerability with a CVSS score of 9.1 (CRITICAL). Cornac before 2.6.0 contains a path traversal (Tar Slip) vulnerability that allows attackers to write arbitrary files outside the intended cache directory by supplying a crafted TAR archive containing...
How severe is CVE-2026-43637?
CVE-2026-43637 has been rated CRITICAL with a CVSS base score of 9.1/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-43637?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.