CVE-2026-64044

7.8

Linux · Kernel

A reference counting flaw in the Linux kernel ovpn driver allows local users with low privileges to achieve high confidentiality, integrity, and availability impact.

Executive summary

A reference counting vulnerability in the Linux kernel ovpn driver allows authenticated local users to execute arbitrary code or compromise system integrity.

Vulnerability

This is a reference count management flaw in the ovpn network driver error path (CWE-400), where the CMD_NEW_PEER error handler improperly bypasses reference counting via ovpn_peer_release() instead of ovpn_peer_put(). The attack vector requires local access with low privileges and no user interaction.

Business impact

A successful exploit of this vulnerability can lead to complete system compromise, including unauthorized access to sensitive data, system downtime, and loss of data integrity. With a CVSS score of 7.8, the vulnerability poses a high risk to organizational security, as a compromised local account can escalate privileges or disrupt core system operations.

Remediation

Immediate Action: Update the Linux kernel to version 6.18.34, 7.0.11, or later depending on the active release branch.

Proactive Monitoring: Monitor system logs for kernel panics, segmentation faults, and unusual local privilege escalation attempts.

Compensating Controls: Restrict local shell access and audit user accounts to minimize the number of users capable of executing local commands on sensitive systems.

Exploitation status

Public Exploit Available: No

Analyst recommendation

Administrators managing affected Linux distributions should apply the patched kernel versions immediately to neutralize the reference counting flaw. Because local attackers can leverage this defect to compromise system stability and security, prompt kernel maintenance is critical for risk mitigation.

More Linux CVEs

Sources