You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like to report a potential security vulnerability.
The bug is introduced because the package-exported method gommit() fails to sanitize its parameter and lets it flow into a sensitive command execution API.
Here is the proof of concept.
var gommitjs = require("gommitjs")
gommitjs.gommit([";touch rce"]) // a file named rce will be created
Please consider fixing it. thanks!
The text was updated successfully, but these errors were encountered:
Hi,
We would like to report a potential security vulnerability.
The bug is introduced because the package-exported method
gommit()
fails to sanitize its parameter and lets it flow into a sensitive command execution API.Here is the proof of concept.
Please consider fixing it. thanks!
The text was updated successfully, but these errors were encountered: