Skip to content
New issue

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

Fix a bypass for CVE-2020-16881 #107952

Merged

Conversation

justinsteven
Copy link
Contributor

Fixes #107951

Uses child_process.execFile() rather than child_process.exec() to more
effectively resolve the command injection vulnerability.

Fixes microsoft#107951

Uses child_process.execFile() rather than child_process.exec() to more
effectively resolve the command injection vulnerability.
@aeschli aeschli added this to the September 2020 milestone Oct 2, 2020
@aeschli aeschli merged commit a914a30 into microsoft:master Oct 2, 2020
@aeschli
Copy link
Contributor

aeschli commented Oct 2, 2020

@justinsteven Good catch, thanks a lot for the fix!

aeschli added a commit that referenced this pull request Oct 2, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Dec 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

(Assumed) Fix for CVE-2020-16881 can be bypassed
2 participants