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 app-builder-lib to version 26.15.0 or higher.
app-builder-lib is an electron-builder lib
Affected versions of this package are vulnerable to Uncontrolled Search Path Element through the execWine/executeAppBuilder command path in builder-util and app-builder-lib on non-Windows systems. An attacker can execute attacker-controlled binaries by influencing the Windows tool runner used for packaging and verification, such as when the build process launches Wine-backed helper commands for installer creation or app verification. The affected code invokes the bundled app-builder-bin helper and Wine toolchain to run packaging utilities and test installers, so a malicious or compromised build input can cause the build host to run arbitrary commands during artifact generation. This can compromise the build machine and tamper with generated installers and packages.
Notes
toolsets.wine = "0.0.0" path is only used on macOS; Linux falls back to the system wine binary instead of the bundled Mac bundle.Workarounds
LD_LIBRARY_PATH to a non-empty value before launching the AppImage, so the runtime path concatenation does not add the current working directory to the dynamic linker search path.AppImage files from world-writable directories such as /tmp, so an attacker cannot place a malicious shared library in the launch directory.