
Cloud Vulnerability DB
A community-led vulnerabilities database
The vulnerability CVE-2022-21126 affects the package com.github.samtools:htsjdk versions before 3.0.1. The vulnerability is related to the Creation of Temporary File in Directory with Insecure Permissions, specifically in the createTempDir() function within util/IOUtil.java. The issue stems from the function not checking for the existence of the temporary directory before attempting to create it (Snyk Advisory).
The vulnerability exists due to an insecure implementation of temporary directory creation. The issue occurs in a chain of calls involving File.createTempFile(..) followed by file.delete() and either file.mkdir() or file.mkdirs(). This implementation doesn't properly verify the success of directory creation operations, leading to potential security issues. The CVSS v3.1 base score is 7.3 (High), with the vector string CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L (Snyk Advisory, GitHub PR).
The vulnerability can have two potential impacts: 1) Temporary Directory Information Disclosure - allowing malicious actors co-resident on the same machine to view potentially sensitive files, and 2) Temporary Directory Hijacking - which not only allows viewing but also manipulation of directory contents. In the case of code execution from this temporary directory, it could potentially lead to local privilege escalation (GitHub PR).
The recommended fix is to upgrade com.github.samtools:htsjdk to version 3.0.1 or higher. The vulnerability was fixed by replacing the insecure implementation with Java's Files.createTempDirectory() API, which creates directories securely with random, non-conflicting names and proper permissions that only allow the currently executing user to read or write the contents (GitHub Commit, GitHub PR).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."