CVE-2023-53189 Details
Description
In the Linux kernel, the following vulnerability has been resolved: ipv6/addrconf: fix a potential refcount underflow for idev Now in addrconf_mod_rs_timer(), reference idev depends on whether rs_timer is not pending. Then modify rs_timer timeout. There is a time gap in [1], during which if the pending rs_timer becomes not pending. It will miss to hold idev, but the rs_timer is activated. Thus rs_timer callback function addrconf_rs_timer() will be executed and put idev later without holding idev. A refcount underflow issue for idev can be caused by this. if (!timer_pending(&idev->rs_timer)) in6_dev_hold(idev); <--------------[1] mod_timer(&idev->rs_timer, jiffies + when); To fix the issue, hold idev if mod_timer() return 0.
A potential refcount underflow vulnerability has been identified in the Linux kernel's IPv6 address configuration module. This issue arises in the 'addrconf_mod_rs_timer()' function, where the reference count for the 'idev' structure may be improperly managed. The vulnerability is present in several versions of the Linux kernel.
Users can apply the latest patches available in the Linux kernel stable tree to address this vulnerability.
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/06a0716949c22e2aefb648526580671197151acc | kernel.org | Patch |
| https://git.kernel.org/stable/c/1f656e483eb4733d62f18dfb206a49b78f60f495 | kernel.org | Patch |
| https://git.kernel.org/stable/c/2ad31ce40e8182860b631e37209e93e543790b7c | kernel.org | Patch |
| https://git.kernel.org/stable/c/436b7cc7eae7851c184b671ed7a4a64c750b86f7 | kernel.org | Patch |
| https://git.kernel.org/stable/c/82abd1c37d3bf2a2658b34772c17a25a6f9cca42 | kernel.org | Patch |
| https://git.kernel.org/stable/c/c6395e32935d35e6f935e7caf1c2dac5a95943b4 | kernel.org | Patch |
| https://git.kernel.org/stable/c/c7eeba47058532f6077d6a658e38b6698f6ae71a | kernel.org | Patch |
| https://git.kernel.org/stable/c/df62fdcd004afa72ecbed0e862ebb983acd3aa57 | kernel.org | Patch |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-191 | Integer Underflow (Wrap or Wraparound) | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| linux linux kernel | >= 3.10.105, < 4.14.322 >= 4.15, < 4.19.291 >= 4.20, < 5.4.251 >= 5.5, < 5.10.188 >= 5.11, < 5.15.121 >= 5.16, < 6.1.40 >= 6.2, < 6.4.5 6.5 rc1 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Aug 4, 2026 | CVE Modified | kernel.org |
| Jun 17, 2026 | CVE Modified | kernel.org |
| Dec 2, 2025 | Initial Analysis | [email protected] |
| Sep 15, 2025 | New CVE Received | kernel.org |