You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reflected_XSS_All_Clients issue exists @ UnrestrictedSizeUploadController.java in branch main
The method doPost embeds untrusted data in generated output with mav, at line 72 of /src/main/java/org/t246osslab/easybuggy4sb/vulnerabilities/UnrestrictedSizeUploadController.java. This untrusted data is embedded into the output without proper sanitization or encoding, enabling an attacker to inject malicious code into the generated web-page.
The attacker would be able to alter the returned web page by simply providing modified data in the user input file, which is read by the doPost method at line 38 of /src/main/java/org/t246osslab/easybuggy4sb/vulnerabilities/UnrestrictedSizeUploadController.java. This input then flows through the code straight to the output web page, without sanitization.
This can enable a Reflected Cross-Site Scripting (XSS) attack.
Reflected_XSS_All_Clients issue exists @ UnrestrictedSizeUploadController.java in branch main
The method doPost embeds untrusted data in generated output with mav, at line 72 of /src/main/java/org/t246osslab/easybuggy4sb/vulnerabilities/UnrestrictedSizeUploadController.java. This untrusted data is embedded into the output without proper sanitization or encoding, enabling an attacker to inject malicious code into the generated web-page.
The attacker would be able to alter the returned web page by simply providing modified data in the user input file, which is read by the doPost method at line 38 of /src/main/java/org/t246osslab/easybuggy4sb/vulnerabilities/UnrestrictedSizeUploadController.java. This input then flows through the code straight to the output web page, without sanitization.
This can enable a Reflected Cross-Site Scripting (XSS) attack.
Namespace: AaronZhouYu
Repository: TotallySecureApp
Repository Url: https://github.com/AaronZhouYu/TotallySecureApp
CxAST-Project: AaronZhouYu/TotallySecureApp
CxAST platform scan: 044c3806-8e67-4c10-99a5-5e39d680a811
Branch: main
Application: TotallySecureApp
Severity: HIGH
State: TO_VERIFY
Status: RECURRENT
CWE: 79
Lines: 38
References
Read more
The text was updated successfully, but these errors were encountered: