VYPR

apk package

chainguard/dotstatsuite-supercore

pkg:apk/chainguard/dotstatsuite-supercore

Vulnerabilities (6)

  • CVE-2026-82562LowAug 30, 2026
    affected < 3.1.0_git20260903-r0fixed 3.1.0_git20260903-r0

    ### Summary When `qs.parse` is called with `comma: true` and `throwOnLimitExceeded: true`, a comma-separated value under a bracket-push key (`a[]=1,2,3,4`) is split into an array without being compared against `arrayLimit`, while the same value under a flat key (`a=1,2,3,4`),

  • CVE-2026-82417MedAug 30, 2026
    affected < 3.1.0_git20260903-r0fixed 3.1.0_git20260903-r0

    ### Summary `qs.stringify` throws a `TypeError` when it serializes an object whose own `constructor` property has a truthy, non-callable `isBuffer` member. `utils.isBuffer` duck-types buffers by calling `obj.constructor.isBuffer(obj)` after checking only that the property is t

  • CVE-2026-69152HigAug 3, 2026
    affected < 3.1.0_git20260803-r1fixed 3.1.0_git20260803-r1

    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-67214MedJul 29, 2026
    affected < 3.1.0_git20260803-r2fixed 3.1.0_git20260803-r2

    nanoid (Nano ID) before 3.3.16 and 5.1.16 contains an infinite loop in the customAlphabet and nanoid functions of its non-secure module (nanoid/non-secure). When these functions are given a negative size, the loop counter is decremented from a negative value and never reaches its

  • CVE-2026-67213MedJul 29, 2026
    affected < 3.1.0_git20260803-r2fixed 3.1.0_git20260803-r2

    nanoid (Nano ID) before 5.1.6 contains an infinite loop in the customAlphabet and customRandom functions. When these functions are configured with a size of 0, the internal generation loop never satisfies its exit condition and spins indefinitely, hanging the calling thread. An a

  • CVE-2026-45822MedJun 30, 2026
    affected < 3.1.0_git20260901-r1fixed 3.1.0_git20260901-r1

    decode-uri-component through 0.4.1 is vulnerable to denial of service. The decode() function splits input on '%' producing N tokens and calls decodeComponents(), exhibiting super-linear parsing time: 200 '%ab' tokens takes approximately 0.7s, 700 tokens approximately 6s, and 1400