Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Git-it through 4.4.0 allows OS command injection at the Branches Aren't Just For Birds challenge step. During the verification process, it attempts to run the reflog command followed by the current branch name (which is not sanitized for execution).
reflog
CVE ID: CVE-2021-44685
Vulnerable code: https://github.com/jlord/git-it-electron/blob/4f397578eb057b6b4f8d2f3ffcccc57c5213e463/lib/verify/branches_arent_just_for_birds.js#L55
See in high-quality video here.
This issue may lead to arbitrary command execution.
The text was updated successfully, but these errors were encountered:
It seems like it's been 120-day, has this disclosure not received a response from the vendor yet? Please make a decision in the next 2-day.
Sorry, something went wrong.
No confirmation at all. CVE requested.
dwisiswant0
No branches or pull requests
Description
Git-it through 4.4.0 allows OS command injection at the Branches Aren't Just For Birds challenge step. During the verification process, it attempts to run the
reflogcommand followed by the current branch name (which is not sanitized for execution).CVE ID: CVE-2021-44685
Proof-of-Concept
Vulnerable code: https://github.com/jlord/git-it-electron/blob/4f397578eb057b6b4f8d2f3ffcccc57c5213e463/lib/verify/branches_arent_just_for_birds.js#L55
Impact
This issue may lead to arbitrary command execution.
References
The text was updated successfully, but these errors were encountered: