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-68238

Published Aug 10, 2026 EPSS 0.17% (6th pctl)

Overview

CVE-2026-68238 is a known-severity vulnerability. It was published on August 10, 2026.

Technical Description

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

drm/amdgpu: Release VFCT ACPI table reference

amdgpu_acpi_vfct_bios() fetches the VFCT table with acpi_get_table()

but never releases it. acpi_get_table() takes a reference on the

table (incrementing its validation_count and mapping it on the 0->1

transition); without a paired acpi_put_table() the mapping is leaked

on every call, whether or not a matching VBIOS image is found.

Route all exit paths after the table is acquired through a common

acpi_put_table(). The VBIOS image is copied out with kmemdup() before

the table is released, so it remains valid for the caller.

(cherry picked from commit ca5988682b4cba4cd125a0fa99b2de1239164ae4)

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-68238?

CVE-2026-68238 is a known-severity vulnerability. It was published on August 10, 2026.

How severe is CVE-2026-68238?

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-68238?

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-68238?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-68238 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.