CVE-2026-23377
Last modified
CVE-2026-23377 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ice: change XDP RxQ frag_size from DMA write length to xdp.frame_sz The only user of frag_size field in XDP RxQ info is bpf_xdp_frags_increase_tail(). It clearly expects whole buff size instead of DMA write size. EPSS estimates a 0.10% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ice: change XDP RxQ frag_size from DMA write length to xdp.frame_sz The only user of frag_size field in XDP RxQ info is bpf_xdp_frags_increase_tail(). It clearly expects whole buff size instead of DMA write size. Different assumptions in ice driver configuration lead to negative tailroom. This allows to trigger kernel panic, when using XDP_ADJUST_TAIL_GROW_MULTI_BUFF xskxceiver test and changing packet size to 6912 and the requested offset to a huge value, e.g. XSK_UMEM__MAX_FRAME_SIZE * 100. Due to other quirks of the ZC configuration in ice, panic is not observed in ZC mode, but tailroom growing still fails when it should not. Use fill queue buffer truesize instead of DMA write size in XDP RxQ info. Fix ZC mode too by using the new helper.
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 | >= 6.3, < 6.19.7 | — |
| Linux | Linux Kernel | 7.0 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-23377?
How severe is CVE-2026-23377?
How do I fix CVE-2026-23377?
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 2026
- CVE-2026-23371In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23372In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-23373In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23374In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23375In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23376In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23378In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-23379In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23380In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23381In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23382In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23383In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-23377?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
