2 matches found
CVE-2022-21126
The package com.github.samtools:htsjdk before 3.0.1 are vulnerable to Creation of Temporary File in Directory with Insecure Permissions due to the createTempDir function in util/IOUtil.java not checking for the existence of the temporary directory before attempting to create it...
CVE-2022-21126
CVE-2022-21126 affects the Java API library com.github.samtools:htsjdk prior to 3.0.1. The root cause is in util/IOUtil.java: createTempDir() does not verify the existence of the temporary directory before attempting to create it, enabling creation of a temporary file in a directory with insecure...