CVE-2026-64249
Received Received - Intake

Use-After-Free in Linux Kernel FPGA Region

Vulnerability report for CVE-2026-64249, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-24

Last updated on: 2026-07-24

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: fpga: region: fix use-after-free in child_regions_with_firmware() Move of_node_put(child_region) after the error print to avoid accessing freed memory when pr_err() references child_region. [ Yilun: Fix the Fixes tag ]

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-24
Last Modified
2026-07-24
Generated
2026-07-24
AI Q&A
2026-07-24
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a use-after-free vulnerability in the Linux kernel's FPGA region driver. It occurs when the kernel tries to access memory that has already been freed, specifically when an error message references a child region after it has been freed. The fix moves the cleanup operation to prevent accessing freed memory.

Detection Guidance

This vulnerability is specific to the Linux kernel's FPGA region handling and does not have direct network detection methods. To detect it, check if your system is running a vulnerable kernel version. Use commands like 'uname -a' to view the kernel version and compare it against the patched version. If you suspect exploitation, inspect kernel logs for FPGA-related errors or crashes.

Impact Analysis

This vulnerability could cause system crashes or instability if exploited. It may lead to denial-of-service conditions or potential privilege escalation if an attacker triggers the use-after-free scenario. Systems using FPGA regions with firmware are most affected.

Mitigation Strategies

Update your Linux kernel to the latest patched version to resolve this use-after-free vulnerability. If immediate patching is not possible, consider disabling FPGA region functionality temporarily as a workaround. Monitor kernel logs for any FPGA-related errors post-update.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-64249. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart