CVE-2026-97957
Last modified
CVE-2026-97957 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: net: hinic: fix mailbox segment buffer overflow check_mbox_seq_id_and_seg_len() validates that seq_id does not exceed SEQ_ID_MAX_VAL (42) and seg_len does not exceed MBOX_SEG_LEN (48). However, this allows the last segment (seq_id=42) to carry a full 48-byte payload, writing to offset 42*48=2016 for 48 bytes (ending at byte 2064).
Description
In the Linux kernel, the following vulnerability has been resolved: net: hinic: fix mailbox segment buffer overflow check_mbox_seq_id_and_seg_len() validates that seq_id does not exceed SEQ_ID_MAX_VAL (42) and seg_len does not exceed MBOX_SEG_LEN (48). However, this allows the last segment (seq_id=42) to carry a full 48-byte payload, writing to offset 42*48=2016 for 48 bytes (ending at byte 2064). The receive buffer is only MBOX_MAX_BUF_SZ (2048) bytes, resulting in a 16-byte heap buffer overflow. The hinic3 driver already handles this correctly by defining MBOX_LAST_SEG_MAX_LEN and rejecting the last segment when it exceeds the remaining buffer space. Apply the same fix to the hinic driver.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= a425b6e1c69ba907b72b737a4d44f8cfbc43ce3c, < eca54a092d5f7b497b458ff5a6f66d4f7bfb6674; >= a425b6e1c69ba907b72b737a4d44f8cfbc43ce3c, < 9f6ad383901d0cb1c8ea5f7f3160fabfe1540eb5; >= a425b6e1c69ba907b72b737a4d44f8cfbc43ce3c, < 513f7b16ed0cffae9348151c72bed17c7073096f; >= a425b6e1c69ba907b72b737a4d44f8cfbc43ce3c, < 5d4d985957434867bbe85e4fa5e638f3e48ad522 |
| Linux | Linux | 5.8 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-97957?
How severe is CVE-2026-97957?
How do I fix CVE-2026-97957?
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-97951In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97952In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97953In the Linux kernel, the following vulnerability has been re…7
- CVE-2026-97954In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97955In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97956In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97958In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97959In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9796A flaw was found in Keycloak. An authenticated administrator…6.5
- CVE-2026-97960In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97961In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97962In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-97957?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
