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/java/org/t246osslab/easybuggy4sb/vulnerabilities/CSSInjectionController.java #61

Open
SamHeadrickCx opened this issue Mar 14, 2023 · 0 comments

Comments

@SamHeadrickCx
Copy link
Owner

SamHeadrickCx commented Mar 14, 2023

Checkmarx (SAST): Reflected_XSS_All_Clients
Security Issue: Read More about Reflected_XSS_All_Clients
Checkmarx Project: SamHeadrickCx/easybuggy4sb
Repository URL: https://github.com/SamHeadrickCx/easybuggy4sb
Branch: master
Scan ID: 94cbf8fd-fbe8-49c7-9c55-da0658f9cbfc


The method process embeds untrusted data in generated output with mav, at line 31 of /src/main/java/org/t246osslab/easybuggy4sb/vulnerabilities/CSSInjectionController.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 style, which is read by the process method at line 21 of /src/main/java/org/t246osslab/easybuggy4sb/vulnerabilities/CSSInjectionController.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.

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

    1. style: /src/main/java/org/t246osslab/easybuggy4sb/vulnerabilities/CSSInjectionController.java[21,193]
    2. style: /src/main/java/org/t246osslab/easybuggy4sb/vulnerabilities/CSSInjectionController.java[30,26]
    3. addObject: /src/main/java/org/t246osslab/easybuggy4sb/vulnerabilities/CSSInjectionController.java[30,16]
    4. mav: /src/main/java/org/t246osslab/easybuggy4sb/vulnerabilities/CSSInjectionController.java[30,3]
    5. mav: /src/main/java/org/t246osslab/easybuggy4sb/vulnerabilities/CSSInjectionController.java[31,16]
    Review result in Checkmarx One: Reflected_XSS_All_Clients

@SamHeadrickCx SamHeadrickCx changed the title Reflected_XSS_All_Clients @ CSSInjectionController.java Reflected_XSS_All_Clients @ /src/main/java/org/t246osslab/easybuggy4sb/vulnerabilities/CSSInjectionController.java Jun 19, 2024
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