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

can: j1939: transport: j1939_session_fresh_new(): initialize receive buffer

Zero the allocated buffer in j1939_session_fresh_new() to ensure it
contains no residual data.

While there is a potential performance impact if users allocate maximum
sized ETP buffers, most real-world use cases are not noticeably affected
since the maximum known buffer size is typically around 65K.

[mkl: add Message-ID]
Published: 2026-08-28
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel’s J1939 transport layer does not zero the allocated receive buffer in j1939_session_fresh_new(). As a result, data from a previous session may remain in memory and could be read by later operations. This residual data can expose content that was not intended for the current session, potentially revealing sensitive information transmitted over the CAN network. The weakness is a form of information exposure that leaks memory contents to higher‑level code that expects a fresh buffer.

Affected Systems

All Linux kernel distributions that include the default J1939 implementation are affected. No specific version range is listed in the advisory, but the problem existed until the commit that added buffer zeroing, so older kernels that have not received that patch remain vulnerable.

Risk and Exploitability

The CVSS score is not published and the EPSS metric is not available, so the risk is evaluated based on the description. Because the vulnerability requires the attacker to be able to initiate a new J1939 session and read the receive buffer, the attack vector is likely local or requires control over the CAN interface. The impact is information disclosure rather than denial of service or code execution. Given the lack of public exploit evidence and the need for local or privileged interaction, the overall risk is considered low to moderate.

Generated by OpenCVE AI on August 28, 2026 at 11:45 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a kernel update that includes the commit which zeroes the receive buffer in j1939_session_fresh_new()
  • Limit access to the J1939 interface by applying strict Linux capabilities or ACLs so that only trusted users can create or interact with J1939 sockets
  • Configure network monitoring tools to detect anomalous CAN traffic patterns that might indicate residual data or other abnormal activity

Generated by OpenCVE AI on August 28, 2026 at 11:45 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200

Fri, 28 Aug 2026 07:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: can: j1939: transport: j1939_session_fresh_new(): initialize receive buffer Zero the allocated buffer in j1939_session_fresh_new() to ensure it contains no residual data. While there is a potential performance impact if users allocate maximum sized ETP buffers, most real-world use cases are not noticeably affected since the maximum known buffer size is typically around 65K. [mkl: add Message-ID]
Title can: j1939: transport: j1939_session_fresh_new(): initialize receive buffer
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-28T06:53:08.244Z

Reserved: 2026-08-26T14:34:25.787Z

Link: CVE-2026-80707

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-28T08:16:56.277

Modified: 2026-08-28T08:16:56.277

Link: CVE-2026-80707

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T13:30:06Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor