In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix incorrect validation for num_aces field of smb_acl parse_dcal() validate num_aces to allocate posix_ace_state_array. if (num_aces > ULONG_MAX / sizeof(struct smb_ace *)) It is an incorrect validation that we can create an array of size ULONG_MAX. smb_acl has ->size field to calculate actual number of aces in request buffer size. Use this to check invalid num_aces.
| Version | Score | Severity | Vector String |
|---|---|---|---|
| 3.1 | 7.6 | High | CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H |
| Product | Vendor | Version |
|---|---|---|
| Linux | Linux | < 10.0.17763.4645 |
| Linux | Linux | < 10.0.17763.4645 |
| Linux | Linux | WSA8840 |
| Linux | Linux | WSA8845 |