CVE-2026-77063 Affecting node-red-4 package, versions <4.1.15-r0


Severity

Recommended
low

Based on default assessment until relevant scores are available.

Threat Intelligence

EPSS
0.16% (6th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-MINIMOSLATEST-NODERED4-19660170
  • published10 Sept 2026
  • disclosed28 Aug 2026

Introduced: 28 Aug 2026

NewCVE-2026-77063  (opens in a new tab)

How to fix?

Upgrade Minimos:latest node-red-4 to version 4.1.15-r0 or higher.

NVD Description

Note: Versions mentioned in the description apply only to the upstream node-red-4 package and not the node-red-4 package as distributed by Minimos. See How to fix? for Minimos:latest relevant fixed versions and status.

multer is a middleware for handling multipart/form-data in Node.js. When an application uses an asynchronous fileFilter together with the fileSize limit, a race condition in multer's file stream handling can allow a file that exceeds the configured size limit to bypass the size-limit rejection. All versions before 2.3.0 are affected. The impact is limited because the underlying multipart parser still truncates the stream at the size limit, so this is a bypass of the limit rejection rather than uncontrolled resource consumption. The issue is fixed in multer 2.3.0. Upgrade to multer 2.3.0 to remediate.