forked from CheckmarxDev/JavaVulnerableLab
-
Notifications
You must be signed in to change notification settings - Fork 1
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 Connection_String_Injection @ src/main/java/org/cysecurity/cspf/jvl/controller/Install.java [refs/heads/master] #173
Comments
Issue still exists. |
1 similar comment
Issue still exists. |
Issue still exists. |
Issue still exists. |
3 similar comments
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
Connection_String_Injection issue exists @ src/main/java/org/cysecurity/cspf/jvl/controller/Install.java in branch refs/heads/master
The application's setup method receives untrusted, user-controlled data, and uses this data to connect to a database using BinaryExpr, at line 121 of src\main\java\org\cysecurity\cspf\jvl\controller\Install.java. This may enable a Connection String Injection attack.
The attacker can inject the connection string via user input, ""dbname"", which is retrieved by the application in the processRequest method, at line 58 of src\main\java\org\cysecurity\cspf\jvl\controller\Install.java.
Severity: High
CWE:99
Vulnerability details and guidance
Checkmarx
Training
Recommended Fix
Lines: 54 58
Code (Line #54):
Code (Line #58):
The text was updated successfully, but these errors were encountered: