VYPR

NuGet package

snappier

pkg:nuget/snappier

Vulnerabilities (2)

  • CVE-2026-44302HigMay 12, 2026
    affected < 1.3.1fixed 1.3.1

    Snappier is a high performance C# implementation of the Snappy compression algorithm. Prior to 1.3.1, Snappier.SnappyStream enters an uncatchable infinite loop when decompressing a malformed framed-format Snappy stream as small as 15 bytes. This vulnerability is fixed in 1.3.1.

  • CVE-2023-28638Mar 27, 2023
    affected >= 1.1.0, < 1.1.1fixed 1.1.1

    Snappier is a high performance C# implementation of the Snappy compression algorithm. This is a buffer overrun vulnerability that can affect any user of Snappier 1.1.0. In this release, much of the code was rewritten to use byte references rather than pointers to pinned buffers.