-
Notifications
You must be signed in to change notification settings - Fork 0
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
CX Command_Injection @ createaccount.php [master] #79
Comments
Issue still exists. |
7 similar comments
Issue still exists. |
Issue still exists. |
Issue still exists. |
Issue still exists. |
Issue still exists. |
Issue still exists. |
Issue still exists. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Command_Injection issue exists @ createaccount.php in branch master
The application's <?php method calls an OS (shell) command with mail, at line 1 of createaccount.php, using an untrusted string with the command to execute.
This could allow an attacker to inject an arbitrary command, and enable a Command Injection attack.
The attacker may be able to inject the executed command via user input, _POST, which is retrieved by the application in the <?php method, at line 1 of createaccount.php.
Severity: High
CWE:77
Checkmarx
Lines: 33 55 30
Code (Line #33):
Code (Line #55):
Code (Line #30):
The text was updated successfully, but these errors were encountered: