VYPR

apk package

chainguard/langfuse-fips-3-worker

pkg:apk/chainguard/langfuse-fips-3-worker

Vulnerabilities (188)

  • CVE-2026-65900MedJul 23, 2026
    affected < 3.192.0-r0fixed 3.192.0-r0

    DOMPurify versions >=3.0.0 and before 3.4.8, when configured with SAFE_FOR_TEMPLATES together with a DOM output mode (RETURN_DOM, RETURN_DOM_FRAGMENT, or IN_PLACE), fail to strip template expressions (e.g. ${evil}, {{evil}}, <%evil%>) inside element content. The final

  • CVE-2026-65898HigJul 23, 2026
    affected < 3.197.0-r0fixed 3.197.0-r0

    DOMPurify before 3.4.11 fails to clone the ALLOWED_ATTR allowlist when setConfig() is used with an uponSanitizeAttribute hook, allowing the hook to permanently mutate the shared allowlist. Attackers can register a hook that conditionally allows dangerous attributes like onerror f

  • CVE-2026-14257HigJul 23, 2026
    affected < 3.224.3-r8fixed 3.224.3-r8

    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-16221HigJul 19, 2026
    affected < 3.224.1-r0fixed 3.224.1-r0

    Impact: fast-uri versions from 2.3.1 through 4.1.0 (including the 3.x line up to 3.1.3 and the 2.x line up to 2.4.2) do not treat a literal backslash character (U+005C) as an authority delimiter. Node's native WHATWG URL parser, used by fetch, undici, and Node's http and https cl

  • CVE-2026-49978MedJul 14, 2026
    affected < 3.192.0-r0fixed 3.192.0-r0

    DOMPurify is a DOM-only cross-site scripting sanitizer for HTML, MathML, and SVG. Prior to 3.4.7, DOMPurify IN_PLACE sanitization could skip shadow contents attached to an element inside .content, allowing attacker-controlled markup such as event handlers, JavaScript UR

  • CVE-2026-49459MedJul 14, 2026
    affected < 3.188.0-r0fixed 3.188.0-r0

    DOMPurify is a DOM-only cross-site scripting sanitizer for HTML, MathML, and SVG. Prior to 3.4.6, DOMPurify.sanitize(root, { IN_PLACE: true }) could preserve event-handler attributes on an attacker-controlled root when a descendant name clobbered properties checked by _isC

  • CVE-2026-49458MedJul 14, 2026
    affected < 3.188.0-r0fixed 3.188.0-r0

    DOMPurify is a DOM-only cross-site scripting sanitizer for HTML, MathML, and SVG. Prior to 3.4.6, DOMPurify.sanitize(node, { IN_PLACE: true }) accepted same-origin foreign-realm DOM nodes while follow-on checks used parent-realm constructors, causing instanceof checks for forms,

  • CVE-2026-48069HigJul 14, 2026
    affected < 3.186.0-r0fixed 3.186.0-r0

    @grpc/grps-js implements the core functionality of gRPC purely in JavaScript, without a C++ addon. Prior to 1.9.16, 1.10.12, 1.11.4, 1.12.7, 1.13.5, and 1.14.4, an invalid incoming compressed message can cause a client or server process that uses @grpc/grpc-js to crash. This issu

  • CVE-2026-48068HigJul 14, 2026
    affected < 3.186.0-r0fixed 3.186.0-r0

    @grpc/grps-js implements the core functionality of gRPC purely in JavaScript, without a C++ addon. Prior to 1.9.16, 1.10.12, 1.11.4, 1.12.7, 1.13.5, and 1.14.4, an invalid incoming HTTP/2 stream initiation can cause a server process created using @grpc/grpc-js to crash. This issu

  • CVE-2026-12590LowJul 9, 2026
    affected < 3.224.0-r0fixed 3.224.0-r0

    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-59897MedJul 8, 2026
    affected < 3.224.1-r0fixed 3.224.1-r0

    Hono is a Web application framework that provides support for any JavaScript runtime. From 4.3.3 before 4.12.27, the AWS API Gateway v1 adapter can drop a distinct repeated request header value because it de-duplicates values using a substring comparison instead of an exact match

  • CVE-2026-59896MedJul 8, 2026
    affected < 3.224.1-r0fixed 3.224.1-r0

    Hono is a Web application framework that provides support for any JavaScript runtime. From 4.11.8 before 4.12.27, hono/jsx did not isolate context values per request during server-side rendering, allowing createContext, useContext, jsxRenderer, or useRequestContext data from a di

  • CVE-2026-59895MedJul 8, 2026
    affected < 3.224.1-r0fixed 3.224.1-r0

    Hono is a Web application framework that provides support for any JavaScript runtime. From 4.0.0 before 4.12.27, cx() in hono/css composes class names from plain strings but marks the result as already escaped without HTML-escaping the input, allowing untrusted className values u

  • CVE-2026-59877MedJul 8, 2026
    affected < 3.222.0-r0fixed 3.222.0-r0

    protobufjs compiles protobuf definitions into JavaScript (JS) functions. Prior to 7.6.5 and 8.6.6, protobufjs parsed option names by advancing through schema tokens until reaching an = token without checking for end of input, so a crafted .proto schema that opens an option declar

  • CVE-2026-59869HigJul 8, 2026
    affected < 3.222.0-r0fixed 3.222.0-r0

    js-yaml is a JavaScript YAML parser and dumper. From 3.0.0 before 3.15.0 and from 4.0.0 before 4.3.0, js-yaml can spend quadratic CPU time parsing a document whose size grows only linearly when a chain of mappings uses merge keys where each mapping merges the previous one. This i

  • CVE-2026-13149HigJun 30, 2026
    affected < 3.224.0-r0fixed 3.224.0-r0

    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

  • CVE-2026-56761MedJun 24, 2026
    affected < 3.164.0-r3fixed 3.164.0-r3

    hono before 4.12.14 contains an html injection vulnerability in jsx server-side rendering that allows attackers to inject unintended html by using malformed attribute names. Attackers can craft specially crafted attribute keys containing characters like quotes or angle brackets t

  • CVE-2026-54288MedJun 22, 2026
    affected < 3.188.0-r0fixed 3.188.0-r0

    Hono is a Web application framework that provides support for any JavaScript runtime. Prior to 4.12.25, the Body Limit Middleware trusts the request's Content-Length header to decide whether a body is within the limit. On AWS Lambda (API Gateway v1/v2, ALB, VPC Lattice, and Lambd

  • CVE-2026-54290HigJun 22, 2026
    affected < 3.188.0-r0fixed 3.188.0-r0

    Hono is a Web application framework that provides support for any JavaScript runtime. Prior to 4.12.25, with credentials: true and no explicit origin (the default wildcard), the CORS Middleware reflects the request's Origin and sends Access-Control-Allow-Credentials: true. Any si

  • CVE-2026-54289MedJun 22, 2026
    affected < 3.188.0-r0fixed 3.188.0-r0

    Hono is a Web application framework that provides support for any JavaScript runtime. Prior to 4.12.25, on AWS Lambda@Edge, CloudFront delivers a request header that appears more than once as several separate entries. The adapter writes each value with Headers.set instead of Head

Page 3 of 10