Bug 2453157 (CVE-2026-21716) - CVE-2026-21716 nodejs: Node.js: Permission bypass allows unauthorized modification of file permissions and ownership via incomplete security fix.
Summary: CVE-2026-21716 nodejs: Node.js: Permission bypass allows unauthorized modific...
Keywords:
Status: NEW
Alias: CVE-2026-21716
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2453592 2453594 2453595
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-03-30 20:02 UTC by OSIDB Bzimport
Modified: 2026-04-13 02:47 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2026:7350 0 None None None 2026-04-09 20:20:39 UTC
Red Hat Product Errata RHSA-2026:7670 0 None None None 2026-04-13 02:47:49 UTC
Red Hat Product Errata RHSA-2026:7675 0 None None None 2026-04-13 02:23:19 UTC

Description OSIDB Bzimport 2026-03-30 20:02:15 UTC
An incomplete fix for CVE-2024-36137 leaves `FileHandle.chmod()` and `FileHandle.chown()` in the promises API without the required permission checks, while their callback-based equivalents (`fs.fchmod()`, `fs.fchown()`) were correctly patched.

As a result, code running under `--permission` with restricted `--allow-fs-write` can still use promise-based `FileHandle` methods to modify file permissions and ownership on already-open file descriptors, bypassing the intended write restrictions.

This vulnerability affects **20.x, 22.x, 24.x, and 25.x** processes using the Permission Model where `--allow-fs-write` is intentionally restricted.

Comment 2 errata-xmlrpc 2026-04-09 20:20:38 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9

Via RHSA-2026:7350 https://access.redhat.com/errata/RHSA-2026:7350

Comment 3 errata-xmlrpc 2026-04-13 02:23:18 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 10

Via RHSA-2026:7675 https://access.redhat.com/errata/RHSA-2026:7675

Comment 4 errata-xmlrpc 2026-04-13 02:47:47 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 8

Via RHSA-2026:7670 https://access.redhat.com/errata/RHSA-2026:7670


Note You need to log in before you can comment on or make changes to this bug.