Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-68455

Published Aug 15, 2026 EPSS 0.15% (5th pctl)

Overview

CVE-2026-68455 is a known-severity vulnerability. It was published on August 15, 2026.

Technical Description

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

liveupdate: validate session type before performing operation

The sessions ioctls are not applicable to all session types. PRESERVE_FD

is only applicable to outgoing sessions. RETRIEVE_FD and FINISH are only

valid for incoming session. Calling a incoming ioctl on an outgoing

session is invalid and can cause file handlers to run into unexpected

errors.

For example, a user can create a (outgoing) session, preserve a memfd,

and then immediately do a retrieve without doing a kexec in between.

This would result in memfd's retrieve handler to run. The handlers

expects to be called from a post-kexec context, and will try to do a

kho_restore_vmalloc() or kho_restore_folio() to try and restore memory.

KHO catches this (thanks to KHO_PAGE_MAGIC) and returns an error, but

since this is considered an internal error and KHO throws out a bunch of

WARN()s.

Associate a type with each ioctl op and validate the type in

luo_session_

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2026-68455?

CVE-2026-68455 is a known-severity vulnerability. It was published on August 15, 2026.

How severe is CVE-2026-68455?

CVSS score information is not yet available for this vulnerability. Check back as the CVE record is updated by NVD analysts.

How do I fix or remediate CVE-2026-68455?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-68455?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-68455 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.