This project might be open to known security vulnerabilities, which can be prevented by tightening the version range of affected dependencies. Find detailed information at the bottom.

Crate native-tls

Dependencies

(10 total, 2 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 lazy_static^1.01.5.0up to date
 libc^0.20.2.174up to date
 log^0.4.50.4.27up to date
 openssl ⚠️^0.10.150.10.73maybe insecure
 openssl-probe^0.10.1.6up to date
 openssl-sys^0.9.300.9.109up to date
 schannel^0.1.130.1.27up to date
 security-framework^0.3.13.2.0out of date
 security-framework-sys^0.3.12.14.0out of date
 tempfile^3.03.20.0up to date

Dev dependencies

(1 total, 1 outdated)

CrateRequiredLatestStatus
 hex^0.30.4.3out of date

Security Vulnerabilities

openssl: Use-After-Free in `Md::fetch` and `Cipher::fetch`

RUSTSEC-2025-0022

When a Some(...) value was passed to the properties argument of either of these functions, a use-after-free would result.

In practice this would nearly always result in OpenSSL treating the properties as an empty string (due to CString::drop's behavior).

The maintainers thank quitbug for reporting this vulnerability to us.