VYPR

apk package

chainguard/smokescreen-compat

pkg:apk/chainguard/smokescreen-compat

Vulnerabilities (3)

  • CVE-2025-65637Dec 4, 2025
    affected < 0_git20251203-r1fixed 0_git20251203-r1

    A denial-of-service vulnerability exists in github.com/sirupsen/logrus when using Entry.Writer() to log a single-line payload larger than 64KB without newline characters. Due to limitations in the internal bufio.Scanner, the read fails with "token too long" and the writer pipe is

  • CVE-2025-58187Oct 29, 2025
    affected < 0_git20251013-r1fixed 0_git20251013-r1

    Due to the design of the name constraint checking algorithm, the processing time of some inputs scale non-linearly with respect to the size of the certificate. This affects programs which validate arbitrary certificate chains.

  • CVE-2025-47907Aug 7, 2025
    affected < 0fixed 0

    Cancelling a query (e.g. by cancelling the context passed to one of the query methods) during a call to the Scan method of the returned Rows can result in unexpected results if other queries are being made in parallel. This can result in a race condition that may overwrite the ex