CVE-2026-68238
Last modified
CVE-2026-68238 is a vulnerability of currently unknown severity. 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().
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)
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 312278b3091912fa56a6a587609f17dcb33465c2; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 9b7de3ee5d2c5ee2a706e5f7ca0126f4fbea4da8; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 65bff26617607c1331283232016c0e89088c5b78; < 6.18.42; < 7.1.6 |
| Linux | Linux | All versions |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-68238?
How severe is CVE-2026-68238?
How do I fix CVE-2026-68238?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-68232In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68233In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68234In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68235In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68236In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68237In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68239In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6824A stored cross-site scripting (XSS) vulnerability exists in …8.4
- CVE-2026-68240In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68241In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68242In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68243In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-68238?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
