SCA: security update for @nestjs/platform-fastify (GHSA-wf42-42fg-fg84)

high Tenable Self-Hosted Container Security Plugin ID 438906

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- Nest is a framework for building scalable Node.js server-side applications. In versions 11.1.15 and below,
a NestJS application using @nestjs/platform-fastify GET middleware can be bypassed because Fastify
automatically redirects HEAD requests to the corresponding GET handlers (if they exist). As a result:
middleware will be completely skipped, the HTTP response won't include a body (since the response is
truncated when redirecting a HEAD request to a GET handler), and the actual handler will still be
executed. This issue is fixed in version 11.1.16. (CVE-2026-33011)

Solution

Update the @nestjs/platform-fastify library and its related packages to version 11.1.16 or later.

See Also

https://github.com/advisories/GHSA-wf42-42fg-fg84

Plugin Details

Severity: High

ID: 438906

Version: Revision 1.11

Type: Local

Family: SCA Checks

Published: 3/18/2026

Updated: 6/1/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Low

Score: 3

Percentile: 23.73

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 7.8

Temporal Score: 5.8

Vector: CVSS2#AV:N/AC:L/Au:N/C:N/I:C/A:N

CVSS Score Source: CVE-2026-33011

CVSS v3

Risk Factor: High

Base Score: 7.5

Temporal Score: 6.5

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

CVSS v4

Risk Factor: High

Base Score: 8.7

Threat Score: 6.6

Threat Vector: CVSS:4.0/E:U

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 3/17/2026

Vulnerability Publication Date: 3/17/2026

Reference Information

CVE: CVE-2026-33011

cwe: CWE-670