7.5

CVE-2026-52998

netfilter: nfnetlink_osf: fix potential NULL dereference in ttl check

In the Linux kernel, the following vulnerability has been resolved:

netfilter: nfnetlink_osf: fix potential NULL dereference in ttl check

The nf_osf_ttl() function accessed skb->dev to perform a local interface
address lookup without verifying that the device pointer was valid.

Additionally, the implementation utilized an in_dev_for_each_ifa_rcu
loop to match the packet source address against local interface
addresses. It assumed that packets from the same subnet should not see a
decrement on the initial TTL. A packet might appear it is from the same
subnet but it actually isn't especially in modern environments with
containers and virtual switching.

Remove the device dereference and interface loop. Replace the logic with
a switch statement that evaluates the TTL according to the ttl_check.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
LinuxLinux Kernel Version >= 2.6.31 < 5.10.258
LinuxLinux Kernel Version >= 5.11 < 5.15.209
LinuxLinux Kernel Version >= 5.16 < 6.1.175
LinuxLinux Kernel Version >= 6.2 < 6.6.141
LinuxLinux Kernel Version >= 6.7 < 6.12.91
LinuxLinux Kernel Version >= 6.13 < 6.18.33
LinuxLinux Kernel Version >= 6.19 < 7.0.10
VulnDex Vulnerability Enrichment
Diese Information steht angemeldeten Benutzern zur Verfügung. Login Login
Zu dieser CVE wurde keine Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 0.5% 0.399
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
416baaa9-dc9f-4396-8d5f-8c081fb06d67 7.5 3.9 3.6
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
CWE-476 NULL Pointer Dereference

The product dereferences a pointer that it expects to be valid but is NULL.

https://git.kernel.org/stable/c/f4de0777e4554a7de19c920accde6319dd530782
Patch
https://git.kernel.org/stable/c/c996a90f3071cf43683e5423da31aadbe002b8b4
Patch
https://git.kernel.org/stable/c/edc806f9122961f0d3819f7c69c14cccde31f277
Patch
https://git.kernel.org/stable/c/5d05de2f0928d81309a815ecc76d1a3ad72cbc16
Patch
https://git.kernel.org/stable/c/95be653a76793856ff8b2d8bd82c2943c23f5ca8
Patch
https://git.kernel.org/stable/c/79b90a96688e521771fa6ed3dc7864b76b8df293
Patch
https://git.kernel.org/stable/c/83fc5dd63455a779ea2dd0f7ffee3c920919d80b
Patch
https://git.kernel.org/stable/c/711987ba281fd806322a7cd244e98e2a81903114
Patch