Skip to main content

Linux Kernel EUVD-2026-28764

| CVE-2026-43458 HIGH
Use After Free (CWE-416)
2026-05-08 Linux GHSA-27j8-6q5h-m6jx
7.8
CVSS 3.1
Share

CVSS VectorNVD

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

Lifecycle Timeline

4
Analysis Generated
May 21, 2026 - 16:52 vuln.today
CVSS changed
May 21, 2026 - 16:52 NVD
7.8 (HIGH)
Patch available
May 08, 2026 - 16:18 EUVD
CVE Published
May 08, 2026 - 14:22 nvd
UNKNOWN (no severity yet)

DescriptionNVD

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

serial: caif: hold tty->link reference in ldisc_open and ser_release

A reproducer triggers a KASAN slab-use-after-free in pty_write_room() when caif_serial's TX path calls tty_write_room(). The faulting access is on tty->link->port.

Hold an extra kref on tty->link for the lifetime of the caif_serial line discipline: get it in ldisc_open() and drop it in ser_release(), and also drop it on the ldisc_open() error path.

With this change applied, the reproducer no longer triggers the UAF in my testing.

AnalysisAI

Local privilege escalation in the Linux kernel's CAIF serial driver allows attackers with local access to trigger a use-after-free condition in pty_write_room() via the caif_serial line discipline. The flaw stems from missing reference counting on tty->link, enabling memory corruption that can lead to arbitrary kernel code execution with full confidentiality, integrity, and availability impact. …

Sign in for full analysis, threat intelligence, and remediation guidance.

RemediationAI

24-hour: Identify and inventory all Linux systems with CAIF serial driver enabled; assess exposure based on local user access policies. 7-day: Apply vendor-released kernel patch addressing CVE-2026-43458 to all affected systems; prioritize systems with elevated local user access. …

Sign in for detailed remediation steps.

Vendor StatusVendor

Share

EUVD-2026-28764 vulnerability details – vuln.today

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