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

(9 total, 1 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 libc^0.20.2.174up to date
 log^0.4.50.4.27up to date
 openssl ⚠️^0.10.690.10.73maybe insecure
 openssl-probe^0.10.1.6up to date
 openssl-sys^0.9.810.9.109up to date
 schannel^0.1.170.1.27up to date
 security-framework^2.0.03.2.0out of date
 security-framework-sys^2.0.02.14.0up to date
 tempfile^3.1.03.20.0up to date

Dev dependencies

(2 total, all up-to-date)

CrateRequiredLatestStatus
 tempfile^3.03.20.0up to date
 test-cert-gen^0.90.9.0up to 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.