Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: scsi: mpt3sas: Limit NVMe request size to 2 MiB The HBA firmware reports NVMe MDTS values based on the underlying drive capability. However, because the driver allocates a fixed 4K buffer for the PRP list, accommodating at most 512 entries, the driver supports a maximum I/O transfer size of 2 MiB. Limit max_hw_sectors to the smaller of the reported MDTS and the 2 MiB driver limit to prevent issuing oversized I/O that may lead to a kernel oops.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.17, < 6.18.30 |
References
- https://git.kernel.org/stable/c/04631f55afc543d5431a2bdee7f6cc0f2c0debe7Patch
- https://git.kernel.org/stable/c/45dcc815fc5539e88154315f36cbcb11d3a52fc2Patch
- https://git.kernel.org/stable/c/e5f9824817c6358b9f9738bdb92dec9e4e794d3cPatch
FAQ
What is CVE-2026-46105?
CVE-2026-46105 is a vulnerability with a CVSS score of 7.8 (HIGH). In the Linux kernel, the following vulnerability has been resolved: scsi: mpt3sas: Limit NVMe request size to 2 MiB The HBA firmware reports NVMe MDTS values based on the underlying drive capability...
How severe is CVE-2026-46105?
CVE-2026-46105 has been rated HIGH with a CVSS base score of 7.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-46105?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.