Description
In the Linux kernel, the following vulnerability has been resolved:

ipvs: stop estimator after disabled calc phase

IPVS estimator kthread 0 starts with zeroed chain and tick limits until
its initial calculation phase completes. If network namespace teardown
clears ipvs->enable during that phase, ip_vs_est_calc_phase() can return
without installing positive limits.

The kthread can then continue into its main loop and drain
est_temp_list with zero chain_max, tick_max and est_max_count values.
Each enqueue consumes one available tick row, but est_count never
reaches the zero est_max_count value. After all rows are consumed, the
row lookup returns IPVS_EST_NTICKS and ip_vs_enqueue_estimator() writes
past the ticks and tick_len arrays.

Exit kthread 0 after the calculation phase if the kthread is stopping or
IPVS has been disabled. That keeps temporary estimators from being
drained after the limits failed to initialize.

Estimator kthreads can now self-exit before teardown or reload stops
kd->task. Keep an extra task reference after creation and release it
with kthread_stop_put(), so kd->task remains valid until the stop paths
consume that reference.
Published: 2026-08-22
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: Kernel memory corruption potentially leading to privilege escalation or denial of service
Action: Apply Patch
AI Analysis

Impact

The Linux kernel IPVS estimator kthread may write beyond the bounds of the ticks and tick_len arrays when the network namespace is torn down during its calculation phase. This out‑of‑bounds write corrupts kernel memory. The description indicates that such corruption can cause kernel crashes; the possibility of arbitrary kernel code execution is inferred from the nature of the memory overwrite, as kernel memory corruption can be leveraged by an attacker with sufficient privileges. The vulnerability is a classic out‑of‑bounds write weakness.

Affected Systems

All Linux kernel builds that include the unpatched IPVS estimator code are affected. This applies broadly to any system running the official Linux kernel with the IPVS service enabled, including servers and network appliances that rely on IPVS for load balancing.

Risk and Exploitability

The CVSS score of 7.8 indicates high severity, and the EPSS score of < 1% denotes a low but non‑zero probability of exploitation. The vulnerability is not listed in the CISA KEV catalog. Exploitation would likely require local or privileged access to disable IPVS or trigger a namespace teardown while IPVS is active. Once the out‑of‑bounds write occurs, the attacker could potentially elevate privileges or cause a denial of service by crashing the system. The risk is significant for environments where IPVS is used and patching is delayed.

Generated by OpenCVE AI on August 25, 2026 at 10:06 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that includes the patch for the IPVS estimator memory corruption issue.
  • If a kernel upgrade is not immediately possible, disable or unload the IPVS module before performing any network namespace teardown or stopping IPVS to prevent the estimator kthread from draining incomplete estimators.
  • Monitor system logs for kernel panics or signs of memory corruption and apply any backport, recompilation, or vendor patch that contains the fix as soon as it becomes available.

Generated by OpenCVE AI on August 25, 2026 at 10:06 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DSA Debian DSA DSA-6466-1 linux security update
History

Tue, 25 Aug 2026 12:15:00 +0000


Tue, 25 Aug 2026 10:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-787

Tue, 25 Aug 2026 08:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-787

Tue, 25 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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


Sat, 22 Aug 2026 18:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-787

Sat, 22 Aug 2026 15:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: ipvs: stop estimator after disabled calc phase IPVS estimator kthread 0 starts with zeroed chain and tick limits until its initial calculation phase completes. If network namespace teardown clears ipvs->enable during that phase, ip_vs_est_calc_phase() can return without installing positive limits. The kthread can then continue into its main loop and drain est_temp_list with zero chain_max, tick_max and est_max_count values. Each enqueue consumes one available tick row, but est_count never reaches the zero est_max_count value. After all rows are consumed, the row lookup returns IPVS_EST_NTICKS and ip_vs_enqueue_estimator() writes past the ticks and tick_len arrays. Exit kthread 0 after the calculation phase if the kthread is stopping or IPVS has been disabled. That keeps temporary estimators from being drained after the limits failed to initialize. Estimator kthreads can now self-exit before teardown or reload stops kd->task. Keep an extra task reference after creation and release it with kthread_stop_put(), so kd->task remains valid until the stop paths consume that reference.
Title ipvs: stop estimator after disabled calc phase
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-25T05:41:25.343Z

Reserved: 2026-08-15T05:44:03.925Z

Link: CVE-2026-74670

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-22T16:16:40.953

Modified: 2026-08-25T06:18:49.380

Link: CVE-2026-74670

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-22T00:00:00Z

Links: CVE-2026-74670 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-25T10:15:04Z

Weaknesses