In the Linux kernel, the following vulnerability has been resolved: fuse-uring: fix EFAULT clobber in fuse_uring_commit copy_from_user() returns the number of bytes not copied as an unsigned residu…
Medium CVSS 5.5
Summary
In the Linux kernel, the following vulnerability has been resolved: fuse-uring: fix EFAULT clobber in fuse_uring_commit copy_from_user() returns the number of bytes not copied as an unsigned residual on failure (1..sizeof(struct fuse_out_header)). fuse_uring_commit stores that residual in ssize_t err, sets req->out.h.error to -EFAULT, then jumps to out: with err still holding the positive residual. err = copy_from_user(&req->out.h, &ent->headers->in_out, sizeof(r…
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/0483fffdeeb363f320e6bf5fc0f0306007507306 Patch
- https://git.kernel.org/stable/c/3a0a8bc51a13951c5141262bf770eeea3e0b6228 Patch
- https://git.kernel.org/stable/c/fe604c08d874648a69187f6380e5c7858627dc04 Patch
Timeline
- nvd_ingest NVD