Changes.Watch

Databases changelog digest

May 26 - Jun 1, 2025. Useful releases, risky migrations, and noisy updates from the Databases channel.

No matching updates in this bucket.

Databases updates in 2025-w22

7.2.9

  • Patched CVE‑2025‑27151: resolved AOF check stack overflow that could lead to remote code execution.
  • Fixed bugs affecting CLUSTER SLOTS TLS port visibility (issue 13958) and stream lag calculations for XTRIM/XADD (issues 13966, 13932).

7.4.4

  • Patched CVE‑2025‑27151 preventing a stack overflow in Redis AOF check that could lead to RCE.
  • Fixed bugs: CLUSTER SLOTS TLS port not reflected, XTRIM/XADD lag miscalculation, and issues #13966, #13932.
  • Applied additional security hardening and minor bug corrections.

8.0.2

  • Security fix for CVE‑2025‑27151 addressing Redis AOF stack overflow and potential RCE
  • Fixed bug where cron‑based timers run twice as fast when active defragmentation is enabled
  • Updated LOLWUT command for Redis 8 and applied other general improvements