diff --git a/advisories/unreviewed/2026/07/GHSA-rrh3-cwwj-g5mg/GHSA-rrh3-cwwj-g5mg.json b/advisories/unreviewed/2026/07/GHSA-rrh3-cwwj-g5mg/GHSA-rrh3-cwwj-g5mg.json index d6823a4c2ae7..d3703dc5b75b 100644 --- a/advisories/unreviewed/2026/07/GHSA-rrh3-cwwj-g5mg/GHSA-rrh3-cwwj-g5mg.json +++ b/advisories/unreviewed/2026/07/GHSA-rrh3-cwwj-g5mg/GHSA-rrh3-cwwj-g5mg.json @@ -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 vulnerable to Tar Slip path traversal in dataset archive extraction", "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:H/VA:H/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",