{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.2",
    "cveMetadata": {
        "cveId": "CVE-2026-73251",
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "state": "PUBLISHED",
        "assignerShortName": "GitHub_M",
        "dateReserved": "2026-08-11T17:18:01.598Z",
        "datePublished": "2026-08-20T17:34:50.472Z",
        "dateUpdated": "2026-08-20T19:50:32.555Z"
    },
    "containers": {
        "cna": {
            "title": "Mongoose Built-in TLS: CA-bundle certificate chain accepted without any signature verification",
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-295",
                            "lang": "en",
                            "description": "CWE-295: Improper Certificate Validation",
                            "type": "CWE"
                        }
                    ]
                }
            ],
            "metrics": [
                {
                    "cvssV4_0": {
                        "attackVector": "NETWORK",
                        "attackComplexity": "LOW",
                        "attackRequirements": "NONE",
                        "privilegesRequired": "NONE",
                        "userInteraction": "NONE",
                        "vulnConfidentialityImpact": "HIGH",
                        "vulnIntegrityImpact": "HIGH",
                        "vulnAvailabilityImpact": "NONE",
                        "subConfidentialityImpact": "NONE",
                        "subIntegrityImpact": "NONE",
                        "subAvailabilityImpact": "NONE",
                        "baseScore": 9.3,
                        "baseSeverity": "CRITICAL",
                        "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N",
                        "version": "4.0"
                    }
                }
            ],
            "references": [
                {
                    "name": "https://github.com/cesanta/mongoose/security/advisories/GHSA-qj6j-2692-v2r8",
                    "tags": [
                        "x_refsource_CONFIRM"
                    ],
                    "url": "https://github.com/cesanta/mongoose/security/advisories/GHSA-qj6j-2692-v2r8"
                },
                {
                    "name": "https://github.com/cesanta/mongoose/security/advisories/GHSA-qj6j-2692-v2r8",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/cesanta/mongoose/security/advisories/GHSA-qj6j-2692-v2r8"
                },
                {
                    "name": "https://github.com/cesanta/mongoose/commit/2988bc9df3a5efc9539471cb7455975fa25df483",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/cesanta/mongoose/commit/2988bc9df3a5efc9539471cb7455975fa25df483"
                },
                {
                    "name": "https://github.com/cesanta/mongoose/releases/tag/7.23",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/cesanta/mongoose/releases/tag/7.23"
                }
            ],
            "affected": [
                {
                    "vendor": "cesanta",
                    "product": "mongoose",
                    "versions": [
                        {
                            "version": "< 7.23",
                            "status": "affected"
                        }
                    ]
                }
            ],
            "providerMetadata": {
                "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
                "shortName": "GitHub_M",
                "dateUpdated": "2026-08-20T17:34:50.472Z"
            },
            "descriptions": [
                {
                    "lang": "en",
                    "value": "Mongoose is an embedded web server and network library. Prior to 7.23, a network attacker can impersonate a TLS server to a Mongoose client configured with a multi-certificate CA bundle. In src/tls_builtin.c, the mg_tls_init() function stores the bundle in tls->ca_bundle_der while tls->ca_der.len remains zero, and mg_tls_recv_cert() uses tls_bundle_find() to accept a Common Name match without calling mg_tls_verify_cert_signature(). A forged self-signed certificate can therefore satisfy hostname and CertificateVerify checks and enable interception, credential disclosure, traffic modification, and malicious responses. This issue is fixed in version 7.23."
                }
            ],
            "source": {
                "advisory": "GHSA-qj6j-2692-v2r8",
                "discovery": "UNKNOWN"
            }
        },
        "adp": [
            {
                "metrics": [
                    {
                        "other": {
                            "type": "ssvc",
                            "content": {
                                "timestamp": "2026-08-20T19:50:25.364486Z",
                                "id": "CVE-2026-73251",
                                "options": [
                                    {
                                        "Exploitation": "none"
                                    },
                                    {
                                        "Automatable": "yes"
                                    },
                                    {
                                        "Technical Impact": "total"
                                    }
                                ],
                                "role": "CISA Coordinator",
                                "version": "2.0.3"
                            }
                        }
                    }
                ],
                "title": "CISA ADP Vulnrichment",
                "providerMetadata": {
                    "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
                    "shortName": "CISA-ADP",
                    "dateUpdated": "2026-08-20T19:50:32.555Z"
                }
            }
        ]
    }
}