Corda Server XSS ████████
Medium
U
U.S. Dept Of Defense
Submitted None
Actions:
Reported by
alyssa_herrera
Vulnerability Details
Technical details and impact analysis
**Summary:**
Cord server will display the error message if something isn't allowed to be used thus allowing xss
**Description:**
/scripts/ctredirector.dll allows users to call images or files. We can use the parameter @_FILE to dictate a file or url, if it fails it'll display the url into the page. We then leverage an additional parameter named @_TEXTDESCRIPTIONEN to make the page display as a text which then allows the opportunity to trigger XSS.
## Impact
Medium
## Step-by-step Reproduction Instructions
Check the following URL in firefox
http://█████████/scripts/ctredirector.dll//?@_FILEhttp://google.com/%3Csvg/onload=confirm(document.cookie)%3E%3E@_TEXTDESCRIPTIONEN
## Product, Version, and Configuration (If applicable)
Corda Server
## Suggested Mitigation/Remediation Actions
Update corda
## Impact
An attacker can steal session cookies and conduct sophisticated phishing campaigns using this exploit
Report Details
Additional information and metadata
State
Closed
Substate
Resolved
Submitted
Weakness
Cross-site Scripting (XSS) - Reflected