CVE-2015-3195
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 ASN1_TFLG_COMBINE implementation in crypto/asn1/tasn_dec.c in OpenSSL before 0.9.8zh, 1.0.0 before 1.0.0t, 1.0.1 before 1.0.1q, and 1.0.2 before 1.0.2e mishandles errors caused by malformed X509_ATTRIBUTE data, which allows remote attackers to obtain sensitive information from process memory by triggering a decoding failure in a PKCS#7 or CMS application.
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 confidenceOpenSSL contains a flaw in the ASN1_TFLG_COMBINE implementation in crypto/asn1/tasn_dec.c where error handling fails properly when decoding malformed X509_ATTRIBUTE data within PKCS#7 or CMS structures. This causes decoding failures that can expose sensitive process memory contents to remote attackers.
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= 11.5.10.2= 5= 6= 7< 0.9.8zh>= 1.0.0, < 1.0.0t>= 1.0.1, < 1.0.1q>= 1.0.2, < 1.0.2e= 5.0= 6.0= 7.0= 5.0= 6.0= 7.0= 7.2= 7.3= 7.4= 7.6= 7.7= 7.2= 7.3= 7.6= 7.7= 5.0= 6.0= 7.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
- None
- Integrity
- None
- Availability
- Low
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
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 check the library file (e.g., /usr/lib/libssl.so.1.0.1e on RHEL, or use `rpm -q openssl` / `dpkg -l libssl` depending on OS)Affected if The version is less than 0.9.8zh, OR between 1.0.0 and 1.0.0t (excluding t), OR between 1.0.1 and 1.0.1q (excluding q), OR between 1.0.2 and 1.0.2e (excluding e)
-
Confirm the OpenSSL library file pathRun `ldd <binary> | grep ssl` on any SSL/TLS enabled service, or check `openssl version -a` for compile flags and library pathAffected if The linked OpenSSL library matches an affected version from step 1
-
Determine if PKCS#7 or CMS parsing is in useReview application logs, configurations, or code that handles PKCS#7 (multipart signed data) or CMS (Cryptographic Message Syntax) encoded data, as these are the code paths that trigger the vulnerable ASN.1 parsingAffected if The environment processes PKCS#7 or CMS data structures (common in S/MIME email, code signing, or SSL certificate verification)
-
Check for services accepting external PKCS#7/CMS inputAudit services that accept PKCS#7 or CMS input from untrusted sources, such as email servers, document signing services, or SSL termination proxiesAffected if Such services exist and use an affected OpenSSL version
You are affected if your installed OpenSSL version falls within the vulnerable ranges AND your environment processes PKCS#7 or CMS data structures.
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.
From vendor data0.9.8zh1.0.0t1.0.1q
Upgrade OpenSSL to version 0.9.8zh, 1.0.0t, 1.0.1q, 1.0.2e or later to patch the ASN.1 parsing error handling. Alternatively, ensure PKCS#7/CMS parsing operations handle errors gracefully and do not expose memory contents on decode failures.
- Consultation1.0 h
- Implementation2.0 h
- Testing2.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 $1,664.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2015-3195 — 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- openssl.org
- kb.juniper.net
- kb.juniper.net
- kb.juniper.net
- lists.apple.com
- lists.fedoraproject.org
- lists.opensuse.org
- lists.opensuse.org
- lists.opensuse.org
- lists.opensuse.org
- lists.opensuse.org
- lists.opensuse.org
- lists.opensuse.org
- marc.info
- rhn.redhat.com
- rhn.redhat.com
- rhn.redhat.com
- tools.cisco.com
- www.debian.org
- www.oracle.com
- www.oracle.com
- www.oracle.com
- www.oracle.com
- www.oracle.com
- www.oracle.com
- www.oracle.com
- www.oracle.com
- www.oracle.com
- www.oracle.com
- www.securityfocus.com
- www.securityfocus.com
- www.securitytracker.com
- www.slackware.com
- www.ubuntu.com
- h20566.www2.hpe.com
- h20566.www2.hpe.com
- h20566.www2.hpe.com
- h20566.www2.hpe.com
- h20566.www2.hpe.com
- h20566.www2.hpe.com
- kb.pulsesecure.net
- support.apple.com
- fortiguard.com
- rhn.redhat.com
- www.fortiguard.com
- cert-portal.siemens.com
- git.openssl.org
- nvd.nist.gov
Practitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2015-3195 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