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

CWE-703

Discouraged

Improper Check or Handling of Exceptional Conditions

Abstraction: Pillar · Status: Incomplete

The product does not properly anticipate or handle exceptional conditions that rarely occur during normal operation of the product.

229 vulnerabilities reference this CWE, most recent first.

CVE-2026-21895 (GCVE-0-2026-21895)

Vulnerability from cvelistv5 – Published: 2026-01-08 14:06 – Updated: 2026-01-08 15:55
VLAI
Title
rsa crate has potential panic on a prime being equal to 1
Summary
The `rsa` crate is an RSA implementation written in rust. Prior to version 0.9.10, when creating a RSA private key from its components, the construction panics instead of returning an error when one of the primes is `1`. Version 0.9.10 fixes the issue.
SSVC
Exploitation: none Automatable: yes Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-01-08 14:52 UTC
CWE
  • CWE-703 - Improper Check or Handling of Exceptional Conditions
References
Impacted products
Vendor Product Version
RustCrypto RSA Affected: < 0.9.10
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2026-21895",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "yes"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-01-08T14:52:10.453165Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-01-08T15:55:13.043Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "product": "RSA",
          "vendor": "RustCrypto",
          "versions": [
            {
              "status": "affected",
              "version": "\u003c 0.9.10"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "The `rsa` crate is an RSA implementation written in rust. Prior to version 0.9.10, when creating a RSA private key from its components, the construction panics instead of returning an error when one of the primes is `1`. Version 0.9.10 fixes the issue."
        }
      ],
      "metrics": [
        {
          "cvssV4_0": {
            "attackComplexity": "LOW",
            "attackRequirements": "NONE",
            "attackVector": "NETWORK",
            "baseScore": 2.7,
            "baseSeverity": "LOW",
            "privilegesRequired": "NONE",
            "subAvailabilityImpact": "NONE",
            "subConfidentialityImpact": "NONE",
            "subIntegrityImpact": "NONE",
            "userInteraction": "NONE",
            "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:U",
            "version": "4.0",
            "vulnAvailabilityImpact": "LOW",
            "vulnConfidentialityImpact": "NONE",
            "vulnIntegrityImpact": "NONE"
          }
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-703",
              "description": "CWE-703: Improper Check or Handling of Exceptional Conditions",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-01-08T14:06:29.288Z",
        "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "shortName": "GitHub_M"
      },
      "references": [
        {
          "name": "https://github.com/RustCrypto/RSA/security/advisories/GHSA-9c48-w39g-hm26",
          "tags": [
            "x_refsource_CONFIRM"
          ],
          "url": "https://github.com/RustCrypto/RSA/security/advisories/GHSA-9c48-w39g-hm26"
        },
        {
          "name": "https://github.com/RustCrypto/RSA/commit/2926c91bef7cb14a7ccd42220a698cf4b1b692f7",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/RustCrypto/RSA/commit/2926c91bef7cb14a7ccd42220a698cf4b1b692f7"
        }
      ],
      "source": {
        "advisory": "GHSA-9c48-w39g-hm26",
        "discovery": "UNKNOWN"
      },
      "title": "rsa crate has potential panic on a prime being equal to 1"
    }
  },
  "cveMetadata": {
    "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
    "assignerShortName": "GitHub_M",
    "cveId": "CVE-2026-21895",
    "datePublished": "2026-01-08T14:06:29.288Z",
    "dateReserved": "2026-01-05T17:24:36.929Z",
    "dateUpdated": "2026-01-08T15:55:13.043Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2"
}

CVE-2026-21493 (GCVE-0-2026-21493)

Vulnerability from cvelistv5 – Published: 2026-01-06 14:11 – Updated: 2026-01-06 14:33
VLAI
Title
iccDEV has Type Confusion during XML Curve Serialization
Summary
iccDEV provides a set of libraries and tools for working with ICC color management profiles. Versions 2.3.1.1 and below are vulnerable to Type Confusion in its CIccSingleSampledeCurveXml class during XML Curve Serialization. This issue is fixed in version 2.3.1.2.
SSVC
Exploitation: poc Automatable: no Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-01-06 14:32 UTC
CWE
  • CWE-188 - Reliance on Data/Memory Layout
  • CWE-703 - Improper Check or Handling of Exceptional Conditions
  • CWE-843 - Access of Resource Using Incompatible Type ('Type Confusion')
Impacted products
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2026-21493",
                "options": [
                  {
                    "Exploitation": "poc"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-01-06T14:32:26.415966Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-01-06T14:33:17.289Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "product": "iccDEV",
          "vendor": "InternationalColorConsortium",
          "versions": [
            {
              "status": "affected",
              "version": "\u003c 2.3.1.2"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "iccDEV provides a set of libraries and tools for working with ICC color management profiles. Versions 2.3.1.1 and below are vulnerable to Type Confusion in its CIccSingleSampledeCurveXml class during XML Curve Serialization. This issue is fixed in version 2.3.1.2."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 6.6,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "LOW",
            "integrityImpact": "LOW",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:H",
            "version": "3.1"
          }
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-188",
              "description": "CWE-188: Reliance on Data/Memory Layout",
              "lang": "en",
              "type": "CWE"
            }
          ]
        },
        {
          "descriptions": [
            {
              "cweId": "CWE-703",
              "description": "CWE-703: Improper Check or Handling of Exceptional Conditions",
              "lang": "en",
              "type": "CWE"
            }
          ]
        },
        {
          "descriptions": [
            {
              "cweId": "CWE-843",
              "description": "CWE-843: Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-01-06T14:11:27.054Z",
        "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "shortName": "GitHub_M"
      },
      "references": [
        {
          "name": "https://github.com/InternationalColorConsortium/iccDEV/security/advisories/GHSA-p85g-f9q7-jmjx",
          "tags": [
            "x_refsource_CONFIRM"
          ],
          "url": "https://github.com/InternationalColorConsortium/iccDEV/security/advisories/GHSA-p85g-f9q7-jmjx"
        },
        {
          "name": "https://github.com/InternationalColorConsortium/iccDEV/issues/358",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/InternationalColorConsortium/iccDEV/issues/358"
        },
        {
          "name": "https://github.com/InternationalColorConsortium/iccDEV/commit/7ff76d1471077172f9659de8d9536443eac7c48f",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/InternationalColorConsortium/iccDEV/commit/7ff76d1471077172f9659de8d9536443eac7c48f"
        }
      ],
      "source": {
        "advisory": "GHSA-p85g-f9q7-jmjx",
        "discovery": "UNKNOWN"
      },
      "title": "iccDEV has Type Confusion during XML Curve Serialization"
    }
  },
  "cveMetadata": {
    "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
    "assignerShortName": "GitHub_M",
    "cveId": "CVE-2026-21493",
    "datePublished": "2026-01-06T14:11:27.054Z",
    "dateReserved": "2025-12-29T14:34:16.006Z",
    "dateUpdated": "2026-01-06T14:33:17.289Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2"
}

CVE-2026-20280 (GCVE-0-2026-20280)

Vulnerability from cvelistv5 – Published: 2026-09-02 16:14 – Updated: 2026-09-03 03:56
VLAI
Title
Cisco IOS XR Software Security Hardening Release: September 2026
Summary
As part of Cisco's ongoing commitment to proactive security and product quality, the&nbsp;Cisco IOS XR Software engineering team has conducted a comprehensive internal security review. This review resulted in a software hardening releases that address multiple internally discovered vulnerabilities. The vulnerabilities tracked by CVE-2026-20280 are related to improper checking or handling of exceptional condition issues that are grouped under the Common Weakness Enumeration (CWE) CWE-703.
SSVC
Exploitation: none Automatable: no Technical Impact: total
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-09-02 00:00 UTC
CWE
  • CWE-703 - Improper Check or Handling of Exceptional Conditions
Impacted products
Vendor Product Version
Cisco Cisco IOS XR Software Affected: 6.5.29
Affected: 7.0.1
Affected: 6.5.26
Affected: 6.5.25
Affected: 6.5.28
Affected: 6.5.90
Affected: 7.1.1
Affected: 7.0.90
Affected: 6.7.1
Affected: 7.0.2
Affected: 7.1.15
Affected: 7.2.1
Affected: 7.1.2
Affected: 6.7.2
Affected: 7.0.11
Affected: 7.0.12
Affected: 7.0.14
Affected: 7.1.25
Affected: 7.2.12
Affected: 7.3.1
Affected: 7.1.3
Affected: 6.7.3
Affected: 7.4.1
Affected: 7.2.2
Affected: 6.7.4
Affected: 6.5.31
Affected: 7.3.15
Affected: 7.3.16
Affected: 6.8.1
Affected: 7.4.15
Affected: 6.5.32
Affected: 7.3.2
Affected: 7.5.1
Affected: 7.4.16
Affected: 7.3.27
Affected: 7.6.1
Affected: 7.5.2
Affected: 7.8.1
Affected: 7.6.15
Affected: 7.5.12
Affected: 7.8.12
Affected: 7.3.3
Affected: 7.7.1
Affected: 6.8.2
Affected: 7.3.4
Affected: 7.4.2
Affected: 6.7.35
Affected: 6.9.1
Affected: 7.6.2
Affected: 7.5.3
Affected: 7.7.2
Affected: 6.9.2
Affected: 7.9.1
Affected: 7.10.1
Affected: 7.8.2
Affected: 7.5.4
Affected: 6.5.33
Affected: 7.8.22
Affected: 7.7.21
Affected: 7.9.2
Affected: 7.3.5
Affected: 7.5.5
Affected: 7.11.1
Affected: 7.9.21
Affected: 7.10.2
Affected: 24.1.1
Affected: 7.6.3
Affected: 7.3.6
Affected: 7.5.52
Affected: 7.11.2
Affected: 24.2.1
Affected: 24.1.2
Affected: 24.2.11
Affected: 24.3.1
Affected: 24.4.1
Affected: 24.2.2
Affected: 7.8.23
Affected: 7.11.21
Affected: 24.2.20
Affected: 24.3.2
Affected: 24.4.10
Affected: 6.5.35
Affected: 25.1.1
Affected: 24.4.2
Affected: 24.3.20
Affected: 24.4.15
Affected: 25.2.1
Affected: 6.5.351
Affected: 25.1.2
Affected: 24.3.30
Affected: 25.3.1
Affected: 6.5.352
Affected: 24.4.30
Affected: 24.2.21
Affected: 25.4.1
Affected: 25.2.2
Affected: 25.2.15
Affected: 7.2.0
Affected: 7.0.0
Affected: 25.2.30
Affected: 6.5.353
Affected: 26.1.1
Affected: 25.1.30
Affected: 25.3.15
Affected: 26.2.100
Affected: 25.4.2
Affected: 26.2.1
Affected: 25.4.30
Affected: 26.1.2
Affected: 25.4.201
Affected: 26.2.101
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2026-20280",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "total"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-09-02T00:00:00+00:00",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-09-03T03:56:28.536Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unknown",
          "product": "Cisco IOS XR Software",
          "vendor": "Cisco",
          "versions": [
            {
              "status": "affected",
              "version": "6.5.29"
            },
            {
              "status": "affected",
              "version": "7.0.1"
            },
            {
              "status": "affected",
              "version": "6.5.26"
            },
            {
              "status": "affected",
              "version": "6.5.25"
            },
            {
              "status": "affected",
              "version": "6.5.28"
            },
            {
              "status": "affected",
              "version": "6.5.90"
            },
            {
              "status": "affected",
              "version": "7.1.1"
            },
            {
              "status": "affected",
              "version": "7.0.90"
            },
            {
              "status": "affected",
              "version": "6.7.1"
            },
            {
              "status": "affected",
              "version": "7.0.2"
            },
            {
              "status": "affected",
              "version": "7.1.15"
            },
            {
              "status": "affected",
              "version": "7.2.1"
            },
            {
              "status": "affected",
              "version": "7.1.2"
            },
            {
              "status": "affected",
              "version": "6.7.2"
            },
            {
              "status": "affected",
              "version": "7.0.11"
            },
            {
              "status": "affected",
              "version": "7.0.12"
            },
            {
              "status": "affected",
              "version": "7.0.14"
            },
            {
              "status": "affected",
              "version": "7.1.25"
            },
            {
              "status": "affected",
              "version": "7.2.12"
            },
            {
              "status": "affected",
              "version": "7.3.1"
            },
            {
              "status": "affected",
              "version": "7.1.3"
            },
            {
              "status": "affected",
              "version": "6.7.3"
            },
            {
              "status": "affected",
              "version": "7.4.1"
            },
            {
              "status": "affected",
              "version": "7.2.2"
            },
            {
              "status": "affected",
              "version": "6.7.4"
            },
            {
              "status": "affected",
              "version": "6.5.31"
            },
            {
              "status": "affected",
              "version": "7.3.15"
            },
            {
              "status": "affected",
              "version": "7.3.16"
            },
            {
              "status": "affected",
              "version": "6.8.1"
            },
            {
              "status": "affected",
              "version": "7.4.15"
            },
            {
              "status": "affected",
              "version": "6.5.32"
            },
            {
              "status": "affected",
              "version": "7.3.2"
            },
            {
              "status": "affected",
              "version": "7.5.1"
            },
            {
              "status": "affected",
              "version": "7.4.16"
            },
            {
              "status": "affected",
              "version": "7.3.27"
            },
            {
              "status": "affected",
              "version": "7.6.1"
            },
            {
              "status": "affected",
              "version": "7.5.2"
            },
            {
              "status": "affected",
              "version": "7.8.1"
            },
            {
              "status": "affected",
              "version": "7.6.15"
            },
            {
              "status": "affected",
              "version": "7.5.12"
            },
            {
              "status": "affected",
              "version": "7.8.12"
            },
            {
              "status": "affected",
              "version": "7.3.3"
            },
            {
              "status": "affected",
              "version": "7.7.1"
            },
            {
              "status": "affected",
              "version": "6.8.2"
            },
            {
              "status": "affected",
              "version": "7.3.4"
            },
            {
              "status": "affected",
              "version": "7.4.2"
            },
            {
              "status": "affected",
              "version": "6.7.35"
            },
            {
              "status": "affected",
              "version": "6.9.1"
            },
            {
              "status": "affected",
              "version": "7.6.2"
            },
            {
              "status": "affected",
              "version": "7.5.3"
            },
            {
              "status": "affected",
              "version": "7.7.2"
            },
            {
              "status": "affected",
              "version": "6.9.2"
            },
            {
              "status": "affected",
              "version": "7.9.1"
            },
            {
              "status": "affected",
              "version": "7.10.1"
            },
            {
              "status": "affected",
              "version": "7.8.2"
            },
            {
              "status": "affected",
              "version": "7.5.4"
            },
            {
              "status": "affected",
              "version": "6.5.33"
            },
            {
              "status": "affected",
              "version": "7.8.22"
            },
            {
              "status": "affected",
              "version": "7.7.21"
            },
            {
              "status": "affected",
              "version": "7.9.2"
            },
            {
              "status": "affected",
              "version": "7.3.5"
            },
            {
              "status": "affected",
              "version": "7.5.5"
            },
            {
              "status": "affected",
              "version": "7.11.1"
            },
            {
              "status": "affected",
              "version": "7.9.21"
            },
            {
              "status": "affected",
              "version": "7.10.2"
            },
            {
              "status": "affected",
              "version": "24.1.1"
            },
            {
              "status": "affected",
              "version": "7.6.3"
            },
            {
              "status": "affected",
              "version": "7.3.6"
            },
            {
              "status": "affected",
              "version": "7.5.52"
            },
            {
              "status": "affected",
              "version": "7.11.2"
            },
            {
              "status": "affected",
              "version": "24.2.1"
            },
            {
              "status": "affected",
              "version": "24.1.2"
            },
            {
              "status": "affected",
              "version": "24.2.11"
            },
            {
              "status": "affected",
              "version": "24.3.1"
            },
            {
              "status": "affected",
              "version": "24.4.1"
            },
            {
              "status": "affected",
              "version": "24.2.2"
            },
            {
              "status": "affected",
              "version": "7.8.23"
            },
            {
              "status": "affected",
              "version": "7.11.21"
            },
            {
              "status": "affected",
              "version": "24.2.20"
            },
            {
              "status": "affected",
              "version": "24.3.2"
            },
            {
              "status": "affected",
              "version": "24.4.10"
            },
            {
              "status": "affected",
              "version": "6.5.35"
            },
            {
              "status": "affected",
              "version": "25.1.1"
            },
            {
              "status": "affected",
              "version": "24.4.2"
            },
            {
              "status": "affected",
              "version": "24.3.20"
            },
            {
              "status": "affected",
              "version": "24.4.15"
            },
            {
              "status": "affected",
              "version": "25.2.1"
            },
            {
              "status": "affected",
              "version": "6.5.351"
            },
            {
              "status": "affected",
              "version": "25.1.2"
            },
            {
              "status": "affected",
              "version": "24.3.30"
            },
            {
              "status": "affected",
              "version": "25.3.1"
            },
            {
              "status": "affected",
              "version": "6.5.352"
            },
            {
              "status": "affected",
              "version": "24.4.30"
            },
            {
              "status": "affected",
              "version": "24.2.21"
            },
            {
              "status": "affected",
              "version": "25.4.1"
            },
            {
              "status": "affected",
              "version": "25.2.2"
            },
            {
              "status": "affected",
              "version": "25.2.15"
            },
            {
              "status": "affected",
              "version": "7.2.0"
            },
            {
              "status": "affected",
              "version": "7.0.0"
            },
            {
              "status": "affected",
              "version": "25.2.30"
            },
            {
              "status": "affected",
              "version": "6.5.353"
            },
            {
              "status": "affected",
              "version": "26.1.1"
            },
            {
              "status": "affected",
              "version": "25.1.30"
            },
            {
              "status": "affected",
              "version": "25.3.15"
            },
            {
              "status": "affected",
              "version": "26.2.100"
            },
            {
              "status": "affected",
              "version": "25.4.2"
            },
            {
              "status": "affected",
              "version": "26.2.1"
            },
            {
              "status": "affected",
              "version": "25.4.30"
            },
            {
              "status": "affected",
              "version": "26.1.2"
            },
            {
              "status": "affected",
              "version": "25.4.201"
            },
            {
              "status": "affected",
              "version": "26.2.101"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "As part of Cisco\u0027s ongoing commitment to proactive security and product quality, the\u0026nbsp;Cisco IOS XR Software engineering team has conducted a comprehensive internal security review. This review resulted in a software hardening releases that address multiple internally discovered vulnerabilities.\r\n\r\nThe vulnerabilities tracked by CVE-2026-20280 are related to improper checking or handling of exceptional condition issues that are grouped under the Common Weakness Enumeration (CWE) CWE-703."
        }
      ],
      "exploits": [
        {
          "lang": "en",
          "value": "The Cisco PSIRT is not aware of any public announcements or malicious use of the vulnerabilities that are described in this advisory."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 8.8,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "format": "cvssV3_1"
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-703",
              "description": "Improper Check or Handling of Exceptional Conditions",
              "lang": "en",
              "type": "cwe"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-09-02T16:14:19.941Z",
        "orgId": "d1c1063e-7a18-46af-9102-31f8928bc633",
        "shortName": "cisco"
      },
      "references": [
        {
          "name": "cisco-sa-hardening-iosxr-qg64NcM",
          "url": "https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-hardening-iosxr-qg64NcM"
        }
      ],
      "source": {
        "advisory": "cisco-sa-hardening-iosxr-qg64NcM",
        "defects": [
          "CSCwt41683"
        ],
        "discovery": "INTERNAL"
      },
      "title": "Cisco IOS XR Software Security Hardening Release: September 2026"
    }
  },
  "cveMetadata": {
    "assignerOrgId": "d1c1063e-7a18-46af-9102-31f8928bc633",
    "assignerShortName": "cisco",
    "cveId": "CVE-2026-20280",
    "datePublished": "2026-09-02T16:14:19.941Z",
    "dateReserved": "2025-10-08T11:59:15.403Z",
    "dateUpdated": "2026-09-03T03:56:28.536Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2"
}

CVE-2026-20187 (GCVE-0-2026-20187)

Vulnerability from cvelistv5 – Published: 2026-07-15 16:18 – Updated: 2026-08-14 21:00
VLAI
Title
Cisco RoomOS Security Hardening Release - Exceptional Conditions Handling Vulnerabilities
Summary
As part of Cisco's ongoing commitment to proactive security and product quality, the Cisco RoomOS engineering team has conducted a comprehensive internal security review. This review resulted in a software hardening release that addresses multiple internally discovered vulnerabilities. The vulnerabilities tracked by CVE-2026-20187 are related to improper handling of exceptional conditions that are grouped under the Common Weakness Enumeration (CWE) Pillar CWE-703.
SSVC
Exploitation: none Automatable: yes Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-07-15 18:04 UTC
CWE
  • CWE-703 - Improper Check or Handling of Exceptional Conditions
Impacted products
Vendor Product Version
Cisco Cisco RoomOS Software Affected: RoomOS 10.11.2.2
Affected: RoomOS 10.15.2.2
Affected: RoomOS 11.5.4.6
Affected: RoomOS 11.5.2.4
Affected: RoomOS 10.8.2.5
Affected: RoomOS 10.11.5.2
Affected: RoomOS 10.11.3.0
Affected: RoomOS 10.15.5.3
Affected: RoomOS 10.19.2.2
Affected: RoomOS 11.1.3.1
Affected: RoomOS 10.11.6.0
Affected: RoomOS 10.19.3.0
Affected: RoomOS 10.19.4.2
Affected: RoomOS 10.3.2.4
Affected: RoomOS 10.3.4.0
Affected: RoomOS 10.15.3.0
Affected: RoomOS 11.1.4.1
Affected: RoomOS 11.14.2.3
Affected: RoomOS 11.1.2.4
Affected: RoomOS 10.8.3.1
Affected: RoomOS 11.14.2.1
Affected: RoomOS 10.3.3.0
Affected: RoomOS 10.8.4.0
Affected: RoomOS 10.15.4.1
Affected: RoomOS 10.19.5.6
Affected: RoomOS 10.11.4.1
Affected: RoomOS 11.9.3.1
Affected: RoomOS 11.5.3.3
Affected: RoomOS 10.3.2.0
Affected: RoomOS 11.9.2.4
Affected: RoomOS 11.14.3.0
Affected: RoomOS 11.17.2.2
Affected: RoomOS 11.14.4.0
Affected: RoomOS 10.19 StepUpg
Affected: RoomOS 11.17.3.0
Affected: RoomOS 11.20.2.3
Affected: RoomOS 11.14.5.0
Affected: RoomOS 11.17.4.0
Affected: RoomOS 11.20.3.0
Affected: RoomOS 11.23.1.6
Affected: RoomOS 11.23.1.8
Affected: RoomOS 11.24.1.5
Affected: RoomOS 11.24.2.4
Affected: RoomOS 11.24.3.0
Affected: RoomOS 11.24.4.1
Affected: RoomOS 11.27.2.0
Affected: RoomOS 11.28.1.3
Affected: RoomOS 11.27.3.0
Affected: RoomOS 11.31.1.5
Affected: RoomOS 11.27.4.0
Affected: RoomOS 11.32.2.1
Affected: RoomOS 11.33.1.7
Affected: RoomOS 26.0.1.2
Affected: RoomOS 11.34.1.2
Affected: RoomOS 11.32.3.0
Affected: RoomOS 11.27.5.0
Affected: RoomOS 11.32.4.0
Affected: RoomOS 26.1.1.5
Affected: RoomOS 11.35.1.2
Affected: RoomOS 26.2.2.2
Affected: RoomOS 11.32.5.1
Affected: RoomOS 26.4.1.6
Affected: RoomOS 26.4.1.4
Affected: RoomOS 26.3.1.3
Affected: RoomOS 11.36.1.1
Affected: RoomOS 11.37.1.0
Affected: RoomOS 26.5.2.0
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2026-20187",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "yes"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-07-15T18:04:49.118521Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-07-15T18:05:01.949Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      },
      {
        "descriptions": [
          {
            "lang": "en",
            "value": "The CVE Program recognizes that this CVE Record provides vulnerability information that a Supplier CNA believes is very important to consumers. The CVE Program has flagged this CVE Record as it assigns a single CVE ID to a collection of individual vulnerabilities which does not align with CVE\u0027s \"one vulnerability, one ID\" principle, and therefore provides incomplete information. For further clarification, please see the CVE Program\u0027s blog, \"Preserving Vulnerability-Level Identification\" linked below. Details within the CNA container below are viewable by clicking on the CNA name."
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-08-14T21:00:52.536Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "url": "https://www.cve.org/Media/News/item/blog/2026/06/16/Preserving-Vulnerability-Level-Identification"
          }
        ],
        "tags": [
          "x_bundling-flagged-by-CVE-Program"
        ]
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unknown",
          "product": "Cisco RoomOS Software",
          "vendor": "Cisco",
          "versions": [
            {
              "status": "affected",
              "version": "RoomOS 10.11.2.2"
            },
            {
              "status": "affected",
              "version": "RoomOS 10.15.2.2"
            },
            {
              "status": "affected",
              "version": "RoomOS 11.5.4.6"
            },
            {
              "status": "affected",
              "version": "RoomOS 11.5.2.4"
            },
            {
              "status": "affected",
              "version": "RoomOS 10.8.2.5"
            },
            {
              "status": "affected",
              "version": "RoomOS 10.11.5.2"
            },
            {
              "status": "affected",
              "version": "RoomOS 10.11.3.0"
            },
            {
              "status": "affected",
              "version": "RoomOS 10.15.5.3"
            },
            {
              "status": "affected",
              "version": "RoomOS 10.19.2.2"
            },
            {
              "status": "affected",
              "version": "RoomOS 11.1.3.1"
            },
            {
              "status": "affected",
              "version": "RoomOS 10.11.6.0"
            },
            {
              "status": "affected",
              "version": "RoomOS 10.19.3.0"
            },
            {
              "status": "affected",
              "version": "RoomOS 10.19.4.2"
            },
            {
              "status": "affected",
              "version": "RoomOS 10.3.2.4"
            },
            {
              "status": "affected",
              "version": "RoomOS 10.3.4.0"
            },
            {
              "status": "affected",
              "version": "RoomOS 10.15.3.0"
            },
            {
              "status": "affected",
              "version": "RoomOS 11.1.4.1"
            },
            {
              "status": "affected",
              "version": "RoomOS 11.14.2.3"
            },
            {
              "status": "affected",
              "version": "RoomOS 11.1.2.4"
            },
            {
              "status": "affected",
              "version": "RoomOS 10.8.3.1"
            },
            {
              "status": "affected",
              "version": "RoomOS 11.14.2.1"
            },
            {
              "status": "affected",
              "version": "RoomOS 10.3.3.0"
            },
            {
              "status": "affected",
              "version": "RoomOS 10.8.4.0"
            },
            {
              "status": "affected",
              "version": "RoomOS 10.15.4.1"
            },
            {
              "status": "affected",
              "version": "RoomOS 10.19.5.6"
            },
            {
              "status": "affected",
              "version": "RoomOS 10.11.4.1"
            },
            {
              "status": "affected",
              "version": "RoomOS 11.9.3.1"
            },
            {
              "status": "affected",
              "version": "RoomOS 11.5.3.3"
            },
            {
              "status": "affected",
              "version": "RoomOS 10.3.2.0"
            },
            {
              "status": "affected",
              "version": "RoomOS 11.9.2.4"
            },
            {
              "status": "affected",
              "version": "RoomOS 11.14.3.0"
            },
            {
              "status": "affected",
              "version": "RoomOS 11.17.2.2"
            },
            {
              "status": "affected",
              "version": "RoomOS 11.14.4.0"
            },
            {
              "status": "affected",
              "version": "RoomOS 10.19 StepUpg"
            },
            {
              "status": "affected",
              "version": "RoomOS 11.17.3.0"
            },
            {
              "status": "affected",
              "version": "RoomOS 11.20.2.3"
            },
            {
              "status": "affected",
              "version": "RoomOS 11.14.5.0"
            },
            {
              "status": "affected",
              "version": "RoomOS 11.17.4.0"
            },
            {
              "status": "affected",
              "version": "RoomOS 11.20.3.0"
            },
            {
              "status": "affected",
              "version": "RoomOS 11.23.1.6"
            },
            {
              "status": "affected",
              "version": "RoomOS 11.23.1.8"
            },
            {
              "status": "affected",
              "version": "RoomOS 11.24.1.5"
            },
            {
              "status": "affected",
              "version": "RoomOS 11.24.2.4"
            },
            {
              "status": "affected",
              "version": "RoomOS 11.24.3.0"
            },
            {
              "status": "affected",
              "version": "RoomOS 11.24.4.1"
            },
            {
              "status": "affected",
              "version": "RoomOS 11.27.2.0"
            },
            {
              "status": "affected",
              "version": "RoomOS 11.28.1.3"
            },
            {
              "status": "affected",
              "version": "RoomOS 11.27.3.0"
            },
            {
              "status": "affected",
              "version": "RoomOS 11.31.1.5"
            },
            {
              "status": "affected",
              "version": "RoomOS 11.27.4.0"
            },
            {
              "status": "affected",
              "version": "RoomOS 11.32.2.1"
            },
            {
              "status": "affected",
              "version": "RoomOS 11.33.1.7"
            },
            {
              "status": "affected",
              "version": "RoomOS 26.0.1.2"
            },
            {
              "status": "affected",
              "version": "RoomOS 11.34.1.2"
            },
            {
              "status": "affected",
              "version": "RoomOS 11.32.3.0"
            },
            {
              "status": "affected",
              "version": "RoomOS 11.27.5.0"
            },
            {
              "status": "affected",
              "version": "RoomOS 11.32.4.0"
            },
            {
              "status": "affected",
              "version": "RoomOS 26.1.1.5"
            },
            {
              "status": "affected",
              "version": "RoomOS 11.35.1.2"
            },
            {
              "status": "affected",
              "version": "RoomOS 26.2.2.2"
            },
            {
              "status": "affected",
              "version": "RoomOS 11.32.5.1"
            },
            {
              "status": "affected",
              "version": "RoomOS 26.4.1.6"
            },
            {
              "status": "affected",
              "version": "RoomOS 26.4.1.4"
            },
            {
              "status": "affected",
              "version": "RoomOS 26.3.1.3"
            },
            {
              "status": "affected",
              "version": "RoomOS 11.36.1.1"
            },
            {
              "status": "affected",
              "version": "RoomOS 11.37.1.0"
            },
            {
              "status": "affected",
              "version": "RoomOS 26.5.2.0"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "As part of Cisco\u0027s ongoing commitment to proactive security and product quality, the Cisco RoomOS engineering team has conducted a comprehensive internal security review. This review resulted in a software hardening release that addresses multiple internally discovered vulnerabilities.\r\n\r\nThe vulnerabilities tracked by CVE-2026-20187 are related to improper handling of exceptional conditions that are grouped under the Common Weakness Enumeration (CWE) Pillar CWE-703."
        }
      ],
      "exploits": [
        {
          "lang": "en",
          "value": "The Cisco PSIRT is not aware of any public announcements or malicious use of the vulnerabilities that are described in this advisory."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "format": "cvssV3_1"
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-703",
              "description": "Improper Check or Handling of Exceptional Conditions",
              "lang": "en",
              "type": "cwe"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-07-15T16:18:37.525Z",
        "orgId": "d1c1063e-7a18-46af-9102-31f8928bc633",
        "shortName": "cisco"
      },
      "references": [
        {
          "name": "cisco-sa-hardening-roomos-AqNMbEq",
          "url": "https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-hardening-roomos-AqNMbEq"
        }
      ],
      "source": {
        "advisory": "cisco-sa-hardening-roomos-AqNMbEq",
        "defects": [
          "CSCwu64819"
        ],
        "discovery": "INTERNAL"
      },
      "title": "Cisco RoomOS Security Hardening Release - Exceptional Conditions Handling Vulnerabilities"
    }
  },
  "cveMetadata": {
    "assignerOrgId": "d1c1063e-7a18-46af-9102-31f8928bc633",
    "assignerShortName": "cisco",
    "cveId": "CVE-2026-20187",
    "datePublished": "2026-07-15T16:18:37.525Z",
    "dateReserved": "2025-10-08T11:59:15.394Z",
    "dateUpdated": "2026-08-14T21:00:52.536Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2"
}

CVE-2026-18638 (GCVE-0-2026-18638)

Vulnerability from cvelistv5 – Published: 2026-08-11 15:00 – Updated: 2026-08-11 17:22
VLAI
Title
Velociraptor server crash via the SetPassword API
Summary
Any authenticated Velociraptor user — including one holding only the readerrole — can terminate the entire server process with a single request, by calling SetPassword with a username that does not exist.
SSVC
Exploitation: none Automatable: no Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-08-11 17:15 UTC
CWE
  • CWE-476 - NULL pointer dereference
  • CWE-703 - Improper Check or Handling of Exceptional Conditions
Impacted products
Vendor Product Version
Rapid7 Velociraptor Affected: 0 , < 0.77.2 (semver)
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2026-18638",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-08-11T17:15:11.914584Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-08-11T17:22:44.142Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Velociraptor",
          "repo": "https://github.com/Velocidex/velociraptor/",
          "vendor": "Rapid7",
          "versions": [
            {
              "lessThan": "0.77.2",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        }
      ],
      "configurations": [
        {
          "lang": "en",
          "supportingMedia": [
            {
              "base64": false,
              "type": "text/html",
              "value": "The user must have at least reader permissions to the org before they can call the SetPassword API."
            }
          ],
          "value": "The user must have at least reader permissions to the org before they can call the SetPassword API."
        }
      ],
      "credits": [
        {
          "lang": "en",
          "type": "finder",
          "value": "Mayank Rajput (https://github.com/hackelite01)"
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "supportingMedia": [
            {
              "base64": false,
              "type": "text/html",
              "value": "Any authenticated Velociraptor user \u2014 including one holding only the\u0026nbsp;\u003ccode\u003ereader\u003c/code\u003erole \u2014 can terminate the entire server process with a single request, by calling\u0026nbsp;\u003ccode\u003eSetPassword\u003c/code\u003e\u0026nbsp;with a\u0026nbsp;\u003ccode\u003eusername\u003c/code\u003e\u0026nbsp;that does not exist."
            }
          ],
          "value": "Any authenticated Velociraptor user \u2014 including one holding only the\u00a0readerrole \u2014 can terminate the entire server process with a single request, by calling\u00a0SetPassword\u00a0with a\u00a0username\u00a0that does not exist."
        }
      ],
      "impacts": [
        {
          "capecId": "CAPEC-153",
          "descriptions": [
            {
              "lang": "en",
              "value": "CAPEC-153 Input Data Manipulation"
            }
          ]
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "format": "CVSS",
          "scenarios": [
            {
              "lang": "en",
              "value": "GENERAL"
            }
          ]
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-476",
              "description": "CWE-476 NULL pointer dereference",
              "lang": "en",
              "type": "CWE"
            }
          ]
        },
        {
          "descriptions": [
            {
              "cweId": "CWE-703",
              "description": "CWE-703 Improper Check or Handling of Exceptional Conditions",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-11T15:00:53.332Z",
        "orgId": "9974b330-7714-4307-a722-5648477acda7",
        "shortName": "rapid7"
      },
      "references": [
        {
          "url": "http://docs.velociraptor.app/announcements/advisories/cve-2026-18638/"
        }
      ],
      "source": {
        "discovery": "UNKNOWN"
      },
      "title": "Velociraptor server crash via the SetPassword API",
      "x_generator": {
        "engine": "Vulnogram 1.0.4"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "9974b330-7714-4307-a722-5648477acda7",
    "assignerShortName": "rapid7",
    "cveId": "CVE-2026-18638",
    "datePublished": "2026-08-11T15:00:53.332Z",
    "dateReserved": "2026-08-03T10:45:04.075Z",
    "dateUpdated": "2026-08-11T17:22:44.142Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2"
}

CVE-2026-16218 (GCVE-0-2026-16218)

Vulnerability from cvelistv5 – Published: 2026-07-19 05:45 – Updated: 2026-07-20 13:57
VLAI
Title
hunvreus devpush Storage Reset Failure storage.py reset_storage improper check or handling of exceptional conditions
Summary
A vulnerability was detected in hunvreus devpush up to 0.4.6. Affected by this issue is the function reset_storage of the file app/workers/tasks/storage.py of the component Storage Reset Failure Handler. The manipulation results in improper check or handling of exceptional conditions. A high complexity level is associated with this attack. The exploitation is known to be difficult. The project was informed of the problem early through an issue report but has not responded yet.
SSVC
Exploitation: poc Automatable: no Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-07-20 13:56 UTC
CWE
  • CWE-703 - Improper Check or Handling of Exceptional Conditions
References
URL Tags
https://vuldb.com/vuln/380041 vdb-entrytechnical-description
https://vuldb.com/vuln/380041/cti signaturepermissions-required
https://vuldb.com/cve/CVE-2026-16218 third-party-advisory
https://vuldb.com/submit/857951 third-party-advisory
https://github.com/hunvreus/devpush/issues/69 issue-tracking
https://github.com/hunvreus/devpush/ product
Impacted products
Vendor Product Version
hunvreus devpush Affected: 0.4.0
Affected: 0.4.1
Affected: 0.4.2
Affected: 0.4.3
Affected: 0.4.4
Affected: 0.4.5
Affected: 0.4.6
    cpe:2.3:a:hunvreus:devpush:*:*:*:*:*:*:*:*
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2026-16218",
                "options": [
                  {
                    "Exploitation": "poc"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-07-20T13:56:56.035215Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-07-20T13:57:18.074Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "references": [
          {
            "tags": [
              "exploit"
            ],
            "url": "https://github.com/hunvreus/devpush/issues/69"
          }
        ],
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "cpes": [
            "cpe:2.3:a:hunvreus:devpush:*:*:*:*:*:*:*:*"
          ],
          "modules": [
            "Storage Reset Failure Handler"
          ],
          "product": "devpush",
          "vendor": "hunvreus",
          "versions": [
            {
              "status": "affected",
              "version": "0.4.0"
            },
            {
              "status": "affected",
              "version": "0.4.1"
            },
            {
              "status": "affected",
              "version": "0.4.2"
            },
            {
              "status": "affected",
              "version": "0.4.3"
            },
            {
              "status": "affected",
              "version": "0.4.4"
            },
            {
              "status": "affected",
              "version": "0.4.5"
            },
            {
              "status": "affected",
              "version": "0.4.6"
            }
          ]
        }
      ],
      "credits": [
        {
          "lang": "en",
          "type": "reporter",
          "value": "GalaxynX (VulDB User)"
        },
        {
          "lang": "en",
          "type": "coordinator",
          "value": "VulDB CNA Team"
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "A vulnerability was detected in hunvreus devpush up to 0.4.6. Affected by this issue is the function reset_storage of the file app/workers/tasks/storage.py of the component Storage Reset Failure Handler. The manipulation results in improper check or handling of exceptional conditions. A high complexity level is associated with this attack. The exploitation is known to be difficult. The project was informed of the problem early through an issue report but has not responded yet."
        }
      ],
      "metrics": [
        {
          "cvssV4_0": {
            "baseScore": 2.1,
            "baseSeverity": "LOW",
            "vectorString": "CVSS:4.0/AV:A/AC:H/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X",
            "version": "4.0"
          }
        },
        {
          "cvssV3_1": {
            "baseScore": 2.6,
            "baseSeverity": "LOW",
            "vectorString": "CVSS:3.1/AV:A/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N/E:X/RL:X/RC:R",
            "version": "3.1"
          }
        },
        {
          "cvssV3_0": {
            "baseScore": 2.6,
            "baseSeverity": "LOW",
            "vectorString": "CVSS:3.0/AV:A/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N/E:X/RL:X/RC:R",
            "version": "3.0"
          }
        },
        {
          "cvssV2_0": {
            "baseScore": 1.4,
            "vectorString": "AV:A/AC:H/Au:S/C:N/I:P/A:N/E:ND/RL:ND/RC:UR",
            "version": "2.0"
          }
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-703",
              "description": "Improper Check or Handling of Exceptional Conditions",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-07-19T05:45:08.349Z",
        "orgId": "1af790b2-7ee1-4545-860a-a788eba489b5",
        "shortName": "VulDB"
      },
      "references": [
        {
          "name": "VDB-380041 | hunvreus devpush Storage Reset Failure storage.py reset_storage improper check or handling of exceptional conditions",
          "tags": [
            "vdb-entry",
            "technical-description"
          ],
          "url": "https://vuldb.com/vuln/380041"
        },
        {
          "name": "VDB-380041 | CTI Indicators (IOB, IOC, IOA)",
          "tags": [
            "signature",
            "permissions-required"
          ],
          "url": "https://vuldb.com/vuln/380041/cti"
        },
        {
          "name": "CVE-2026-16218 | CVE Analysis and Report",
          "tags": [
            "third-party-advisory"
          ],
          "url": "https://vuldb.com/cve/CVE-2026-16218"
        },
        {
          "name": "Submit #857951 | hunvreus devpush d67a99b62b3e2b044f1e0e9b06a3296fe1939fe3 CWE-703 Improper Check or Handling of Exceptional Conditions",
          "tags": [
            "third-party-advisory"
          ],
          "url": "https://vuldb.com/submit/857951"
        },
        {
          "tags": [
            "issue-tracking"
          ],
          "url": "https://github.com/hunvreus/devpush/issues/69"
        },
        {
          "tags": [
            "product"
          ],
          "url": "https://github.com/hunvreus/devpush/"
        }
      ],
      "timeline": [
        {
          "lang": "en",
          "time": "2026-07-18T00:00:00.000Z",
          "value": "Advisory disclosed"
        },
        {
          "lang": "en",
          "time": "2026-07-18T02:00:00.000Z",
          "value": "VulDB entry created"
        },
        {
          "lang": "en",
          "time": "2026-07-18T12:01:04.000Z",
          "value": "VulDB entry last update"
        }
      ],
      "title": "hunvreus devpush Storage Reset Failure storage.py reset_storage improper check or handling of exceptional conditions"
    }
  },
  "cveMetadata": {
    "assignerOrgId": "1af790b2-7ee1-4545-860a-a788eba489b5",
    "assignerShortName": "VulDB",
    "cveId": "CVE-2026-16218",
    "datePublished": "2026-07-19T05:45:08.349Z",
    "dateReserved": "2026-07-18T09:55:57.419Z",
    "dateUpdated": "2026-07-20T13:57:18.074Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2"
}

CVE-2026-13753 (GCVE-0-2026-13753)

Vulnerability from cvelistv5 – Published: 2026-07-06 18:00 – Updated: 2026-08-31 21:22
VLAI
Title
Certain HP DeskJet All in One – Potential Information Disclosure
Summary
Certain HP DeskJet All-in-One printers may be potentially vulnerable to information disclosure that allows an unauthenticated attacker to access sensitive information through exposed APIs.
SSVC
Exploitation: none Automatable: yes Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-07-06 19:12 UTC
CWE
Impacted products
Vendor Product Version
HP Inc HP DeskJet 2820 AIO Printer Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet 2823 AIO Printer Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet 2822 AIO Printer Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet 2829 AIO Printer Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet 2821 AIO Printer Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet 2820 All-in-One Printer Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet 2828 AIO Printer Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet 2810 Printer Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet 2820e AIO Printer Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet 2842e All-in-One Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet 2821e All-in-One Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet 2810e AIO Printer Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet 2821e AIO Printer Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet 2823e AIO Printer Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet 2822e AIO Printer Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet 2842e All-in-One Printer Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet 2827e All-in-One Printer Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet 2825e All-in-One Printer Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DJ 4227e NA OOVWhite Printer Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet 2842e AIO Printer Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet 2855e AIO Printer Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet 2852e All-in-One Printer Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet Ink Advantage 2875 Printer Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet Ink Advantage 2874 Printer Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet Ink Advantage 2876 Printer Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet Ink Advantage 2878 Printer Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet Ink Advantage 2875 All-in-One Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet Ink Advantage 2879 Printer Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet Ink Advantage 2877 Printer Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet Ink Advantage Ultra 4925 Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet Ink Advantage Ultra 4927 Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet Ink Advantage 4928 All-in-One Printer Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet Ink Advantage Ultra 4926 Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet Ink Advantage Ultra 4977 Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet Ink Advantage Ultra 4929 Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet Ink Advantage 4929 All-in-One Printer Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet Ink Advantage Ultra 4928 Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet Ink Advantage 4978 All-in-One Printer Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet Ink Advantage Ultra 4975 Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet Ink Advantage Ultra 4976 Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet Plus 4220 All-in-One Printer Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet 4221 All-in-One Printer Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet 4227 All-in-One Printer Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet 4228 All-in-One Printer Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet 4220 All-in-One Printer Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet 4252e All-in-One Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet 4258e All-in-One Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet 4255e All-in-One Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet 4220e All-in-One Printer Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet 4222e All-in-One Printer Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet 4230e All-in-One Printer Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet 4210e All-in-One Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet Ink Advantage 4276 All-in-One Printer Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet Ink Advantage 4278 All-in-One Printer Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
HP Inc HP DeskJet Ink Advantage 4275 Printer Affected: 0 , < <001.2629A (custom)
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "cvssV3_1": {
              "attackComplexity": "LOW",
              "attackVector": "NETWORK",
              "availabilityImpact": "NONE",
              "baseScore": 7.5,
              "baseSeverity": "HIGH",
              "confidentialityImpact": "HIGH",
              "integrityImpact": "NONE",
              "privilegesRequired": "NONE",
              "scope": "UNCHANGED",
              "userInteraction": "NONE",
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
              "version": "3.1"
            }
          },
          {
            "other": {
              "content": {
                "id": "CVE-2026-13753",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "yes"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-07-06T19:12:36.743111Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-07-06T19:12:56.542Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      },
      {
        "providerMetadata": {
          "dateUpdated": "2026-07-06T19:33:52.015Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "url": "https://www.kb.cert.org/vuls/id/828543"
          }
        ],
        "title": "CVE Program Container"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet 2820 AIO Printer",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet 2823 AIO Printer",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet 2822 AIO Printer",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet 2829 AIO Printer",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet 2821 AIO Printer",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet 2820 All-in-One Printer",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet 2828 AIO Printer",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet 2823 AIO Printer",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet 2821 AIO Printer",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet 2810 Printer",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet 2820e AIO Printer",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet 2842e All-in-One",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet 2820e AIO Printer",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet 2821e All-in-One",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet 2810e AIO Printer",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet 2821e AIO Printer",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet 2823e AIO Printer",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet 2822e AIO Printer",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet 2823e AIO Printer",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet 2842e All-in-One Printer",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet 2827e All-in-One Printer",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet 2825e All-in-One Printer",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DJ 4227e NA OOVWhite Printer",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet 2842e AIO Printer",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet 2855e AIO Printer",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet 2852e All-in-One Printer",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet Ink Advantage 2875 Printer",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet Ink Advantage 2874 Printer",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet Ink Advantage 2875 Printer",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet Ink Advantage 2876 Printer",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet Ink Advantage 2878 Printer",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet Ink Advantage 2875 All-in-One",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet Ink Advantage 2875 Printer",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet Ink Advantage 2879 Printer",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet Ink Advantage 2878 Printer",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet Ink Advantage 2876 Printer",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet Ink Advantage 2877 Printer",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet Ink Advantage 2879 Printer",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet Ink Advantage Ultra 4925",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet Ink Advantage Ultra 4927",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet Ink Advantage 4928 All-in-One Printer",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet Ink Advantage Ultra 4925",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet Ink Advantage Ultra 4926",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet Ink Advantage Ultra 4977",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet Ink Advantage Ultra 4929",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet Ink Advantage 4929 All-in-One Printer",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet Ink Advantage Ultra 4928",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet Ink Advantage 4978 All-in-One Printer",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet Ink Advantage Ultra 4975",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet Ink Advantage Ultra 4976",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet Plus 4220 All-in-One Printer",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet 4221 All-in-One Printer",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet 4227 All-in-One Printer",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet 4228 All-in-One Printer",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet 4220 All-in-One Printer",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet 4252e All-in-One",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet 4258e All-in-One",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet 4255e All-in-One",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet 4258e All-in-One",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet 4220e All-in-One Printer",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet 4222e All-in-One Printer",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet 4230e All-in-One Printer",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet 4210e All-in-One",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet Ink Advantage 4276 All-in-One Printer",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet Ink Advantage 4278 All-in-One Printer",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "HP DeskJet Ink Advantage 4275 Printer",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2629A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        }
      ],
      "credits": [
        {
          "lang": "en",
          "type": "finder",
          "value": "Nguyen Tien Dung"
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "supportingMedia": [
            {
              "base64": false,
              "type": "text/html",
              "value": "\u003cp\u003eCertain HP DeskJet All-in-One printers may be potentially vulnerable to information disclosure that allows an unauthenticated attacker to access sensitive information through exposed APIs.\u003c/p\u003e"
            }
          ],
          "value": "Certain HP DeskJet All-in-One printers may be potentially vulnerable to information disclosure that allows an unauthenticated attacker to access sensitive information through exposed APIs."
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-703",
              "description": "CWE-703",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-31T21:22:06.897Z",
        "orgId": "74586083-13ce-40fd-b46a-8e5d23cfbcb2",
        "shortName": "hp"
      },
      "references": [
        {
          "url": "https://support.hp.com/us-en/document/ish_15558834-15558856-16/hpsbpi04148"
        }
      ],
      "source": {
        "discovery": "UNKNOWN"
      },
      "title": "Certain HP DeskJet All in One \u2013 Potential Information Disclosure",
      "x_generator": {
        "engine": "VINCE 3.0.43",
        "env": "prod",
        "origin": "https://cveawg.mitre.org/api/cve/CVE-2026-13753"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "37e5125f-f79b-445b-8fad-9564f167944b",
    "assignerShortName": "certcc",
    "cveId": "CVE-2026-13753",
    "datePublished": "2026-07-06T18:00:06.663Z",
    "dateReserved": "2026-06-29T16:46:12.558Z",
    "dateUpdated": "2026-08-31T21:22:06.897Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2"
}

CVE-2026-1996 (GCVE-0-2026-1996)

Vulnerability from cvelistv5 – Published: 2026-02-10 17:34 – Updated: 2026-02-11 15:13
VLAI
Title
Certain HP OfficeJet Pro Printers – Denial of Service
Summary
Certain HP OfficeJet Pro printers may be vulnerable to potential denial of service when the IPP requests are mishandled, failing to establish a TCP connection.
SSVC
Exploitation: none Automatable: yes Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-02-11 15:12 UTC
CWE
Assigner
Impacted products
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2026-1996",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "yes"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-02-11T15:12:59.919551Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-02-11T15:13:10.282Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "HP OfficeJet Pro 8710 All-in-One Printer series",
          "vendor": "HP Inc",
          "versions": [
            {
              "lessThan": "\u003c001.2602A",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "supportingMedia": [
            {
              "base64": false,
              "type": "text/html",
              "value": "\u003cspan style=\"background-color: rgb(255, 255, 255);\"\u003eCertain HP OfficeJet Pro printers may be vulnerable to potential denial of service when the IPP requests are mishandled, failing to establish a TCP connection.\u003c/span\u003e"
            }
          ],
          "value": "Certain HP OfficeJet Pro printers may be vulnerable to potential denial of service when the IPP requests are mishandled, failing to establish a TCP connection."
        }
      ],
      "metrics": [
        {
          "cvssV4_0": {
            "Automatable": "NOT_DEFINED",
            "Recovery": "NOT_DEFINED",
            "Safety": "NOT_DEFINED",
            "attackComplexity": "LOW",
            "attackRequirements": "NONE",
            "attackVector": "NETWORK",
            "baseScore": 6.9,
            "baseSeverity": "MEDIUM",
            "exploitMaturity": "NOT_DEFINED",
            "privilegesRequired": "NONE",
            "providerUrgency": "NOT_DEFINED",
            "subAvailabilityImpact": "NONE",
            "subConfidentialityImpact": "NONE",
            "subIntegrityImpact": "NONE",
            "userInteraction": "NONE",
            "valueDensity": "NOT_DEFINED",
            "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N",
            "version": "4.0",
            "vulnAvailabilityImpact": "LOW",
            "vulnConfidentialityImpact": "NONE",
            "vulnIntegrityImpact": "NONE",
            "vulnerabilityResponseEffort": "NOT_DEFINED"
          },
          "format": "CVSS",
          "scenarios": [
            {
              "lang": "en",
              "value": "GENERAL"
            }
          ]
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-703",
              "description": "CWE-703",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-02-10T17:34:18.409Z",
        "orgId": "74586083-13ce-40fd-b46a-8e5d23cfbcb2",
        "shortName": "hp"
      },
      "references": [
        {
          "url": "https://support.hp.com/us-en/document/ish_14057472-14057502-16/hpsbpi04089"
        }
      ],
      "source": {
        "discovery": "UNKNOWN"
      },
      "title": "Certain HP OfficeJet Pro Printers \u2013 Denial of Service",
      "x_generator": {
        "engine": "Vulnogram 0.5.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "74586083-13ce-40fd-b46a-8e5d23cfbcb2",
    "assignerShortName": "hp",
    "cveId": "CVE-2026-1996",
    "datePublished": "2026-02-10T17:34:18.409Z",
    "dateReserved": "2026-02-05T16:51:13.581Z",
    "dateUpdated": "2026-02-11T15:13:10.282Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2"
}

CVE-2025-68135 (GCVE-0-2025-68135)

Vulnerability from cvelistv5 – Published: 2026-01-21 18:56 – Updated: 2026-01-21 19:17
VLAI
Title
EVerest's inadequate exception handling leads to denial of service
Summary
EVerest is an EV charging software stack. Prior to version 2025.10.0, C++ exceptions are not properly handled for and by the `TbdController` loop, leading to its caller and itself to silently terminates. Thus, this leads to a denial of service as it is responsible of SDP and ISO15118-20 servers. Version 2025.10.0 fixes the issue.
SSVC
Exploitation: poc Automatable: no Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-01-21 19:09 UTC
CWE
  • CWE-703 - Improper Check or Handling of Exceptional Conditions
References
Impacted products
Vendor Product Version
EVerest everest-core Affected: < 2025.10.0
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2025-68135",
                "options": [
                  {
                    "Exploitation": "poc"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-01-21T19:09:26.076401Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-01-21T19:10:30.524Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "product": "everest-core",
          "vendor": "EVerest",
          "versions": [
            {
              "status": "affected",
              "version": "\u003c 2025.10.0"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "EVerest is an EV charging software stack. Prior to version 2025.10.0, C++ exceptions are not properly handled for and by the `TbdController` loop, leading to its caller and itself to silently terminates. Thus, this leads to a denial of service as it is responsible of SDP and ISO15118-20 servers. Version 2025.10.0 fixes the issue."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "attackComplexity": "LOW",
            "attackVector": "ADJACENT_NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          }
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-703",
              "description": "CWE-703: Improper Check or Handling of Exceptional Conditions",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-01-21T19:17:21.915Z",
        "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "shortName": "GitHub_M"
      },
      "references": [
        {
          "name": "https://github.com/EVerest/everest-core/security/advisories/GHSA-g7mm-r6qp-96vh",
          "tags": [
            "x_refsource_CONFIRM"
          ],
          "url": "https://github.com/EVerest/everest-core/security/advisories/GHSA-g7mm-r6qp-96vh"
        }
      ],
      "source": {
        "advisory": "GHSA-g7mm-r6qp-96vh",
        "discovery": "UNKNOWN"
      },
      "title": "EVerest\u0027s inadequate exception handling leads to denial of service"
    }
  },
  "cveMetadata": {
    "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
    "assignerShortName": "GitHub_M",
    "cveId": "CVE-2025-68135",
    "datePublished": "2026-01-21T18:56:05.970Z",
    "dateReserved": "2025-12-15T18:09:12.694Z",
    "dateUpdated": "2026-01-21T19:17:21.915Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2"
}

CVE-2025-65017 (GCVE-0-2025-65017)

Vulnerability from cvelistv5 – Published: 2026-02-03 15:05 – Updated: 2026-02-03 17:09
VLAI
Title
Decidim's private data exports can lead to data leaks
Summary
Decidim is a participatory democracy framework. In versions from 0.30.0 to before 0.30.4 and from 0.31.0.rc1 to before 0.31.0, the private data exports can lead to data leaks in case the UUID generation, causing collisions for the generated UUIDs. This issue has been patched in versions 0.30.4 and 0.31.0.
SSVC
Exploitation: poc Automatable: no Technical Impact: total
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-02-03 17:09 UTC
CWE
  • CWE-200 - Exposure of Sensitive Information to an Unauthorized Actor
  • CWE-703 - Improper Check or Handling of Exceptional Conditions
Impacted products
Vendor Product Version
decidim decidim Affected: >= 0.30.0, < 0.30.4
Affected: >= 0.31.0.r1, < 0.31.0
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2025-65017",
                "options": [
                  {
                    "Exploitation": "poc"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "total"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-02-03T17:09:13.046448Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-02-03T17:09:47.635Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "product": "decidim",
          "vendor": "decidim",
          "versions": [
            {
              "status": "affected",
              "version": "\u003e= 0.30.0, \u003c 0.30.4"
            },
            {
              "status": "affected",
              "version": "\u003e= 0.31.0.r1, \u003c 0.31.0"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "Decidim is a participatory democracy framework. In versions from 0.30.0 to before 0.30.4 and from 0.31.0.rc1 to before 0.31.0, the private data exports can lead to data leaks in case the UUID generation, causing collisions for the generated UUIDs. This issue has been patched in versions 0.30.4 and 0.31.0."
        }
      ],
      "metrics": [
        {
          "cvssV4_0": {
            "attackComplexity": "LOW",
            "attackRequirements": "NONE",
            "attackVector": "NETWORK",
            "baseScore": 8.2,
            "baseSeverity": "HIGH",
            "privilegesRequired": "LOW",
            "subAvailabilityImpact": "NONE",
            "subConfidentialityImpact": "HIGH",
            "subIntegrityImpact": "NONE",
            "userInteraction": "PASSIVE",
            "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N",
            "version": "4.0",
            "vulnAvailabilityImpact": "NONE",
            "vulnConfidentialityImpact": "HIGH",
            "vulnIntegrityImpact": "NONE"
          }
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-200",
              "description": "CWE-200: Exposure of Sensitive Information to an Unauthorized Actor",
              "lang": "en",
              "type": "CWE"
            }
          ]
        },
        {
          "descriptions": [
            {
              "cweId": "CWE-703",
              "description": "CWE-703: Improper Check or Handling of Exceptional Conditions",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-02-03T15:05:24.738Z",
        "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "shortName": "GitHub_M"
      },
      "references": [
        {
          "name": "https://github.com/decidim/decidim/security/advisories/GHSA-3cx6-j9j4-54mp",
          "tags": [
            "x_refsource_CONFIRM"
          ],
          "url": "https://github.com/decidim/decidim/security/advisories/GHSA-3cx6-j9j4-54mp"
        },
        {
          "name": "https://github.com/decidim/decidim/pull/13571",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/decidim/decidim/pull/13571"
        },
        {
          "name": "https://github.com/decidim/decidim/releases/tag/v0.30.4",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/decidim/decidim/releases/tag/v0.30.4"
        },
        {
          "name": "https://github.com/decidim/decidim/releases/tag/v0.31.0",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/decidim/decidim/releases/tag/v0.31.0"
        }
      ],
      "source": {
        "advisory": "GHSA-3cx6-j9j4-54mp",
        "discovery": "UNKNOWN"
      },
      "title": "Decidim\u0027s private data exports can lead to data leaks"
    }
  },
  "cveMetadata": {
    "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
    "assignerShortName": "GitHub_M",
    "cveId": "CVE-2025-65017",
    "datePublished": "2026-02-03T15:05:24.738Z",
    "dateReserved": "2025-11-13T15:36:51.680Z",
    "dateUpdated": "2026-02-03T17:09:47.635Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2"
}

No mitigation information available for this CWE.

No CAPEC attack patterns related to this CWE.