Bug 2487946 (CVE-2026-44705) - CVE-2026-44705 tmp: path Traversal via unsanitized prefix/postfix enables directory escape
Summary: CVE-2026-44705 tmp: path Traversal via unsanitized prefix/postfix enables dir...
Keywords:
Status: NEW
Alias: CVE-2026-44705
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2511120 2511122 2511124 2511125 2511127 2511128 2511129 2511130 2511132 2511121 2511123 2511126 2511131
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-06-11 17:01 UTC by OSIDB Bzimport
Modified: 2026-08-14 05:23 UTC (History)
90 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-06-11 17:01:49 UTC
tmp is a temporary file and directory creator for node.js. Prior to 0.2.6, the tmp npm package contains a path traversal vulnerability that allows escaping the intended temporary directory when untrusted data flows into the prefix, postfix, or dir options. By embedding traversal sequences (e.g., ../) or path separators in these parameters, attackers can cause files to be created outside the configured temporary base directory at attacker-controlled locations with the privileges of the running process. This vulnerability affects applications that pass user-controlled data to tmp's file/directory creation functions without proper input sanitization. This vulnerability is fixed in 0.2.6.


Note You need to log in before you can comment on or make changes to this bug.