CVE-2026-53270 Details
Description
In the Linux kernel, the following vulnerability has been resolved: ipvs: clear the svc scheduler ptr early on edit ip_vs_edit_service() while unbinding the old scheduler clears the svc->scheduler ptr after the scheduler module initiates RCU callbacks. This can cause packets to use the old scheduler at the time when svc->sched_data is already freed after RCU grace period. Fix it by clearing the ptr early in ip_vs_unbind_scheduler(), before the done_service method schedules any RCU callbacks. Also, if the new scheduler fails to initialize when replacing the old scheduler, try to restore the old scheduler while still returning the error code.
A vulnerability in the Linux kernel's IP Virtual Server (IPVS) module can lead to improper scheduler management. When editing a service, the old scheduler pointer is cleared only after RCU callbacks are initiated, potentially causing packets to reference a freed scheduler. This issue arises in the stable Linux kernel.
Users can update to the latest version of the Linux kernel where this vulnerability has been fixed.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
No SSVC data is available for this CVE.
References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://git.kernel.org/stable/c/14e4689c113b4c06af1069364ade24fdd7055f33 | kernel.org | Patch |
| https://git.kernel.org/stable/c/193989cc6d80dd8e0460fb3992e69fa03bf0ff9b | kernel.org | Patch |
| https://git.kernel.org/stable/c/19a9493faa4bf3c7bd0a386f30b60b1bb4a3da03 | kernel.org | Patch |
| https://git.kernel.org/stable/c/25918720ba97f974a4f8d433b5a0132c5b43f6f3 | kernel.org | Patch |
| https://git.kernel.org/stable/c/7d4f5004511757e3984901ffb412fcf858d80ed5 | kernel.org | Patch |
| https://git.kernel.org/stable/c/c6376b9b1b4d2bad638256b1b3588e073344ae69 | kernel.org | Patch |
| https://git.kernel.org/stable/c/d10730a1f2caf08088e0db1b19b242f3e6fa5f06 | kernel.org | Patch |
| https://git.kernel.org/stable/c/e4feec3174036ba772006be74beee0efa09a9eb8 | kernel.org | Patch |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| NVD-CWE-noinfo | Insufficient Information to Classify Weakness | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| linux linux kernel | >= 3.18.23, < 3.19 >= 4.1.11, < 4.2 >= 4.2.1, < 5.10.259 >= 5.11, < 5.15.210 >= 5.16, < 6.1.176 >= 6.2, < 6.6.143 >= 6.7, < 6.12.94 >= 6.13, < 6.18.36 >= 6.19, < 7.0.13 4.2 - 4.2 rc5 4.2 rc6 4.2 rc7 4.2 rc8 7.1 rc1 7.1 rc2 7.1 rc3 7.1 rc4 7.1 rc5 7.1 rc6 |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 8, 2026 | Initial Analysis | [email protected] |
| Jun 28, 2026 | CVE Modified | kernel.org |
| Jun 25, 2026 | New CVE Received | kernel.org |