CVE-2025-36248
6.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Summary
IBM Copy Services Manager 6.3.13 is vulnerable to cross-site scripting. This vulnerability allows an unauthenticated user to embed arbitrary JavaScript code in the Web UI thus altering the intended functionality potentially leading to credentials disclosure within a trusted session.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| IBM | Copy Services Manager | 6.3.13 | affected |
Weaknesses
- CWE-79: CWE-79 Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting')
Workarounds
Locate the server.xml file under the csmServer
Create a backup of the file
Edit the file and locate the line
<httpSession cookieSecure="true" cookieName="csmsessionid" cookieSameSite="Lax" />
- Change the line to the following:
<httpSession cookieSecure="true" cookieName="csmsessionid" cookieSameSite="Strict" />
- Restart IBM Copy Services Manager service.
ADP Enrichment
CISA ADP Vulnrichment
- SSVC:
- Exploitation: none
- Automatable: no
- Technical Impact: partial
References
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.