In the Linux kernel, the following vulnerability has been resolved: fuse: avoid 32-bit prune notification count wrap FUSE_NOTIFY_PRUNE validates the nodeid payload length with: size - sizeof(o…
Medium CVSS 5.5
Summary
In the Linux kernel, the following vulnerability has been resolved: fuse: avoid 32-bit prune notification count wrap FUSE_NOTIFY_PRUNE validates the nodeid payload length with: size - sizeof(outarg) != outarg.count * sizeof(u64) On 32-bit kernels, size_t is also 32 bits, so the daemon-controlled count multiplication can wrap. A prune notification with count 0x20000000 and no nodeid payload passes the check, enters the copy loop, and asks the device copy path to read nodeids that are no…
In-depth triage
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Affected products
- :
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/54243797cedf55447b4c5d560e8cd709900061ae Patch
- https://git.kernel.org/stable/c/6e2d84fdeac05bfd858e84a76353fdb84f23a43e Patch
- https://git.kernel.org/stable/c/c78c4b242299bc581e4987e5c2786c6f4760c516 Patch
Timeline
- nvd_ingest NVD