CVE-2025-40168
Description
In the Linux kernel, the following vulnerability has been resolved: smc: Use __sk_dst_get() and dst_dev_rcu() in smc_clc_prfx_match(). smc_clc_prfx_match() is called from smc_listen_work() and not under RCU nor RTNL. Using sk_dst_get(sk)->dev could trigger UAF. Let's use __sk_dst_get() and dst_dev_rcu(). Note that the returned value of smc_clc_prfx_match() is not used in the caller.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
No mitigations published for this CVE yet.
The vendor-content worker queues fetches as references arrive (check back in a few minutes). Or โ if you've already worked around this in production โ publish your fix to the community-verified tier.
โ Propose a mitigation on Community โ Mitigations published via the community go through AI scoring + 2 human reviewers + 7-day silent objection window before landing here withsource_tier=community-verified.
OS impact
SUSE Affected 1 release
| Version | Status | Fixed in |
|---|---|---|
| โ | Affected | โ |
Debian Mixed 5 releases
| Version | Status | Fixed in |
|---|---|---|
| trixie | Affected | โ |
| sid | Fixed | 6.17.6-1 |
| forky | Fixed | 6.17.6-1 |
| bullseye | Affected | โ |
| bookworm | Affected | โ |
AlmaLinux Fixed 1 release
| Version | Status | Fixed in |
|---|---|---|
| 9 | Fixed | kernel-devel-matched-5.14.0-611.36.1.el9_7.aarch64.rpm |
Red Hat Fixed 2 releases
| Version | Status | Fixed in |
|---|---|---|
| 9 | Fixed | โ |
| 8 | Fixed | โ |
Rocky Linux Fixed 2 releases
| Version | Status | Fixed in |
|---|---|---|
| 9 | Fixed | โ |
| 8 | Fixed | โ |
References
- https://errata.rockylinux.org/RLSA-2026:2821
- https://errata.rockylinux.org/RLSA-2026:2720
- https://access.redhat.com/errata/RHSA-2026:3488
- https://www.suse.com/security/cve/CVE-2025-40168.html
- https://errata.rockylinux.org/RLSA-2026:3488
- https://security-tracker.debian.org/tracker/CVE-2025-40168
- https://bugzilla.redhat.com/2414482
- https://bugzilla.redhat.com/2429026
- https://bugzilla.redhat.com/2436802
- https://errata.almalinux.org/9/ALSA-2026-3488.html
- https://access.redhat.com/errata/RHSA-2026:2720
- https://bugzilla.redhat.com/2419838
- https://bugzilla.redhat.com/2419870
- https://errata.almalinux.org/8/ALSA-2026-2720.html
- https://access.redhat.com/errata/RHSA-2026:2821
- https://errata.almalinux.org/8/ALSA-2026-2821.html
Community-verified mitigations for this CVE will appear above when contributors publish them.
Verify integrity in audit chain (admin only). AS-IS.