VYPR

apk package

wolfi/datadog-agent-7.78-fakeintake

pkg:apk/wolfi/datadog-agent-7.78-fakeintake

Vulnerabilities (6)

  • CVE-2026-56859HigAug 13, 2026
    affected < 0fixed 0

    Previously, DecodeElement would reset the depth counter causing it to never fire; this could lead to stack exhaustion.

  • CVE-2026-56858MedAug 13, 2026
    affected < 0fixed 0

    Previously, pathological inputs could close an unescaped '/' early, allowing for attack-controlled data to inject arbitrary content, potentially leading to XSS.

  • CVE-2026-56852HigJul 21, 2026
    affected < 7.78.4-r16fixed 7.78.4-r16

    A norm.Iter can enter an infinite loop when handling input containing invalid UTF-8 bytes.

  • CVE-2026-42507MedJun 2, 2026
    affected < 7.78.4-r4fixed 7.78.4-r4

    When returning errors, functions in the net/textproto package would include its input as part of the error. This might allow an attacker to inject misleading content to errors that are printed or logged.

  • CVE-2026-42504HigJun 2, 2026
    affected < 0fixed 0

    Decoding a maliciously-crafted MIME header containing many invalid encoded-words can consume excessive CPU.

  • CVE-2026-27145MedJun 2, 2026
    affected < 7.78.4-r4fixed 7.78.4-r4

    (*x509.Certificate).VerifyHostname previously called matchHostnames in a loop over all DNS Subject Alternative Name (SAN) entries. This caused strings.Split(host, ".") to execute repeatedly on the same input hostname. With a large DNS SAN list, verification costs scaled quadratic