fix: use subprocess instead of os.system in android_configure.py#63025
Closed
orbisai0security wants to merge 1 commit intonodejs:mainfrom
Closed
fix: use subprocess instead of os.system in android_configure.py#63025orbisai0security wants to merge 1 commit intonodejs:mainfrom
orbisai0security wants to merge 1 commit intonodejs:mainfrom
Conversation
Automated security fix generated by Orbis Security AI
Member
Lucky it isn't, then. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fix critical severity security issue in
android_configure.py.Vulnerability
V-003android_configure.py:77Description: The android_configure.py build script constructs a shell command by directly concatenating the DEST_CPU variable into an os.system() call at line 77. If DEST_CPU is sourced from an environment variable, command-line argument, or CI/CD pipeline input controlled by an attacker, shell metacharacters can be injected to execute arbitrary operating system commands on the build host with the full privileges of the build process.
Changes
android_configure.pyVerification
Automated security fix by OrbisAI Security