CVE-2026-23059
Last modified
CVE-2026-23059 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Sanitize payload size to prevent member overflow In qla27xx_copy_fpin_pkt() and qla27xx_copy_multiple_pkt(), the frame_size reported by firmware is used to calculate the copy length into item->iocb. However, the iocb member is defined as a fixed-size 64-byte array within struct purex_item. If the reported frame_size exceeds 64 bytes, subsequent memcpy calls will overflow the iocb member boundary. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Sanitize payload size to prevent member overflow In qla27xx_copy_fpin_pkt() and qla27xx_copy_multiple_pkt(), the frame_size reported by firmware is used to calculate the copy length into item->iocb. However, the iocb member is defined as a fixed-size 64-byte array within struct purex_item. If the reported frame_size exceeds 64 bytes, subsequent memcpy calls will overflow the iocb member boundary. While extra memory might be allocated, this cross-member write is unsafe and triggers warnings under CONFIG_FORTIFY_SOURCE. Fix this by capping total_bytes to the size of the iocb member (64 bytes) before allocation and copying. This ensures all copies remain within the bounds of the destination structure member.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 875386b98857822b77ac7f95bdf367b70af5b78c, < 408bfa8d70f79ac696cec1bdbdfb3bf43a02e6d0; >= 875386b98857822b77ac7f95bdf367b70af5b78c, < 1922468a4a80424e5a69f7ba50adcee37f4722e9; >= 875386b98857822b77ac7f95bdf367b70af5b78c, < aa14451fa5d5f2de919384c637e2a8c604e1a1fe; >= 875386b98857822b77ac7f95bdf367b70af5b78c, < 19bc5f2a6962dfaa0e32d0e0bc2271993d85d414 |
| Linux | Linux | 6.6 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-23059?
How severe is CVE-2026-23059?
How do I fix CVE-2026-23059?
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-23053In the Linux kernel, the following vulnerability has been re…
- CVE-2026-23054In the Linux kernel, the following vulnerability has been re…
- CVE-2026-23055In the Linux kernel, the following vulnerability has been re…
- CVE-2026-23056In the Linux kernel, the following vulnerability has been re…
- CVE-2026-23057In the Linux kernel, the following vulnerability has been re…
- CVE-2026-23058In the Linux kernel, the following vulnerability has been re…
- CVE-2026-2306The Ninja Tables – Easy Data Table Builder plugin for WordPr…4.3
- CVE-2026-23060In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23061In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23062In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23063In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23064In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2026-23059?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
