← Vulnerability feed

Vulnerability record · CVE-2020-1967 · published 21 April 2020

CVE-2020-1967: OpenSSL TLS 1.3 NULL pointer dereference denial of service

OOpenssl · Openssl

OpenSSL 1.1.1d through 1.1.1f mishandles the signature_algorithms_cert TLS extension, causing a NULL pointer dereference in SSL_check_chain() when an invalid or unrecognised signature algorithm is received from a peer. Applications that call SSL_check_chain() during or after a TLS 1.3 handshake can be crashed by a malicious peer. The flaw is a remote denial of service affecting both server and client roles.

7.5 CVSS 3.1 High EPSS 53% · top 1.0% CWE-476 · NULL pointer dereference
7.5CVSS 3.1 base score, v2 5.0
53%EPSS exploitation probability, 30 days
NoNot in CISA KEV
26Affected product versions listed by NVD
64References, 2 tagged exploit
17 Jun 2026Last modified by NVD

Description

Server or client applications that call the SSL_check_chain() function during or after a TLS 1.3 handshake may crash due to a NULL pointer dereference as a result of incorrect handling of the "signature_algorithms_cert" TLS extension. The crash occurs if an invalid or unrecognised signature algorithm is received from the peer. This could be exploited by a malicious peer in a Denial of Service attack. OpenSSL version 1.1.1d, 1.1.1e, and 1.1.1f are affected by this issue. This issue did not affect OpenSSL versions prior to 1.1.1d. Fixed in OpenSSL 1.1.1g (Affected 1.1.1d-1.1.1f).

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 20 September 2026. Confidence: high.

high priorityRemote, unauthenticated, low-complexity availability impact with a public exploit and very high EPSS score, though not observed in KEV or ransomware campaigns.

What it is

OpenSSL 1.1.1d through 1.1.1f mishandles the signature_algorithms_cert TLS extension, causing a NULL pointer dereference in SSL_check_chain() when an invalid or unrecognised signature algorithm is received from a peer. Applications that call SSL_check_chain() during or after a TLS 1.3 handshake can be crashed by a malicious peer. The flaw is a remote denial of service affecting both server and client roles.

Impact

An attacker can crash the affected process, causing a denial of service. There is no confidentiality or integrity impact; only availability is affected.

Attack surface

Reachable over the network by any peer that can complete or participate in a TLS 1.3 handshake and send a crafted signature_algorithms_cert extension. No authentication or user interaction is required per the CVSS vector (AV:N/AC:L/PR:N/UI:N).

Exploitation

Not listed in CISA KEV, but EPSS is high (0.533, ~98.9th percentile) and a public exploit reference exists (github.com/irsl/CVE-2020-1967), indicating practical exploitability.

What to do

  • Upgrade OpenSSL to 1.1.1g or later; versions prior to 1.1.1d are not affected.
  • Patch or update dependent products (Debian, FreeBSD, Fedora, Oracle, NetApp, Broadcom, openSUSE, JD Edwards, Tenable) using their vendor advisories.
  • Where immediate patching is not possible, restrict or monitor TLS 1.3 exposure and consider disabling TLS 1.3 if the application calls SSL_check_chain().
  • Track vendor advisories for embedded or bundled OpenSSL copies that may not be covered by OS package updates.

Detection

  • Monitor for process crashes or restarts in TLS-terminating services (web servers, load balancers, VPN gateways) that correlate with TLS 1.3 handshakes.
  • Inspect TLS handshake logs or packet captures for malformed or unrecognised signature_algorithms_cert values.
  • Correlate crash telemetry with source IPs initiating repeated TLS 1.3 connections to identify DoS attempts.
  • Inventory OpenSSL versions across hosts and containers to find systems still running 1.1.1d-1.1.1f.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Affected products

26 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

LinkTags
http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00004.html Mailing ListThird Party Advisory
http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00011.html Mailing ListThird Party Advisory
http://packetstormsecurity.com/files/157527/OpenSSL-signature_algorithms_cert-Denial-Of-Service.html Third Party AdvisoryVDB Entry
http://seclists.org/fulldisclosure/2020/May/5 Mailing ListThird Party Advisory
http://www.openwall.com/lists/oss-security/2020/04/22/2 Mailing ListThird Party Advisory
https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=eb563247aef3e83dda7679c43f9649270462e5b1
https://github.com/irsl/CVE-2020-1967 ExploitThird Party Advisory
https://kb.pulsesecure.net/articles/Pulse_Security_Advisories/SA44440 Third Party Advisory
https://lists.apache.org/thread.html/r66ea9c436da150683432db5fbc8beb8ae01886c6459ac30c2cea7345%40%3Cdev.tomcat.apache.or
https://lists.apache.org/thread.html/r94d6ac3f010a38fccf4f432b12180a13fa1cf303559bd805648c9064%40%3Cdev.tomcat.apache.or
https://lists.apache.org/thread.html/r9a41e304992ce6aec6585a87842b4f2e692604f5c892c37e3b0587ee%40%3Cdev.tomcat.apache.or
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/DDHOAATPWJCXRNFMJ2SASDB
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/EXDDAOWSAIEFQNBHWYE6PPY
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XVEP3LAK4JSPRXFO4QF4GG2
https://security.FreeBSD.org/advisories/FreeBSD-SA-20:11.openssl.asc PatchThird Party Advisory
https://security.gentoo.org/glsa/202004-10 Third Party Advisory
https://security.netapp.com/advisory/ntap-20200424-0003/ Third Party Advisory
https://security.netapp.com/advisory/ntap-20200717-0004/ Third Party Advisory
https://www.debian.org/security/2020/dsa-4661 Third Party Advisory
https://www.openssl.org/news/secadv/20200421.txt Vendor Advisory
https://www.oracle.com//security-alerts/cpujul2021.html PatchThird Party Advisory
https://www.oracle.com/security-alerts/cpuApr2021.html PatchThird Party Advisory
https://www.oracle.com/security-alerts/cpujan2021.html PatchThird Party Advisory
https://www.oracle.com/security-alerts/cpujul2020.html Third Party Advisory
https://www.oracle.com/security-alerts/cpuoct2020.html PatchThird Party Advisory
https://www.oracle.com/security-alerts/cpuoct2021.html PatchThird Party Advisory
https://www.synology.com/security/advisory/Synology_SA_20_05 Third Party Advisory
https://www.synology.com/security/advisory/Synology_SA_20_05_OpenSSL Third Party Advisory
https://www.tenable.com/security/tns-2020-03 Third Party Advisory
https://www.tenable.com/security/tns-2020-04 Third Party Advisory
https://www.tenable.com/security/tns-2020-11 Third Party Advisory
https://www.tenable.com/security/tns-2021-10 Third Party Advisory
http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00004.html Mailing ListThird Party Advisory
http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00011.html Mailing ListThird Party Advisory
http://packetstormsecurity.com/files/157527/OpenSSL-signature_algorithms_cert-Denial-Of-Service.html Third Party AdvisoryVDB Entry
http://seclists.org/fulldisclosure/2020/May/5 Mailing ListThird Party Advisory
http://www.openwall.com/lists/oss-security/2020/04/22/2 Mailing ListThird Party Advisory
https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=eb563247aef3e83dda7679c43f9649270462e5b1
https://github.com/irsl/CVE-2020-1967 ExploitThird Party Advisory
https://kb.pulsesecure.net/articles/Pulse_Security_Advisories/SA44440 Third Party Advisory

Track CVE-2020-1967 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

10.0CVE-2025-32433Erlang/OTP SSH server missing authentication allows remote code executionErlang/OTP SSH servers before OTP-27.3.3, OTP-26.2.5.11 and OTP-25.3.2.20 mishandle SSH protocol messages, letting an unauthenticated attacker execut…KEVEPSS 99%analysed10.0CVE-2025-24201Apple WebKit out-of-bounds write allows sandbox escapeCVE-2025-24201 is an out-of-bounds write in Apple's WebKit that was addressed with improved checks. Maliciously crafted web content may break out of …KEVEPSS 3.8%analysed10.0CVE-2021-44228Apache Log4j2 JNDI lookup remote code executionApache Log4j2 versions 2.0-beta9 through 2.15.0 (excluding 2.12.2, 2.12.3, and 2.3.1) do not protect against attacker-controlled LDAP and other JNDI …KEVEPSS 100%analysed9.8CVE-2026-24061GNU Inetutils telnetd argument injection allows remote auth bypasstelnetd in GNU Inetutils through 2.7 fails to sanitize the USER environment variable, so a value such as "-f root" is passed as an argument to login …KEVEPSS 99%analysed9.8CVE-2025-39682Linux kernel TLS zero-length record handling flaw on rx_listThe Linux kernel TLS receive path mishandles zero-length records that arrive from the rx_list, breaking the assumption that a record type change cann…KEVEPSS 2.9%analysed9.8CVE-2025-24813Apache Tomcat Default Servlet path equivalence enables RCE and file disclosureApache Tomcat mishandles path equivalence for names containing an internal dot, letting a remote unauthenticated attacker write files through the Def…KEVEPSS 100%analysed9.8CVE-2024-9680Mozilla Firefox and Thunderbird use-after-free in Animation timelinesA use-after-free flaw in Animation timelines allows an attacker to execute code in the content process of Firefox and Thunderbird. Mozilla reports ex…KEVEPSS 23%analysed9.8CVE-2024-4577PHP-CGI on Windows argument injection leads to remote code executionPHP-CGI on Windows can misinterpret characters in the command line passed to Win32 API functions when certain code pages are configured, due to Windo…KEVEPSS 100%analysed

Source: NIST National Vulnerability Database (record CVE-2020-1967), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.