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 Wolfi
grype
to version 0.74.4-r0 or higher.
Note: Versions mentioned in the description apply only to the upstream grype
package and not the grype
package as distributed by Wolfi
.
See How to fix?
for Wolfi
relevant fixed versions and status.
stereoscope is a go library for processing container images and simulating a squash filesystem. Prior to version 0.0.1, it is possible to craft an OCI tar archive that, when stereoscope attempts to unarchive the contents, will result in writing to paths outside of the unarchive temporary directory. Specifically, use of github.com/anchore/stereoscope/pkg/file.UntarToDirectory()
function, the github.com/anchore/stereoscope/pkg/image/oci.TarballImageProvider
struct, or the higher level github.com/anchore/stereoscope/pkg/image.Image.Read()
function express this vulnerability. As a workaround, if you are using the OCI archive as input into stereoscope then you can switch to using an OCI layout by unarchiving the tar archive and provide the unarchived directory to stereoscope.