VDB
CISA-2024-26950
CISA-2024-26950
PUBLISHED
CVSS 5.5 MEDIUM
Reported by Linux · Published May 1, 2024
In the Linux kernel, the following vulnerability has been resolved: wireguard: netlink: access device through ctx instead of peer The previous commit fixed a bug that led to a NULL peer->device being dereferenced. It's actually easier and faster performance-wise to instead get the device from ctx->wg. This semantically makes more sense too, since ctx->wg->peer_allowedips.seq is compared with ctx->allowedips_seq, basing them both in ctx. This also acts as a defence in depth provision against freed peers.
Risk Scores
CVSS 3.1
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | e7096c131e5161fa3b8e52a650d7719d2857adfd, e7096c131e5161fa3b8e52a650d7719d2857adfd, e7096c131e5161fa3b8e52a650d7719d2857adfd |
| Linux | Linux | 5.6, 0, 5.10.215 |
| Linux | Linux | 6.7.12, e7096c131e5161fa3b8e52a650d7719d2857adfd, e7096c131e5161fa3b8e52a650d7719d2857adfd |
| linux | linux_kernel | 5.6, 5.6, 5.6 |
Timeline
- May 1, 2024 CVE Published
- May 4, 2025 CVE Updated