Incorrect Permission Assignment for Critical Resource The advisory has been revoked - it doesn't affect any version of package nodejs:20/nodejs-nodemon  (opens in a new tab)


Threat Intelligence

EPSS
0.4% (32nd 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-RHEL9-NODEJS-10631557
  • published5 Jul 2025
  • disclosed8 Jul 2024

Introduced: 8 Jul 2024

CVE-2024-36137  (opens in a new tab)
CWE-732  (opens in a new tab)

Amendment

The Red Hat security team deemed this advisory irrelevant for RHEL:9.

NVD Description

Note: Versions mentioned in the description apply only to the upstream nodejs:20/nodejs-nodemon package and not the nodejs:20/nodejs-nodemon package as distributed by RHEL.

A vulnerability has been identified in Node.js, affecting users of the experimental permission model when the --allow-fs-write flag is used.

Node.js Permission Model do not operate on file descriptors, however, operations such as fs.fchown or fs.fchmod can use a "read-only" file descriptor to change the owner and permissions of a file.