Loading...
Skip to main content

CVE-2016-10931

HIGH

Improper Certificate Validation in openssl

Published August 25, 2021Updated November 8, 2023Source: osv

Summary

All versions of rust-openssl prior to 0.9.0 contained numerous insecure defaults including off-by-default certificate verification and no API to perform hostname verification. Unless configured correctly by a developer, these defaults could allow an attacker to perform man-in-the-middle attacks. The problem was addressed in newer versions by enabling certificate verification by default and exposing APIs to perform hostname verification. Use the SslConnector and SslAcceptor types to take advantage of these new features (as opposed to the lower-level SslContext type).

Remediation

Upgrade to the fixed version using your package manager.

Cargo
Update openssl to 0.9.0 or later
cargo update -p openssl --precise 0.9.0

After upgrading, run your dependency scanner again to confirm the vulnerability is resolved.

Affected Packages (1)

PackageEcosystemAffectedFixed In
openssl
crates.io
All versions0.9.0

Vulnerability Classification

Common Weakness Enumeration (CWE) identifiers for this vulnerability type.

  • CWE-295
    Improper Certificate ValidationMITRE

CVSS Score Breakdown

What the CVSS (Common Vulnerability Scoring System) 8.1 score means for each attack dimension.

Attack Vector
Network
Attack Complexity
High
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

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

Frequently Asked Questions

What is CVE-2016-10931?
Improper Certificate Validation in openssl This vulnerability has been assigned a severity rating of HIGH (CVSS score: 8.1/10).
How do I check if my project is affected by CVE-2016-10931?
CVE-2016-10931 affects openssl. Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2016-10931 and 200,000+ other known vulnerabilities.

Severity & Exploitability

CVSS Score
8.1

High exploitability or significant impact. Prioritize remediation within days.

Also Known As

GHSA-34p9-f4q3-c4r7
RUSTSEC-2016-0001

Related CVEs

  • CVE-2026-64679
    HIGH

    Atlantis Workspace Handling has Path Traversal that Allows Out-of-Bounds Directory Deletion/Creation

  • CVE-2026-63135
    HIGH

    YOURLS has stored XSS in referrer statistics chart via crafted Referer header

  • CVE-2026-41678
    HIGH

    rust-openssl has incorrect bounds assertion in aes key wrap

  • CVE-2026-41681
    HIGH

    rust-openssl: rustMdCtxRef::digest_final() writes past caller buffer with no length check

  • CVE-2026-41898
    HIGH

    rust-openssl: Unchecked callback length in PSK/cookie trampolines leaks adjacent memory to peer

  • CVE-2026-41676
    HIGH

    rust-openssl: Deriver::derive and PkeyCtxRef::derive can overflow short buffers on OpenSSL 1.1.1

  • CVE-2026-42327
    HIGH

    rust-openssl has undefined behavior in X509Ref::ocsp_responders for certificates with non-UTF-8 OCSP URLs

  • CVE-2026-41677
    LOW

    rust-opennssl has an Out-of-bounds read in PEM password callback when returning an oversized length

Check if you're affected

Scan your dependencies to see if this vulnerability affects your projects.

Scan Your Dependencies