VYPR

apk package

chainguard/nvidia-nsight-compute-12.9

pkg:apk/chainguard/nvidia-nsight-compute-12.9

Vulnerabilities (5)

  • CVE-2025-0913Jun 11, 2025
    affected < 2025.2.1.3-r5fixed 2025.2.1.3-r5

    os.OpenFile(path, os.O_CREATE|O_EXCL) behaved differently on Unix and Windows systems when the target path was a dangling symlink. On Unix systems, OpenFile with O_CREATE and O_EXCL flags never follows symlinks. On Windows, when the target path was a symlink to a nonexistent loca

  • CVE-2025-22874HigJun 11, 2025
    affected < 2025.2.1.3-r0fixed 2025.2.1.3-r0

    Calling Verify with a VerifyOptions.KeyUsages that contains ExtKeyUsageAny unintentionally disabledpolicy validation. This only affected certificate chains which contain policy graphs, which are rather uncommon.

  • CVE-2024-34158HigSep 6, 2024
    affected < 2025.2.1.3-r0fixed 2025.2.1.3-r0

    Calling Parse on a "// +build" build tag line with deeply nested expressions can cause a panic due to stack exhaustion.

  • CVE-2024-34156HigSep 6, 2024
    affected < 2025.2.1.3-r0fixed 2025.2.1.3-r0

    Calling Decoder.Decode on a message which contains deeply nested structures can cause a panic due to stack exhaustion. This is a follow-up to CVE-2022-30635.

  • CVE-2024-34155MedSep 6, 2024
    affected < 2025.2.1.3-r0fixed 2025.2.1.3-r0

    Calling any of the Parse functions on Go source code which contains deeply nested literals can cause a panic due to stack exhaustion.