CVE-2026-7253 (GCVE-0-2026-7253)

Vulnerability from cvelistv5 – Published: 2026-06-22 15:21 – Updated: 2026-07-22 18:24
VLAI
Title
IBM Sterling File Gateway SQL Injection
Summary
IBM Sterling B2B Integrator and IBM Sterling File Gateway are vulnerable to SQL injection. A privileged user could send specially crafted SQL statements, which could allow the attacker to view, add, modify, or delete information in the back-end database.
SSVC
Exploitation: none Automatable: no Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
  • CWE-89 - Improper neutralization of special elements used in an SQL command ('SQL injection')
Assigner
ibm
References
Impacted products
Vendor Product Version
IBM Sterling B2B Integrator Affected: 6.2.1.0 , ≤ 6.2.1.1_2 (semver)
Affected: 6.2.2.0 , ≤ 6.2.2.0_1 (semver)
Create a notification for this product.
IBM Sterling File Gateway Affected: 6.2.1.0 , ≤ 6.2.1.1_2 (semver)
Affected: 6.2.2.0 , ≤ 6.2.2.0_1 (semver)
Create a notification for this product.
Date Public
2026-07-22 18:23
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2026-7253",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-06-23T13:43:05.352436Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-06-23T13:43:20.332Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Sterling B2B Integrator",
          "vendor": "IBM",
          "versions": [
            {
              "lessThanOrEqual": "6.2.1.1_2",
              "status": "affected",
              "version": "6.2.1.0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.2.2.0_1",
              "status": "affected",
              "version": "6.2.2.0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "Sterling File Gateway",
          "vendor": "IBM",
          "versions": [
            {
              "lessThanOrEqual": "6.2.1.1_2",
              "status": "affected",
              "version": "6.2.1.0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.2.2.0_1",
              "status": "affected",
              "version": "6.2.2.0",
              "versionType": "semver"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:a:ibm:sterling_b2b_integrator:*:*:*:*:*:*:*:*",
                  "versionEndIncluding": "6.2.1.1_2",
                  "versionStartIncluding": "6.2.1.0",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:ibm:sterling_b2b_integrator:*:*:*:*:*:*:*:*",
                  "versionEndIncluding": "6.2.2.0_1",
                  "versionStartIncluding": "6.2.2.0",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            },
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:a:ibm:sterling_file_gateway:*:*:*:*:*:*:*:*",
                  "versionEndIncluding": "6.2.1.1_2",
                  "versionStartIncluding": "6.2.1.0",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:ibm:sterling_file_gateway:*:*:*:*:*:*:*:*",
                  "versionEndIncluding": "6.2.2.0_1",
                  "versionStartIncluding": "6.2.2.0",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ],
          "operator": "OR"
        }
      ],
      "datePublic": "2026-07-22T18:23:00.000Z",
      "descriptions": [
        {
          "lang": "en",
          "supportingMedia": [
            {
              "base64": false,
              "type": "text/html",
              "value": "\u003cp\u003eIBM Sterling B2B Integrator and IBM Sterling File Gateway are vulnerable to SQL injection. A privileged user could send specially crafted SQL statements, which could allow the attacker to view, add, modify, or delete information in the back-end database.\u003c/p\u003e"
            }
          ],
          "value": "IBM Sterling B2B Integrator and IBM Sterling File Gateway are vulnerable to SQL injection. A privileged user could send specially crafted SQL statements, which could allow the attacker to view, add, modify, or delete information in the back-end database."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "LOW",
            "baseScore": 6,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "LOW",
            "privilegesRequired": "HIGH",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:L/A:L",
            "version": "3.1"
          },
          "format": "CVSS",
          "scenarios": [
            {
              "lang": "en",
              "value": "GENERAL"
            }
          ]
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-89",
              "description": "CWE-89 Improper neutralization of special elements used in an SQL command (\u0027SQL injection\u0027)",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-07-22T18:24:11.888Z",
        "orgId": "9a959283-ebb5-44b6-b705-dcc2bbced522",
        "shortName": "ibm"
      },
      "references": [
        {
          "url": "https://www.ibm.com/support/pages/node/7276994"
        }
      ],
      "solutions": [
        {
          "lang": "en",
          "supportingMedia": [
            {
              "base64": false,
              "type": "text/html",
              "value": "\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct\u003c/td\u003e\n\u003ctd\u003eVersion\u003c/td\u003e\n\u003ctd\u003eAPAR\u003c/td\u003e\n\u003ctd\u003eRemediation \u0026amp; Fix\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIBM Sterling B2B Integrator and IBM Sterling File Gateway\u003c/td\u003e\n\u003ctd\u003e6.2.1.0 - 6.2.1.1_2\u003c/td\u003e\n\u003ctd\u003e\u0026nbsp;IT49319 \u0026nbsp; \u0026nbsp;\u003c/td\u003e\n\u003ctd\u003eApply B2Bi 6.2.1.2, 6.2.2.1\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIBM Sterling B2B Integrator and IBM Sterling File Gateway\u003c/td\u003e\n\u003ctd\u003e6.2.2.0 - 6.2.2.0_1\u0026nbsp;\u0026nbsp;\u003c/td\u003e\n\u003ctd\u003e\u0026nbsp;IT49319 \u0026nbsp; \u0026nbsp;\u003c/td\u003e\n\u003ctd\u003eApply B2Bi 6.2.2.1\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/tbody\u003e\n\u003c/table\u003e\n\u003cp\u003e\u0026nbsp;\u003cspan\u003eThe IIM versions of 6.2.1.2 and 6.2.2.1 are available on \u003c/span\u003e\u003ca href=\"http://www-933.ibm.com/support/fixcentral/swg/selectFixes?parent=ibm~Other%2Bsoftware\u0026amp;product=ibm/Other+software/Sterling+B2B+Integrator\u0026amp;release=All\u0026amp;platform=All\u0026amp;function=all\" target=\"_blank\" rel=\"noopener noreferrer nofollow\"\u003eFix Central\u003c/a\u003e\u003cspan\u003e.\u0026nbsp;\u003c/span\u003e\u003c/p\u003e\n\u003cp\u003eThe container version of 6.2.1.2 and 6.2.2.1 are available in IBM Entitled Registry.\u003c/p\u003e"
            }
          ],
          "value": "Product\nVersion\nAPAR\nRemediation \u0026 Fix\n\n\nIBM Sterling B2B Integrator and IBM Sterling File Gateway\n6.2.1.0 - 6.2.1.1_2\n\u00a0IT49319 \u00a0 \u00a0\nApply B2Bi 6.2.1.2, 6.2.2.1\n\n\nIBM Sterling B2B Integrator and IBM Sterling File Gateway\n6.2.2.0 - 6.2.2.0_1\u00a0\u00a0\n\u00a0IT49319 \u00a0 \u00a0\nApply B2Bi 6.2.2.1\n\n\n\n\n\n\u00a0The IIM versions of 6.2.1.2 and 6.2.2.1 are available on  Fix Central http://www-933.ibm.com/support/fixcentral/swg/selectFixes .\u00a0\n\n\n\n\nThe container version of 6.2.1.2 and 6.2.2.1 are available in IBM Entitled Registry."
        }
      ],
      "source": {
        "discovery": "UNKNOWN"
      },
      "title": "IBM Sterling File Gateway SQL Injection",
      "x_generator": {
        "engine": "Vulnogram 1.0.2"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "9a959283-ebb5-44b6-b705-dcc2bbced522",
    "assignerShortName": "ibm",
    "cveId": "CVE-2026-7253",
    "datePublished": "2026-06-22T15:21:25.434Z",
    "dateReserved": "2026-04-27T22:02:11.814Z",
    "dateUpdated": "2026-07-22T18:24:11.888Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-7253",
      "date": "2026-07-22",
      "epss": "0.002",
      "percentile": "0.10097"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-7253\",\"sourceIdentifier\":\"psirt@us.ibm.com\",\"published\":\"2026-06-22T16:16:41.753\",\"lastModified\":\"2026-07-22T19:17:14.357\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"IBM Sterling B2B Integrator and IBM Sterling File Gateway are vulnerable to SQL injection. A privileged user could send specially crafted SQL statements, which could allow the attacker to view, add, modify, or delete information in the back-end database.\"}],\"affected\":[{\"source\":\"psirt@us.ibm.com\",\"affectedData\":[{\"vendor\":\"IBM\",\"product\":\"Sterling B2B Integrator\",\"defaultStatus\":\"unaffected\",\"versions\":[{\"version\":\"6.2.1.0\",\"lessThanOrEqual\":\"6.2.1.1_2\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"6.2.2.0\",\"lessThanOrEqual\":\"6.2.2.0_1\",\"versionType\":\"semver\",\"status\":\"affected\"}]},{\"vendor\":\"IBM\",\"product\":\"Sterling File Gateway\",\"defaultStatus\":\"unaffected\",\"versions\":[{\"version\":\"6.2.1.0\",\"lessThanOrEqual\":\"6.2.1.1_2\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"6.2.2.0\",\"lessThanOrEqual\":\"6.2.2.0_1\",\"versionType\":\"semver\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"psirt@us.ibm.com\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:L/A:L\",\"baseScore\":6.0,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"HIGH\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":1.2,\"impactScore\":4.7},{\"source\":\"nvd@nist.gov\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":8.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.8,\"impactScore\":5.9}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-06-23T13:43:05.352436Z\",\"id\":\"CVE-2026-7253\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"psirt@us.ibm.com\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-89\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:ibm:watson_speech_services_cartridge:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"4.0.0\",\"versionEndExcluding\":\"5.3.1\",\"matchCriteriaId\":\"56C143EB-1690-495B-9C2C-1CB793202253\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:ibm:watson_speech_services_cartridge:5.3.1:-:*:*:*:*:*:*\",\"matchCriteriaId\":\"B8502D97-2FC2-4317-8772-E1577393650A\"}]}]}],\"references\":[{\"url\":\"https://www.ibm.com/support/pages/node/7276994\",\"source\":\"psirt@us.ibm.com\",\"tags\":[\"Vendor Advisory\"]}]}}",
    "vulnrichment": {
      "containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-7253\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-06-23T13:43:05.352436Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-06-23T13:43:14.220Z\"}}], \"cna\": {\"title\": \"IBM Sterling File Gateway SQL Injection\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"format\": \"CVSS\", \"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 6, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:L/A:L\", \"integrityImpact\": \"LOW\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"LOW\", \"privilegesRequired\": \"HIGH\", \"confidentialityImpact\": \"HIGH\"}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"GENERAL\"}]}], \"affected\": [{\"vendor\": \"IBM\", \"product\": \"Sterling B2B Integrator\", \"versions\": [{\"status\": \"affected\", \"version\": \"6.2.1.0\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.2.1.1_2\"}, {\"status\": \"affected\", \"version\": \"6.2.2.0\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.2.2.0_1\"}], \"defaultStatus\": \"unaffected\"}, {\"vendor\": \"IBM\", \"product\": \"Sterling File Gateway\", \"versions\": [{\"status\": \"affected\", \"version\": \"6.2.1.0\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.2.1.1_2\"}, {\"status\": \"affected\", \"version\": \"6.2.2.0\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.2.2.0_1\"}], \"defaultStatus\": \"unaffected\"}], \"solutions\": [{\"lang\": \"en\", \"value\": \"Product\\nVersion\\nAPAR\\nRemediation \u0026 Fix\\n\\n\\nIBM Sterling B2B Integrator and IBM Sterling File Gateway\\n6.2.1.0 - 6.2.1.1_2\\n\\u00a0IT49319 \\u00a0 \\u00a0\\nApply B2Bi 6.2.1.2, 6.2.2.1\\n\\n\\nIBM Sterling B2B Integrator and IBM Sterling File Gateway\\n6.2.2.0 - 6.2.2.0_1\\u00a0\\u00a0\\n\\u00a0IT49319 \\u00a0 \\u00a0\\nApply B2Bi 6.2.2.1\\n\\n\\n\\n\\n\\n\\u00a0The IIM versions of 6.2.1.2 and 6.2.2.1 are available on  Fix Central http://www-933.ibm.com/support/fixcentral/swg/selectFixes .\\u00a0\\n\\n\\n\\n\\nThe container version of 6.2.1.2 and 6.2.2.1 are available in IBM Entitled Registry.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"\u003ctable\u003e\\n\u003ctbody\u003e\\n\u003ctr\u003e\\n\u003ctd\u003eProduct\u003c/td\u003e\\n\u003ctd\u003eVersion\u003c/td\u003e\\n\u003ctd\u003eAPAR\u003c/td\u003e\\n\u003ctd\u003eRemediation \u0026amp; Fix\u003c/td\u003e\\n\u003c/tr\u003e\\n\u003ctr\u003e\\n\u003ctd\u003eIBM Sterling B2B Integrator and IBM Sterling File Gateway\u003c/td\u003e\\n\u003ctd\u003e6.2.1.0 - 6.2.1.1_2\u003c/td\u003e\\n\u003ctd\u003e\u0026nbsp;IT49319 \u0026nbsp; \u0026nbsp;\u003c/td\u003e\\n\u003ctd\u003eApply B2Bi 6.2.1.2, 6.2.2.1\u003c/td\u003e\\n\u003c/tr\u003e\\n\u003ctr\u003e\\n\u003ctd\u003eIBM Sterling B2B Integrator and IBM Sterling File Gateway\u003c/td\u003e\\n\u003ctd\u003e6.2.2.0 - 6.2.2.0_1\u0026nbsp;\u0026nbsp;\u003c/td\u003e\\n\u003ctd\u003e\u0026nbsp;IT49319 \u0026nbsp; \u0026nbsp;\u003c/td\u003e\\n\u003ctd\u003eApply B2Bi 6.2.2.1\u003c/td\u003e\\n\u003c/tr\u003e\\n\u003c/tbody\u003e\\n\u003c/table\u003e\\n\u003cp\u003e\u0026nbsp;\u003cspan\u003eThe IIM versions of 6.2.1.2 and 6.2.2.1 are available on \u003c/span\u003e\u003ca href=\\\"http://www-933.ibm.com/support/fixcentral/swg/selectFixes?parent=ibm~Other%2Bsoftware\u0026amp;product=ibm/Other+software/Sterling+B2B+Integrator\u0026amp;release=All\u0026amp;platform=All\u0026amp;function=all\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer nofollow\\\"\u003eFix Central\u003c/a\u003e\u003cspan\u003e.\u0026nbsp;\u003c/span\u003e\u003c/p\u003e\\n\u003cp\u003eThe container version of 6.2.1.2 and 6.2.2.1 are available in IBM Entitled Registry.\u003c/p\u003e\", \"base64\": false}]}], \"datePublic\": \"2026-07-22T18:23:00.000Z\", \"references\": [{\"url\": \"https://www.ibm.com/support/pages/node/7276994\"}], \"x_generator\": {\"engine\": \"Vulnogram 1.0.2\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"IBM Sterling B2B Integrator and IBM Sterling File Gateway are vulnerable to SQL injection. A privileged user could send specially crafted SQL statements, which could allow the attacker to view, add, modify, or delete information in the back-end database.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"\u003cp\u003eIBM Sterling B2B Integrator and IBM Sterling File Gateway are vulnerable to SQL injection. A privileged user could send specially crafted SQL statements, which could allow the attacker to view, add, modify, or delete information in the back-end database.\u003c/p\u003e\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-89\", \"description\": \"CWE-89 Improper neutralization of special elements used in an SQL command (\u0027SQL injection\u0027)\"}]}], \"cpeApplicability\": [{\"nodes\": [{\"negate\": false, \"cpeMatch\": [{\"criteria\": \"cpe:2.3:a:ibm:sterling_b2b_integrator:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndIncluding\": \"6.2.1.1_2\", \"versionStartIncluding\": \"6.2.1.0\"}, {\"criteria\": \"cpe:2.3:a:ibm:sterling_b2b_integrator:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndIncluding\": \"6.2.2.0_1\", \"versionStartIncluding\": \"6.2.2.0\"}], \"operator\": \"OR\"}, {\"negate\": false, \"cpeMatch\": [{\"criteria\": \"cpe:2.3:a:ibm:sterling_file_gateway:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndIncluding\": \"6.2.1.1_2\", \"versionStartIncluding\": \"6.2.1.0\"}, {\"criteria\": \"cpe:2.3:a:ibm:sterling_file_gateway:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndIncluding\": \"6.2.2.0_1\", \"versionStartIncluding\": \"6.2.2.0\"}], \"operator\": \"OR\"}], \"operator\": \"OR\"}], \"providerMetadata\": {\"orgId\": \"9a959283-ebb5-44b6-b705-dcc2bbced522\", \"shortName\": \"ibm\", \"dateUpdated\": \"2026-07-22T18:24:11.888Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2026-7253\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-07-22T18:24:11.888Z\", \"dateReserved\": \"2026-04-27T22:02:11.814Z\", \"assignerOrgId\": \"9a959283-ebb5-44b6-b705-dcc2bbced522\", \"datePublished\": \"2026-06-22T15:21:25.434Z\", \"assignerShortName\": \"ibm\"}",
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }
  }
}



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…

Loading…