Skip to main content

Linux Kernel EUVDEUVD-2026-64540

| CVE-2026-74603 HIGH
2026-08-22 Linux GHSA-9xcf-hcjx-rjfr
7.1
CVSS 3.1 · Vendor: Linux
Share

Severity by source

Vendor (Linux) PRIMARY
7.1 HIGH
AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
vuln.today AI
7.1 HIGH

Local-only driver path (AV:L), low-privilege devlink query sufficient (PR:L), high confidentiality from kernel memory leak and high availability from potential fault; no integrity impact.

3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
4.0 AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (Linux).

CVSS VectorVendor: Linux

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
High

Lifecycle Timeline

5
Analysis Generated
Aug 25, 2026 - 06:33 vuln.today
CVSS changed
Aug 25, 2026 - 06:22 NVD
7.1 (HIGH)
Patch available
Aug 22, 2026 - 16:32 EUVD
CVE Published
Aug 22, 2026 - 15:31 cve.org
HIGH 7.1
CVE Published
Aug 22, 2026 - 15:31 cve.org
UNKNOWN (no severity yet)

DescriptionCVE.org

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

ptp: ocp: Fix board ID over-read

The EEPROM board ID is a fixed 13-byte field and is not guaranteed to contain a NUL terminator. Passing it directly to devlink_info_version_fixed_put() treats it as a C string and may read beyond the field.

Format at most OCP_BOARD_ID_LEN bytes into the existing local buffer before reporting the ID. Use a precision limit because the snprintf() output size alone does not bound the source string scan.

AnalysisAI

Out-of-bounds read in the Linux kernel ptp_ocp driver exposes kernel memory and risks availability on systems equipped with OCP PTP time-synchronization hardware. The ptp: ocp driver reads a fixed 13-byte EEPROM board ID field without enforcing a NUL terminator before passing it to devlink_info_version_fixed_put(), causing the function to scan beyond the field boundary as a C string. …

Unlock full vulnerability intelligence

  • Risk assessment & exploitation conditions
  • Attack chain visualization
  • Remediation with exact patch versions
  • Threat intelligence from 22 sources
  • Personal watchlist & email alerts

Free forever · No credit card required

Attack ChainAIDerived

Hypothetical attack flow derived from CVE metadata

Access
Identify host with OCP PTP card installed
Delivery
Obtain local low-privilege shell access
Exploit
Invoke devlink device info query
Execution
Trigger ptp_ocp driver EEPROM board ID read
Persist
String function scans beyond 13-byte field boundary
Impact
Leak adjacent kernel memory or induce kernel fault

Vulnerability AssessmentAI

Exploitation Exploitation requires three concurrent conditions: (1) the target system must have an OCP PTP (Open Compute Platform Precision Time Protocol) card physically installed and the ptp_ocp kernel module loaded - systems without this hardware are not affected regardless of kernel version; (2) the attacker must have local, low-privilege access to the system (CVSS PR:L) sufficient to invoke devlink device info queries, typically requiring membership in the 'netdev' group or CAP_NET_ADMIN capability; (3) the system must be running a Linux kernel from version 5.18 up to but not including the respective patched stable release for their series. … Additional conditions and limiting factors are described in the full assessment.
Risk Assessment The CVSS 3.1 score of 7.1 (AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H) signals a locally exploitable flaw with high confidentiality and availability impact, but contextual signals substantially reduce real-world priority. … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in.
Exploit Scenario A local user with low-privilege shell access on a Linux server hosting an OCP PTP card runs a devlink query (e.g., 'devlink dev info') against the ptp_ocp device, triggering the driver to read the 13-byte EEPROM board ID field without a NUL terminator. The kernel's string handling continues reading past the field boundary into adjacent kernel memory, potentially leaking sensitive kernel data to the user or, if the over-read crosses an unmapped memory page, causing a kernel panic that crashes the host. …
Remediation The primary remediation is to upgrade the Linux kernel to a patched stable release: 6.1.183 or later for the 6.1.x LTS series, 6.6.152 or later for the 6.6.x LTS series, 6.12.104 or later for the 6.12.x series, 6.18.45 or later for the 6.18.x series, 7.1.9 or later for the 7.1.x series, or any 7.2+ release. … Detailed patch versions, workarounds, and compensating controls in full report.

Recommended ActionAI

Within 24 hours, inventory all systems running Linux with ptp_ocp driver support and document their current kernel versions. …

Sign in for detailed remediation steps and compensating controls.

Threat intelligence, references, and detailed analysis are available after sign-in.

Share

EUVD-2026-64540 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy