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().
Published: 2026-07-25
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability lies in the ebtables component of the Linux kernel, where the system fails to verify that a module name string is null‑terminated before passing it to request_module(). This omission can cause the kernel to receive an improperly terminated string and may lead to unintended module loading or kernel memory corruption. The description does not explicitly state that arbitrary execution is guaranteed; however, the flaw could compromise kernel integrity or stability.

Affected Systems

All Linux kernel releases that contain the ebtables module without the added null‑termination check are susceptible. No specific kernel version range is listed, so any system running an unpatched kernel incorporating ebtables can be affected.

Risk and Exploitability

The CVSS score of 7.1 reflects a high severity due to the potential impact on kernel integrity, while the EPSS score of <1% suggests a very low current probability of exploitation. The vulnerability is not listed in CISA’s KEV catalog. Based on the description, the likely attack vector would involve manipulating ebtables to supply a non‑terminated module name, which typically requires privileged access or an additional vector that allows influencing netfilter rule configuration.

Generated by OpenCVE AI on August 4, 2026 at 14:26 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Linux kernel patch that adds a null‑termination check before calling request_module() in ebtables.
  • Ensure that any ebtables rules or scripts supplying module names use properly null‑terminated strings and avoid arbitrary input.
  • Audit system logs for unexpected kernel module loading events related to ebtables and review netfilter configuration for suspicious entries.

Generated by OpenCVE AI on August 4, 2026 at 14:26 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4717-1 linux security update
Debian DLA Debian DLA DLA-4720-1 linux security update
Debian DLA Debian DLA DLA-4723-1 linux-6.1 security update
Debian DLA Debian DLA DLA-4724-1 linux-6.12 new package
History

Mon, 03 Aug 2026 19:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20

Thu, 30 Jul 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-125
References
Metrics threat_severity

None

threat_severity

Moderate


Mon, 27 Jul 2026 05:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20

Mon, 27 Jul 2026 05:15:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.1, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H'}


Sat, 25 Jul 2026 09:30:00 +0000

Type Values Removed Values Added
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().
Title netfilter: ebtables: module names must be null-terminated
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-05T12:41:46.976Z

Reserved: 2026-07-19T15:36:31.786Z

Link: CVE-2026-64412

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-07-25T10:17:24.990

Modified: 2026-08-11T15:01:50.637

Link: CVE-2026-64412

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-25T00:00:00Z

Links: CVE-2026-64412 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T14:30:10Z

Weaknesses