Skip to content

Commit 37eb6a0

Browse files
authored
Add rustls acceptor panic (#2142)
1 parent 8e353a1 commit 37eb6a0

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

crates/rustls/RUSTSEC-0000-0000.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
```toml
2+
[advisory]
3+
id = "RUSTSEC-0000-0000"
4+
package = "rustls"
5+
date = "2024-11-22"
6+
url = "https://github.com/rustls/rustls/issues/2227"
7+
categories = ["denial-of-service"]
8+
9+
[versions]
10+
patched = [">= 0.23.18"]
11+
unaffected = [">= 0.23, < 0.23.13", "<= 0.22"]
12+
```
13+
14+
# rustls network-reachable panic in `Acceptor::accept`
15+
16+
A bug introduced in rustls 0.23.13 leads to a panic if the received
17+
TLS ClientHello is fragmented. Only servers that use
18+
`rustls::server::Acceptor::accept()` are affected.
19+
20+
Servers that use `tokio-rustls`'s `LazyConfigAcceptor` API are affected.
21+
22+
Servers that use `tokio-rustls`'s `TlsAcceptor` API are not affected.
23+
24+
Servers that use `rustls-ffi`'s `rustls_acceptor_accept` API are affected.

0 commit comments

Comments
 (0)