VYPR

apk package

chainguard/azurite

pkg:apk/chainguard/azurite

Vulnerabilities (4)

  • CVE-2026-69152HigAug 3, 2026
    affected < 3.35.0-r2fixed 3.35.0-r2

    The brace-expansion library generates arbitrary strings containing a common prefix and suffix. Prior to 1.1.18, 2.1.4, 3.0.6, and 5.0.9, expand() does not apply maxLength while constructing comma-alternative intermediate arrays or padded sequences, allowing attacker-controlled in

  • CVE-2026-14257HigJul 23, 2026
    affected < 3.35.0-r2fixed 3.35.0-r2

    brace-expansion through 5.0.7 is vulnerable to denial of service via memory exhaustion. The expand() function limits the number of results with a max option (default 100,000) but does not bound the length of each result string. By chaining multiple brace groups, an attacker keeps

  • CVE-2026-12590LowJul 9, 2026
    affected < 3.35.0-r3fixed 3.35.0-r3

    Impact: In body-parser versions prior to 1.20.6 (1.x line) and 2.3.0 (2.x line), when the parser is configured with an invalid limit option value such as an unparseable string or NaN, bytes.parse returns null and the request body size check is silently skipped. Applications that

  • CVE-2026-13149HigJun 30, 2026
    affected < 3.35.0-r2fixed 3.35.0-r2

    brace-expansion through 5.0.6 is vulnerable to denial of service. The expand() function exhibits exponential-time complexity in the number of consecutive non-expanding '{}' brace groups. An attacker who passes a crafted string to expand(), directly or transitively, can cause sign