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 FFI HARDENS AGAINST CONSTRUCTOR ABUSE

By RepoJournal · Filed · About Node.js

Node's FFI bindings just got safer, and a security release in the download pipeline demands your attention.

Two FFI fixes landed in nodejs/node: FFI functions are now non-constructible on all invocation paths [1], closing a loophole that could allow misuse via `new`. A dead null check was also removed, cleaning up callback argument handling [2]. Meanwhile, the release-cloudflare-worker fixed an accept-ranges header bug [3] and enabled KV directory listing for most paths in production [4], improving the performance of the Node.js download server. In undici, a security release for @fastify/busboy [5] addresses advisories including GHSA-xjh9-v7x6-24jw, which is likely relevant for anyone parsing multipart uploads. The googletest update [6] is routine, and the esbuild bump [7] fixes a TypeScript tree-shaking bug, so keep an eye on your bundle output. Activity across the four repos was light: 20 commits and 18 PRs, with no breaking changes in core Node.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] ffi: keep FFI functions non-constructible ↗ nodejs/node
  2. [2] ffi: remove dead null check in callback arguments nodejs/node
  3. [3] src: fix accept-ranges header ↗ nodejs/release-cloudflare-worker
  4. [4] src: enable kv directory listing for some dirs ↗ nodejs/release-cloudflare-worker
  5. [5] build(deps-dev): bump @fastify/busboy from 3.2.0 to 3.2.1 ↗ nodejs/undici
  6. [6] deps: update googletest to 49495eacfdbda3f4b6ba219923fedbb2e3f99376 ↗ nodejs/node
  7. [7] build(deps-dev): bump esbuild from 0.28.1 to 0.28.2 ↗ nodejs/undici

Quick answers

What shipped in Node.js on August 18, 2026?
Node's FFI bindings just got safer, and a security release in the download pipeline demands your attention. In total, 20 commits and 18 pull requests landed.
Who contributed to Node.js on August 18, 2026?
5 developers shipped this update, including nodejs-github-bot, Trivikram Kamat, Seongeun Lee, flakey5, and dependabot.
What were the notable Node.js updates?
ffi: keep FFI functions non-constructible, ffi: remove dead null check in callback arguments, and src: fix accept-ranges header.

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?