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

net: hip04: fix RX buffer leak on build_skb failure

When build_skb() fails in hip04_rx_poll(), the driver jumps to the
refill path without releasing the current RX buffer and its DMA mapping.
Installing a replacement buffer then overwrites the slot references and
leaks both resources.

Keep the current slot intact and return budget so NAPI retries the same
buffer. Also free a newly allocated RX fragment when dma_map_single()
fails.

This issue was found by an in-house static analysis tool.
Published: 2026-08-10
Score: 5.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In the Linux kernel, the hip04 network driver fails to free receive buffers and DMA mappings when build_skb() fails during hip04_rx_poll(). The code proceeds to refill the slot with a new buffer, overwriting references and leaking the original resources. This resource leak can cause kernel memory exhaustion, degraded performance, or a crash, compromising availability. No evidence of higher‑privilege compromise or data disclosure is provided in the description. The flaw corresponds to Deallocation of Resources Without First Freeing them (CWE‑772).

Affected Systems

The bug exists in any Linux kernel configuration that includes the hip04 driver prior to the patch that was introduced to fix the buffer leak. Consequently, all current kernel releases that ship the hip04 network driver are potentially affected until the kernel is updated. Particular attention should be paid to systems using earlier kernel versions that derived the driver from the time of the commit references provided.

Risk and Exploitability

The CVSS score of 5.9 indicates moderate severity. The EPSS score of < 1% shows a very low probability of exploitation. The vulnerability is not in CISA's KEV catalog. The likely attack vector is local; it requires the ability to trigger build_skb() failures inside the driver, which would normally be limited to privileged users, kernel developers, or adversaries with root or hardware access. An attacker who repeatedly induces such failures could accelerate resource exhaustion, but remote exploitation through normal network traffic is not indicated by the description.

Generated by OpenCVE AI on August 13, 2026 at 09:44 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the kernel patch that incorporates the hip04_rx_poll() fix, which correctly releases the RX buffer and DMA mapping upon build_skb() failure.
  • Reboot the system after updating the kernel to ensure the driver is reloaded with the corrected code.
  • If the patch is not yet available, temporarily disable the hip04 driver or block network interfaces that rely on it to prevent the failure path from being exercised.

Generated by OpenCVE AI on August 13, 2026 at 09:44 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4745-1 linux-6.12 security update
History

Wed, 19 Aug 2026 16:45:00 +0000


Thu, 13 Aug 2026 08:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-399

Wed, 12 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-772
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.9, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Important


Mon, 10 Aug 2026 19:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-399

Mon, 10 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: net: hip04: fix RX buffer leak on build_skb failure When build_skb() fails in hip04_rx_poll(), the driver jumps to the refill path without releasing the current RX buffer and its DMA mapping. Installing a replacement buffer then overwrites the slot references and leaks both resources. Keep the current slot intact and return budget so NAPI retries the same buffer. Also free a newly allocated RX fragment when dma_map_single() fails. This issue was found by an in-house static analysis tool.
Title net: hip04: fix RX buffer leak on build_skb failure
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-19T16:29:52.114Z

Reserved: 2026-07-30T09:28:09.370Z

Link: CVE-2026-68135

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-10T13:19:58.990

Modified: 2026-08-19T17:20:30.757

Link: CVE-2026-68135

cve-icon Redhat

Severity : Important

Publid Date: 2026-08-10T11:58:58Z

Links: CVE-2026-68135 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T09:45:03Z

Weaknesses
  • CWE-772

    Missing Release of Resource after Effective Lifetime