GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

CVE-2025-36056 (GCVE-0-2025-36056)

Vulnerability from cvelistv5 – Published: 2025-07-01 01:00 – Updated: 2025-08-24 11:34
VLAI
Title
IBM System Storage Virtualization Engine TS7700 cross-site scripting
Summary
IBM System Storage Virtualization Engine TS7700 3957 VED R5.4 8.54.2.17, R6.0 8.60.0.115, 3948 VED R5.4 8.54.2.17, R6.0 8.60.0.115, and 3948 VEF R6.0 8.60.0.115 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.
SSVC
Exploitation: none Automatable: no Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2025-07-01 13:37 UTC
CWE
  • CWE-79 - Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting')
Assigner
References
URL Tags
https://www.ibm.com/support/pages/node/7238555 vendor-advisorypatch
Impacted products
Vendor Product Version CPE status
IBM System Storage Virtualization Engine TS7700 Affected: 8.60.0.115
    cpe:2.3:h:ibm:system_storage_virtualization_engine_ts7700:3948-VEF:*:*:*:*:*:*:*
    cpe:2.3:h:ibm:system_storage_virtualization_engine_ts7700:3948-VED:*:*:*:*:*:*:*
    cpe:2.3:h:ibm:system_storage_virtualization_engine_ts7700:3957-VED:*:*:*:*:*:*:*
Create a notification for this product.
IBM System Storage Virtualization Engine TS7700 Affected: 8.54.2.17, 8.60.0.115
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2025-36056",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2025-07-01T13:37:10.780577Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2025-07-01T13:37:16.985Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "cpes": [
            "cpe:2.3:h:ibm:system_storage_virtualization_engine_ts7700:3948-VEF:*:*:*:*:*:*:*",
            "cpe:2.3:h:ibm:system_storage_virtualization_engine_ts7700:3948-VED:*:*:*:*:*:*:*",
            "cpe:2.3:h:ibm:system_storage_virtualization_engine_ts7700:3957-VED:*:*:*:*:*:*:*"
          ],
          "defaultStatus": "unaffected",
          "platforms": [
            "3948-VEF"
          ],
          "product": "System Storage Virtualization Engine TS7700",
          "vendor": "IBM",
          "versions": [
            {
              "status": "affected",
              "version": "8.60.0.115"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "platforms": [
            "3948-VED"
          ],
          "product": "System Storage Virtualization Engine TS7700",
          "vendor": "IBM",
          "versions": [
            {
              "status": "affected",
              "version": "8.54.2.17, 8.60.0.115"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "platforms": [
            "3957-VED"
          ],
          "product": "System Storage Virtualization Engine TS7700",
          "vendor": "IBM",
          "versions": [
            {
              "status": "affected",
              "version": "8.54.2.17, 8.60.0.115"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "supportingMedia": [
            {
              "base64": false,
              "type": "text/html",
              "value": "IBM System Storage Virtualization Engine TS7700 3957 VED R5.4 8.54.2.17, R6.0 8.60.0.115, 3948 VED R5.4 8.54.2.17, R6.0 8.60.0.115, and 3948 VEF R6.0 8.60.0.115\u0026nbsp;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 System Storage Virtualization Engine TS7700 3957 VED R5.4 8.54.2.17, R6.0 8.60.0.115, 3948 VED R5.4 8.54.2.17, R6.0 8.60.0.115, and 3948 VEF R6.0 8.60.0.115\u00a0is 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-08-24T11:34:14.462Z",
        "orgId": "9a959283-ebb5-44b6-b705-dcc2bbced522",
        "shortName": "ibm"
      },
      "references": [
        {
          "tags": [
            "vendor-advisory",
            "patch"
          ],
          "url": "https://www.ibm.com/support/pages/node/7238555"
        }
      ],
      "solutions": [
        {
          "lang": "en",
          "supportingMedia": [
            {
              "base64": false,
              "type": "text/html",
              "value": "IBM strongly recommends addressing the vulnerability now by visiting \u003ca target=\"_blank\" rel=\"nofollow\" href=\"https://tape.ibmrcl.enterpriseappointments.com/v2/\"\u003ehttps://tape.ibmrcl.enterpriseappointments.com/v2/\u003c/a\u003e or contacting IBM Service at 1-800-IBM-SERV to arrange an upgrade to the latest microcode version followed by the installation of the appropriate VTD_EXEC as needed. Minimum microcode versions are shown below:\u003cbr\u003e\u003cbr\u003eMachine Type  Model  Release  Fix\u003cbr\u003e3957  VED  R5.4  Upgrade to 8.54.2.17 + VTD_EXEC.904\u003cbr\u003e- OR -\u003cbr\u003eUpgrade to 8.54.1.27 + VTD_EXEC.904\u003cbr\u003eR6.0  Upgrade to 8.60.0.115 + VTD_EXEC.905\u003cbr\u003e3948  VED  R5.4  Upgrade to 8.54.2.17 + VTD_EXEC.904\u003cbr\u003e- OR -\u003cbr\u003eUpgrade to 8.54.1.27 + VTD_EXEC.904\u003cbr\u003eR6.0  Upgrade to 8.60.0.115 + VTD_EXEC.905\u003cbr\u003e3948  VEF  R6.0  Upgrade to 8.60.0.115 + VTD_EXEC.905\u003cbr\u003e \u003cbr\u003e\u003cbr\u003eThe minimum VTD_EXEC version is shown below:\u003cbr\u003e\u003cbr\u003eVTD_EXEC Package  Version\u003cbr\u003eVTD_EXEC.904  v1.27\u003cbr\u003eVTD_EXEC.905  v1.11\u003cbr\u003e \u003cbr\u003e\u003cbr\u003eInstallation Details\u003cbr\u003e \u003cbr\u003e\u003cbr\u003eConcurrent  Yes\u003cbr\u003eLocal Machine State  Online/Offline/Service\u003cbr\u003eRemote Machine State  Online/Offline/Service\u003cbr\u003eTime of Installation  Anytime\u003cbr\u003eInstallation Time Required (mins)  60\u003cbr\u003e\u003cbr\u003e"
            }
          ],
          "value": "IBM strongly recommends addressing the vulnerability now by visiting  https://tape.ibmrcl.enterpriseappointments.com/v2/  or contacting IBM Service at 1-800-IBM-SERV to arrange an upgrade to the latest microcode version followed by the installation of the appropriate VTD_EXEC as needed. Minimum microcode versions are shown below:\n\nMachine Type  Model  Release  Fix\n3957  VED  R5.4  Upgrade to 8.54.2.17 + VTD_EXEC.904\n- OR -\nUpgrade to 8.54.1.27 + VTD_EXEC.904\nR6.0  Upgrade to 8.60.0.115 + VTD_EXEC.905\n3948  VED  R5.4  Upgrade to 8.54.2.17 + VTD_EXEC.904\n- OR -\nUpgrade to 8.54.1.27 + VTD_EXEC.904\nR6.0  Upgrade to 8.60.0.115 + VTD_EXEC.905\n3948  VEF  R6.0  Upgrade to 8.60.0.115 + VTD_EXEC.905\n \n\nThe minimum VTD_EXEC version is shown below:\n\nVTD_EXEC Package  Version\nVTD_EXEC.904  v1.27\nVTD_EXEC.905  v1.11\n \n\nInstallation Details\n \n\nConcurrent  Yes\nLocal Machine State  Online/Offline/Service\nRemote Machine State  Online/Offline/Service\nTime of Installation  Anytime\nInstallation Time Required (mins)  60"
        }
      ],
      "source": {
        "discovery": "UNKNOWN"
      },
      "title": "IBM System Storage Virtualization Engine TS7700 cross-site scripting",
      "x_generator": {
        "engine": "Vulnogram 0.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "9a959283-ebb5-44b6-b705-dcc2bbced522",
    "assignerShortName": "ibm",
    "cveId": "CVE-2025-36056",
    "datePublished": "2025-07-01T01:00:03.022Z",
    "dateReserved": "2025-04-15T21:16:11.325Z",
    "dateUpdated": "2025-08-24T11:34:14.462Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2025-36056",
      "date": "2026-09-16",
      "epss": "0.00171",
      "percentile": "0.06826"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2025-36056\",\"sourceIdentifier\":\"psirt@us.ibm.com\",\"published\":\"2025-07-01T01:15:28.113\",\"lastModified\":\"2026-06-17T09:14:25.640\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"IBM System Storage Virtualization Engine TS7700 3957 VED R5.4 8.54.2.17, R6.0 8.60.0.115, 3948 VED R5.4 8.54.2.17, R6.0 8.60.0.115, and 3948 VEF R6.0 8.60.0.115\u00a0is 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.\"},{\"lang\":\"es\",\"value\":\"IBM System Storage Virtualization Engine TS7700 3957 VED R5.4 8.54.2.17, R6.0 8.60.0.115, 3948 VED R5.4 8.54.2.17, R6.0 8.60.0.115 y 3948 VEF R6.0 8.60.0.115 son vulnerables a ataques de cross-site scripting. Esta vulnerabilidad permite a un usuario autenticado incrustar c\u00f3digo JavaScript arbitrario en la interfaz web, alterando as\u00ed la funcionalidad prevista, lo que podr\u00eda provocar la divulgaci\u00f3n de credenciales en una sesi\u00f3n de confianza.\"}],\"affected\":[{\"source\":\"psirt@us.ibm.com\",\"affectedData\":[{\"vendor\":\"IBM\",\"product\":\"System Storage Virtualization Engine TS7700\",\"defaultStatus\":\"unaffected\",\"cpes\":[\"cpe:2.3:h:ibm:system_storage_virtualization_engine_ts7700:3948-VEF:*:*:*:*:*:*:*\",\"cpe:2.3:h:ibm:system_storage_virtualization_engine_ts7700:3948-VED:*:*:*:*:*:*:*\",\"cpe:2.3:h:ibm:system_storage_virtualization_engine_ts7700:3957-VED:*:*:*:*:*:*:*\"],\"platforms\":[\"3948-VEF\"],\"versions\":[{\"version\":\"8.60.0.115\",\"status\":\"affected\"}]},{\"vendor\":\"IBM\",\"product\":\"System Storage Virtualization Engine TS7700\",\"defaultStatus\":\"unaffected\",\"platforms\":[\"3948-VED\"],\"versions\":[{\"version\":\"8.54.2.17, 8.60.0.115\",\"status\":\"affected\"}]},{\"vendor\":\"IBM\",\"product\":\"System Storage Virtualization Engine TS7700\",\"defaultStatus\":\"unaffected\",\"platforms\":[\"3957-VED\"],\"versions\":[{\"version\":\"8.54.2.17, 8.60.0.115\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"psirt@us.ibm.com\",\"type\":\"Secondary\",\"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}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2025-07-01T13:37:10.780577Z\",\"id\":\"CVE-2025-36056\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"psirt@us.ibm.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-79\"}]}],\"configurations\":[{\"operator\":\"AND\",\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:ibm:3957-ved_firmware:*:*:*:*:*:*:*:*\",\"versionEndIncluding\":\"8.54.2.17\",\"matchCriteriaId\":\"B6899D04-C696-4978-AC72-76379529070B\"}]},{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:ibm:3957-ved:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"224332D9-31A8-4EF3-B675-29783295E98F\"}]}]},{\"operator\":\"AND\",\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:ibm:3948-ved_firmware:*:*:*:*:*:*:*:*\",\"versionEndIncluding\":\"8.54.2.17\",\"matchCriteriaId\":\"F3CC689B-E31C-4CFB-8CA7-1A9929A30820\"}]},{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:ibm:3948-ved:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"B531AEEC-2838-4A21-92B4-90BA2D06D1BC\"}]}]},{\"operator\":\"AND\",\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:ibm:3948-vef_firmware:*:*:*:*:*:*:*:*\",\"versionEndIncluding\":\"8.60.0.115\",\"matchCriteriaId\":\"D3F521C0-D166-4EA0-8AD5-554DDCFD2D89\"}]},{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:ibm:3948-vef:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"A9E7F9AF-19FB-45C8-8A6C-1E58B04FCBB1\"}]}]},{\"operator\":\"AND\",\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:ibm:3957-ved_firmware:*:*:*:*:*:*:*:*\",\"versionEndIncluding\":\"8.60.0.115\",\"matchCriteriaId\":\"2F13B5F8-2A19-4424-8C2C-CC685447A763\"}]},{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:ibm:3957-ved:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"224332D9-31A8-4EF3-B675-29783295E98F\"}]}]},{\"operator\":\"AND\",\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:ibm:3948-ved_firmware:*:*:*:*:*:*:*:*\",\"versionEndIncluding\":\"8.60.0.115\",\"matchCriteriaId\":\"8EAF3267-0517-407E-BB09-5AE9761FCD0E\"}]},{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:ibm:3948-ved:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"B531AEEC-2838-4A21-92B4-90BA2D06D1BC\"}]}]}],\"references\":[{\"url\":\"https://www.ibm.com/support/pages/node/7238555\",\"source\":\"psirt@us.ibm.com\",\"tags\":[\"Vendor Advisory\"]}]}}",
    "redhat_vex": {
      "current_release_date": "2025-07-03T01:19:48+00:00",
      "cve": "CVE-2025-36056",
      "id": "CVE-2025-36056",
      "initial_release_date": "2025-01-01T00:00:00+00:00",
      "product_status:known_not_affected": "1",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "IBM System Storage Virtualization Engine TS7700 cross-site scripting",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2025/cve-2025-36056.json",
      "version": "3"
    },
    "vulnrichment": {
      "containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-36056\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-07-01T13:37:10.780577Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-07-01T13:37:13.666Z\"}}], \"cna\": {\"title\": \"IBM System Storage Virtualization Engine TS7700 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:h:ibm:system_storage_virtualization_engine_ts7700:3948-VEF:*:*:*:*:*:*:*\", \"cpe:2.3:h:ibm:system_storage_virtualization_engine_ts7700:3948-VED:*:*:*:*:*:*:*\", \"cpe:2.3:h:ibm:system_storage_virtualization_engine_ts7700:3957-VED:*:*:*:*:*:*:*\"], \"vendor\": \"IBM\", \"product\": \"System Storage Virtualization Engine TS7700\", \"versions\": [{\"status\": \"affected\", \"version\": \"8.60.0.115\"}], \"platforms\": [\"3948-VEF\"], \"defaultStatus\": \"unaffected\"}, {\"vendor\": \"IBM\", \"product\": \"System Storage Virtualization Engine TS7700\", \"versions\": [{\"status\": \"affected\", \"version\": \"8.54.2.17, 8.60.0.115\"}], \"platforms\": [\"3948-VED\"], \"defaultStatus\": \"unaffected\"}, {\"vendor\": \"IBM\", \"product\": \"System Storage Virtualization Engine TS7700\", \"versions\": [{\"status\": \"affected\", \"version\": \"8.54.2.17, 8.60.0.115\"}], \"platforms\": [\"3957-VED\"], \"defaultStatus\": \"unaffected\"}], \"solutions\": [{\"lang\": \"en\", \"value\": \"IBM strongly recommends addressing the vulnerability now by visiting  https://tape.ibmrcl.enterpriseappointments.com/v2/  or contacting IBM Service at 1-800-IBM-SERV to arrange an upgrade to the latest microcode version followed by the installation of the appropriate VTD_EXEC as needed. Minimum microcode versions are shown below:\\n\\nMachine Type  Model  Release  Fix\\n3957  VED  R5.4  Upgrade to 8.54.2.17 + VTD_EXEC.904\\n- OR -\\nUpgrade to 8.54.1.27 + VTD_EXEC.904\\nR6.0  Upgrade to 8.60.0.115 + VTD_EXEC.905\\n3948  VED  R5.4  Upgrade to 8.54.2.17 + VTD_EXEC.904\\n- OR -\\nUpgrade to 8.54.1.27 + VTD_EXEC.904\\nR6.0  Upgrade to 8.60.0.115 + VTD_EXEC.905\\n3948  VEF  R6.0  Upgrade to 8.60.0.115 + VTD_EXEC.905\\n \\n\\nThe minimum VTD_EXEC version is shown below:\\n\\nVTD_EXEC Package  Version\\nVTD_EXEC.904  v1.27\\nVTD_EXEC.905  v1.11\\n \\n\\nInstallation Details\\n \\n\\nConcurrent  Yes\\nLocal Machine State  Online/Offline/Service\\nRemote Machine State  Online/Offline/Service\\nTime of Installation  Anytime\\nInstallation Time Required (mins)  60\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"IBM strongly recommends addressing the vulnerability now by visiting \u003ca target=\\\"_blank\\\" rel=\\\"nofollow\\\" href=\\\"https://tape.ibmrcl.enterpriseappointments.com/v2/\\\"\u003ehttps://tape.ibmrcl.enterpriseappointments.com/v2/\u003c/a\u003e or contacting IBM Service at 1-800-IBM-SERV to arrange an upgrade to the latest microcode version followed by the installation of the appropriate VTD_EXEC as needed. Minimum microcode versions are shown below:\u003cbr\u003e\u003cbr\u003eMachine Type  Model  Release  Fix\u003cbr\u003e3957  VED  R5.4  Upgrade to 8.54.2.17 + VTD_EXEC.904\u003cbr\u003e- OR -\u003cbr\u003eUpgrade to 8.54.1.27 + VTD_EXEC.904\u003cbr\u003eR6.0  Upgrade to 8.60.0.115 + VTD_EXEC.905\u003cbr\u003e3948  VED  R5.4  Upgrade to 8.54.2.17 + VTD_EXEC.904\u003cbr\u003e- OR -\u003cbr\u003eUpgrade to 8.54.1.27 + VTD_EXEC.904\u003cbr\u003eR6.0  Upgrade to 8.60.0.115 + VTD_EXEC.905\u003cbr\u003e3948  VEF  R6.0  Upgrade to 8.60.0.115 + VTD_EXEC.905\u003cbr\u003e \u003cbr\u003e\u003cbr\u003eThe minimum VTD_EXEC version is shown below:\u003cbr\u003e\u003cbr\u003eVTD_EXEC Package  Version\u003cbr\u003eVTD_EXEC.904  v1.27\u003cbr\u003eVTD_EXEC.905  v1.11\u003cbr\u003e \u003cbr\u003e\u003cbr\u003eInstallation Details\u003cbr\u003e \u003cbr\u003e\u003cbr\u003eConcurrent  Yes\u003cbr\u003eLocal Machine State  Online/Offline/Service\u003cbr\u003eRemote Machine State  Online/Offline/Service\u003cbr\u003eTime of Installation  Anytime\u003cbr\u003eInstallation Time Required (mins)  60\u003cbr\u003e\u003cbr\u003e\", \"base64\": false}]}], \"references\": [{\"url\": \"https://www.ibm.com/support/pages/node/7238555\", \"tags\": [\"vendor-advisory\", \"patch\"]}], \"x_generator\": {\"engine\": \"Vulnogram 0.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"IBM System Storage Virtualization Engine TS7700 3957 VED R5.4 8.54.2.17, R6.0 8.60.0.115, 3948 VED R5.4 8.54.2.17, R6.0 8.60.0.115, and 3948 VEF R6.0 8.60.0.115\\u00a0is 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 System Storage Virtualization Engine TS7700 3957 VED R5.4 8.54.2.17, R6.0 8.60.0.115, 3948 VED R5.4 8.54.2.17, R6.0 8.60.0.115, and 3948 VEF R6.0 8.60.0.115\u0026nbsp;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-08-24T11:34:14.462Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2025-36056\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-08-24T11:34:14.462Z\", \"dateReserved\": \"2025-04-15T21:16:11.325Z\", \"assignerOrgId\": \"9a959283-ebb5-44b6-b705-dcc2bbced522\", \"datePublished\": \"2025-07-01T01:00:03.022Z\", \"assignerShortName\": \"ibm\"}",
      "dataType": "CVE_RECORD",
      "dataVersion": "5.1"
    }
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…