{
    "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": "Siemens heeft kwetsbaarheden verholpen in diverse producten, zoals SCALANCE, SICAM, Tecnomatix, SITOP en PowerSys.",
                "title": "Feiten"
            },
            {
                "category": "description",
                "text": "De kwetsbaarheden stellen een kwaadwillende mogelijk in staat aanvallen uit te voeren die kunnen leiden tot de volgende categorieën schade:\n\n- Denial-of-Service (DoS)\n- Manipulatie van gegevens\n- Omzeilen van beveiligingsmaatregel\n- (Remote) code execution (Administrator/Root rechten)\n- (Remote) code execution (Gebruikersrechten)\n- Toegang tot systeemgegevens\n- Verhoogde gebruikersrechten\n\nDe kwaadwillende heeft hiervoor toegang nodig tot de productieomgeving. Het is goed gebruik een dergelijke omgeving niet publiek toegankelijk te hebben.\n",
                "title": "Interpretaties"
            },
            {
                "category": "description",
                "text": "Siemens heeft beveiligingsupdates uitgebracht om de kwetsbaarheden te verhelpen. Voor de kwetsbaarheden waar nog geen updates voor zijn, heeft Siemens mitigerende maatregelen gepubliceerd om de risico's zoveel als mogelijk te beperken. Zie de bijgevoegde referenties voor meer informatie.",
                "title": "Oplossingen"
            },
            {
                "category": "general",
                "text": "medium",
                "title": "Kans"
            },
            {
                "category": "general",
                "text": "high",
                "title": "Schade"
            },
            {
                "category": "general",
                "text": "Improper Restriction of Operations within the Bounds of a Memory Buffer",
                "title": "CWE-119"
            },
            {
                "category": "general",
                "text": "Stack-based Buffer Overflow",
                "title": "CWE-121"
            },
            {
                "category": "general",
                "text": "Heap-based Buffer Overflow",
                "title": "CWE-122"
            },
            {
                "category": "general",
                "text": "Insufficient Granularity of Access Control",
                "title": "CWE-1220"
            },
            {
                "category": "general",
                "text": "Write-what-where Condition",
                "title": "CWE-123"
            },
            {
                "category": "general",
                "text": "Out-of-bounds Read",
                "title": "CWE-125"
            },
            {
                "category": "general",
                "text": "Inefficient Regular Expression Complexity",
                "title": "CWE-1333"
            },
            {
                "category": "general",
                "text": "Improper Null Termination",
                "title": "CWE-170"
            },
            {
                "category": "general",
                "text": "Integer Overflow or Wraparound",
                "title": "CWE-190"
            },
            {
                "category": "general",
                "text": "Integer Underflow (Wrap or Wraparound)",
                "title": "CWE-191"
            },
            {
                "category": "general",
                "text": "Improper Input Validation",
                "title": "CWE-20"
            },
            {
                "category": "general",
                "text": "Exposure of Sensitive Information to an Unauthorized Actor",
                "title": "CWE-200"
            },
            {
                "category": "general",
                "text": "Improper Privilege Management",
                "title": "CWE-269"
            },
            {
                "category": "general",
                "text": "Improper Authentication",
                "title": "CWE-287"
            },
            {
                "category": "general",
                "text": "Improper Certificate Validation",
                "title": "CWE-295"
            },
            {
                "category": "general",
                "text": "Missing Encryption of Sensitive Data",
                "title": "CWE-311"
            },
            {
                "category": "general",
                "text": "Cleartext Transmission of Sensitive Information",
                "title": "CWE-319"
            },
            {
                "category": "general",
                "text": "Use of Hard-coded Cryptographic Key",
                "title": "CWE-321"
            },
            {
                "category": "general",
                "text": "Missing Cryptographic Step",
                "title": "CWE-325"
            },
            {
                "category": "general",
                "text": "Inadequate Encryption Strength",
                "title": "CWE-326"
            },
            {
                "category": "general",
                "text": "Use of Weak Hash",
                "title": "CWE-328"
            },
            {
                "category": "general",
                "text": "Use of Insufficiently Random Values",
                "title": "CWE-330"
            },
            {
                "category": "general",
                "text": "Acceptance of Extraneous Untrusted Data With Trusted Data",
                "title": "CWE-349"
            },
            {
                "category": "general",
                "text": "Cross-Site Request Forgery (CSRF)",
                "title": "CWE-352"
            },
            {
                "category": "general",
                "text": "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')",
                "title": "CWE-362"
            },
            {
                "category": "general",
                "text": "Creation of Temporary File in Directory with Insecure Permissions",
                "title": "CWE-379"
            },
            {
                "category": "general",
                "text": "Uncontrolled Resource Consumption",
                "title": "CWE-400"
            },
            {
                "category": "general",
                "text": "Missing Release of Memory after Effective Lifetime",
                "title": "CWE-401"
            },
            {
                "category": "general",
                "text": "Improper Resource Shutdown or Release",
                "title": "CWE-404"
            },
            {
                "category": "general",
                "text": "Double Free",
                "title": "CWE-415"
            },
            {
                "category": "general",
                "text": "Use After Free",
                "title": "CWE-416"
            },
            {
                "category": "general",
                "text": "NULL Pointer Dereference",
                "title": "CWE-476"
            },
            {
                "category": "general",
                "text": "Insufficiently Protected Credentials",
                "title": "CWE-522"
            },
            {
                "category": "general",
                "text": "Unsynchronized Access to Shared Data in a Multithreaded Context",
                "title": "CWE-567"
            },
            {
                "category": "general",
                "text": "Insufficient Session Expiration",
                "title": "CWE-613"
            },
            {
                "category": "general",
                "text": "Sensitive Cookie in HTTPS Session Without 'Secure' Attribute",
                "title": "CWE-614"
            },
            {
                "category": "general",
                "text": "Improper Control of a Resource Through its Lifetime",
                "title": "CWE-664"
            },
            {
                "category": "general",
                "text": "Improper Locking",
                "title": "CWE-667"
            },
            {
                "category": "general",
                "text": "Incorrect Type Conversion or Cast",
                "title": "CWE-704"
            },
            {
                "category": "general",
                "text": "Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')",
                "title": "CWE-74"
            },
            {
                "category": "general",
                "text": "Exposed Dangerous Method or Function",
                "title": "CWE-749"
            },
            {
                "category": "general",
                "text": "Improper Check for Unusual or Exceptional Conditions",
                "title": "CWE-754"
            },
            {
                "category": "general",
                "text": "Improper Neutralization of Special Elements used in a Command ('Command Injection')",
                "title": "CWE-77"
            },
            {
                "category": "general",
                "text": "Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')",
                "title": "CWE-78"
            },
            {
                "category": "general",
                "text": "Out-of-bounds Write",
                "title": "CWE-787"
            },
            {
                "category": "general",
                "text": "Deadlock",
                "title": "CWE-833"
            },
            {
                "category": "general",
                "text": "Excessive Iteration",
                "title": "CWE-834"
            },
            {
                "category": "general",
                "text": "Loop with Unreachable Exit Condition ('Infinite Loop')",
                "title": "CWE-835"
            },
            {
                "category": "general",
                "text": "Improper Control of Generation of Code ('Code Injection')",
                "title": "CWE-94"
            }
        ],
        "publisher": {
            "category": "coordinator",
            "contact_details": "cert@ncsc.nl",
            "name": "Nationaal Cyber Security Centrum",
            "namespace": "https://www.ncsc.nl/"
        },
        "references": [
            {
                "category": "external",
                "summary": "Reference - ncscclear; siemens",
                "url": "https://cert-portal.siemens.com/productcert/pdf/ssa-024584.pdf"
            },
            {
                "category": "external",
                "summary": "Reference - ncscclear; siemens",
                "url": "https://cert-portal.siemens.com/productcert/pdf/ssa-196737.pdf"
            },
            {
                "category": "external",
                "summary": "Reference - ncscclear; siemens",
                "url": "https://cert-portal.siemens.com/productcert/pdf/ssa-238730.pdf"
            },
            {
                "category": "external",
                "summary": "Reference - ncscclear; siemens",
                "url": "https://cert-portal.siemens.com/productcert/pdf/ssa-319319.pdf"
            },
            {
                "category": "external",
                "summary": "Reference - ncscclear; siemens",
                "url": "https://cert-portal.siemens.com/productcert/pdf/ssa-337522.pdf"
            },
            {
                "category": "external",
                "summary": "Reference - ncscclear; siemens",
                "url": "https://cert-portal.siemens.com/productcert/pdf/ssa-341067.pdf"
            },
            {
                "category": "external",
                "summary": "Reference - ncscclear; siemens",
                "url": "https://cert-portal.siemens.com/productcert/pdf/ssa-481506.pdf"
            },
            {
                "category": "external",
                "summary": "Reference - ncscclear; siemens",
                "url": "https://cert-portal.siemens.com/productcert/pdf/ssa-540640.pdf"
            },
            {
                "category": "external",
                "summary": "Reference - ncscclear; siemens",
                "url": "https://cert-portal.siemens.com/productcert/pdf/ssa-620338.pdf"
            },
            {
                "category": "external",
                "summary": "Reference - ncscclear; siemens",
                "url": "https://cert-portal.siemens.com/productcert/pdf/ssa-625862.pdf"
            },
            {
                "category": "external",
                "summary": "Reference - ncscclear; siemens",
                "url": "https://cert-portal.siemens.com/productcert/pdf/ssa-690517.pdf"
            },
            {
                "category": "external",
                "summary": "Reference - ncscclear; siemens",
                "url": "https://cert-portal.siemens.com/productcert/pdf/ssa-879734.pdf"
            },
            {
                "category": "external",
                "summary": "Reference - ncscclear; siemens",
                "url": "https://cert-portal.siemens.com/productcert/pdf/ssa-900277.pdf"
            }
        ],
        "title": "Kwetsbaarheden verholpen in Siemens producten",
        "tracking": {
            "current_release_date": "2024-06-11T13:29:25.912614Z",
            "id": "NCSC-2024-0246",
            "initial_release_date": "2024-06-11T13:29:25.912614Z",
            "revision_history": [
                {
                    "date": "2024-06-11T13:29:25.912614Z",
                    "number": "0",
                    "summary": "Initiele versie"
                }
            ],
            "status": "final",
            "version": "1.0.0"
        }
    },
    "product_tree": {
        "branches": [
            {
                "branches": [
                    {
                        "category": "product_name",
                        "name": "mendix",
                        "product": {
                            "name": "mendix",
                            "product_id": "CSAFPID-538452",
                            "product_identification_helper": {
                                "cpe": "cpe:2.3:a:siemens:mendix:*:*:*:*:*:*:*:*"
                            }
                        }
                    },
                    {
                        "category": "product_name",
                        "name": "simatic",
                        "product": {
                            "name": "simatic",
                            "product_id": "CSAFPID-166121",
                            "product_identification_helper": {
                                "cpe": "cpe:2.3:a:siemens:simatic:*:*:*:*:*:*:*:*"
                            }
                        }
                    },
                    {
                        "category": "product_name",
                        "name": "sinec-nms",
                        "product": {
                            "name": "sinec-nms",
                            "product_id": "CSAFPID-163798",
                            "product_identification_helper": {
                                "cpe": "cpe:2.3:a:siemens:sinec-nms:*:*:*:*:*:*:*:*"
                            }
                        }
                    },
                    {
                        "category": "product_name",
                        "name": "tecnomatix_plant_simulation",
                        "product": {
                            "name": "tecnomatix_plant_simulation",
                            "product_id": "CSAFPID-166120",
                            "product_identification_helper": {
                                "cpe": "cpe:2.3:a:siemens:tecnomatix_plant_simulation:*:*:*:*:*:*:*:*"
                            }
                        }
                    },
                    {
                        "category": "product_name",
                        "name": "tia_administrator",
                        "product": {
                            "name": "tia_administrator",
                            "product_id": "CSAFPID-766096",
                            "product_identification_helper": {
                                "cpe": "cpe:2.3:a:siemens:tia_administrator:*:*:*:*:*:*:*:*"
                            }
                        }
                    },
                    {
                        "category": "product_name",
                        "name": "scalance_w700",
                        "product": {
                            "name": "scalance_w700",
                            "product_id": "CSAFPID-1009262",
                            "product_identification_helper": {
                                "cpe": "cpe:2.3:h:siemens:scalance_w700:-:*:*:*:*:*:*:*"
                            }
                        }
                    },
                    {
                        "category": "product_name",
                        "name": "scalance_xm-400",
                        "product": {
                            "name": "scalance_xm-400",
                            "product_id": "CSAFPID-1014214",
                            "product_identification_helper": {
                                "cpe": "cpe:2.3:h:siemens:scalance_xm-400:-:*:*:*:*:*:*:*"
                            }
                        }
                    },
                    {
                        "category": "product_name",
                        "name": "scalance_xr-500",
                        "product": {
                            "name": "scalance_xr-500",
                            "product_id": "CSAFPID-1014213",
                            "product_identification_helper": {
                                "cpe": "cpe:2.3:h:siemens:scalance_xr-500:-:*:*:*:*:*:*:*"
                            }
                        }
                    },
                    {
                        "category": "product_name",
                        "name": "sicam_ak_3",
                        "product": {
                            "name": "sicam_ak_3",
                            "product_id": "CSAFPID-1007975",
                            "product_identification_helper": {
                                "cpe": "cpe:2.3:h:siemens:sicam_ak_3:-:*:*:*:*:*:*:*"
                            }
                        }
                    },
                    {
                        "category": "product_name",
                        "name": "sicam_bc",
                        "product": {
                            "name": "sicam_bc",
                            "product_id": "CSAFPID-1007979",
                            "product_identification_helper": {
                                "cpe": "cpe:2.3:h:siemens:sicam_bc:-:*:*:*:*:*:*:*"
                            }
                        }
                    },
                    {
                        "category": "product_name",
                        "name": "sicam_tm",
                        "product": {
                            "name": "sicam_tm",
                            "product_id": "CSAFPID-1007978",
                            "product_identification_helper": {
                                "cpe": "cpe:2.3:h:siemens:sicam_tm:-:*:*:*:*:*:*:*"
                            }
                        }
                    },
                    {
                        "category": "product_name",
                        "name": "siplus_tim_1531_irc",
                        "product": {
                            "name": "siplus_tim_1531_irc",
                            "product_id": "CSAFPID-1326635",
                            "product_identification_helper": {
                                "cpe": "cpe:2.3:h:siemens:siplus_tim_1531_irc:-:*:*:*:*:*:*:*"
                            }
                        }
                    },
                    {
                        "category": "product_name",
                        "name": "sitop_ups1600",
                        "product": {
                            "name": "sitop_ups1600",
                            "product_id": "CSAFPID-1037908",
                            "product_identification_helper": {
                                "cpe": "cpe:2.3:h:siemens:sitop_ups1600:-:*:*:*:*:*:*:*"
                            }
                        }
                    }
                ],
                "category": "vendor",
                "name": "siemens"
            }
        ]
    },
    "vulnerabilities": [
        {
            "cve": "CVE-2023-28319",
            "cwe": {
                "id": "CWE-416",
                "name": "Use After Free"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Use After Free",
                    "title": "CWE-416"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-28319",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-28319.json"
                }
            ],
            "title": "CVE-2023-28319"
        },
        {
            "cve": "CVE-2023-28484",
            "cwe": {
                "id": "CWE-20",
                "name": "Improper Input Validation"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Improper Input Validation",
                    "title": "CWE-20"
                },
                {
                    "category": "other",
                    "text": "NULL Pointer Dereference",
                    "title": "CWE-476"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-28484",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-28484.json"
                }
            ],
            "title": "CVE-2023-28484"
        },
        {
            "cve": "CVE-2023-29331",
            "cwe": {
                "id": "CWE-20",
                "name": "Improper Input Validation"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Improper Input Validation",
                    "title": "CWE-20"
                },
                {
                    "category": "other",
                    "text": "Uncontrolled Resource Consumption",
                    "title": "CWE-400"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-29331",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-29331.json"
                }
            ],
            "title": "CVE-2023-29331"
        },
        {
            "cve": "CVE-2023-29469",
            "cwe": {
                "id": "CWE-20",
                "name": "Improper Input Validation"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Improper Input Validation",
                    "title": "CWE-20"
                },
                {
                    "category": "other",
                    "text": "Double Free",
                    "title": "CWE-415"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-29469",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-29469.json"
                }
            ],
            "title": "CVE-2023-29469"
        },
        {
            "cve": "CVE-2023-32032",
            "cwe": {
                "id": "CWE-20",
                "name": "Improper Input Validation"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Improper Input Validation",
                    "title": "CWE-20"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-32032",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-32032.json"
                }
            ],
            "title": "CVE-2023-32032"
        },
        {
            "cve": "CVE-2023-33126",
            "cwe": {
                "id": "CWE-20",
                "name": "Improper Input Validation"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Improper Input Validation",
                    "title": "CWE-20"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-33126",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-33126.json"
                }
            ],
            "title": "CVE-2023-33126"
        },
        {
            "cve": "CVE-2023-33127",
            "cwe": {
                "id": "CWE-1220",
                "name": "Insufficient Granularity of Access Control"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Insufficient Granularity of Access Control",
                    "title": "CWE-1220"
                },
                {
                    "category": "other",
                    "text": "Improper Input Validation",
                    "title": "CWE-20"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-33127",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-33127.json"
                }
            ],
            "title": "CVE-2023-33127"
        },
        {
            "cve": "CVE-2023-33128",
            "cwe": {
                "id": "CWE-20",
                "name": "Improper Input Validation"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Improper Input Validation",
                    "title": "CWE-20"
                },
                {
                    "category": "other",
                    "text": "Use After Free",
                    "title": "CWE-416"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-33128",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-33128.json"
                }
            ],
            "title": "CVE-2023-33128"
        },
        {
            "cve": "CVE-2023-33135",
            "cwe": {
                "id": "CWE-20",
                "name": "Improper Input Validation"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Improper Input Validation",
                    "title": "CWE-20"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-33135",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-33135.json"
                }
            ],
            "title": "CVE-2023-33135"
        },
        {
            "cve": "CVE-2023-33170",
            "cwe": {
                "id": "CWE-362",
                "name": "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')",
                    "title": "CWE-362"
                },
                {
                    "category": "other",
                    "text": "Improper Input Validation",
                    "title": "CWE-20"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-33170",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-33170.json"
                }
            ],
            "title": "CVE-2023-33170"
        },
        {
            "cve": "CVE-2023-35390",
            "cwe": {
                "id": "CWE-77",
                "name": "Improper Neutralization of Special Elements used in a Command ('Command Injection')"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Improper Neutralization of Special Elements used in a Command ('Command Injection')",
                    "title": "CWE-77"
                },
                {
                    "category": "other",
                    "text": "Improper Input Validation",
                    "title": "CWE-20"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-35390",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-35390.json"
                }
            ],
            "title": "CVE-2023-35390"
        },
        {
            "cve": "CVE-2023-35391",
            "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": "other",
                    "text": "Improper Input Validation",
                    "title": "CWE-20"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-35391",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-35391.json"
                }
            ],
            "title": "CVE-2023-35391"
        },
        {
            "cve": "CVE-2023-35788",
            "cwe": {
                "id": "CWE-787",
                "name": "Out-of-bounds Write"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Out-of-bounds Write",
                    "title": "CWE-787"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-35788",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-35788.json"
                }
            ],
            "title": "CVE-2023-35788"
        },
        {
            "cve": "CVE-2023-35823",
            "cwe": {
                "id": "CWE-416",
                "name": "Use After Free"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Use After Free",
                    "title": "CWE-416"
                },
                {
                    "category": "other",
                    "text": "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')",
                    "title": "CWE-362"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-35823",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-35823.json"
                }
            ],
            "title": "CVE-2023-35823"
        },
        {
            "cve": "CVE-2023-35824",
            "cwe": {
                "id": "CWE-416",
                "name": "Use After Free"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Use After Free",
                    "title": "CWE-416"
                },
                {
                    "category": "other",
                    "text": "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')",
                    "title": "CWE-362"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-35824",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-35824.json"
                }
            ],
            "title": "CVE-2023-35824"
        },
        {
            "cve": "CVE-2023-35828",
            "cwe": {
                "id": "CWE-362",
                "name": "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')",
                    "title": "CWE-362"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-35828",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-35828.json"
                }
            ],
            "title": "CVE-2023-35828"
        },
        {
            "cve": "CVE-2023-35829",
            "cwe": {
                "id": "CWE-416",
                "name": "Use After Free"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Use After Free",
                    "title": "CWE-416"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-35829",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-35829.json"
                }
            ],
            "title": "CVE-2023-35829"
        },
        {
            "cve": "CVE-2023-36038",
            "cwe": {
                "id": "CWE-400",
                "name": "Uncontrolled Resource Consumption"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Uncontrolled Resource Consumption",
                    "title": "CWE-400"
                },
                {
                    "category": "other",
                    "text": "Improper Input Validation",
                    "title": "CWE-20"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-36038",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-36038.json"
                }
            ],
            "title": "CVE-2023-36038"
        },
        {
            "cve": "CVE-2023-36049",
            "cwe": {
                "id": "CWE-20",
                "name": "Improper Input Validation"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Improper Input Validation",
                    "title": "CWE-20"
                },
                {
                    "category": "other",
                    "text": "Improper Control of Generation of Code ('Code Injection')",
                    "title": "CWE-94"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-36049",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-36049.json"
                }
            ],
            "title": "CVE-2023-36049"
        },
        {
            "cve": "CVE-2023-36435",
            "cwe": {
                "id": "CWE-400",
                "name": "Uncontrolled Resource Consumption"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Uncontrolled Resource Consumption",
                    "title": "CWE-400"
                },
                {
                    "category": "other",
                    "text": "Missing Release of Memory after Effective Lifetime",
                    "title": "CWE-401"
                },
                {
                    "category": "other",
                    "text": "Improper Input Validation",
                    "title": "CWE-20"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-36435",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-36435.json"
                }
            ],
            "title": "CVE-2023-36435"
        },
        {
            "cve": "CVE-2023-36558",
            "cwe": {
                "id": "CWE-20",
                "name": "Improper Input Validation"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Improper Input Validation",
                    "title": "CWE-20"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-36558",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-36558.json"
                }
            ],
            "title": "CVE-2023-36558"
        },
        {
            "cve": "CVE-2023-36792",
            "cwe": {
                "id": "CWE-787",
                "name": "Out-of-bounds Write"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Out-of-bounds Write",
                    "title": "CWE-787"
                },
                {
                    "category": "other",
                    "text": "Missing Encryption of Sensitive Data",
                    "title": "CWE-311"
                },
                {
                    "category": "other",
                    "text": "Integer Overflow or Wraparound",
                    "title": "CWE-190"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-36792",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-36792.json"
                }
            ],
            "title": "CVE-2023-36792"
        },
        {
            "cve": "CVE-2023-36793",
            "cwe": {
                "id": "CWE-787",
                "name": "Out-of-bounds Write"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Out-of-bounds Write",
                    "title": "CWE-787"
                },
                {
                    "category": "other",
                    "text": "Missing Encryption of Sensitive Data",
                    "title": "CWE-311"
                },
                {
                    "category": "other",
                    "text": "Heap-based Buffer Overflow",
                    "title": "CWE-122"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-36793",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-36793.json"
                }
            ],
            "title": "CVE-2023-36793"
        },
        {
            "cve": "CVE-2023-36794",
            "cwe": {
                "id": "CWE-311",
                "name": "Missing Encryption of Sensitive Data"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Missing Encryption of Sensitive Data",
                    "title": "CWE-311"
                },
                {
                    "category": "other",
                    "text": "Integer Underflow (Wrap or Wraparound)",
                    "title": "CWE-191"
                },
                {
                    "category": "other",
                    "text": "Improper Restriction of Operations within the Bounds of a Memory Buffer",
                    "title": "CWE-119"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-36794",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-36794.json"
                }
            ],
            "title": "CVE-2023-36794"
        },
        {
            "cve": "CVE-2023-36796",
            "cwe": {
                "id": "CWE-787",
                "name": "Out-of-bounds Write"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Out-of-bounds Write",
                    "title": "CWE-787"
                },
                {
                    "category": "other",
                    "text": "Missing Encryption of Sensitive Data",
                    "title": "CWE-311"
                },
                {
                    "category": "other",
                    "text": "Integer Underflow (Wrap or Wraparound)",
                    "title": "CWE-191"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-36796",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-36796.json"
                }
            ],
            "title": "CVE-2023-36796"
        },
        {
            "cve": "CVE-2023-36799",
            "cwe": {
                "id": "CWE-400",
                "name": "Uncontrolled Resource Consumption"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Uncontrolled Resource Consumption",
                    "title": "CWE-400"
                },
                {
                    "category": "other",
                    "text": "Improper Input Validation",
                    "title": "CWE-20"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-36799",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-36799.json"
                }
            ],
            "title": "CVE-2023-36799"
        },
        {
            "cve": "CVE-2023-38171",
            "cwe": {
                "id": "CWE-476",
                "name": "NULL Pointer Dereference"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "NULL Pointer Dereference",
                    "title": "CWE-476"
                },
                {
                    "category": "other",
                    "text": "Uncontrolled Resource Consumption",
                    "title": "CWE-400"
                },
                {
                    "category": "other",
                    "text": "Improper Input Validation",
                    "title": "CWE-20"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-38171",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-38171.json"
                }
            ],
            "title": "CVE-2023-38171"
        },
        {
            "cve": "CVE-2023-38178",
            "cwe": {
                "id": "CWE-404",
                "name": "Improper Resource Shutdown or Release"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Improper Resource Shutdown or Release",
                    "title": "CWE-404"
                },
                {
                    "category": "other",
                    "text": "Uncontrolled Resource Consumption",
                    "title": "CWE-400"
                },
                {
                    "category": "other",
                    "text": "Improper Input Validation",
                    "title": "CWE-20"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-38178",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-38178.json"
                }
            ],
            "title": "CVE-2023-38178"
        },
        {
            "cve": "CVE-2023-38180",
            "cwe": {
                "id": "CWE-404",
                "name": "Improper Resource Shutdown or Release"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Improper Resource Shutdown or Release",
                    "title": "CWE-404"
                },
                {
                    "category": "other",
                    "text": "Uncontrolled Resource Consumption",
                    "title": "CWE-400"
                },
                {
                    "category": "other",
                    "text": "Improper Input Validation",
                    "title": "CWE-20"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-38180",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-38180.json"
                }
            ],
            "title": "CVE-2023-38180"
        },
        {
            "cve": "CVE-2023-38380",
            "cwe": {
                "id": "CWE-401",
                "name": "Missing Release of Memory after Effective Lifetime"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Missing Release of Memory after Effective Lifetime",
                    "title": "CWE-401"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-38380",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-38380.json"
                }
            ],
            "title": "CVE-2023-38380"
        },
        {
            "cve": "CVE-2023-38533",
            "cwe": {
                "id": "CWE-379",
                "name": "Creation of Temporary File in Directory with Insecure Permissions"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Creation of Temporary File in Directory with Insecure Permissions",
                    "title": "CWE-379"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-38533",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-38533.json"
                }
            ],
            "title": "CVE-2023-38533"
        },
        {
            "cve": "CVE-2023-39615",
            "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"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-39615",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-39615.json"
                }
            ],
            "title": "CVE-2023-39615"
        },
        {
            "cve": "CVE-2023-41910",
            "cwe": {
                "id": "CWE-125",
                "name": "Out-of-bounds Read"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Out-of-bounds Read",
                    "title": "CWE-125"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-41910",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-41910.json"
                }
            ],
            "title": "CVE-2023-41910"
        },
        {
            "cve": "CVE-2023-44317",
            "cwe": {
                "id": "CWE-349",
                "name": "Acceptance of Extraneous Untrusted Data With Trusted Data"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Acceptance of Extraneous Untrusted Data With Trusted Data",
                    "title": "CWE-349"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-44317",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-44317.json"
                }
            ],
            "title": "CVE-2023-44317"
        },
        {
            "cve": "CVE-2023-44318",
            "cwe": {
                "id": "CWE-321",
                "name": "Use of Hard-coded Cryptographic Key"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Use of Hard-coded Cryptographic Key",
                    "title": "CWE-321"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-44318",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-44318.json"
                }
            ],
            "title": "CVE-2023-44318"
        },
        {
            "cve": "CVE-2023-44319",
            "cwe": {
                "id": "CWE-328",
                "name": "Use of Weak Hash"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Use of Weak Hash",
                    "title": "CWE-328"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-44319",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-44319.json"
                }
            ],
            "title": "CVE-2023-44319"
        },
        {
            "cve": "CVE-2023-44373",
            "cwe": {
                "id": "CWE-74",
                "name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')",
                    "title": "CWE-74"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-44373",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-44373.json"
                }
            ],
            "title": "CVE-2023-44373"
        },
        {
            "cve": "CVE-2023-44374",
            "cwe": {
                "id": "CWE-567",
                "name": "Unsynchronized Access to Shared Data in a Multithreaded Context"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Unsynchronized Access to Shared Data in a Multithreaded Context",
                    "title": "CWE-567"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-44374",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-44374.json"
                }
            ],
            "title": "CVE-2023-44374"
        },
        {
            "cve": "CVE-2023-44487",
            "cwe": {
                "id": "CWE-400",
                "name": "Uncontrolled Resource Consumption"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Uncontrolled Resource Consumption",
                    "title": "CWE-400"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-44487",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-44487.json"
                }
            ],
            "title": "CVE-2023-44487"
        },
        {
            "cve": "CVE-2023-49691",
            "cwe": {
                "id": "CWE-78",
                "name": "Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')",
                    "title": "CWE-78"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-49691",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-49691.json"
                }
            ],
            "title": "CVE-2023-49691"
        },
        {
            "cve": "CVE-2023-50763",
            "cwe": {
                "id": "CWE-835",
                "name": "Loop with Unreachable Exit Condition ('Infinite Loop')"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Loop with Unreachable Exit Condition ('Infinite Loop')",
                    "title": "CWE-835"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-50763",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-50763.json"
                }
            ],
            "title": "CVE-2023-50763"
        },
        {
            "cve": "CVE-2023-52474",
            "cwe": {
                "id": "CWE-20",
                "name": "Improper Input Validation"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Improper Input Validation",
                    "title": "CWE-20"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-52474",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-52474.json"
                }
            ],
            "title": "CVE-2023-52474"
        },
        {
            "cve": "CVE-2024-0775",
            "cwe": {
                "id": "CWE-20",
                "name": "Improper Input Validation"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Improper Input Validation",
                    "title": "CWE-20"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2024-0775",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-0775.json"
                }
            ],
            "title": "CVE-2024-0775"
        },
        {
            "cve": "CVE-2024-31484",
            "cwe": {
                "id": "CWE-170",
                "name": "Improper Null Termination"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Improper Null Termination",
                    "title": "CWE-170"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2024-31484",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-31484.json"
                }
            ],
            "title": "CVE-2024-31484"
        },
        {
            "cve": "CVE-2024-33500",
            "cwe": {
                "id": "CWE-269",
                "name": "Improper Privilege Management"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Improper Privilege Management",
                    "title": "CWE-269"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2024-33500",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-33500.json"
                }
            ],
            "title": "CVE-2024-33500"
        },
        {
            "cve": "CVE-2024-35206",
            "cwe": {
                "id": "CWE-613",
                "name": "Insufficient Session Expiration"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Insufficient Session Expiration",
                    "title": "CWE-613"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2024-35206",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-35206.json"
                }
            ],
            "title": "CVE-2024-35206"
        },
        {
            "cve": "CVE-2024-35207",
            "cwe": {
                "id": "CWE-352",
                "name": "Cross-Site Request Forgery (CSRF)"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Cross-Site Request Forgery (CSRF)",
                    "title": "CWE-352"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2024-35207",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-35207.json"
                }
            ],
            "title": "CVE-2024-35207"
        },
        {
            "cve": "CVE-2024-35208",
            "cwe": {
                "id": "CWE-522",
                "name": "Insufficiently Protected Credentials"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Insufficiently Protected Credentials",
                    "title": "CWE-522"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2024-35208",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-35208.json"
                }
            ],
            "title": "CVE-2024-35208"
        },
        {
            "cve": "CVE-2024-35209",
            "cwe": {
                "id": "CWE-749",
                "name": "Exposed Dangerous Method or Function"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Exposed Dangerous Method or Function",
                    "title": "CWE-749"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2024-35209",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-35209.json"
                }
            ],
            "title": "CVE-2024-35209"
        },
        {
            "cve": "CVE-2024-35210",
            "cwe": {
                "id": "CWE-319",
                "name": "Cleartext Transmission of Sensitive Information"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Cleartext Transmission of Sensitive Information",
                    "title": "CWE-319"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2024-35210",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-35210.json"
                }
            ],
            "title": "CVE-2024-35210"
        },
        {
            "cve": "CVE-2024-35211",
            "cwe": {
                "id": "CWE-614",
                "name": "Sensitive Cookie in HTTPS Session Without 'Secure' Attribute"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Sensitive Cookie in HTTPS Session Without 'Secure' Attribute",
                    "title": "CWE-614"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2024-35211",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-35211.json"
                }
            ],
            "title": "CVE-2024-35211"
        },
        {
            "cve": "CVE-2024-35212",
            "cwe": {
                "id": "CWE-20",
                "name": "Improper Input Validation"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Improper Input Validation",
                    "title": "CWE-20"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2024-35212",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-35212.json"
                }
            ],
            "title": "CVE-2024-35212"
        },
        {
            "cve": "CVE-2024-35292",
            "cwe": {
                "id": "CWE-330",
                "name": "Use of Insufficiently Random Values"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Use of Insufficiently Random Values",
                    "title": "CWE-330"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2024-35292",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-35292.json"
                }
            ],
            "title": "CVE-2024-35292"
        },
        {
            "cve": "CVE-2024-35303",
            "cwe": {
                "id": "CWE-704",
                "name": "Incorrect Type Conversion or Cast"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Incorrect Type Conversion or Cast",
                    "title": "CWE-704"
                }
            ],
            "product_status": {
                "known_affected": [
                    "CSAFPID-166120"
                ]
            },
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2024-35303",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-35303.json"
                }
            ],
            "scores": [
                {
                    "cvss_v3": {
                        "version": "3.1",
                        "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
                        "baseScore": 7.8,
                        "baseSeverity": "HIGH"
                    },
                    "products": [
                        "CSAFPID-166120"
                    ]
                }
            ],
            "title": "CVE-2024-35303"
        },
        {
            "cve": "CVE-2024-36266",
            "cwe": {
                "id": "CWE-287",
                "name": "Improper Authentication"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Improper Authentication",
                    "title": "CWE-287"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2024-36266",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-36266.json"
                }
            ],
            "title": "CVE-2024-36266"
        },
        {
            "cve": "CVE-2021-47178",
            "cwe": {
                "id": "CWE-121",
                "name": "Stack-based Buffer Overflow"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Stack-based Buffer Overflow",
                    "title": "CWE-121"
                },
                {
                    "category": "other",
                    "text": "Improper Input Validation",
                    "title": "CWE-20"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2021-47178",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-47178.json"
                }
            ],
            "title": "CVE-2021-47178"
        },
        {
            "cve": "CVE-2022-1015",
            "cwe": {
                "id": "CWE-787",
                "name": "Out-of-bounds Write"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Out-of-bounds Write",
                    "title": "CWE-787"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2022-1015",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-1015.json"
                }
            ],
            "title": "CVE-2022-1015"
        },
        {
            "cve": "CVE-2022-2097",
            "cwe": {
                "id": "CWE-326",
                "name": "Inadequate Encryption Strength"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Inadequate Encryption Strength",
                    "title": "CWE-326"
                },
                {
                    "category": "other",
                    "text": "Missing Cryptographic Step",
                    "title": "CWE-325"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2022-2097",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-2097.json"
                }
            ],
            "title": "CVE-2022-2097"
        },
        {
            "cve": "CVE-2022-3435",
            "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": "other",
                    "text": "Out-of-bounds Read",
                    "title": "CWE-125"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2022-3435",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-3435.json"
                }
            ],
            "title": "CVE-2022-3435"
        },
        {
            "cve": "CVE-2022-3545",
            "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": "other",
                    "text": "Use After Free",
                    "title": "CWE-416"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2022-3545",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-3545.json"
                }
            ],
            "title": "CVE-2022-3545"
        },
        {
            "cve": "CVE-2022-3623",
            "cwe": {
                "id": "CWE-123",
                "name": "Write-what-where Condition"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Write-what-where Condition",
                    "title": "CWE-123"
                },
                {
                    "category": "other",
                    "text": "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')",
                    "title": "CWE-362"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2022-3623",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-3623.json"
                }
            ],
            "title": "CVE-2022-3623"
        },
        {
            "cve": "CVE-2022-3643",
            "cwe": {
                "id": "CWE-74",
                "name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')",
                    "title": "CWE-74"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2022-3643",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-3643.json"
                }
            ],
            "title": "CVE-2022-3643"
        },
        {
            "cve": "CVE-2022-4304",
            "cwe": {
                "id": "CWE-326",
                "name": "Inadequate Encryption Strength"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Inadequate Encryption Strength",
                    "title": "CWE-326"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2022-4304",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-4304.json"
                }
            ],
            "title": "CVE-2022-4304"
        },
        {
            "cve": "CVE-2022-4450",
            "cwe": {
                "id": "CWE-415",
                "name": "Double Free"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Double Free",
                    "title": "CWE-415"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2022-4450",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-4450.json"
                }
            ],
            "title": "CVE-2022-4450"
        },
        {
            "cve": "CVE-2022-36323",
            "cwe": {
                "id": "CWE-74",
                "name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')",
                    "title": "CWE-74"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2022-36323",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-36323.json"
                }
            ],
            "title": "CVE-2022-36323"
        },
        {
            "cve": "CVE-2022-39189",
            "cwe": {
                "id": "CWE-416",
                "name": "Use After Free"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Use After Free",
                    "title": "CWE-416"
                },
                {
                    "category": "other",
                    "text": "Missing Encryption of Sensitive Data",
                    "title": "CWE-311"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2022-39189",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-39189.json"
                }
            ],
            "title": "CVE-2022-39189"
        },
        {
            "cve": "CVE-2022-40225",
            "cwe": {
                "id": "CWE-681",
                "name": "Incorrect Conversion between Numeric Types"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Incorrect Conversion between Numeric Types",
                    "title": "CWE-681"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2022-40225",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-40225.json"
                }
            ],
            "title": "CVE-2022-40225"
        },
        {
            "cve": "CVE-2022-40303",
            "cwe": {
                "id": "CWE-190",
                "name": "Integer Overflow or Wraparound"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Integer Overflow or Wraparound",
                    "title": "CWE-190"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2022-40303",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-40303.json"
                }
            ],
            "title": "CVE-2022-40303"
        },
        {
            "cve": "CVE-2022-40304",
            "cwe": {
                "id": "CWE-415",
                "name": "Double Free"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Double Free",
                    "title": "CWE-415"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2022-40304",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-40304.json"
                }
            ],
            "title": "CVE-2022-40304"
        },
        {
            "cve": "CVE-2022-41742",
            "cwe": {
                "id": "CWE-787",
                "name": "Out-of-bounds Write"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Out-of-bounds Write",
                    "title": "CWE-787"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2022-41742",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-41742.json"
                }
            ],
            "title": "CVE-2022-41742"
        },
        {
            "cve": "CVE-2022-42328",
            "cwe": {
                "id": "CWE-667",
                "name": "Improper Locking"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Improper Locking",
                    "title": "CWE-667"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2022-42328",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-42328.json"
                }
            ],
            "title": "CVE-2022-42328"
        },
        {
            "cve": "CVE-2022-42329",
            "cwe": {
                "id": "CWE-667",
                "name": "Improper Locking"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Improper Locking",
                    "title": "CWE-667"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2022-42329",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-42329.json"
                }
            ],
            "title": "CVE-2022-42329"
        },
        {
            "cve": "CVE-2022-44792",
            "cwe": {
                "id": "CWE-476",
                "name": "NULL Pointer Dereference"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "NULL Pointer Dereference",
                    "title": "CWE-476"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2022-44792",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-44792.json"
                }
            ],
            "title": "CVE-2022-44792"
        },
        {
            "cve": "CVE-2022-44793",
            "cwe": {
                "id": "CWE-476",
                "name": "NULL Pointer Dereference"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "NULL Pointer Dereference",
                    "title": "CWE-476"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2022-44793",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-44793.json"
                }
            ],
            "title": "CVE-2022-44793"
        },
        {
            "cve": "CVE-2022-45886",
            "cwe": {
                "id": "CWE-416",
                "name": "Use After Free"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Use After Free",
                    "title": "CWE-416"
                },
                {
                    "category": "other",
                    "text": "Improper Input Validation",
                    "title": "CWE-20"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2022-45886",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-45886.json"
                }
            ],
            "title": "CVE-2022-45886"
        },
        {
            "cve": "CVE-2022-45887",
            "cwe": {
                "id": "CWE-401",
                "name": "Missing Release of Memory after Effective Lifetime"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Missing Release of Memory after Effective Lifetime",
                    "title": "CWE-401"
                },
                {
                    "category": "other",
                    "text": "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')",
                    "title": "CWE-362"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2022-45887",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-45887.json"
                }
            ],
            "title": "CVE-2022-45887"
        },
        {
            "cve": "CVE-2022-45919",
            "cwe": {
                "id": "CWE-416",
                "name": "Use After Free"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Use After Free",
                    "title": "CWE-416"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2022-45919",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-45919.json"
                }
            ],
            "title": "CVE-2022-45919"
        },
        {
            "cve": "CVE-2022-46144",
            "cwe": {
                "id": "CWE-664",
                "name": "Improper Control of a Resource Through its Lifetime"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Improper Control of a Resource Through its Lifetime",
                    "title": "CWE-664"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2022-46144",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-46144.json"
                }
            ],
            "title": "CVE-2022-46144"
        },
        {
            "cve": "CVE-2023-0160",
            "cwe": {
                "id": "CWE-833",
                "name": "Deadlock"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Deadlock",
                    "title": "CWE-833"
                },
                {
                    "category": "other",
                    "text": "Improper Locking",
                    "title": "CWE-667"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-0160",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-0160.json"
                }
            ],
            "title": "CVE-2023-0160"
        },
        {
            "cve": "CVE-2023-0215",
            "cwe": {
                "id": "CWE-416",
                "name": "Use After Free"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Use After Free",
                    "title": "CWE-416"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-0215",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-0215.json"
                }
            ],
            "title": "CVE-2023-0215"
        },
        {
            "cve": "CVE-2023-0286",
            "cwe": {
                "id": "CWE-704",
                "name": "Incorrect Type Conversion or Cast"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Incorrect Type Conversion or Cast",
                    "title": "CWE-704"
                },
                {
                    "category": "other",
                    "text": "Improper Input Validation",
                    "title": "CWE-20"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-0286",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-0286.json"
                }
            ],
            "title": "CVE-2023-0286"
        },
        {
            "cve": "CVE-2023-0464",
            "cwe": {
                "id": "CWE-295",
                "name": "Improper Certificate Validation"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Improper Certificate Validation",
                    "title": "CWE-295"
                },
                {
                    "category": "other",
                    "text": "Improper Resource Shutdown or Release",
                    "title": "CWE-404"
                },
                {
                    "category": "other",
                    "text": "Uncontrolled Resource Consumption",
                    "title": "CWE-400"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-0464",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-0464.json"
                }
            ],
            "title": "CVE-2023-0464"
        },
        {
            "cve": "CVE-2023-0465",
            "cwe": {
                "id": "CWE-295",
                "name": "Improper Certificate Validation"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Improper Certificate Validation",
                    "title": "CWE-295"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-0465",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-0465.json"
                }
            ],
            "title": "CVE-2023-0465"
        },
        {
            "cve": "CVE-2023-0466",
            "cwe": {
                "id": "CWE-295",
                "name": "Improper Certificate Validation"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Improper Certificate Validation",
                    "title": "CWE-295"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-0466",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-0466.json"
                }
            ],
            "title": "CVE-2023-0466"
        },
        {
            "cve": "CVE-2023-1017",
            "cwe": {
                "id": "CWE-787",
                "name": "Out-of-bounds Write"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Out-of-bounds Write",
                    "title": "CWE-787"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-1017",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-1017.json"
                }
            ],
            "title": "CVE-2023-1017"
        },
        {
            "cve": "CVE-2023-2124",
            "cwe": {
                "id": "CWE-787",
                "name": "Out-of-bounds Write"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Out-of-bounds Write",
                    "title": "CWE-787"
                },
                {
                    "category": "other",
                    "text": "Out-of-bounds Read",
                    "title": "CWE-125"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-2124",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-2124.json"
                }
            ],
            "title": "CVE-2023-2124"
        },
        {
            "cve": "CVE-2023-2269",
            "cwe": {
                "id": "CWE-667",
                "name": "Improper Locking"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Improper Locking",
                    "title": "CWE-667"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-2269",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-2269.json"
                }
            ],
            "title": "CVE-2023-2269"
        },
        {
            "cve": "CVE-2023-3446",
            "cwe": {
                "id": "CWE-404",
                "name": "Improper Resource Shutdown or Release"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Improper Resource Shutdown or Release",
                    "title": "CWE-404"
                },
                {
                    "category": "other",
                    "text": "Uncontrolled Resource Consumption",
                    "title": "CWE-400"
                },
                {
                    "category": "other",
                    "text": "Inefficient Regular Expression Complexity",
                    "title": "CWE-1333"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-3446",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-3446.json"
                }
            ],
            "title": "CVE-2023-3446"
        },
        {
            "cve": "CVE-2023-3817",
            "cwe": {
                "id": "CWE-404",
                "name": "Improper Resource Shutdown or Release"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Improper Resource Shutdown or Release",
                    "title": "CWE-404"
                },
                {
                    "category": "other",
                    "text": "Excessive Iteration",
                    "title": "CWE-834"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-3817",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-3817.json"
                }
            ],
            "title": "CVE-2023-3817"
        },
        {
            "cve": "CVE-2023-5678",
            "cwe": {
                "id": "CWE-754",
                "name": "Improper Check for Unusual or Exceptional Conditions"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Improper Check for Unusual or Exceptional Conditions",
                    "title": "CWE-754"
                },
                {
                    "category": "other",
                    "text": "Missing Cryptographic Step",
                    "title": "CWE-325"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-5678",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-5678.json"
                }
            ],
            "title": "CVE-2023-5678"
        },
        {
            "cve": "CVE-2023-21255",
            "cwe": {
                "id": "CWE-416",
                "name": "Use After Free"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Use After Free",
                    "title": "CWE-416"
                },
                {
                    "category": "other",
                    "text": "Out-of-bounds Write",
                    "title": "CWE-787"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-21255",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-21255.json"
                }
            ],
            "title": "CVE-2023-21255"
        },
        {
            "cve": "CVE-2023-21808",
            "cwe": {
                "id": "CWE-20",
                "name": "Improper Input Validation"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Improper Input Validation",
                    "title": "CWE-20"
                },
                {
                    "category": "other",
                    "text": "Use After Free",
                    "title": "CWE-416"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-21808",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-21808.json"
                }
            ],
            "title": "CVE-2023-21808"
        },
        {
            "cve": "CVE-2023-24895",
            "cwe": {
                "id": "CWE-20",
                "name": "Improper Input Validation"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Improper Input Validation",
                    "title": "CWE-20"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-24895",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-24895.json"
                }
            ],
            "title": "CVE-2023-24895"
        },
        {
            "cve": "CVE-2023-24897",
            "cwe": {
                "id": "CWE-20",
                "name": "Improper Input Validation"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Improper Input Validation",
                    "title": "CWE-20"
                },
                {
                    "category": "other",
                    "text": "Heap-based Buffer Overflow",
                    "title": "CWE-122"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-24897",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-24897.json"
                }
            ],
            "title": "CVE-2023-24897"
        },
        {
            "cve": "CVE-2023-24936",
            "cwe": {
                "id": "CWE-20",
                "name": "Improper Input Validation"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Improper Input Validation",
                    "title": "CWE-20"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-24936",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-24936.json"
                }
            ],
            "title": "CVE-2023-24936"
        },
        {
            "cve": "CVE-2023-26552",
            "cwe": {
                "id": "CWE-787",
                "name": "Out-of-bounds Write"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Out-of-bounds Write",
                    "title": "CWE-787"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-26552",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-26552.json"
                }
            ],
            "title": "CVE-2023-26552"
        },
        {
            "cve": "CVE-2023-26553",
            "cwe": {
                "id": "CWE-787",
                "name": "Out-of-bounds Write"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Out-of-bounds Write",
                    "title": "CWE-787"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-26553",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-26553.json"
                }
            ],
            "title": "CVE-2023-26553"
        },
        {
            "cve": "CVE-2023-26554",
            "cwe": {
                "id": "CWE-787",
                "name": "Out-of-bounds Write"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Out-of-bounds Write",
                    "title": "CWE-787"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-26554",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-26554.json"
                }
            ],
            "title": "CVE-2023-26554"
        },
        {
            "cve": "CVE-2023-27321",
            "cwe": {
                "id": "CWE-400",
                "name": "Uncontrolled Resource Consumption"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Uncontrolled Resource Consumption",
                    "title": "CWE-400"
                },
                {
                    "category": "other",
                    "text": "NULL Pointer Dereference",
                    "title": "CWE-476"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-27321",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-27321.json"
                }
            ],
            "title": "CVE-2023-27321"
        },
        {
            "cve": "CVE-2023-28260",
            "cwe": {
                "id": "CWE-20",
                "name": "Improper Input Validation"
            },
            "notes": [
                {
                    "category": "other",
                    "text": "Improper Input Validation",
                    "title": "CWE-20"
                }
            ],
            "references": [
                {
                    "category": "self",
                    "summary": "CVE-2023-28260",
                    "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-28260.json"
                }
            ],
            "title": "CVE-2023-28260"
        }
    ]
}