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

Reflected_XSS_All_Clients @ /src/main/webapp/vulnerability/SendMessage.jsp #160

Open
cyates-checkmarx opened this issue Jun 23, 2023 · 0 comments

Comments

@cyates-checkmarx
Copy link
Owner

cyates-checkmarx commented Jun 23, 2023

Checkmarx (SAST): Reflected_XSS_All_Clients
Security Issue: Read More about Reflected_XSS_All_Clients
Checkmarx Project: cyates-checkmarx/JVL
Repository URL: https://github.com/cyates-checkmarx/JVL
Branch: master
Scan ID: 6bf2c567-d73e-490c-ac86-a35dd14d497b


The method SendMessage embeds untrusted data in generated output with print, at line 18 of /src/main/webapp/vulnerability/SendMessage.jsp. 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 ""recipient"", which is read by the SendMessage method at line 18 of /src/main/webapp/vulnerability/SendMessage.jsp. 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.

Result #1:
Severity: HIGH
State: TO_VERIFY
Status: RECURRENT
Attack Vector:

    1. ""recipient"": /src/main/webapp/vulnerability/SendMessage.jsp[18,149]
    2. getParameter: /src/main/webapp/vulnerability/SendMessage.jsp[18,148]
    3. print: /src/main/webapp/vulnerability/SendMessage.jsp[18,127]
    Review result in Checkmarx One: Reflected_XSS_All_Clients

Result #2:
Severity: HIGH
State: TO_VERIFY
Status: RECURRENT
Attack Vector:

    1. ""status"": /src/main/webapp/vulnerability/SendMessage.jsp[11,39]
    2. getParameter: /src/main/webapp/vulnerability/SendMessage.jsp[11,38]
    3. print: /src/main/webapp/vulnerability/SendMessage.jsp[11,17]
    Review result in Checkmarx One: Reflected_XSS_All_Clients

@cyates-checkmarx cyates-checkmarx changed the title Reflected_XSS_All_Clients @ SendMessage.jsp Reflected_XSS_All_Clients @ /src/main/webapp/vulnerability/SendMessage.jsp Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant