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 applicationsThere is no fixed version for pipewire.
Affected versions of this package are vulnerable to Uncontrolled Search Path Element via the PulseAudio compatibility layer when a malicious library is loaded from within a sandboxed process. An attacker can execute arbitrary code outside of the sandbox and compromise the host system by exploiting the ability to load untrusted libraries. This is only exploitable if the PulseAudio socket is accessible from the sandboxed environment or if module loading is permitted in the configuration.
This vulnerability can be mitigated by restricting containerized applications from accessing the PulseAudio socket or writing to host-visible paths. Additionally, configure the service to prevent module loading by setting pulse.allow-module-loading = false in the configuration. Alternatively, restrict the dlopen() paths for module-ladspa-sink to trusted system directories such as /usr/lib/ladspa/ and /usr/lib64/ladspa/. Applying these changes may require restarting the service, which could impact audio functionality.