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 github.com/opencontainers/runc/internal/pathrs to version 1.2.8, 1.3.3, 1.4.0-rc.3 or higher.
Affected versions of this package are vulnerable to Race Condition Enabling Link Following due to insufficient checks when bind-mounting /dev/pts/$n to /dev/console inside the container. An attacker can gain unauthorized write access to sensitive files within the container environment by manipulating the timing of mount operations and providing a malicious configuration, potentially leading to denial of service or container escape.
Note:
This is only exploitable if the attacker can supply a crafted container configuration and execute processes with sufficient privileges inside the container.
This vulnerability can be mitigated by:
Using containers with user namespaces enabled.
Configuring containers to not permit processes to run with root privileges.
Applying SELinux policies that restrict access to /dev/console.