### [CVE-2024-36137](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-36137) ![](https://img.shields.io/static/v1?label=Product&message=node&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=20.15.0%3C%3D%2020.15.0%20&color=brighgreen) ![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen) ### Description 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. ### POC #### Reference No PoCs from references. #### Github - https://github.com/KshitijPatil08/Elevate-Task3