Import Source
https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-97365.json
JSON Data
https://api.osv.dev/v1/vulns/AZL-97365
Upstream
Published
2026-08-22T16:16:40Z
Modified
2026-08-30T05:26:50Z
Summary
CVE-2026-74670 affecting package kernel 6.6.150.1-1
Details

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, ipvsestcalcphase() can return without installing positive limits.

The kthread can then continue into its main loop and drain esttemplist with zero chainmax, tickmax and estmaxcount values. Each enqueue consumes one available tick row, but estcount never reaches the zero estmaxcount value. After all rows are consumed, the row lookup returns IPVSESTNTICKS and ipvsenqueueestimator() 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 kthreadstopput(), so kd->task remains valid until the stop paths consume that reference.

References

Affected packages

Azure Linux:3 / kernel

Package

Name
kernel
Purl
pkg:rpm/azure-linux/kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Last affected
6.6.150.1-1

Database specific

source
"https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-97365.json"