{
    "dataType": "CVE_RECORD",
    "cveMetadata": {
        "state": "PUBLISHED",
        "cveId": "CVE-2021-23841",
        "assignerOrgId": "3a12439a-ef3a-4c79-92e6-6081a721f1e5",
        "assignerShortName": "openssl",
        "dateUpdated": "2024-09-16T22:39:57.576Z",
        "dateReserved": "2021-01-12T00:00:00",
        "datePublished": "2021-02-16T16:55:18.817258Z"
    },
    "containers": {
        "cna": {
            "title": "Null pointer deref in X509_issuer_and_serial_hash()",
            "datePublic": "2021-02-16T00:00:00",
            "providerMetadata": {
                "orgId": "3a12439a-ef3a-4c79-92e6-6081a721f1e5",
                "shortName": "openssl",
                "dateUpdated": "2024-06-21T19:07:57.206585"
            },
            "descriptions": [
                {
                    "lang": "en",
                    "value": "The OpenSSL public API function X509_issuer_and_serial_hash() attempts to create a unique hash value based on the issuer and serial number data contained within an X509 certificate. However it fails to correctly handle any errors that may occur while parsing the issuer field (which might occur if the issuer field is maliciously constructed). This may subsequently result in a NULL pointer deref and a crash leading to a potential denial of service attack. The function X509_issuer_and_serial_hash() is never directly called by OpenSSL itself so applications are only vulnerable if they use this function directly and they use it on certificates that may have been obtained from untrusted sources. OpenSSL versions 1.1.1i and below are affected by this issue. Users of these versions should upgrade to OpenSSL 1.1.1j. OpenSSL versions 1.0.2x and below are affected by this issue. However OpenSSL 1.0.2 is out of support and no longer receiving public updates. Premium support customers of OpenSSL 1.0.2 should upgrade to 1.0.2y. Other users should upgrade to 1.1.1j. Fixed in OpenSSL 1.1.1j (Affected 1.1.1-1.1.1i). Fixed in OpenSSL 1.0.2y (Affected 1.0.2-1.0.2x)."
                }
            ],
            "affected": [
                {
                    "vendor": "OpenSSL",
                    "product": "OpenSSL",
                    "versions": [
                        {
                            "version": "Fixed in OpenSSL 1.1.1j (Affected 1.1.1-1.1.1i)",
                            "status": "affected"
                        },
                        {
                            "version": "Fixed in OpenSSL 1.0.2y (Affected 1.0.2-1.0.2x)",
                            "status": "affected"
                        }
                    ]
                }
            ],
            "references": [
                {
                    "url": "https://www.openssl.org/news/secadv/20210216.txt"
                },
                {
                    "url": "https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=122a19ab48091c657f7cb1fb3af9fc07bd557bbf"
                },
                {
                    "url": "https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=8252ee4d90f3f2004d3d0aeeed003ad49c9a7807"
                },
                {
                    "name": "DSA-4855",
                    "tags": [
                        "vendor-advisory"
                    ],
                    "url": "https://www.debian.org/security/2021/dsa-4855"
                },
                {
                    "name": "GLSA-202103-03",
                    "tags": [
                        "vendor-advisory"
                    ],
                    "url": "https://security.gentoo.org/glsa/202103-03"
                },
                {
                    "name": "20210526 APPLE-SA-2021-05-25-2 macOS Big Sur 11.4",
                    "tags": [
                        "mailing-list"
                    ],
                    "url": "http://seclists.org/fulldisclosure/2021/May/70"
                },
                {
                    "name": "20210526 APPLE-SA-2021-05-25-5 Safari 14.1.1",
                    "tags": [
                        "mailing-list"
                    ],
                    "url": "http://seclists.org/fulldisclosure/2021/May/68"
                },
                {
                    "name": "20210526 APPLE-SA-2021-05-25-1 iOS 14.6 and iPadOS 14.6",
                    "tags": [
                        "mailing-list"
                    ],
                    "url": "http://seclists.org/fulldisclosure/2021/May/67"
                },
                {
                    "url": "https://www.oracle.com/security-alerts/cpuApr2021.html"
                },
                {
                    "url": "https://www.tenable.com/security/tns-2021-09"
                },
                {
                    "url": "https://security.netapp.com/advisory/ntap-20210513-0002/"
                },
                {
                    "url": "https://security.netapp.com/advisory/ntap-20210219-0009/"
                },
                {
                    "url": "https://www.tenable.com/security/tns-2021-03"
                },
                {
                    "url": "https://support.apple.com/kb/HT212529"
                },
                {
                    "url": "https://support.apple.com/kb/HT212528"
                },
                {
                    "url": "https://support.apple.com/kb/HT212534"
                },
                {
                    "url": "https://www.oracle.com//security-alerts/cpujul2021.html"
                },
                {
                    "url": "https://kb.pulsesecure.net/articles/Pulse_Security_Advisories/SA44846"
                },
                {
                    "url": "https://www.oracle.com/security-alerts/cpuoct2021.html"
                },
                {
                    "url": "https://www.oracle.com/security-alerts/cpuapr2022.html"
                },
                {
                    "url": "https://cert-portal.siemens.com/productcert/pdf/ssa-637483.pdf"
                },
                {
                    "url": "https://security.netapp.com/advisory/ntap-20240621-0006/"
                }
            ],
            "credits": [
                {
                    "lang": "en",
                    "value": "Tavis Ormandy (Google)"
                }
            ],
            "metrics": [
                {
                    "other": {
                        "content": {
                            "lang": "eng",
                            "url": "https://www.openssl.org/policies/secpolicy.html#Moderate",
                            "value": "Moderate"
                        },
                        "type": "unknown"
                    }
                }
            ],
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "type": "text",
                            "lang": "en",
                            "description": "NULL pointer dereference"
                        }
                    ]
                }
            ]
        },
        "adp": [
            {
                "metrics": [
                    {
                        "other": {
                            "type": "ssvc",
                            "content": {
                                "timestamp": "2024-06-26T20:18:08.118870Z",
                                "id": "CVE-2021-23841",
                                "options": [
                                    {
                                        "Exploitation": "none"
                                    },
                                    {
                                        "Automatable": "no"
                                    },
                                    {
                                        "Technical Impact": "partial"
                                    }
                                ],
                                "role": "CISA Coordinator",
                                "version": "2.0.3"
                            }
                        }
                    }
                ],
                "title": "CISA ADP Vulnrichment",
                "providerMetadata": {
                    "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
                    "shortName": "CISA-ADP",
                    "dateUpdated": "2024-06-26T20:18:17.204Z"
                }
            },
            {
                "providerMetadata": {
                    "orgId": "af854a3a-2127-422b-91ae-364da2661108",
                    "shortName": "CVE",
                    "dateUpdated": "2024-08-03T19:14:09.152Z"
                },
                "title": "CVE Program Container",
                "references": [
                    {
                        "url": "https://www.openssl.org/news/secadv/20210216.txt",
                        "tags": [
                            "x_transferred"
                        ]
                    },
                    {
                        "url": "https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=122a19ab48091c657f7cb1fb3af9fc07bd557bbf",
                        "tags": [
                            "x_transferred"
                        ]
                    },
                    {
                        "url": "https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=8252ee4d90f3f2004d3d0aeeed003ad49c9a7807",
                        "tags": [
                            "x_transferred"
                        ]
                    },
                    {
                        "name": "DSA-4855",
                        "tags": [
                            "vendor-advisory",
                            "x_transferred"
                        ],
                        "url": "https://www.debian.org/security/2021/dsa-4855"
                    },
                    {
                        "name": "GLSA-202103-03",
                        "tags": [
                            "vendor-advisory",
                            "x_transferred"
                        ],
                        "url": "https://security.gentoo.org/glsa/202103-03"
                    },
                    {
                        "name": "20210526 APPLE-SA-2021-05-25-2 macOS Big Sur 11.4",
                        "tags": [
                            "mailing-list",
                            "x_transferred"
                        ],
                        "url": "http://seclists.org/fulldisclosure/2021/May/70"
                    },
                    {
                        "name": "20210526 APPLE-SA-2021-05-25-5 Safari 14.1.1",
                        "tags": [
                            "mailing-list",
                            "x_transferred"
                        ],
                        "url": "http://seclists.org/fulldisclosure/2021/May/68"
                    },
                    {
                        "name": "20210526 APPLE-SA-2021-05-25-1 iOS 14.6 and iPadOS 14.6",
                        "tags": [
                            "mailing-list",
                            "x_transferred"
                        ],
                        "url": "http://seclists.org/fulldisclosure/2021/May/67"
                    },
                    {
                        "url": "https://www.oracle.com/security-alerts/cpuApr2021.html",
                        "tags": [
                            "x_transferred"
                        ]
                    },
                    {
                        "url": "https://www.tenable.com/security/tns-2021-09",
                        "tags": [
                            "x_transferred"
                        ]
                    },
                    {
                        "url": "https://security.netapp.com/advisory/ntap-20210513-0002/",
                        "tags": [
                            "x_transferred"
                        ]
                    },
                    {
                        "url": "https://security.netapp.com/advisory/ntap-20210219-0009/",
                        "tags": [
                            "x_transferred"
                        ]
                    },
                    {
                        "url": "https://www.tenable.com/security/tns-2021-03",
                        "tags": [
                            "x_transferred"
                        ]
                    },
                    {
                        "url": "https://support.apple.com/kb/HT212529",
                        "tags": [
                            "x_transferred"
                        ]
                    },
                    {
                        "url": "https://support.apple.com/kb/HT212528",
                        "tags": [
                            "x_transferred"
                        ]
                    },
                    {
                        "url": "https://support.apple.com/kb/HT212534",
                        "tags": [
                            "x_transferred"
                        ]
                    },
                    {
                        "url": "https://www.oracle.com//security-alerts/cpujul2021.html",
                        "tags": [
                            "x_transferred"
                        ]
                    },
                    {
                        "url": "https://kb.pulsesecure.net/articles/Pulse_Security_Advisories/SA44846",
                        "tags": [
                            "x_transferred"
                        ]
                    },
                    {
                        "url": "https://www.oracle.com/security-alerts/cpuoct2021.html",
                        "tags": [
                            "x_transferred"
                        ]
                    },
                    {
                        "url": "https://www.oracle.com/security-alerts/cpuapr2022.html",
                        "tags": [
                            "x_transferred"
                        ]
                    },
                    {
                        "url": "https://cert-portal.siemens.com/productcert/pdf/ssa-637483.pdf",
                        "tags": [
                            "x_transferred"
                        ]
                    },
                    {
                        "url": "https://security.netapp.com/advisory/ntap-20240621-0006/",
                        "tags": [
                            "x_transferred"
                        ]
                    }
                ]
            }
        ]
    },
    "dataVersion": "5.1"
}