CVE-2026-64150
Received Received - Intake

Local Lock Release Before Softirq Re-enable in Linux Kernel

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

Publication date: 2026-07-19

Last updated on: 2026-07-19

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_inner: release local_lock before re-enabling softirqs Quoting sashiko: In the error path, local_bh_enable() is called before local_unlock_nested_bh().

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-19
Last Modified
2026-07-19
Generated
2026-07-20
AI Q&A
2026-07-19
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 vulnerability in the Linux kernel involves an incorrect order of operations in the error path of the netfilter subsystem. Specifically, local_bh_enable() is called before local_unlock_nested_bh(), which could lead to improper handling of softirqs and potential race conditions.

Detection Guidance

This vulnerability is specific to the Linux kernel's netfilter subsystem and involves incorrect handling of local locks and softirqs in the nft_inner module. Detection requires checking kernel logs for related errors or kernel crashes involving netfilter or nftables. Commands like dmesg | grep -i nft or journalctl -k | grep -i nft may help identify issues. Ensure your kernel is updated to a patched version.

Impact Analysis

This vulnerability may cause system instability, crashes, or unexpected behavior due to improper softirq handling. It could lead to denial-of-service conditions or security issues if exploited to manipulate kernel behavior.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR, HIPAA, or similar standards as it is a low-level kernel issue related to local_lock and softirq handling. No evidence suggests it impacts data protection, privacy, or security controls required by these regulations.

Mitigation Strategies

Update the Linux kernel to the latest patched version to resolve the nft_inner local_lock and softirq handling issue.

Chat Assistant

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

EPSS Chart