Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,23 +1,40 @@
{
"schema_version": "1.4.0",
"id": "GHSA-rrh3-cwwj-g5mg",
"modified": "2026-07-15T15:33:06Z",
"modified": "2026-07-15T15:33:13Z",
"published": "2026-07-15T15:33:06Z",
"aliases": [
"CVE-2026-43637"
],
"summary": "Cornac < 2.6.0 Path Traversal via _extract_archive() in download.py",
"details": "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.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H"
},
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X"
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:N/SI:N/SA:N"
}
],
"affected": [
{
"package": {
"ecosystem": "PyPI",
"name": "cornac"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "2.6.0"
}
]
}
]
}
],
"affected": [],
"references": [
{
"type": "ADVISORY",
Expand All @@ -31,10 +48,22 @@
"type": "WEB",
"url": "https://github.com/PreferredAI/cornac/commit/8a50be72c11569b6747c6b96d6e31a0a1962f1a8"
},
{
"type": "WEB",
"url": "https://github.com/CVEProject/cvelistV5/blob/main/cves/2026/43xxx/CVE-2026-43637.json"
},
{
"type": "PACKAGE",
"url": "https://github.com/PreferredAI/cornac"
},
{
"type": "WEB",
"url": "https://github.com/PreferredAI/cornac/releases/tag/v2.6.0"
},
{
"type": "WEB",
"url": "https://pypi.org/project/cornac"
},
{
"type": "WEB",
"url": "https://www.vulncheck.com/advisories/cornac-path-traversal-via-extract-archive-in-download-py"
Expand All @@ -44,7 +73,7 @@
"cwe_ids": [
"CWE-22"
],
"severity": "HIGH",
"severity": "LOW",
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2026-07-15T14:18:10Z"
Expand Down