Headline
CVE-2023-41377: Move TLS handshake to per-connection goroutine by fasaxc · Pull Request #7993 · projectcalico/calico
In certain conditions for Calico Typha (v3.26.2, v3.25.1 and below), and Calico Enterprise Typha (v3.17.1, v3.16.3, v3.15.3 and below), a client TLS handshake can block the Calico Typha server indefinitely, resulting in denial of service. The TLS Handshake() call is performed inside the main server handle for loop without any timeout allowing an unclean TLS handshake to block the main loop indefinitely while other connections will be idle waiting for that handshake to finish.
Description****Related issues/PRs****Todos
- Tests
- Documentation
- Release note
Release Note****Reminder for the reviewer
Make sure that this PR has the correct labels and milestone set.
Every PR needs one docs-* label.
- docs-pr-required: This change requires a change to the documentation that has not been completed yet.
- docs-completed: This change has all necessary documentation completed.
- docs-not-required: This change has no user-facing impact and requires no docs.
Every PR needs one release-note-* label.
- release-note-required: This PR has user-facing changes. Most PRs should have this label.
- release-note-not-required: This PR has no user-facing changes.
Other optional labels:
- cherry-pick-candidate: This PR should be cherry-picked to an earlier release. For bug fixes only.
- needs-operator-pr: This PR is related to install and requires a corresponding change to the operator.