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

net: psample: fix info leak in PSAMPLE_ATTR_DATA

psample open codes nla_put() presumably to avoid wiping
the data with 0s just to override it with packet data.
This open coding is missing clearing the pad, however,
each netlink attr is padded to 4B and data_len may
not be divisible by 4B.
Published: 2026-07-27
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel’s psample subsystem contains a flaw where the nla_put() call used to construct netlink attributes fails to clear padding bytes that are added to meet 4‑byte alignment. When data_len is not a multiple of four, the remaining pad bytes remain uninitialized and can be read by the kernel when the attribute is copied to user space. This defect allows an attacker to read adjacent kernel memory, resulting in an information disclosure that could reveal sensitive data, such as cryptographic keys or configuration secrets. The weakness is consistent with CWE‑200: Information Exposure.

Affected Systems

The vulnerability impacts all Linux kernel releases that include the psample module and do not contain the patch present in the referenced kernel commits (for example, the commits referenced at git.kernel.org in the advisory). Because psample is part of the standard kernel tree, any distribution that ships the affected kernel version is potentially vulnerable. No specific version numbers are provided, so all kernels prior to the patch should be considered at risk.

Risk and Exploitability

The CVSS score of 5.5 and EPSS score of less than 1% indicate a medium severity with a very low exploitation probability; the vulnerability is not listed on the CISA KEV catalog. The attack vector is a local or possibly remote netlink interaction that can be crafted by an attacker with sufficient privileges to send custom netlink messages; it requires manual construction of a packet that targets the psample attribute, which is not trivial but would be straightforward for an attacker with kernel debugging skills. Because the vulnerability leaks kernel data without authenticating the source, an exploited kernel could expose sensitive information. The overall risk can be considered moderate to high, warranting prompt mitigation.

Generated by OpenCVE AI on August 3, 2026 at 16:41 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Install a Linux kernel version that includes the psample attribute padding clear patch (e.g., update to a release containing the commit 0d3ea2cc...).
  • If a kernel upgrade is not immediately possible, backport the relevant patch from the Linux kernel tree to the running kernel and rebuild it.
  • Disable the psample subsystem if unnecessary; unload or blacklist the module to prevent the vulnerable code from executing.
  • Explore potential configuration signals or environment variables that disable psample attribute processing in the kernel, if available.

Generated by OpenCVE AI on August 3, 2026 at 16:41 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4717-1 linux security update
Debian DLA Debian DLA DLA-4720-1 linux security update
Debian DLA Debian DLA DLA-4723-1 linux-6.1 security update
Debian DLA Debian DLA DLA-4724-1 linux-6.12 new package
Debian DSA Debian DSA DSA-6405-1 linux security update
History

Wed, 29 Jul 2026 12:15:00 +0000

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

None

cvssV3_1

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

threat_severity

Moderate


Tue, 28 Jul 2026 16:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200

Mon, 27 Jul 2026 20:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: net: psample: fix info leak in PSAMPLE_ATTR_DATA psample open codes nla_put() presumably to avoid wiping the data with 0s just to override it with packet data. This open coding is missing clearing the pad, however, each netlink attr is padded to 4B and data_len may not be divisible by 4B.
Title net: psample: fix info leak in PSAMPLE_ATTR_DATA
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-17T04:57:30.953Z

Reserved: 2026-07-19T15:36:31.796Z

Link: CVE-2026-64553

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-07-27T21:17:08.307

Modified: 2026-08-17T05:18:00.847

Link: CVE-2026-64553

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-27T00:00:00Z

Links: CVE-2026-64553 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T16:45:03Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-212

    Improper Removal of Sensitive Information Before Storage or Transfer