VYPR

apk package

chainguard/haraka

pkg:apk/chainguard/haraka

Vulnerabilities (5)

  • CVE-2026-73566HigAug 13, 2026
    affected < 3.3.2-r2fixed 3.3.2-r2

    node-tar is a tar archive manipulation library for Node.js. Prior to 7.5.21, node-tar's filesFilter in src/list.ts uses the recursive mapHas helper to walk an archive entry path upward with path.dirname() and no segment cap when tar.t(...) or tar.x(...) receives a non-empty membe

  • CVE-2026-9679MedJun 17, 2026
    affected < 3.3.1-r1fixed 3.3.1-r1

    Impact: undici's cookie parser in parseSetCookie percent-decodes cookie values via qsUnescape, turning encoded sequences like %0D%0A, %00, %3B, and %3D into their literal byte equivalents. RFC 6265 §5.4 does not specify any decoding and browsers do not decode either. Application

  • CVE-2026-6733LowJun 17, 2026
    affected < 3.3.1-r1fixed 3.3.1-r1

    Impact: Undici's HTTP/1.1 client is vulnerable to response queue poisoning on reused keep-alive sockets. An attacker-controlled upstream server can inject an unsolicited HTTP/1.1 response onto an idle socket after a request completes. When the client dispatches the next request o

  • CVE-2026-11525LowJun 17, 2026
    affected < 3.3.1-r1fixed 3.3.1-r1

    Impact: When undici parses a Set-Cookie header, it accepts any SameSite attribute value that contains Strict, Lax, or None as a substring, rather than the case-insensitive exact match specified by RFC 6265. Non-spec values are silently mapped to one of the three standard tokens.

  • CVE-2026-12151HigJun 17, 2026
    affected < 3.3.1-r1fixed 3.3.1-r1

    Impact: The undici WebSocket client enforces maxPayloadSize on the cumulative byte count of fragments in a message but does not enforce a limit on the number of fragments. A malicious WebSocket server can stream many small or empty continuation frames that each pass per-frame and