Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
11.4, 11.8
-
Can result in hang or crash
-
The authentication plugin caching_sha2_password can crash on large packets
-
Q1/2026 Server Maintenance
Description
plugin's auth() function sends the packet to sha256_crypt_r() which uses alloca() to get the buffer of the packet's size. If the packet is too big, this will exhaust the stack and crash
Reported by Pavel Kohout, Aisle Research.
Attachments
Issue Links
- links to