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 rustls-platform-verifier

Dependencies

(15 total, 1 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 android_logger^0.150.15.1up to date
 base64^0.220.23.1out of date
 core-foundation^0.100.10.1up to date
 core-foundation-sys^0.80.8.7up to date
 jni^0.22.40.22.4up to date
 log^0.40.4.33up to date
 once_cell^1.91.21.4up to date
 rustls^0.23.270.23.43up to date
 rustls-native-certs^0.80.8.4up to date
 rustls-platform-verifier-android^0.1.00.1.1up to date
 security-framework^3.5.03.7.0up to date
 security-framework-sys^2.152.17.0up to date
 rustls-webpki ⚠️^0.1030.103.13maybe insecure
 webpki-root-certs^11.0.9up to date
 windows-sys>=0.52.0, <0.62.00.61.2up to date

Dev dependencies

(2 total, 1 possibly insecure)

CrateRequiredLatestStatus
 rustls ⚠️^0.230.23.43maybe insecure
 webpki-root-certs^11.0.9up to date

Security Vulnerabilities

rustls: rustls network-reachable panic in `Acceptor::accept`

RUSTSEC-2024-0399

A bug introduced in rustls 0.23.13 leads to a panic if the received TLS ClientHello is fragmented. Only servers that use rustls::server::Acceptor::accept() are affected.

Servers that use tokio-rustls's LazyConfigAcceptor API are affected.

Servers that use tokio-rustls's TlsAcceptor API are not affected.

Servers that use rustls-ffi's rustls_acceptor_accept API are affected.

rustls-webpki: Reachable panic in certificate revocation list parsing

RUSTSEC-2026-0104

A panic was reachable when parsing certificate revocation lists via [BorrowedCertRevocationList::from_der] or [OwnedCertRevocationList::from_der]. This was the result of mishandling a syntactically valid empty BIT STRING appearing in the onlySomeReasons element of a IssuingDistributionPoint CRL extension.

This panic is reachable prior to a CRL's signature being verified.

Applications that do not use CRLs are not affected.

Thank you to @tynus3 for the report.