[MDEV-11174] my_aes_crypt crashes in CGM mode Created: 2016-10-30 Updated: 2017-02-01 Resolved: 2017-02-01 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Encryption |
| Affects Version/s: | 10.2.2 |
| Fix Version/s: | 10.2.4 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Georg Richter | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | 10.2-rc | ||
| Attachments: |
|
| Description |
|
When trying to decrypt a string which is shorter than AES_BLOCK_SIZE (16) in GCM mode, the server crashes in MyCTX_gcm::update. |
| Comments |
| Comment by Sergei Golubchik [ 2016-11-30 ] |
|
ok to push |
| Comment by Georg Richter [ 2017-02-01 ] |
|
rev. 23628d123bd2b0fe48e41c79207835c96e329496 |