icon

We found results for “

CVE-2026-23949

Good to know:

icon
icon
icon

Date: January 19, 2026

jaraco.context, an open-source software package that provides some useful decorators and context managers, has a Zip Slip path traversal vulnerability in the "jaraco.context.tarball()" function starting in version 5.2.0 and prior to version 6.1.0. The vulnerability may allow attackers to extract files outside the intended extraction directory when malicious tar archives are processed. The strip_first_component filter splits the path on the first "/" and extracts the second component, while allowing "../" sequences. Paths like "dummy_dir/../../etc/passwd" become "../../etc/passwd". Note that this suffers from a nested tarball attack as well with multi-level tar files such as "dummy_dir/inner.tar.gz", where the inner.tar.gz includes a traversal "dummy_dir/../../config/.env" that also gets translated to "../../config/.env". Version 6.1.0 contains a patch for the issue.

Severity Score

Severity Score

Weakness Type (CWE)

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

CWE-22

Top Fix

icon

Upgrade Version

Upgrade to version jaraco.context - 6.1.0;jaraco.context - 6.1.0;jaraco-context - 6.1.0;https://github.com/jaraco/jaraco.context.git - v6.1.0

Learn More

CVSS v3.1

Base Score:
Attack Vector (AV): NETWORK
Attack Complexity (AC): LOW
Privileges Required (PR): NONE
User Interaction (UI): NONE
Scope (S): CHANGED
Confidentiality (C): HIGH
Integrity (I): NONE
Availability (A): NONE

Do you need more information?

Contact Us