mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
18 lines
790 B
Markdown
18 lines
790 B
Markdown
### [CVE-2024-36138](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-36138)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Bypass incomplete fix of CVE-2024-27980, that arises from improper handling of batch files with all possible extensions on Windows via child_process.spawn / child_process.spawnSync. A malicious command line argument can inject arbitrary commands and achieve code execution even if the shell option is not enabled.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/tianstcht/tianstcht
|
|
|