Search criteria
3 vulnerabilities found for copy_services_manager by ibm
FKIE_CVE-2025-36248
Vulnerability from fkie_nvd - Published: 2025-09-19 17:15 - Updated: 2025-11-04 20:17
Severity ?
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.
References
| URL | Tags | ||
|---|---|---|---|
| psirt@us.ibm.com | https://www.ibm.com/support/pages/node/7245562 | Vendor Advisory |
Impacted products
| Vendor | Product | Version | |
|---|---|---|---|
| ibm | copy_services_manager | * |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:ibm:copy_services_manager:*:*:*:*:*:*:*:*",
"matchCriteriaId": "6721BDD9-8221-4496-AC02-3BDBD7FEFC75",
"versionEndExcluding": "6.3.14",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "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."
}
],
"id": "CVE-2025-36248",
"lastModified": "2025-11-04T20:17:15.143",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"exploitabilityScore": 2.8,
"impactScore": 2.7,
"source": "psirt@us.ibm.com",
"type": "Primary"
}
]
},
"published": "2025-09-19T17:15:46.267",
"references": [
{
"source": "psirt@us.ibm.com",
"tags": [
"Vendor Advisory"
],
"url": "https://www.ibm.com/support/pages/node/7245562"
}
],
"sourceIdentifier": "psirt@us.ibm.com",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-79"
}
],
"source": "psirt@us.ibm.com",
"type": "Secondary"
}
]
}
CVE-2025-36248 (GCVE-0-2025-36248)
Vulnerability from cvelistv5 – Published: 2025-09-19 16:22 – Updated: 2025-11-06 19:07
VLAI?
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.
Severity ?
6.1 (Medium)
CWE
- CWE-79 - Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting')
Assigner
References
| URL | Tags | ||||
|---|---|---|---|---|---|
|
|||||
Impacted products
| Vendor | Product | Version | ||
|---|---|---|---|---|
| IBM | Copy Services Manager |
Affected:
6.3.13
cpe:2.3:a:ibm:copy_services_manager:6.3.13:*:*:*:*:*:*:* |
Credits
Mario Tesoro
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2025-36248",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-09-19T16:50:44.468159Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-09-19T16:50:59.984Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"cpes": [
"cpe:2.3:a:ibm:copy_services_manager:6.3.13:*:*:*:*:*:*:*"
],
"defaultStatus": "unaffected",
"product": "Copy Services Manager",
"vendor": "IBM",
"versions": [
{
"status": "affected",
"version": "6.3.13"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "finder",
"value": "Mario Tesoro"
}
],
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "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."
}
],
"value": "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."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-79",
"description": "CWE-79 Improper Neutralization of Input During Web Page Generation (XSS or \u0027Cross-site Scripting\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-11-06T19:07:42.042Z",
"orgId": "9a959283-ebb5-44b6-b705-dcc2bbced522",
"shortName": "ibm"
},
"references": [
{
"tags": [
"vendor-advisory",
"patch"
],
"url": "https://www.ibm.com/support/pages/node/7245562"
}
],
"solutions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "\u003cp\u003eIBM recommends addressing the vulnerability in a timely manner.\u003c/p\u003e\u003cdiv\u003e\u003ctable\u003e\u003ctbody\u003e\u003ctr\u003e\u003ctd\u003eProduct(s)\u003c/td\u003e\u003ctd\u003eVersion(s) number and/or range \u003c/td\u003e\u003ctd\u003eRemediation/Fix/Instructions\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003eIBM Copy Services Manager\u003c/td\u003e\u003ctd\u003e6.3.14\u003c/td\u003e\u003ctd\u003eDownload \u003ca target=\"_blank\" rel=\"nofollow\" href=\"https://www.ibm.com/support/pages/node/7229201/stub\"\u003ev6.3.14\u003c/a\u003e\u0026nbsp;and follow \u003ca target=\"_blank\" rel=\"nofollow\" href=\"https://www.ibm.com/support/pages/system/files/inline-files/csm_release_notes_6_3_14.pdf\"\u003erelease notes\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\u003c/tbody\u003e\u003c/table\u003e\u003c/div\u003e\n\n\u003cbr\u003e"
}
],
"value": "IBM recommends addressing the vulnerability in a timely manner.\n\nProduct(s)Version(s) number and/or range Remediation/Fix/InstructionsIBM Copy Services Manager6.3.14Download v6.3.14 https://www.ibm.com/support/pages/node/7229201/stub \u00a0and follow release notes https://www.ibm.com/support/pages/system/files/inline-files/csm_release_notes_6_3_14.pdf"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "IBM Copy Services Manager cross-site scripting",
"workarounds": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "\u003cp\u003e1) Locate the server.xml file under the csmServer\u003c/p\u003e\u003cp\u003e2) Create a backup of the file\u003c/p\u003e\u003cp\u003e3) Edit the file and locate the line \u003c/p\u003e\u003cp\u003e\u0026lt;httpSession cookieSecure=\"true\" cookieName=\"csmsessionid\" cookieSameSite=\"Lax\" /\u0026gt;\u003c/p\u003e\u003cp\u003e4) Change the line to the following:\u003c/p\u003e\u003cp\u003e\u0026nbsp;\u0026lt;httpSession cookieSecure=\"true\" cookieName=\"csmsessionid\" cookieSameSite=\"Strict\" /\u0026gt;\u003c/p\u003e\u003cp\u003e5) Restart IBM Copy Services Manager service.\u003c/p\u003e\n\n\u003cbr\u003e"
}
],
"value": "1) Locate the server.xml file under the csmServer\n\n2) Create a backup of the file\n\n3) Edit the file and locate the line \n\n\u003chttpSession cookieSecure=\"true\" cookieName=\"csmsessionid\" cookieSameSite=\"Lax\" /\u003e\n\n4) Change the line to the following:\n\n\u00a0\u003chttpSession cookieSecure=\"true\" cookieName=\"csmsessionid\" cookieSameSite=\"Strict\" /\u003e\n\n5) Restart IBM Copy Services Manager service."
}
],
"x_generator": {
"engine": "Vulnogram 0.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "9a959283-ebb5-44b6-b705-dcc2bbced522",
"assignerShortName": "ibm",
"cveId": "CVE-2025-36248",
"datePublished": "2025-09-19T16:22:39.759Z",
"dateReserved": "2025-04-15T21:16:43.936Z",
"dateUpdated": "2025-11-06T19:07:42.042Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
CVE-2025-36248 (GCVE-0-2025-36248)
Vulnerability from nvd – Published: 2025-09-19 16:22 – Updated: 2025-11-06 19:07
VLAI?
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.
Severity ?
6.1 (Medium)
CWE
- CWE-79 - Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting')
Assigner
References
| URL | Tags | ||||
|---|---|---|---|---|---|
|
|||||
Impacted products
| Vendor | Product | Version | ||
|---|---|---|---|---|
| IBM | Copy Services Manager |
Affected:
6.3.13
cpe:2.3:a:ibm:copy_services_manager:6.3.13:*:*:*:*:*:*:* |
Credits
Mario Tesoro
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2025-36248",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-09-19T16:50:44.468159Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-09-19T16:50:59.984Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"cpes": [
"cpe:2.3:a:ibm:copy_services_manager:6.3.13:*:*:*:*:*:*:*"
],
"defaultStatus": "unaffected",
"product": "Copy Services Manager",
"vendor": "IBM",
"versions": [
{
"status": "affected",
"version": "6.3.13"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "finder",
"value": "Mario Tesoro"
}
],
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "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."
}
],
"value": "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."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-79",
"description": "CWE-79 Improper Neutralization of Input During Web Page Generation (XSS or \u0027Cross-site Scripting\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-11-06T19:07:42.042Z",
"orgId": "9a959283-ebb5-44b6-b705-dcc2bbced522",
"shortName": "ibm"
},
"references": [
{
"tags": [
"vendor-advisory",
"patch"
],
"url": "https://www.ibm.com/support/pages/node/7245562"
}
],
"solutions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "\u003cp\u003eIBM recommends addressing the vulnerability in a timely manner.\u003c/p\u003e\u003cdiv\u003e\u003ctable\u003e\u003ctbody\u003e\u003ctr\u003e\u003ctd\u003eProduct(s)\u003c/td\u003e\u003ctd\u003eVersion(s) number and/or range \u003c/td\u003e\u003ctd\u003eRemediation/Fix/Instructions\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003eIBM Copy Services Manager\u003c/td\u003e\u003ctd\u003e6.3.14\u003c/td\u003e\u003ctd\u003eDownload \u003ca target=\"_blank\" rel=\"nofollow\" href=\"https://www.ibm.com/support/pages/node/7229201/stub\"\u003ev6.3.14\u003c/a\u003e\u0026nbsp;and follow \u003ca target=\"_blank\" rel=\"nofollow\" href=\"https://www.ibm.com/support/pages/system/files/inline-files/csm_release_notes_6_3_14.pdf\"\u003erelease notes\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\u003c/tbody\u003e\u003c/table\u003e\u003c/div\u003e\n\n\u003cbr\u003e"
}
],
"value": "IBM recommends addressing the vulnerability in a timely manner.\n\nProduct(s)Version(s) number and/or range Remediation/Fix/InstructionsIBM Copy Services Manager6.3.14Download v6.3.14 https://www.ibm.com/support/pages/node/7229201/stub \u00a0and follow release notes https://www.ibm.com/support/pages/system/files/inline-files/csm_release_notes_6_3_14.pdf"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "IBM Copy Services Manager cross-site scripting",
"workarounds": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "\u003cp\u003e1) Locate the server.xml file under the csmServer\u003c/p\u003e\u003cp\u003e2) Create a backup of the file\u003c/p\u003e\u003cp\u003e3) Edit the file and locate the line \u003c/p\u003e\u003cp\u003e\u0026lt;httpSession cookieSecure=\"true\" cookieName=\"csmsessionid\" cookieSameSite=\"Lax\" /\u0026gt;\u003c/p\u003e\u003cp\u003e4) Change the line to the following:\u003c/p\u003e\u003cp\u003e\u0026nbsp;\u0026lt;httpSession cookieSecure=\"true\" cookieName=\"csmsessionid\" cookieSameSite=\"Strict\" /\u0026gt;\u003c/p\u003e\u003cp\u003e5) Restart IBM Copy Services Manager service.\u003c/p\u003e\n\n\u003cbr\u003e"
}
],
"value": "1) Locate the server.xml file under the csmServer\n\n2) Create a backup of the file\n\n3) Edit the file and locate the line \n\n\u003chttpSession cookieSecure=\"true\" cookieName=\"csmsessionid\" cookieSameSite=\"Lax\" /\u003e\n\n4) Change the line to the following:\n\n\u00a0\u003chttpSession cookieSecure=\"true\" cookieName=\"csmsessionid\" cookieSameSite=\"Strict\" /\u003e\n\n5) Restart IBM Copy Services Manager service."
}
],
"x_generator": {
"engine": "Vulnogram 0.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "9a959283-ebb5-44b6-b705-dcc2bbced522",
"assignerShortName": "ibm",
"cveId": "CVE-2025-36248",
"datePublished": "2025-09-19T16:22:39.759Z",
"dateReserved": "2025-04-15T21:16:43.936Z",
"dateUpdated": "2025-11-06T19:07:42.042Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}