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

net: ena: PHC: Check return code before setting timestamp output

ena_phc_gettimex64() is setting the output parameter regardless
of whether ena_com_phc_get_timestamp() succeeded or failed.

When ena_com_phc_get_timestamp() returns an error, the timestamp
parameter may contain uninitialized stack memory (e.g., when PHC is
disabled or in blocked state) or invalid hardware values. Passing
these to userspace via the PTP ioctl is both a security issue
(information leak) and a correctness bug.

Fix by checking the return code after releasing the lock and only
setting the output timestamp on success.
Published: 2026-07-19
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel's ena PHC driver incorrectly exposes uninitialized timestamp data through the PTP ioctl interface when the underlying hardware timestamp acquisition fails. The bug causes an information leak and violates correctness by delivering garbage values to userspace.

Affected Systems

The flaw is present in all Linux kernel releases that include the ena driver before the patch, as the vendor list indicates only Linux:Linux. No specific version range is enumerated, so any kernel version using the ena driver is potentially affected until the commit that fixes the issue is deployed.

Risk and Exploitability

CVSS 5.5 reflects moderate risk, and the EPSS score of less than 1% indicates a low likelihood of exploitation in the wild. The vulnerability is not cataloged in CISA KEV. Exploitation requires a local user or an attack that can invoke the PTP ioctl on the relevant network interface; it does not allow remote code execution or privilege escalation beyond the application already accessing the PTP device.

Generated by OpenCVE AI on July 30, 2026 at 22:05 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the kernel to a version where the ena PHC timestamp bug is fixed, such as the commit series linked in the advisory.
  • Restrict access to PTP devices by ensuring only privileged users or processes can invoke the PTP ioctl on affected interfaces.
  • If patching cannot be applied immediately disable PHC support or unload the ena driver to stop the information leak.

Generated by OpenCVE AI on July 30, 2026 at 22:05 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8593-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8603-1 Linux kernel (Azure) vulnerabilities
Ubuntu USN Ubuntu USN USN-8618-1 Linux kernel vulnerabilities
History

Tue, 21 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-201
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


Sun, 19 Jul 2026 14:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: net: ena: PHC: Check return code before setting timestamp output ena_phc_gettimex64() is setting the output parameter regardless of whether ena_com_phc_get_timestamp() succeeded or failed. When ena_com_phc_get_timestamp() returns an error, the timestamp parameter may contain uninitialized stack memory (e.g., when PHC is disabled or in blocked state) or invalid hardware values. Passing these to userspace via the PTP ioctl is both a security issue (information leak) and a correctness bug. Fix by checking the return code after releasing the lock and only setting the output timestamp on success.
Title net: ena: PHC: Check return code before setting timestamp output
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-07-19T14:04:33.781Z

Reserved: 2026-07-19T07:54:57.015Z

Link: CVE-2026-63837

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-63837 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-30T22:15:13Z

Weaknesses
  • CWE-201

    Insertion of Sensitive Information Into Sent Data