Nixpkgs security tracker

Try the new UI
Login with GitHub

Suggestions search

With package: haskellPackages.blaze-htmx

Found 3 matching suggestions

View:
Compact
Detailed
Untriaged
Permalink CVE-2026-73494
7.4 HIGH
  • CVSS version (CVSS): 3.1
  • Attack Vector (AV): Network (N)
  • Attack Complexity (AC): High (H)
  • Privileges Required (PR): None (N)
  • User Interaction (UI): None (N)
  • Scope (S): Unchanged (U)
  • Confidentiality (C): High (H)
  • Integrity (I): High (H)
  • Availability (A): None (N)
  • Modified Attack Vector (MAV): Network (N)
  • Modified Attack Complexity (MAC): High (H)
  • Modified Privileges Required (MPR): None (N)
  • Modified User Interaction (MUI): None (N)
  • Modified Confidentiality (MC): High (H)
  • Modified Scope (MS): Unchanged (U)
  • Modified Integrity (MI): High (H)
  • Modified Availability (MA): None (N)
created 6 days, 14 hours ago Activity log
  • Created suggestion
blaze: Multiple HTTP/1.1 request-smuggling primitives in blaze's Java wire parser

blaze is a Scala library for building asynchronous pipelines, with a focus on network IO. Prior to 0.23.18 and from 1.0.0-M1 until 1.0.0-M42, five HTTP/1.1 conformance laxities in the hand-written Java parser under http/src/main/java/org/http4s/blaze/http/parser/ can cause blaze to derive a different request boundary than a stricter fronting intermediary. A default BlazeServerBuilder accepts invalid or valueless header field names that violate tchar syntax, obsolete folded field lines (obs-fold), unsupported Transfer-Encoding values, duplicate Content-Length fields, and requests containing both Transfer-Encoding and Content-Length. If a lenient or legacy proxy forwards the malformed bytes but interprets them differently, the disagreement can permit front-end authorization bypass, response-queue poisoning on pooled backend connections, or cache poisoning. Exploitation requires a pair of disagreeing parsers; no non-default blaze configuration is required. The affected checks are enforced in BodyAndHeaderParser and Http1ServerParser. This issue is fixed in versions 0.23.18 and 1.0.0-M42.

Affected products

blaze
  • ==< 0.23.18
  • ==>= 1.0.0-M1, < 1.0.0-M42
blaze-http_3
  • ==< 0.23.18
  • ==>= 1.0.0-M1, < 1.0.0-M42
blaze-http_2.13
  • ==< 0.23.18
  • ==>= 1.0.0-M1, < 1.0.0-M42
http4s-blaze-server_2.13
  • ==< 0.23.18

Matching in nixpkgs

pkgs.blaze

High performance C++ math library

  • nixos-unstable -
    • nixos-unstable-small 3.8.2
  • nixos-26.05 -
    • nixos-26.05-small 3.8.2

pkgs.mblaze

Unix utilities for processing and interacting with mail messages which are stored in maildir folders

  • nixos-unstable -
    • nixos-unstable-small 1.4
  • nixos-26.05 -
    • nixos-26.05-small 1.4

pkgs.blazesym-c

C language bindings for the blazesym library

  • nixos-unstable -
  • nixos-26.05 -
    • nixos-26.05-small 0.1.7

pkgs.backblaze-b2

Command-line tool for accessing the Backblaze B2 storage service

  • nixos-unstable -
    • nixos-unstable-small 4.7.1
  • nixos-26.05 -
    • nixos-26.05-small 4.6.0

Package maintainers

Untriaged
Permalink CVE-2026-73493
7.5 HIGH
  • CVSS version (CVSS): 3.1
  • Attack Vector (AV): Network (N)
  • Attack Complexity (AC): Low (L)
  • Privileges Required (PR): None (N)
  • User Interaction (UI): None (N)
  • Scope (S): Unchanged (U)
  • Confidentiality (C): None (N)
  • Integrity (I): None (N)
  • Availability (A): High (H)
  • Modified Attack Vector (MAV): Network (N)
  • Modified Attack Complexity (MAC): Low (L)
  • Modified Privileges Required (MPR): None (N)
  • Modified User Interaction (MUI): None (N)
  • Modified Confidentiality (MC): None (N)
  • Modified Scope (MS): Unchanged (U)
  • Modified Integrity (MI): None (N)
  • Modified Availability (MA): High (H)
created 1 month, 1 week ago Activity log
  • Created suggestion
http4s-blaze-server: Unbounded WebSocket message aggregation

Http4s (http4s-blaze-server) is a minimal, idiomatic Scala interface for HTTP services. Prior to 0.23.18 and 1.0.0-M42, http4s-blaze-server aggregates fragments of an incoming WebSocket message with no limit on total size or fragment count. A client that completes a WebSocket handshake can send an unterminated fragmented message and drive unbounded heap growth in the server JVM, resulting in denial of service through OutOfMemoryError. Any http4s application serving WebSocket routes over BlazeServerBuilder is affected, no non-default configuration is required, and maxWebSocketBufferSize does not bound the aggregate because it bounds only individual frames. A single connection sending continuation frames that never set FIN forces the server to buffer every fragment until the heap is exhausted, terminating the JVM with OutOfMemoryError on the blaze selector thread. Small fragments amplify the cost through per-frame object overhead, so a modest volume of wire bytes is sufficient. This issue is fixed in versions 0.23.18 and 1.0.0-M42.

Affected products

blaze
  • ==< 0.23.18
  • ==>= 1.0.0-M1, < 1.0.0-M42

Matching in nixpkgs

pkgs.blaze

High performance C++ math library

  • nixos-unstable -
    • nixos-unstable-small 3.8.2
  • nixos-26.05 -
    • nixos-26.05-small 3.8.2

pkgs.mblaze

Unix utilities for processing and interacting with mail messages which are stored in maildir folders

  • nixos-unstable -
    • nixos-unstable-small 1.4
  • nixos-26.05 -
    • nixos-26.05-small 1.4

pkgs.blazesym-c

C language bindings for the blazesym library

  • nixos-unstable -
  • nixos-26.05 -
    • nixos-26.05-small 0.1.7

pkgs.backblaze-b2

Command-line tool for accessing the Backblaze B2 storage service

  • nixos-unstable -
    • nixos-unstable-small 4.7.1
  • nixos-26.05 -
    • nixos-26.05-small 4.6.0

Package maintainers

Untriaged
Permalink CVE-2026-73495
7.4 HIGH
  • CVSS version (CVSS): 3.1
  • Attack Vector (AV): Network (N)
  • Attack Complexity (AC): High (H)
  • Privileges Required (PR): None (N)
  • User Interaction (UI): None (N)
  • Scope (S): Unchanged (U)
  • Confidentiality (C): High (H)
  • Integrity (I): High (H)
  • Availability (A): None (N)
  • Modified Attack Vector (MAV): Network (N)
  • Modified Attack Complexity (MAC): High (H)
  • Modified Privileges Required (MPR): None (N)
  • Modified User Interaction (MUI): None (N)
  • Modified Confidentiality (MC): High (H)
  • Modified Scope (MS): Unchanged (U)
  • Modified Integrity (MI): High (H)
  • Modified Availability (MA): None (N)
created 1 month, 1 week ago Activity log
  • Created suggestion
blaze: Chunked-body trailer fields promoted into Request.headers in blaze-server (front-end header-sanitization bypass)

blaze is a Scala library for building asynchronous pipelines, with a focus on network IO. Prior to 0.23.18 and 1.0.0-M42, blaze-server can merge HTTP/1.1 chunked-body trailer fields into Request.headers. Because trailer fields are attacker-controlled, an unauthenticated remote client can inject arbitrary header names and values, including X-Forwarded-For and internal authorization headers, that a fronting proxy sanitized from the request-header section, bypassing header-based trust decisions in the application. Any http4s application using BlazeServerBuilder over HTTP/1.1 whose routes or middleware trust proxy-set headers, including X-Forwarded-For, X-Real-IP, and X-Forwarded-Host, is affected. If a fronting proxy strips or normalizes those headers but forwards chunked bodies with trailers intact, an attacker can spoof client IP for allow-lists, rate limits, or auditing, forge the https scheme, or inject internal authorization headers. A promoted Connection: close trailer is also honored, allowing attacker-controlled termination of pooled backend connections. This issue is fixed in versions 0.23.18 and 1.0.0-M42.

Affected products

blaze
  • ==< 0.23.18
  • ==>= 1.0.0-M1, < 1.0.0-M42

Matching in nixpkgs

pkgs.blaze

High performance C++ math library

  • nixos-unstable -
    • nixos-unstable-small 3.8.2
  • nixos-26.05 -
    • nixos-26.05-small 3.8.2

pkgs.mblaze

Unix utilities for processing and interacting with mail messages which are stored in maildir folders

  • nixos-unstable -
    • nixos-unstable-small 1.4
  • nixos-26.05 -
    • nixos-26.05-small 1.4

pkgs.blazesym-c

C language bindings for the blazesym library

  • nixos-unstable -
  • nixos-26.05 -
    • nixos-26.05-small 0.1.7

pkgs.backblaze-b2

Command-line tool for accessing the Backblaze B2 storage service

  • nixos-unstable -
    • nixos-unstable-small 4.7.1
  • nixos-26.05 -
    • nixos-26.05-small 4.6.0

Package maintainers