CVE-2025-36248 (GCVE-0-2025-36248)
Vulnerability from cvelistv5
Published
2025-09-19 16:22
Modified
2025-09-19 16:50
Severity ?
VLAI Severity ?
EPSS score ?
CWE
- CWE-79 - Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting')
Summary
IBM Copy Services Manager 6.3.13 is vulnerable to cross-site scripting. This vulnerability allows an authenticated 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
Impacted products
Vendor | Product | Version | ||
---|---|---|---|---|
IBM | Copy Services Manager |
Version: 6.3.13 cpe:2.3:a:ibm:copy_services_manager:6.3.13:*:*:*:*:*:*:* |
{ "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" } ] } ], "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 authenticated 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 authenticated 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": 5.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/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-09-19T16:22:39.759Z", "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-09-19T16:50:59.984Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2025-36248\",\"sourceIdentifier\":\"psirt@us.ibm.com\",\"published\":\"2025-09-19T17:15:46.267\",\"lastModified\":\"2025-09-22T21:23:01.543\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"IBM Copy Services Manager 6.3.13 is vulnerable to cross-site scripting. This vulnerability allows an authenticated 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\":{\"cvssMetricV31\":[{\"source\":\"psirt@us.ibm.com\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N\",\"baseScore\":5.4,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"REQUIRED\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.3,\"impactScore\":2.7}]},\"weaknesses\":[{\"source\":\"psirt@us.ibm.com\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-79\"}]}],\"references\":[{\"url\":\"https://www.ibm.com/support/pages/node/7245562\",\"source\":\"psirt@us.ibm.com\"}]}}", "vulnrichment": { "containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-36248\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-09-19T16:50:44.468159Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-09-19T16:50:53.141Z\"}}], \"cna\": {\"title\": \"IBM Copy Services Manager cross-site scripting\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"format\": \"CVSS\", \"cvssV3_1\": {\"scope\": \"CHANGED\", \"version\": \"3.1\", \"baseScore\": 5.4, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N\", \"integrityImpact\": \"LOW\", \"userInteraction\": \"REQUIRED\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"LOW\"}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"GENERAL\"}]}], \"affected\": [{\"cpes\": [\"cpe:2.3:a:ibm:copy_services_manager:6.3.13:*:*:*:*:*:*:*\"], \"vendor\": \"IBM\", \"product\": \"Copy Services Manager\", \"versions\": [{\"status\": \"affected\", \"version\": \"6.3.13\"}], \"defaultStatus\": \"unaffected\"}], \"solutions\": [{\"lang\": \"en\", \"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\", \"supportingMedia\": [{\"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\", \"base64\": false}]}], \"references\": [{\"url\": \"https://www.ibm.com/support/pages/node/7245562\", \"tags\": [\"vendor-advisory\", \"patch\"]}], \"workarounds\": [{\"lang\": \"en\", \"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.\", \"supportingMedia\": [{\"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\", \"base64\": false}]}], \"x_generator\": {\"engine\": \"Vulnogram 0.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"IBM Copy Services Manager 6.3.13 is vulnerable to cross-site scripting. This vulnerability allows an authenticated user to embed arbitrary JavaScript code in the Web UI thus altering the intended functionality potentially leading to credentials disclosure within a trusted session.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"IBM Copy Services Manager 6.3.13 is vulnerable to cross-site scripting. This vulnerability allows an authenticated user to embed arbitrary JavaScript code in the Web UI thus altering the intended functionality potentially leading to credentials disclosure within a trusted session.\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-79\", \"description\": \"CWE-79 Improper Neutralization of Input During Web Page Generation (XSS or \u0027Cross-site Scripting\u0027)\"}]}], \"providerMetadata\": {\"orgId\": \"9a959283-ebb5-44b6-b705-dcc2bbced522\", \"shortName\": \"ibm\", \"dateUpdated\": \"2025-09-19T16:22:39.759Z\"}}}", "cveMetadata": "{\"cveId\": \"CVE-2025-36248\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-09-19T16:50:59.984Z\", \"dateReserved\": \"2025-04-15T21:16:43.936Z\", \"assignerOrgId\": \"9a959283-ebb5-44b6-b705-dcc2bbced522\", \"datePublished\": \"2025-09-19T16:22:39.759Z\", \"assignerShortName\": \"ibm\"}", "dataType": "CVE_RECORD", "dataVersion": "5.1" } } }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…