CVE-2023-53083
Last modified
CVE-2023-53083 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: nfsd: don't replace page in rq_pages if it's a continuation of last page The splice read calls nfsd_splice_actor to put the pages containing file data into the svc_rqst->rq_pages array. It's possible however to get a splice result that only has a partial page at the end, if (e.g.) the filesystem hands back a short read that doesn't cover the whole page. nfsd_splice_actor will plop the partial page into its rq_pages array and return. EPSS estimates a 0.19% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: nfsd: don't replace page in rq_pages if it's a continuation of last page The splice read calls nfsd_splice_actor to put the pages containing file data into the svc_rqst->rq_pages array. It's possible however to get a splice result that only has a partial page at the end, if (e.g.) the filesystem hands back a short read that doesn't cover the whole page. nfsd_splice_actor will plop the partial page into its rq_pages array and return. Then later, when nfsd_splice_actor is called again, the remainder of the page may end up being filled out. At this point, nfsd_splice_actor will put the page into the array _again_ corrupting the reply. If this is done enough times, rq_next_page will overrun the array and corrupt the trailing fields -- the rq_respages and rq_next_page pointers themselves. If we've already added the page to the array in the last pass, don't add it to the array a second time when dealing with a splice continuation. This was originally handled properly in nfsd_splice_actor, but commit 91e23b1c3982 ("NFSD: Clean up nfsd_splice_actor()") removed the check for it.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 5.19, < 6.1.22 | — |
| Linux | Linux Kernel | >= 6.2, < 6.2.9 | — |
| Linux | Linux Kernel | 6.3 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-53083?
How severe is CVE-2023-53083?
How do I fix CVE-2023-53083?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2023
- CVE-2023-53078In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53079In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-5308The Podcast Subscribe Buttons plugin for WordPress is vulner…5.4
- CVE-2023-53080In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53081In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-53082In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-53084In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-53085In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2023-53086In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53087In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53088In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-53089In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2023-53083?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
