CVE-2026-64412
Received Received - Intake

BaseFortify

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

Publication date: 2026-07-25

Last updated on: 2026-07-25

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: netfilter: ebtables: module names must be null-terminated We need to explicitly check the length, else we may pass non-null terminated string to request_module().

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
netfilter ebtables *

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 a flaw in the ebtables module where module names are not properly null-terminated. This can lead to passing a non-null-terminated string to request_module(), potentially causing issues in module loading and execution.

Detection Guidance

This vulnerability involves improper null-termination in ebtables module names, which could lead to module loading issues. Detection requires checking kernel logs for module-related errors or unusual module loading behavior. Commands like dmesg | grep -i module or journalctl -k | grep -i ebtables may help identify issues.

Impact Analysis

The impact includes potential system instability or crashes due to improper module handling. Attackers might exploit this to execute arbitrary code or escalate privileges if they can manipulate module names.

Mitigation Strategies

Apply the latest kernel update from your Linux distribution to patch this issue. If immediate patching is not possible, monitor for module loading failures and restrict untrusted users from loading kernel modules.

Chat Assistant

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

EPSS Chart