Merge pull request #1466 from yanesca/1445_fix_signature_algorithm_injection

Fix signature algorithm injection
This commit is contained in:
Ronald Cron
2026-03-17 17:10:00 +01:00
committed by GitHub
7 changed files with 231 additions and 10 deletions
+5
View File
@@ -0,0 +1,5 @@
Security
* Fix a bug in the TLS 1.2 client's signature algorithm check, which caused
the client to accept server key exchange messages signed with a signature
algorithm explicitly disallowed by the client. Found and reported by
EFR-GmbH and M. Heuft of Security-Research-Consulting GmbH. CVE-2026-25834