{
    "document": {
        "category": "csaf_security_advisory",
        "csaf_version": "2.0",
        "distribution": {
            "tlp": {
                "label": "WHITE"
            }
        },
        "lang": "nl",
        "notes": [
            {
                "category": "legal_disclaimer",
                "text": "The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:\n\n    NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.\n\n    NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.\n    This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings."
            },
            {
                "category": "description",
                "text": "Apple heeft kwetsbaarheden verholpen in iOS en iPadOS.",
                "title": "Feiten"
            },
            {
                "category": "description",
                "text": "De kwetsbaarheden omvatten een scala aan problemen, zoals geheugenbeschadiging, ongeautoriseerde toegang tot gevoelige gegevens, en denial-of-service aanvallen. Deze kwetsbaarheden kunnen worden misbruikt door kwaadwillenden via verschillende vectoren, waaronder het verwerken van kwaadaardig webinhoud en het misbruiken van onjuiste invoervalidatie. De impact varieert van systeeminstabiliteit tot het risico op gegevenslekken.",
                "title": "Interpretaties"
            },
            {
                "category": "description",
                "text": "Apple heeft updates uitgebracht om de kwetsbaarheden te verhelpen. Zie bijgevoegde referenties voor meer informatie.",
                "title": "Oplossingen"
            },
            {
                "category": "general",
                "text": "medium",
                "title": "Kans"
            },
            {
                "category": "general",
                "text": "high",
                "title": "Schade"
            },
            {
                "category": "general",
                "text": "Double Free",
                "title": "CWE-415"
            },
            {
                "category": "general",
                "text": "Access of Resource Using Incompatible Type ('Type Confusion')",
                "title": "CWE-843"
            },
            {
                "category": "general",
                "text": "Out-of-bounds Read",
                "title": "CWE-125"
            },
            {
                "category": "general",
                "text": "Improper Resource Shutdown or Release",
                "title": "CWE-404"
            },
            {
                "category": "general",
                "text": "Missing Authorization",
                "title": "CWE-862"
            },
            {
                "category": "general",
                "text": "Improper Restriction of Operations within the Bounds of a Memory Buffer",
                "title": "CWE-119"
            },
            {
                "category": "general",
                "text": "Use After Free",
                "title": "CWE-416"
            },
            {
                "category": "general",
                "text": "Uncontrolled Recursion",
                "title": "CWE-674"
            },
            {
                "category": "general",
                "text": "Exposure of Sensitive Information to an Unauthorized Actor",
                "title": "CWE-200"
            },
            {
                "category": "general",
                "text": "Stack-based Buffer Overflow",
                "title": "CWE-121"
            },
            {
                "category": "general",
                "text": "Improper Authentication",
                "title": "CWE-287"
            }
        ],
        "publisher": {
            "category": "coordinator",
            "contact_details": "cert@ncsc.nl",
            "name": "Nationaal Cyber Security Centrum",
            "namespace": "https://www.ncsc.nl/"
        },
        "references": [
            {
                "category": "external",
                "summary": "Reference - cveprojectv5; nvd",
                "url": "https://support.apple.com/en-us/122404"
            },
            {
                "category": "external",
                "summary": "Reference - cveprojectv5; nvd",
                "url": "https://support.apple.com/en-us/122405"
            }
        ],
        "title": "Kwetsbaarheden verholpen in Apple iOS en iPadOS",
        "tracking": {
            "current_release_date": "2025-05-13T09:14:44.606584Z",
            "generator": {
                "date": "2025-02-25T15:15:00Z",
                "engine": {
                    "name": "V.A.",
                    "version": "1.0"
                }
            },
            "id": "NCSC-2025-0150",
            "initial_release_date": "2025-05-13T09:14:44.606584Z",
            "revision_history": [
                {
                    "date": "2025-05-13T09:14:44.606584Z",
                    "number": "1.0.0",
                    "summary": "Initiele versie"
                }
            ],
            "status": "final",
            "version": "1.0.0"
        }
    },
    "product_tree": {
        "branches": [
            {
                "branches": [
                    {
                        "branches": [
                            {
                                "category": "product_version_range",
                                "name": "vers:unknown/unspecified|<18.5",
                                "product": {
                                    "name": "vers:unknown/unspecified|<18.5",
                                    "product_id": "CSAFPID-2832294"
                                }
                            }
                        ],
                        "category": "product_name",
                        "name": "iOS and iPadOS"
                    },
                    {
                        "branches": [
                            {
                                "category": "product_version_range",
                                "name": "vers:unknown/<17.7.6",
                                "product": {
                                    "name": "vers:unknown/<17.7.6",
                                    "product_id": "CSAFPID-2592048"
                                }
                            }
                        ],
                        "category": "product_name",
                        "name": "iPadOS"
                    }
                ],
                "category": "vendor",
                "name": "Apple"
            }
        ]
    },
    "vulnerabilities": [
        {
            "cve": "CVE-2024-8176",
            "cwe": {
                "id": "CWE-121",
                "name": "Stack-based Buffer Overflow"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Stack-based Buffer Overflow",
                    "title": "CWE-121"
                },
                {
                    "category": "other",
                    "text": "Uncontrolled Recursion",
                    "title": "CWE-674"
                },
                {
                    "category": "general",
                    "text": "CVSS:4.0/AV:A/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N",
                    "title": "CVSSV4"
                }
            ],
            "product_status": {
                "known_affected": [
                    "CSAFPID-2832294",
                    "CSAFPID-2592048"
                ]
            },
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2024-8176",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-8176.json"
                }
            ],
            "scores": [
                {
                    "cvss_v3": {
                        "version": "3.1",
                        "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
                        "baseScore": 7.5,
                        "baseSeverity": "HIGH"
                    },
                    "products": [
                        "CSAFPID-2832294",
                        "CSAFPID-2592048"
                    ]
                }
            ],
            "title": "CVE-2024-8176"
        },
        {
            "cve": "CVE-2025-24097",
            "cwe": {
                "id": "CWE-125",
                "name": "Out-of-bounds Read"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Out-of-bounds Read",
                    "title": "CWE-125"
                }
            ],
            "product_status": {
                "known_affected": [
                    "CSAFPID-2832294",
                    "CSAFPID-2592048"
                ]
            },
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2025-24097",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-24097.json"
                }
            ],
            "scores": [
                {
                    "cvss_v3": {
                        "version": "3.1",
                        "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N",
                        "baseScore": 5.0,
                        "baseSeverity": "MEDIUM"
                    },
                    "products": [
                        "CSAFPID-2832294",
                        "CSAFPID-2592048"
                    ]
                }
            ],
            "title": "CVE-2025-24097"
        },
        {
            "cve": "CVE-2025-24111",
            "product_status": {
                "known_affected": [
                    "CSAFPID-2832294",
                    "CSAFPID-2592048"
                ]
            },
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2025-24111",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-24111.json"
                }
            ],
            "title": "CVE-2025-24111"
        },
        {
            "cve": "CVE-2025-24144",
            "product_status": {
                "known_affected": [
                    "CSAFPID-2832294",
                    "CSAFPID-2592048"
                ]
            },
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2025-24144",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-24144.json"
                }
            ],
            "title": "CVE-2025-24144"
        },
        {
            "cve": "CVE-2025-24213",
            "cwe": {
                "id": "CWE-843",
                "name": "Access of Resource Using Incompatible Type ('Type Confusion')"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Access of Resource Using Incompatible Type ('Type Confusion')",
                    "title": "CWE-843"
                }
            ],
            "product_status": {
                "known_affected": [
                    "CSAFPID-2832294",
                    "CSAFPID-2592048"
                ]
            },
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2025-24213",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-24213.json"
                }
            ],
            "scores": [
                {
                    "cvss_v3": {
                        "version": "3.1",
                        "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
                        "baseScore": 8.8,
                        "baseSeverity": "HIGH"
                    },
                    "products": [
                        "CSAFPID-2832294",
                        "CSAFPID-2592048"
                    ]
                }
            ],
            "title": "CVE-2025-24213"
        },
        {
            "cve": "CVE-2025-24220",
            "product_status": {
                "known_affected": [
                    "CSAFPID-2832294",
                    "CSAFPID-2592048"
                ]
            },
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2025-24220",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-24220.json"
                }
            ],
            "title": "CVE-2025-24220"
        },
        {
            "cve": "CVE-2025-24223",
            "product_status": {
                "known_affected": [
                    "CSAFPID-2832294",
                    "CSAFPID-2592048"
                ]
            },
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2025-24223",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-24223.json"
                }
            ],
            "title": "CVE-2025-24223"
        },
        {
            "cve": "CVE-2025-24225",
            "product_status": {
                "known_affected": [
                    "CSAFPID-2832294",
                    "CSAFPID-2592048"
                ]
            },
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2025-24225",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-24225.json"
                }
            ],
            "title": "CVE-2025-24225"
        },
        {
            "cve": "CVE-2025-24259",
            "cwe": {
                "id": "CWE-862",
                "name": "Missing Authorization"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Missing Authorization",
                    "title": "CWE-862"
                }
            ],
            "product_status": {
                "known_affected": [
                    "CSAFPID-2832294",
                    "CSAFPID-2592048"
                ]
            },
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2025-24259",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-24259.json"
                }
            ],
            "scores": [
                {
                    "cvss_v3": {
                        "version": "3.1",
                        "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
                        "baseScore": 9.8,
                        "baseSeverity": "CRITICAL"
                    },
                    "products": [
                        "CSAFPID-2832294",
                        "CSAFPID-2592048"
                    ]
                }
            ],
            "title": "CVE-2025-24259"
        },
        {
            "cve": "CVE-2025-30448",
            "product_status": {
                "known_affected": [
                    "CSAFPID-2832294",
                    "CSAFPID-2592048"
                ]
            },
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2025-30448",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-30448.json"
                }
            ],
            "title": "CVE-2025-30448"
        },
        {
            "cve": "CVE-2025-31196",
            "product_status": {
                "known_affected": [
                    "CSAFPID-2832294",
                    "CSAFPID-2592048"
                ]
            },
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2025-31196",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-31196.json"
                }
            ],
            "title": "CVE-2025-31196"
        },
        {
            "cve": "CVE-2025-31204",
            "product_status": {
                "known_affected": [
                    "CSAFPID-2832294",
                    "CSAFPID-2592048"
                ]
            },
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2025-31204",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-31204.json"
                }
            ],
            "title": "CVE-2025-31204"
        },
        {
            "cve": "CVE-2025-31205",
            "product_status": {
                "known_affected": [
                    "CSAFPID-2832294",
                    "CSAFPID-2592048"
                ]
            },
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2025-31205",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-31205.json"
                }
            ],
            "title": "CVE-2025-31205"
        },
        {
            "cve": "CVE-2025-31206",
            "product_status": {
                "known_affected": [
                    "CSAFPID-2832294",
                    "CSAFPID-2592048"
                ]
            },
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2025-31206",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-31206.json"
                }
            ],
            "title": "CVE-2025-31206"
        },
        {
            "cve": "CVE-2025-31207",
            "product_status": {
                "known_affected": [
                    "CSAFPID-2832294",
                    "CSAFPID-2592048"
                ]
            },
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2025-31207",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-31207.json"
                }
            ],
            "title": "CVE-2025-31207"
        },
        {
            "cve": "CVE-2025-31208",
            "product_status": {
                "known_affected": [
                    "CSAFPID-2832294",
                    "CSAFPID-2592048"
                ]
            },
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2025-31208",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-31208.json"
                }
            ],
            "title": "CVE-2025-31208"
        },
        {
            "cve": "CVE-2025-31209",
            "product_status": {
                "known_affected": [
                    "CSAFPID-2832294",
                    "CSAFPID-2592048"
                ]
            },
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2025-31209",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-31209.json"
                }
            ],
            "title": "CVE-2025-31209"
        },
        {
            "cve": "CVE-2025-31210",
            "product_status": {
                "known_affected": [
                    "CSAFPID-2832294",
                    "CSAFPID-2592048"
                ]
            },
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2025-31210",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-31210.json"
                }
            ],
            "title": "CVE-2025-31210"
        },
        {
            "cve": "CVE-2025-31212",
            "product_status": {
                "known_affected": [
                    "CSAFPID-2832294",
                    "CSAFPID-2592048"
                ]
            },
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2025-31212",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-31212.json"
                }
            ],
            "title": "CVE-2025-31212"
        },
        {
            "cve": "CVE-2025-31213",
            "product_status": {
                "known_affected": [
                    "CSAFPID-2832294",
                    "CSAFPID-2592048"
                ]
            },
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2025-31213",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-31213.json"
                }
            ],
            "title": "CVE-2025-31213"
        },
        {
            "cve": "CVE-2025-31214",
            "product_status": {
                "known_affected": [
                    "CSAFPID-2832294",
                    "CSAFPID-2592048"
                ]
            },
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2025-31214",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-31214.json"
                }
            ],
            "title": "CVE-2025-31214"
        },
        {
            "cve": "CVE-2025-31215",
            "product_status": {
                "known_affected": [
                    "CSAFPID-2832294",
                    "CSAFPID-2592048"
                ]
            },
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2025-31215",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-31215.json"
                }
            ],
            "title": "CVE-2025-31215"
        },
        {
            "cve": "CVE-2025-31217",
            "product_status": {
                "known_affected": [
                    "CSAFPID-2832294",
                    "CSAFPID-2592048"
                ]
            },
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2025-31217",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-31217.json"
                }
            ],
            "title": "CVE-2025-31217"
        },
        {
            "cve": "CVE-2025-31219",
            "product_status": {
                "known_affected": [
                    "CSAFPID-2832294",
                    "CSAFPID-2592048"
                ]
            },
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2025-31219",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-31219.json"
                }
            ],
            "title": "CVE-2025-31219"
        },
        {
            "cve": "CVE-2025-31220",
            "cwe": {
                "id": "CWE-200",
                "name": "Exposure of Sensitive Information to an Unauthorized Actor"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Exposure of Sensitive Information to an Unauthorized Actor",
                    "title": "CWE-200"
                },
                {
                    "category": "general",
                    "text": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N",
                    "title": "CVSSV4"
                }
            ],
            "product_status": {
                "known_affected": [
                    "CSAFPID-2832294",
                    "CSAFPID-2592048"
                ]
            },
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2025-31220",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-31220.json"
                }
            ],
            "title": "CVE-2025-31220"
        },
        {
            "cve": "CVE-2025-31221",
            "product_status": {
                "known_affected": [
                    "CSAFPID-2832294",
                    "CSAFPID-2592048"
                ]
            },
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2025-31221",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-31221.json"
                }
            ],
            "title": "CVE-2025-31221"
        },
        {
            "cve": "CVE-2025-31222",
            "product_status": {
                "known_affected": [
                    "CSAFPID-2832294",
                    "CSAFPID-2592048"
                ]
            },
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2025-31222",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-31222.json"
                }
            ],
            "title": "CVE-2025-31222"
        },
        {
            "cve": "CVE-2025-31223",
            "product_status": {
                "known_affected": [
                    "CSAFPID-2832294",
                    "CSAFPID-2592048"
                ]
            },
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2025-31223",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-31223.json"
                }
            ],
            "title": "CVE-2025-31223"
        },
        {
            "cve": "CVE-2025-31225",
            "cwe": {
                "id": "CWE-200",
                "name": "Exposure of Sensitive Information to an Unauthorized Actor"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Exposure of Sensitive Information to an Unauthorized Actor",
                    "title": "CWE-200"
                },
                {
                    "category": "general",
                    "text": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N",
                    "title": "CVSSV4"
                }
            ],
            "product_status": {
                "known_affected": [
                    "CSAFPID-2832294",
                    "CSAFPID-2592048"
                ]
            },
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2025-31225",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-31225.json"
                }
            ],
            "title": "CVE-2025-31225"
        },
        {
            "cve": "CVE-2025-31226",
            "product_status": {
                "known_affected": [
                    "CSAFPID-2832294",
                    "CSAFPID-2592048"
                ]
            },
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2025-31226",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-31226.json"
                }
            ],
            "title": "CVE-2025-31226"
        },
        {
            "cve": "CVE-2025-31227",
            "cwe": {
                "id": "CWE-200",
                "name": "Exposure of Sensitive Information to an Unauthorized Actor"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Exposure of Sensitive Information to an Unauthorized Actor",
                    "title": "CWE-200"
                },
                {
                    "category": "general",
                    "text": "CVSS:4.0/AV:P/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N",
                    "title": "CVSSV4"
                }
            ],
            "product_status": {
                "known_affected": [
                    "CSAFPID-2832294",
                    "CSAFPID-2592048"
                ]
            },
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2025-31227",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-31227.json"
                }
            ],
            "title": "CVE-2025-31227"
        },
        {
            "cve": "CVE-2025-31228",
            "cwe": {
                "id": "CWE-287",
                "name": "Improper Authentication"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Improper Authentication",
                    "title": "CWE-287"
                },
                {
                    "category": "general",
                    "text": "CVSS:4.0/AV:P/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N",
                    "title": "CVSSV4"
                }
            ],
            "product_status": {
                "known_affected": [
                    "CSAFPID-2832294",
                    "CSAFPID-2592048"
                ]
            },
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2025-31228",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-31228.json"
                }
            ],
            "title": "CVE-2025-31228"
        },
        {
            "cve": "CVE-2025-31233",
            "cwe": {
                "id": "CWE-119",
                "name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Improper Restriction of Operations within the Bounds of a Memory Buffer",
                    "title": "CWE-119"
                },
                {
                    "category": "general",
                    "text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N",
                    "title": "CVSSV4"
                }
            ],
            "product_status": {
                "known_affected": [
                    "CSAFPID-2832294",
                    "CSAFPID-2592048"
                ]
            },
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2025-31233",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-31233.json"
                }
            ],
            "title": "CVE-2025-31233"
        },
        {
            "cve": "CVE-2025-31234",
            "product_status": {
                "known_affected": [
                    "CSAFPID-2832294",
                    "CSAFPID-2592048"
                ]
            },
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2025-31234",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-31234.json"
                }
            ],
            "title": "CVE-2025-31234"
        },
        {
            "cve": "CVE-2025-31235",
            "cwe": {
                "id": "CWE-415",
                "name": "Double Free"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Double Free",
                    "title": "CWE-415"
                },
                {
                    "category": "general",
                    "text": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N",
                    "title": "CVSSV4"
                }
            ],
            "product_status": {
                "known_affected": [
                    "CSAFPID-2832294",
                    "CSAFPID-2592048"
                ]
            },
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2025-31235",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-31235.json"
                }
            ],
            "title": "CVE-2025-31235"
        },
        {
            "cve": "CVE-2025-31238",
            "product_status": {
                "known_affected": [
                    "CSAFPID-2832294",
                    "CSAFPID-2592048"
                ]
            },
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2025-31238",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-31238.json"
                }
            ],
            "title": "CVE-2025-31238"
        },
        {
            "cve": "CVE-2025-31239",
            "cwe": {
                "id": "CWE-416",
                "name": "Use After Free"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Use After Free",
                    "title": "CWE-416"
                },
                {
                    "category": "general",
                    "text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N",
                    "title": "CVSSV4"
                }
            ],
            "product_status": {
                "known_affected": [
                    "CSAFPID-2832294",
                    "CSAFPID-2592048"
                ]
            },
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2025-31239",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-31239.json"
                }
            ],
            "title": "CVE-2025-31239"
        },
        {
            "cve": "CVE-2025-31241",
            "cwe": {
                "id": "CWE-415",
                "name": "Double Free"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Double Free",
                    "title": "CWE-415"
                },
                {
                    "category": "general",
                    "text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N",
                    "title": "CVSSV4"
                }
            ],
            "product_status": {
                "known_affected": [
                    "CSAFPID-2832294",
                    "CSAFPID-2592048"
                ]
            },
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2025-31241",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-31241.json"
                }
            ],
            "title": "CVE-2025-31241"
        },
        {
            "cve": "CVE-2025-31242",
            "cwe": {
                "id": "CWE-200",
                "name": "Exposure of Sensitive Information to an Unauthorized Actor"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Exposure of Sensitive Information to an Unauthorized Actor",
                    "title": "CWE-200"
                },
                {
                    "category": "general",
                    "text": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N",
                    "title": "CVSSV4"
                }
            ],
            "product_status": {
                "known_affected": [
                    "CSAFPID-2832294",
                    "CSAFPID-2592048"
                ]
            },
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2025-31242",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-31242.json"
                }
            ],
            "title": "CVE-2025-31242"
        },
        {
            "cve": "CVE-2025-31245",
            "cwe": {
                "id": "CWE-404",
                "name": "Improper Resource Shutdown or Release"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Improper Resource Shutdown or Release",
                    "title": "CWE-404"
                },
                {
                    "category": "general",
                    "text": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N",
                    "title": "CVSSV4"
                }
            ],
            "product_status": {
                "known_affected": [
                    "CSAFPID-2832294",
                    "CSAFPID-2592048"
                ]
            },
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2025-31245",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-31245.json"
                }
            ],
            "title": "CVE-2025-31245"
        },
        {
            "cve": "CVE-2025-31251",
            "cwe": {
                "id": "CWE-404",
                "name": "Improper Resource Shutdown or Release"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Improper Resource Shutdown or Release",
                    "title": "CWE-404"
                },
                {
                    "category": "general",
                    "text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N",
                    "title": "CVSSV4"
                }
            ],
            "product_status": {
                "known_affected": [
                    "CSAFPID-2832294",
                    "CSAFPID-2592048"
                ]
            },
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2025-31251",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-31251.json"
                }
            ],
            "title": "CVE-2025-31251"
        },
        {
            "cve": "CVE-2025-31253",
            "product_status": {
                "known_affected": [
                    "CSAFPID-2832294",
                    "CSAFPID-2592048"
                ]
            },
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2025-31253",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-31253.json"
                }
            ],
            "title": "CVE-2025-31253"
        },
        {
            "cve": "CVE-2025-31257",
            "product_status": {
                "known_affected": [
                    "CSAFPID-2832294",
                    "CSAFPID-2592048"
                ]
            },
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2025-31257",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-31257.json"
                }
            ],
            "title": "CVE-2025-31257"
        }
    ]
}