Back to Freedom.Tech Back
Weekly Recap Mon, May 18, 2026 8 min read

Weekly Recap - May 11 to May 18, 2026

Threads

Kernel panic: DirtyFrag patched inside 48 hours

CVE-2026-43284 and CVE-2026-43500 landed early in the week. umbrelOS 1.7.3 and Tails 7.7.3 both shipped emergency releases addressing the Linux kernel DirtyFrag cluster within two days. Operators running either platform should have already applied these patches.

DoS fixes across Lightning and Matrix infrastructure

The week saw two separate denial-of-service mitigations. Matrix Synapse 1.152.1 capped WorkerLock timeout to prevent CPU starvation under contention. Core Lightning patched an assertion DoS triggered by crafted peer messages, disclosed via Delving Bitcoin. Both require operator action.

Ollama prepares breaking migration to llama.cpp

Ollama 0.30.0-rc15 signals a major architecture shift from GGML to direct llama.cpp support, enabling GGUF compatibility. The pre-release tag warns of breaking changes. Operators should test the candidate in non-production environments before the stable release lands.

Patch board

> A Summer of Bitcoin intern found a remote assertion DoS in Core Lightning triggered by crafted peer messages. The disclosure arrived via Delving Bitcoin. Operators should verify they are running a patched version. No CVE assigned yet, but severity warrants immediate attention.

> Emergency kernel patch for DirtyFrag landed within 48 hours of disclosure. Tails 7.7.3 also includes Tor Browser and Tor client security fixes. Operators should apply immediately. No opt-out for this one.

> umbrelOS 1.7.3 addresses the same DirtyFrag kernel vulnerabilities as Tails. Operators running umbrelOS should have already applied this. The release ships no other changes—pure security posture.

  • Matrix Synapse 1.152.1. (CVE-2026-45076, CVE-2026-45078). Synapse 1.152.1 (2026-05-07) Security Fixes Prevent CPU starvation (Denial of Service) under worker lock contention, additionally capping the WorkerLock time out interval to a maximum of 60 seconds

> Matrix Synapse 1.152.1 caps WorkerLock timeout to 60 seconds, preventing CPU starvation under lock contention. Operators running Synapse worker deployments should test and apply. Single-instance deployments see less immediate benefit but should still update.

> Bitkey App 2026.9.1 is marked as a patch-now release but ships no detailed notes. Operators should apply based on severity tagging alone. The linked release notes page is empty.

> QSB-114 addresses Intel CPU data exposure separate from DirtyFrag. Qubes operators should follow the bulletin for microcode and Xen updates. This is not the same issue as the kernel patches earlier in the week.

Releases

> Boltz Client 2.12.0 completes the removal of the GDK wallet library. Operators who previously relied on GDK-specific behavior should verify wallet functionality after upgrade. No migration path is documented in the release notes.

> Dify 1.14.1 ships as a patch release with no operator-facing changelog. Operators running 1.14.0 should review the diff if behavior changes are observed. Otherwise, treat as a maintenance update.

  • NodeGuard 0.24.2. Fix invoice expiry calculation to accommodate retry windows in RebalanceService Add logging for rebalance creation, execution, and status updates in RebalanceS

> NodeGuard 0.24.2 fixes invoice expiry calculation for rebalance retry windows and adds logging for rebalance lifecycle events. Operators who use NodeGuard for automated rebalancing should test invoice handling before deploying to production.

  • Cashu TS 4.3.0. This release speeds up wallet restore legacy BIP-32 derivation - benchmarks showed roughly 2x speedup for the new cached batch path versus repeated BIP32 derivation of previous implementation

> Cashu TS 4.3.0 optimizes wallet restore by caching BIP-32 derivation, delivering roughly 2x speedup for legacy paths. Operators building wallet UIs should see faster restore times with no code changes. Update is backward-compatible.

> Alby JS SDK 8.0.0 is a major release with breaking changes. The release notes focus on CI/CD updates rather than API surface changes. Operators integrating this SDK should review the full changelog and test thoroughly before upgrading.

  • Bitcoin Knots 29.3. Bitcoin Knots version 29.3.knots20260508 is now available from: This release includes the RDTS softfork ( IMPORTANT INFORMATION BELOW ), new features, default configuration changes

> Bitcoin Knots 29.3 includes the RDTS softfork. Operators who choose to run Knots should understand the consensus implications and ensure their infrastructure is prepared for the softfork activation parameters.

  • Miniflux 2.3.0. Security Only discoverable WebAuthn credentials (resident keys / passkeys) are supported for login

> Miniflux 2.3.0 restricts WebAuthn to discoverable credentials only—resident keys or passkeys. Operators who previously allowed non-resident keys will need to re-register users. This is a security hardening change, not a bug fix.

  • Amethyst 1.09.1. Rename onRefresh callback to avoid shadowing parameter Fix desktop app ProGuard build with Compose 1.11.0

> Amethyst 1.09.1 ships bug fixes and ProGuard build improvements for desktop. Operators running the desktop build should test the ProGuard changes. Mobile operators see standard maintenance updates.

  • vLLM 0.21.0. This release features 367 commits from 202

> vLLM 0.21.0 is a pre-release with 367 commits from 202 contributors. Operators should treat this as a beta and avoid production use until the stable tag ships. Test coverage is wide but not yet proven at scale.

> Ark Network v0.9.5 updates the client wallet interface and fixes empty KeyID handling in single-key wallets. Operators running Ark nodes should verify wallet signing after upgrade. The fix targets a go-sdk regression.

  • Ollama 0.23.4. Ollama launch opencode now supports vision models with image inputs Fixed formatting of Claude tool results when using local image paths

> Ollama 0.23.4 adds vision model support for ollama launch opencode and fixes Claude tool result formatting for local image paths. Operators using multimodal workflows should test image ingestion paths.

  • Arkade 0.9.5. Client-lib Update client wallet interface 1008

> Arkade 0.9.5 mirrors the Ark Network release. Same client wallet interface changes and KeyID fix apply. Operators should treat these as a coordinated release and upgrade both if running the full stack.

  • Alby Hub 1.22.2. In this release Alby Hub adds a new AI & Agents page, an integrated on-chain wallet mode, custom user labels for transactions, redesigned settings pages, improved budget selection when creating app connections and support for connecting

> Alby Hub 1.22.2 is a pre-release adding integrated on-chain wallet mode, Core Lightning support, and an AI & Agents page. Operators should test the on-chain wallet and CLN integration in staging before production. This is the most requested feature per the notes.

  • Bisq 1.10.0. Follows the recent security incident with a focused hardening release that improves trade protocol security, network message validation, release verification, and hardening against supply chain attacks

> Bisq 1.10.0 ships hardening fixes following a recent security incident. Changes include trade protocol security, network message validation, and supply chain mitigations. Operators should upgrade immediately and review the incident disclosure for context.

  • llama.cpp b9174. Ui: Restructure repo to use tools/ui folder and ui / UI / llama-ui / LLAMA UI naming ( 23064) webui: Move static build output from tools/server/public to build/ui directory; Move to tools/ui; Rename CMake variables and

> llama.cpp b9174 restructures the repo to use tools/ui folder and renames CMake variables. Operators building from source will need to update build scripts. The change affects preprocessor defines and static output paths.

> Sparrow Frigate 1.5.0 adds low-latency mempool ingestion via Bitcoin Core ZMQ sequence publisher. Operators should configure the ZMQ endpoint or let auto-discovery handle it. Fast eviction from removal events reduces latency for high-frequency polling use cases.

> SilverBullet 2.8.0 ships with no detailed release notes. Operators should review the commit log for breaking changes before upgrading production instances.

  • Cashu TS 4.4.0. This release adds AmountWithUnit, a unit-aware sibling to Amount, so multi-unit consumers (wallets aggregating across sat/usd or multiple mints) can do arithmetic and comparisons without silently mixing units

> Cashu TS 4.4.0 introduces AmountWithUnit, a unit-aware arithmetic type for multi-unit wallets. Operators building wallets that aggregate across sat/usd or multiple mints can now avoid silent unit-mixing bugs. This is a library addition, not a breaking change.

> SimpleX Chat 6.5.2 removes the time limit on message deletion from channel history. Operators self-hosting SimpleX relays should ensure storage capacity can handle retained message history if users choose not to delete.

> ZEUS 13.0.2-rc2 ships a new default RGS server at rgs.zeusln.com with 15-minute update intervals instead of three hours. Operators running custom RGS servers should verify clients are not hardcoded to the new endpoint. This is a release candidate, not stable.

News

> Xen Project released one or more XSAs on 2026-05-12. Qubes operators should monitor the Qubes security announcements for QSB updates addressing these advisories. No QSB was issued during the week for these XSAs.

The week in numbers
57Releases
6Security patches
83Sources tracked
74Stories tracked
36Featured
7Days covered
Stories by beat
AI22
Privacy21
Bitcoin19
Nostr7
Other5