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

phonet: pep: fix use-after-free in pep_get_sb()

pep_get_sb() doesn't consider that pskb_may_pull() might have relocated
the skb data, and continue to access the older pointer, causing UAF.

Reproduced under KASAN:

BUG: KASAN: slab-use-after-free in pep_get_sb+0x234/0x3b0
Read of size 1 at addr ff11000105510f50 by task repro/157
pep_get_sb+0x234/0x3b0
pipe_handler_do_rcv+0x5f7/0xa10
pep_do_rcv+0x203/0x410
__sk_receive_skb+0x471/0x4a0
phonet_rcv+0x5b3/0x6c0
__netif_receive_skb+0xcc/0x1d0

Refetch the header with skb_header_pointer() after pskb_may_pull(), so
the possibly stale pointer is no longer dereferenced. There are better
ways to solve this, but, this is the less instrusive one.
Published: 2026-08-10
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel bug occurs in the phonet networking stack where the function pep_get_sb() fails to re-fetch the packet header after pskb_may_pull() might have relocated skb data. This oversight leads to a use‑after‑free, causing kernel memory corruption. The CVE description does not explicitly state exploitation results, but a UAF can potentially allow an attacker to read or write protected kernel memory if they can influence packet processing, which could lead to arbitrary code execution in the kernel.

Affected Systems

All Linux kernel installations that contain the phonet subsystem and have not applied the fix commit 0f71f852a96af9685858ce59fda34ecbf85c283d are at risk. No specific version range is provided, so any kernel containing the vulnerable code should be considered affected.

Risk and Exploitability

The vulnerability carries a high severity, with a CVSS score of 9.8 indicating significant impact at the kernel level. The EPSS score is below 1%, suggesting very low probability of exploitation at present, and the issue is not listed in the CISA KEV catalog. Based on the nature of the bug, it is inferred that an attacker could trigger the use‑after‑free by sending crafted packets to the phonet interface, indicating a network‑based attack vector. If successfully exploited, the attacker might read or write protected kernel memory, potentially leading to privilege escalation or denial of service.

Generated by OpenCVE AI on August 13, 2026 at 23:52 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes the fix commit 0f71f852a96af9685858ce59fda34ecbf85c283d or later.
  • Reboot the system so the updated kernel is active and the memory corruption cannot be triggered.
  • If the phonet interface is not required, disable or remove it to reduce exposure until the patch is applied.

Generated by OpenCVE AI on August 13, 2026 at 23:52 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 22:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

cvssV3_1

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


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

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

None

cvssV3_1

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

threat_severity

Important


Mon, 10 Aug 2026 20:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

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

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: phonet: pep: fix use-after-free in pep_get_sb() pep_get_sb() doesn't consider that pskb_may_pull() might have relocated the skb data, and continue to access the older pointer, causing UAF. Reproduced under KASAN: BUG: KASAN: slab-use-after-free in pep_get_sb+0x234/0x3b0 Read of size 1 at addr ff11000105510f50 by task repro/157 pep_get_sb+0x234/0x3b0 pipe_handler_do_rcv+0x5f7/0xa10 pep_do_rcv+0x203/0x410 __sk_receive_skb+0x471/0x4a0 phonet_rcv+0x5b3/0x6c0 __netif_receive_skb+0xcc/0x1d0 Refetch the header with skb_header_pointer() after pskb_may_pull(), so the possibly stale pointer is no longer dereferenced. There are better ways to solve this, but, this is the less instrusive one.
Title phonet: pep: fix use-after-free in pep_get_sb()
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:30:06.882Z

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

Link: CVE-2026-68144

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-10T13:20:00.217

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

Link: CVE-2026-68144

cve-icon Redhat

Severity : Important

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

Links: CVE-2026-68144 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-14T00:00:04Z

Weaknesses