Download Latest Version mercure-legacy_Windows_i386.zip (6.6 MB)
Email in envelope

Get an email when there's a new version of Mercure

Home / v0.24.2
Name Modified Size InfoDownloads / Week
Parent folder
mercure-0.24.2.tgz 2026-06-01 20.2 kB
checksums.txt.sig 2026-06-01 566 Bytes
checksums.txt 2026-06-01 3.7 kB
mercure_0.24.2_linux_amd64.rpm 2026-06-01 34.0 MB
mercure_0.24.2_linux_386.rpm 2026-06-01 32.8 MB
mercure_0.24.2_linux_armv6.rpm 2026-06-01 31.9 MB
mercure_0.24.2_linux_arm64.rpm 2026-06-01 31.4 MB
mercure_0.24.2_linux_armv5.rpm 2026-06-01 31.9 MB
mercure_0.24.2_linux_armv5.deb 2026-06-01 32.0 MB
mercure_0.24.2_linux_armv6.deb 2026-06-01 32.0 MB
mercure_0.24.2_linux_armv7.rpm 2026-06-01 31.9 MB
mercure_0.24.2_linux_amd64.deb 2026-06-01 34.1 MB
mercure_0.24.2_linux_386.deb 2026-06-01 32.8 MB
mercure_0.24.2_linux_arm64.deb 2026-06-01 31.5 MB
mercure_0.24.2_linux_armv7.deb 2026-06-01 32.0 MB
mercure_0.24.2_linux_armv5.apk 2026-06-01 32.6 MB
mercure_0.24.2_linux_armv6.apk 2026-06-01 32.7 MB
mercure_0.24.2_linux_amd64.apk 2026-06-01 34.9 MB
mercure_0.24.2_linux_386.apk 2026-06-01 33.5 MB
mercure_0.24.2_linux_arm64.apk 2026-06-01 32.1 MB
mercure_0.24.2_linux_armv7.apk 2026-06-01 32.6 MB
mercure-legacy_Darwin_x86_64.tar.gz 2026-06-01 6.7 MB
mercure-legacy_Linux_arm64.tar.gz 2026-06-01 6.0 MB
mercure-legacy_Windows_arm64.zip 2026-06-01 6.0 MB
mercure-legacy_Windows_x86_64.zip 2026-06-01 6.8 MB
mercure-legacy_Darwin_arm64.tar.gz 2026-06-01 6.2 MB
mercure-legacy_Linux_armv6.tar.gz 2026-06-01 6.3 MB
mercure-legacy_Windows_i386.zip 2026-06-01 6.6 MB
mercure-legacy_Linux_x86_64.tar.gz 2026-06-01 6.6 MB
mercure_Windows_arm64.zip 2026-06-01 31.5 MB
mercure-legacy_Linux_i386.tar.gz 2026-06-01 6.3 MB
mercure_Darwin_x86_64.tar.gz 2026-06-01 35.7 MB
mercure_Linux_arm64.tar.gz 2026-06-01 31.5 MB
mercure_Linux_armv5.tar.gz 2026-06-01 32.0 MB
mercure_Linux_x86_64.tar.gz 2026-06-01 34.1 MB
mercure_Windows_i386.zip 2026-06-01 33.3 MB
mercure_Windows_x86_64.zip 2026-06-01 34.3 MB
mercure_Darwin_arm64.tar.gz 2026-06-01 33.8 MB
mercure_Linux_armv6.tar.gz 2026-06-01 32.0 MB
mercure_Linux_armv7.tar.gz 2026-06-01 32.0 MB
mercure_Linux_i386.tar.gz 2026-06-01 32.8 MB
README.md 2026-06-01 3.5 kB
v0.24.2 source code.tar.gz 2026-06-01 1.4 MB
v0.24.2 source code.zip 2026-06-01 1.5 MB
Totals: 44 Items   1.0 GB 0

Community

Mercure 0.24.2 is a security hardening release. It closes an SSE field-injection vector (CWE-93), blocks forgery of the hub's reserved subscription-event topics, fixes a metadata leak in history replay, and adds count caps that defang several denial-of-service amplification vectors. Every hub operator should upgrade.

🔒 Security

  • SSE field injection via id and type (CWE-93). The publish form fields id and type were copied verbatim into the outgoing SSE stream; a CR, LF, or NUL let an authorized publisher inject arbitrary event: / id: / data: lines into every subscriber's stream. The hub now rejects such values with 400 Bad Request. by @dunglas in #1259
  • Reserved topic namespace forgery. Publishes targeting /.well-known/mercure — the namespace the hub uses for its own subscription events — were dispatched, letting a broad-scope publisher forge subscription lifecycle events to other subscribers. Now rejected with 403 Forbidden. by @dunglas in #1259
  • Last-Event-ID metadata disclosure. On reconnect with an unknown Last-Event-ID, the response header echoed the most recent event ID even when that event was a private update the subscriber wasn't authorized to read. The history scan now applies the authorization match before setting the header. by @dunglas in #1259
  • Denial-of-service amplification caps. Transport byte limits bound request size but not parsed element counts: a 1 MiB JWT fits ~30k matchers, a long URL thousands of topic params — each multiplying per-event work for every subscriber. New caps (default 1000) on JWT claim matchers (401), subscribe topic params (400), and publish topic fields (400), plus a 10000-event cap on the Last-Event-ID backward history scan. by @dunglas in #1259, #1260

📖 Documentation & API

  • Update.Validate is now exported. Library callers that dispatch through a Transport directly bypass Hub.Publish, where the CR/LF/NUL validation lives. Update.Validate is now public and Transport.Dispatch documents that direct callers must call it and reject on error. by @dunglas in #1266
  • SECURITY.md documenting the maintenance and disclosure policy. by @dunglas in #1257

Enterprise

Mercure Enterprise (on-premise) and Mercure Cloud pick up the same hardening fixes: SSE field-injection rejection, reserved-topic forgery blocking, the Last-Event-ID disclosure fix, and the DoS amplification caps. Cloud tenants are being rolled onto this release; on-premise customers should upgrade to the matching hub build.

These fixes ship under the Enterprise SLA, with prioritized patches and direct support. Contact contact@mercure.rocks for the managed Cloud offering, on-premise licenses, custom development, consulting, and training.

Full Changelog: v0.24.1...v0.24.2

Source: README.md, updated 2026-06-01