๐Ÿ” CVE Alert

CVE-2022-50043

UNKNOWN 0.0

net: fix potential refcount leak in ndisc_router_discovery()

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: net: fix potential refcount leak in ndisc_router_discovery() The issue happens on specific paths in the function. After both the object `rt` and `neigh` are grabbed successfully, when `lifetime` is nonzero but the metric needs change, the function just deletes the route and set `rt` to NULL. Then, it may try grabbing `rt` and `neigh` again if above conditions hold. The function simply overwrite `neigh` if succeeds or returns if fails, without decreasing the reference count of previous `neigh`. This may result in memory leaks. Fix it by decrementing the reference count of `neigh` in place.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Jun 18, 2025
Last Updated May 11, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
6b2e04bc240fe9be9e690059f710e9f95346d34d < ffb15594433391fd7885eb88ce5a7f7bdeefbb15 6b2e04bc240fe9be9e690059f710e9f95346d34d < 7998043d31d000c3a93f46182e6569dd0eecda34 6b2e04bc240fe9be9e690059f710e9f95346d34d < 7396ba87f1edf549284869451665c7c4e74ecd4f
Linux / Linux
5.12

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/ffb15594433391fd7885eb88ce5a7f7bdeefbb15 git.kernel.org: https://git.kernel.org/stable/c/7998043d31d000c3a93f46182e6569dd0eecda34 git.kernel.org: https://git.kernel.org/stable/c/7396ba87f1edf549284869451665c7c4e74ecd4f