Changes.Watch

Open Source changelog digest

Jul 14 - Jul 20, 2025. Useful releases, risky migrations, and noisy updates from the Open Source channel.

No matching updates in this bucket.

Open Source updates in 2025-w29

2025-07-15, Version 20.19.4 'Iron' (LTS), @RafaelGSS

  • Fixed CVE‑2025‑27210: prevented Windows reserved device names (CON, PRN, AUX) from bypassing path.normalize() protection.
  • Updated lib to correctly handle all Windows reserved driver names.

2025-07-15, Version 22.17.1 'Jod' (LTS), @RafaelGSS

  • - Fixed CVE‑2025‑27210 by handling Windows reserved device names (CON, PRN, AUX) and tightening path.normalize() traversal protection.
  • - Updated lib to block reserved driver names on Windows.
  • - Patched MSVS v17.14 compilation issue on Windows builds.

2025-07-15, Version 24.4.1 (Current), @RafaelGSS

  • Patched CVE-2025-27209: mitigated HashDoS in V8 by reverting recent rapidhash changes.
  • Patched CVE-2025-27210: fixed Windows reserved device names (CON, PRN, AUX) bypass in path.normalize().
  • Updated V8 dependency and added handling for all Windows reserved driver names.