RepoJournal
Node.js

@nodejs

The Node.js runtime - every backend team's CVE source of truth

Keep up with Node.js in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

One email a day. Unsubscribe in one click.

Pick a date

Topics: JavaScript Full archive →

The Wire · Showcase

NODE 26.7.0 SHIPS WITH CRYPTO UPGRADES AND DNS SECURITY FIX

By RepoJournal · Filed · About Node.js

Node.js 26.7.0 landed overnight with SEMVER-MINOR crypto improvements and a critical DNS vulnerability patch that prevents large resolveAny replies from crashing.

The release [2] ships SEMVER-MINOR support for loading private keys through STORE loaders [2], alongside updated root certificates to NSS 3.125 [2]. More urgently, RafaelGSS patched a DNS handling vulnerability [1] that could cause crashes on large resolveAny address replies, tagged CVE-2026-58042 and signed off by Matteo Collina and Luigi Pinca. The crypto module also gained documented ArrayBuffer support in pbkdf2Sync [3], closing a documentation gap on stable functionality. Undici's mock subsystem got two critical fixes: preserving MockAgent interceptors when legacy global fetch calls setGlobalDispatcher [4], and re-invoking reply callbacks on persistent mocks that regressed in #5367 [5]. The nodejs.org blog post for 26.7.0 published automatically [6], and the Node.js team removed an unsigned vendor logo from the partners list [7] after confirming no agreement was in place.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] dns: handle large resolveAny address replies nodejs/node
  2. [2] 2026-08-05, Version 26.7.0 (Current), @aduh95 ↗ nodejs/node
  3. [3] doc: document ArrayBuffer support in pbkd2Sync nodejs/node
  4. [4] fix: preserve MockAgent interceptors for legacy global fetch ↗ nodejs/undici
  5. [5] fix(mock): re-invoke reply callback for persistent mocks ↗ nodejs/undici
  6. [6] feat(blog): create post for v26.7.0 ↗ nodejs/nodejs.org
  7. [7] chore: remove Codemod from partners list (#9084) nodejs/nodejs.org

Quick answers

What shipped in Node.js on August 6, 2026?
Node.js 26.7.0 landed overnight with SEMVER-MINOR crypto improvements and a critical DNS vulnerability patch that prevents large resolveAny replies from crashing. In total, 29 commits, 19 pull requests, and 1 releases landed.
Who contributed to Node.js on August 6, 2026?
10 developers shipped this update, including RafaelGSS, aduh95, Dario Piotrowicz, nodejs-github-bot, kyungrae2002, ostapondo, pacocartones, and mcollina, and 2 more.
What were the notable Node.js updates?
dns: handle large resolveAny address replies, 2026-08-05, Version 26.7.0 (Current), @aduh95, and doc: document ArrayBuffer support in pbkd2Sync.

More from @nodejs

Daily updates, in your inbox

Follow Node.js

Keep up with Node.js in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?