CVE-2026-90145

Source
https://cve.org/CVERecord?id=CVE-2026-90145
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90145.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-90145
Downstream
Published
2026-09-17T16:06:41Z
Modified
2026-09-18T03:48:35Z
Summary
hinic3: Fix skb linearization mismatch and drop skb when skb_checksum_help() failed
Details

In the Linux kernel, the following vulnerability has been resolved:

hinic3: Fix skb linearization mismatch and drop skb when skb_checksum_help() failed

Previously, hinic3_send_one_skb() cached the skb fragment count before calling hinic3_tx_offload(). If hinic3_tx_csum() falls back to skb_checksum_help() for unsupported tunnel packets, the skb may be linearized. Continuing to build the TX descriptor with the stale fragment count leads to a descriptor mismatch, which can trigger out-of-bounds DMA reads or IOMMU faults.

Furthermore, the old code ignored the return value of skb_checksum_help(), transmitting corrupted packets with incomplete checksums upon failure.

Fix this by:

  1. Moving the hinic3_tx_offload() call before calculating 'num_sge' to ensure the correct fragment count is used if the SKB is linearized.
  2. Propagating skb_checksum_help() errors and returning HINIC3_TX_OFFLOAD_INVALID to properly drop the skb.
Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/90xxx/CVE-2026-90145.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
17fcb3dc12bbee8ec3e32ca1f60898f252e06b2d
Fixed
e794cdc5c369c1b06359e2fe03a8d9270f56bead
Fixed
96c3959770386b2913c62005f0d0c3151e0c01c3
Fixed
d0c2bed6927cbfa2cb51f240b4812bf6916bce0e

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90145.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.16.0
Fixed
6.18.52
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.6

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90145.json"