In the Linux kernel, the following vulnerability has been resolved: speakup: Fix sizeof() vs ARRAY_SIZE() bug The "buf" pointer is an array of u16 values. This code should be using ARRAY_SIZE() (which is 256) instead of sizeof() (which is 512), otherwise it can the still got out of bounds.
| Version | Score | Severity | Vector String |
|---|---|---|---|
| 3.1 | 5.3 | Medium | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L |
| Product | Vendor | Version |
|---|---|---|
| Linux | Linux | 9.4.x before 9.4.13 |
| Linux | Linux | 9.5.x before 9.5.8 |
| Linux | Linux | 10 Version 1803 for x64-based Systems |
| Linux | Linux | version 1803 (Core Installation) |