In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix out-of-bounds read in smb_check_perm_dacl() The permission-check ACE walk in smb_check_perm_dacl() validates the ACE h…
Info
Summary
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix out-of-bounds read in smb_check_perm_dacl() The permission-check ACE walk in smb_check_perm_dacl() validates the ACE header size and caps sid.num_subauth at SID_MAX_SUB_AUTHORITIES, but it never checks that ace->size is actually large enough to contain num_subauth sub-authorities before compare_sids() dereferences them. CIFS_SID_BASE_SIZE covers the SID header up to but excluding the sub_auth[] array, and offsetof…
In-depth triage · Auto channel
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/1ef06004ed4bd6d3ed8c840d9d1a376b66d4935b
- https://git.kernel.org/stable/c/36599894fa8536fefdf1e296c0af71b8b7226859
- https://git.kernel.org/stable/c/7627ff8c4f9919f14de562b0160ab4ec9d80b1f7
- https://git.kernel.org/stable/c/988c93d3bba066d8669143e6ec30bb2be9608d53
- https://git.kernel.org/stable/c/d5c81a095c86fe507c032d08f3a8cfc518444927
- https://git.kernel.org/stable/c/e36e35660adb9b8ef1435ac359151dda5f094c55
Timeline
- nvd_ingest NVD