CVE-2014-0160
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedThe (1) TLS and (2) DTLS implementations in OpenSSL 1.0.1 before 1.0.1g do not properly handle Heartbeat Extension packets, which allows remote attackers to obtain sensitive information from process memory via crafted packets that trigger a buffer over-read, as demonstrated by reading private keys, related to d1_both.c and t1_lib.c, aka the Heartbleed bug.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThe Heartbleed vulnerability is a buffer over-read in OpenSSL's implementation of the TLS Heartbeat Extension. Attackers send specially crafted heartbeat requests with malformed length fields that cause the server to read beyond the boundaries of the allocated buffer, returning up to 64KB of process memory content. This leaked memory can contain sensitive data including private SSL/TLS keys, session tokens, and user credentials.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data>= 1.0.1, < 1.0.1g= 12.04= 12.10= 13.10= 19= 20= 2.1= 2.1= 6.0= 6.0= 6.0CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- None
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify the installed OpenSSL versionRun 'openssl version' or 'openssl version -a' on the system. For programmatic checks, parse the output of 'openssl version -a' to extract the full version string including release date.Affected if The version shows 1.0.1 through 1.0.1f (any version >= 1.0.1 and < 1.0.1g)
-
Check if the TLS Heartbeat extension is enabled in OpenSSLRun 'openssl s_client -connect localhost:443 -tlsextdebug 2>&1 | grep -i heartbeat' or inspect the OpenSSL configuration file (typically /etc/ssl/openssl.cnf or /etc/pki/tls/openssl.cnf) for 'heartbeat' extension settings.Affected if The Heartbeat extension is present and enabled in the OpenSSL build, which is the default for vulnerable versions
-
Test external services for Heartbleed vulnerabilityUse a Heartbleed testing tool such as 'nmap -p 443 --script ssl-heartbleed <target>' or the OpenSSL s_client test: 'echo "" | openssl s_client -connect <host>:443 -tlsextdebug 2>&1 | grep "heartbeat"'Affected if The target service responds to heartbeat requests and returns memory content beyond the expected buffer, or the tlsextdebug shows heartbeat extension is active without proper bounds checking
-
Verify the distribution-specific OpenSSL package versionOn Debian/Ubuntu: 'dpkg -l | grep openssl'. On RHEL/CentOS/Fedora: 'rpm -qa | grep openssl'. On Fedora: 'rpm -qa openssl'. Compare the installed package version against the vulnerable version ranges.Affected if The installed package version matches the vulnerable OpenSSL versions (1.0.1 through 1.0.1f) for the specific distribution listed in the CVE
-
Identify services using vulnerable OpenSSL versionsRun 'lsof +c 0 | grep -E "ssl|tls|http|https|apache|nginx|postfix|dovecot"' or check running processes that link against libssl. Use 'ldd <executable>' on suspect binaries to confirm they link to the vulnerable OpenSSL library version.Affected if Any SSL/TLS-enabled service is running with the vulnerable OpenSSL library loaded into memory
The system is affected if it runs any version of OpenSSL from 1.0.1 through 1.0.1f (or the corresponding vendor-packaged versions for Ubuntu 12.04/12.10/13.10, Fedora 19/20, or RHEL 6.0) with the Heartbeat extension enabled, and has exposed TLS services that could leak memory contents.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped1.0.1g
Update OpenSSL to version 1.0.1g or later which contains the bounds-check fix. After patching, regenerate all SSL certificates and keys as they may have been compromised, and consider rotating all user credentials and session tokens as a precaution.
OpenSSL 1.0.1g or later (or patched versions provided by distribution vendors)
- Check the current OpenSSL version using: openssl version -a
- If the version is >= 1.0.1 and < 1.0.1g, the system is vulnerable
- Upgrade OpenSSL to version 1.0.1g or later using the system's package manager (e.g., apt-get update && apt-get upgrade for Ubuntu, yum update for RHEL/Fedora)
- After upgrading, verify the new version with: openssl version -a
- Restart all services that use OpenSSL to load the patched library (e.g., apache, nginx, postfix, dovecot)
- Since Heartbleed can expose private keys, regenerate SSL/TLS certificates and keys after patching
- Revoke old certificates and issue new ones from your Certificate Authority
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.0 h
- Testing3.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,800.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2014-0160 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sources- www.oracle.com
- www.exploit-db.com
- www.openssl.org
- www.oracle.com
- www.oracle.com
- lists.apache.org
- lists.apache.org
- lists.apache.org
- lists.apache.org
- advisories.mageia.org
- blog.fox-it.com
- heartbleed.com
- lists.fedoraproject.org
- lists.fedoraproject.org
- lists.fedoraproject.org
- lists.opensuse.org
- lists.opensuse.org
- lists.opensuse.org
- marc.info
- marc.info
- marc.info
- marc.info
- marc.info
- marc.info
- marc.info
- marc.info
- marc.info
- marc.info
- marc.info
- marc.info
- marc.info
- marc.info
- marc.info
- marc.info
- marc.info
- marc.info
- marc.info
- marc.info
- marc.info
- marc.info
- marc.info
- marc.info
- marc.info
- marc.info
- marc.info
- marc.info
- marc.info
- marc.info
- marc.info
- marc.info
- marc.info
- marc.info
- marc.info
- marc.info
- marc.info
- marc.info
- public.support.unisys.com
- public.support.unisys.com
- rhn.redhat.com
- rhn.redhat.com
- rhn.redhat.com
- rhn.redhat.com
- seclists.org
- seclists.org
- seclists.org
- seclists.org
- seclists.org
- seclists.org
- secunia.com
- secunia.com
- secunia.com
- secunia.com
- secunia.com
- secunia.com
- secunia.com
- secunia.com
- secunia.com
- support.citrix.com
- tools.cisco.com
- www-01.ibm.com
- www-01.ibm.com
- www-01.ibm.com
- www.apcmedia.com
- www.debian.org
- www.exploit-db.com
- www.exploit-db.com
- www.f-secure.com
- www.getchef.com
- www.kb.cert.org
- www.kerio.com
- www.mandriva.com
- www.securityfocus.com
- www.securityfocus.com
- www.securitytracker.com
- www.securitytracker.com
- www.securitytracker.com
- www.securitytracker.com
- www.securitytracker.com
- www.securitytracker.com
- www.securitytracker.com
- www.securitytracker.com
- www.splunk.com
- www.symantec.com
- www.ubuntu.com
- www.us-cert.gov
- bugzilla.redhat.com
- cert-portal.siemens.com
- lists.balabit.hu
- sku11army.blogspot.com
- support.f5.com
- support.f5.com
- www.cert.fi
- www.mitel.com
- yunus-shn.medium.com
- cogentdatahub.com
- www.getchef.com
- www.getchef.com
- www.getchef.com
- filezilla-project.org
- blog.torproject.org
- code.google.com
- gist.github.com
- download.schneider-electric.com
- git.openssl.org
- www-01.ibm.com
- www.blackberry.com
- www.innominate.com
- www.vmware.com
- www.websense.com
- h20566.www2.hp.com
- www.cisa.gov
- nvd.nist.gov
Practitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2014-0160 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data