The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade juce-framework/JUCE
to version 6.1.5 or higher.
juce-framework/JUCE is an open-source cross-platform C++ application framework for creating high quality desktop and mobile applications, including VST, VST3, AU, AUv3, RTAS and AAX audio plug-ins.
Affected versions of this package are vulnerable to Link Following. This vulnerability is triggered when a malicious archive is crafted with an entry containing a symbolic link.
When extracted, the symbolic link is followed outside of the target dir allowing writing arbitrary files on the target host. In some cases, this can allow an attacker to execute arbitrary code.
The vulnerable code is in the ZipFile::uncompressEntry
function in juce_ZipFile.cpp
and is executed when the archive is extracted upon calling uncompressTo()
on a ZipFile object.