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 applicationsLearn about Use of Insufficiently Random Values vulnerabilities in an interactive lesson.
Start learningUpgrade Debian:unstable
golang-github-sylabs-sif
to version 2.3.1-2 or higher.
Note: Versions mentioned in the description apply only to the upstream golang-github-sylabs-sif
package and not the golang-github-sylabs-sif
package as distributed by Debian
.
See How to fix?
for Debian:unstable
relevant fixed versions and status.
SIF is an open source implementation of the Singularity Container Image Format. The siftool new
command and func siftool.New() produce predictable UUID identifiers due to insecure randomness in the version of the github.com/satori/go.uuid
module used as a dependency. A patch is available in version >= v1.2.3 of the module. Users are encouraged to upgrade. As a workaround, users passing CreateInfo struct should ensure the ID
field is generated using a version of github.com/satori/go.uuid
that is not vulnerable to this issue.