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
The method includable embeds untrusted data in generated output with getContextPath, at line 28 of /src/main/webapp/eb/v1/dfi/includable.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 get, which is read by the includable method at line 28 of /src/main/webapp/eb/v1/dfi/includable.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:
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 includable embeds untrusted data in generated output with getContextPath, at line 28 of /src/main/webapp/eb/v1/dfi/includable.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 get, which is read by the includable method at line 28 of /src/main/webapp/eb/v1/dfi/includable.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. get: /src/main/webapp/eb/v1/dfi/includable.jsp[28,121]
2. getContextPath: /src/main/webapp/eb/v1/dfi/includable.jsp[28,136]
Review result in Checkmarx One: Reflected_XSS_All_Clients
Result 2:
Severity: HIGH
State: TO_VERIFY
Status: RECURRENT
Attack Vector:
1. get: /src/main/webapp/eb/v1/dfi/includable.jsp[12,145]
2. getContextPath: /src/main/webapp/eb/v1/dfi/includable.jsp[12,160]
Review result in Checkmarx One: Reflected_XSS_All_Clients
Result 3:
Severity: HIGH
State: TO_VERIFY
Status: RECURRENT
Attack Vector:
1. ""template"": /src/main/webapp/eb/v1/dfi/includable.jsp[15,61]
2. getParameter: /src/main/webapp/eb/v1/dfi/includable.jsp[15,49]
Review result in Checkmarx One: Reflected_XSS_All_Clients
The text was updated successfully, but these errors were encountered: