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: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: Information disclosure of residual data
Action: Patch
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 7.5 and the EPSS metric is < 1%, 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 31, 2026 at 13:53 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 31, 2026 at 13:53 UTC.

Tracking

Sign in to view the affected projects.

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

Mon, 31 Aug 2026 12:15:00 +0000

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

None

threat_severity

Moderate


Sat, 29 Aug 2026 11:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200

Sat, 29 Aug 2026 09:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200

Sat, 29 Aug 2026 06:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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


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-29T06:22:24.493Z

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-29T07:16:52.223

Link: CVE-2026-80707

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-28T00:00:00Z

Links: CVE-2026-80707 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-31T14:00:19Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-824

    Access of Uninitialized Pointer