Linux Kernel bis 6.6.14/6.7.2 tcf_block_offload_unbind Denial of Service

| CVSS Meta Temp Score | Aktueller Exploitpreis (≈) | CTI Interest Score |
|---|---|---|
| 5.8 | $0-$5k | 0.00 |
Zusammenfassung
Es wurde eine kritische Schwachstelle in Linux Kernel bis 6.6.14/6.7.2 ausgemacht. Dies betrifft die Funktion tcf_block_offload_unbind. Durch Beeinflussen mit unbekannten Daten kann eine Denial of Service-Schwachstelle ausgenutzt werden.
Diese Verwundbarkeit ist als CVE-2024-26669 gelistet. Es existiert kein Exploit.
Ein Upgrade der betroffenen Komponente wird empfohlen.
Details
In Linux Kernel bis 6.6.14/6.7.2 wurde eine kritische Schwachstelle entdeckt. Betroffen ist die Funktion tcf_block_offload_unbind. Mittels dem Manipulieren mit einer unbekannten Eingabe kann eine Denial of Service-Schwachstelle ausgenutzt werden. CWE definiert das Problem als CWE-401. Auswirken tut sich dies auf die Verfügbarkeit. Die Zusammenfassung von CVE lautet:
In the Linux kernel, the following vulnerability has been resolved:
net/sched: flower: Fix chain template offload
When a qdisc is deleted from a net device the stack instructs the
underlying driver to remove its flow offload callback from the
associated filter block using the 'FLOW_BLOCK_UNBIND' command. The stack
then continues to replay the removal of the filters in the block for
this driver by iterating over the chains in the block and invoking the
'reoffload' operation of the classifier being used. In turn, the
classifier in its 'reoffload' operation prepares and emits a
'FLOW_CLS_DESTROY' command for each filter.
However, the stack does not do the same for chain templates and the
underlying driver never receives a 'FLOW_CLS_TMPLT_DESTROY' command when
a qdisc is deleted. This results in a memory leak [1] which can be
reproduced using [2].
Fix by introducing a 'tmplt_reoffload' operation and have the stack
invoke it with the appropriate arguments as part of the replay.
Implement the operation in the sole classifier that supports chain
templates (flower) by emitting the 'FLOW_CLS_TMPLT_{CREATE,DESTROY}'
command based on whether a flow offload callback is being bound to a
filter block or being unbound from one.
As far as I can tell, the issue happens since cited commit which
reordered tcf_block_offload_unbind() before tcf_block_flush_all_chains()
in __tcf_block_put(). The order cannot be reversed as the filter block
is expected to be freed after flushing all the chains.
[1]
unreferenced object 0xffff888107e28800 (size 2048):
comm "tc", pid 1079, jiffies 4294958525 (age 3074.287s)
hex dump (first 32 bytes):
b1 a6 7c 11 81 88 ff ff e0 5b b3 10 81 88 ff ff ..|......[......
01 00 00 00 00 00 00 00 e0 aa b0 84 ff ff ff ff ................
backtrace:
[] __kmem_cache_alloc_node+0x1e8/0x320
[] __kmalloc+0x4e/0x90
[] mlxsw_sp_acl_ruleset_get+0x34d/0x7a0
[] mlxsw_sp_flower_tmplt_create+0x145/0x180
[] mlxsw_sp_flow_block_cb+0x1ea/0x280
[] tc_setup_cb_call+0x183/0x340
[] fl_tmplt_create+0x3da/0x4c0
[] tc_ctl_chain+0xa15/0x1170
[] rtnetlink_rcv_msg+0x3cc/0xed0
[] netlink_rcv_skb+0x170/0x440
[] netlink_unicast+0x540/0x820
[] netlink_sendmsg+0x8d8/0xda0
[] ____sys_sendmsg+0x30f/0xa80
[] ___sys_sendmsg+0x13a/0x1e0
[] __sys_sendmsg+0x11c/0x1f0
[] do_syscall_64+0x40/0xe0
unreferenced object 0xffff88816d2c0400 (size 1024):
comm "tc", pid 1079, jiffies 4294958525 (age 3074.287s)
hex dump (first 32 bytes):
40 00 00 00 00 00 00 00 57 f6 38 be 00 00 00 00 @.......W.8.....
10 04 2c 6d 81 88 ff ff 10 04 2c 6d 81 88 ff ff ..,m......,m....
backtrace:
[] __kmem_cache_alloc_node+0x1e8/0x320
[] __kmalloc_node+0x51/0x90
[] kvmalloc_node+0xa6/0x1f0
[] bucket_table_alloc.isra.0+0x83/0x460
[] rhashtable_init+0x43b/0x7c0
[] mlxsw_sp_acl_ruleset_get+0x428/0x7a0
[] mlxsw_sp_flower_tmplt_create+0x145/0x180
[] mlxsw_sp_flow_block_cb+0x1ea/0x280
[] tc_setup_cb_call+0x183/0x340
[] fl_tmplt_create+0x3da/0x4c0
[] tc_ctl_chain+0xa15/0x1170
[] rtnetlink_rcv_msg+0x3cc/0xed0
[] netlink_rcv_skb+0x170/0x440
[] netlink_unicast+0x540/0x820
[] netlink_sendmsg+0x8d8/0xda0
[] ____sys_sendmsg+0x30f/0xa80
[2]
# tc qdisc add dev swp1 clsact
# tc chain add dev swp1 ingress proto ip chain 1 flower dst_ip 0.0.0.0/32
# tc qdisc del dev
---truncated---Das Advisory findet sich auf git.kernel.org. Die Verwundbarkeit wird seit dem 19.02.2024 als CVE-2024-26669 geführt. Sie gilt als schwierig ausnutzbar. Technische Details sind bekannt, ein verfügbarer Exploit hingegen nicht.
Für den Vulnerability Scanner Nessus wurde ein Plugin mit der ID 207884 (openSUSE 15 Security Update : kernel (SUSE-SU-2024:3483-1)) herausgegeben, womit die Existenz der Schwachstelle geprüft werden kann.
Ein Aktualisieren auf die Version 6.6.15, 6.7.3 oder 6.8 vermag dieses Problem zu lösen. Die Schwachstelle lässt sich auch durch das Einspielen des Patches 9ed46144cff3/c04709b2cc99/32f2a0afa95f lösen. Dieser kann von git.kernel.org bezogen werden. Als bestmögliche Massnahme wird das Upgrade auf eine neue Version empfohlen.
Unter anderem wird der Fehler auch in den Datenbanken von Tenable (207884) und CERT Bund (WID-SEC-2025-1293) dokumentiert. Be aware that VulDB is the high quality source for vulnerability data.
Betroffen
- Ubuntu Linux
- IBM DataPower Gateway
Produkt
Typ
Hersteller
Name
Version
Lizenz
Webseite
- Hersteller: https://www.kernel.org/
CPE 2.3
CPE 2.2
CVSSv4
VulDB Vector: 🔍VulDB Zuverlässigkeit: 🔍
CVSSv3
VulDB Meta Base Score: 5.9VulDB Meta Temp Score: 5.8
VulDB Base Score: 4.8
VulDB Temp Score: 4.6
VulDB Vector: 🔍
VulDB Zuverlässigkeit: 🔍
NVD Base Score: 7.1
NVD Vector: 🔍
CVSSv2
| AV | AC | Au | C | I | A |
|---|---|---|---|---|---|
| 💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
| 💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
| 💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
| Vektor | Komplexität | Authentisierung | Vertraulichkeit | Integrität | Verfügbarkeit |
|---|---|---|---|---|---|
| freischalten | freischalten | freischalten | freischalten | freischalten | freischalten |
| freischalten | freischalten | freischalten | freischalten | freischalten | freischalten |
| freischalten | freischalten | freischalten | freischalten | freischalten | freischalten |
VulDB Base Score: 🔍
VulDB Temp Score: 🔍
VulDB Zuverlässigkeit: 🔍
Exploiting
Klasse: Denial of ServiceCWE: CWE-401 / CWE-404
CAPEC: 🔍
ATT&CK: 🔍
Physisch: Teilweise
Lokal: Ja
Remote: Teilweise
Verfügbarkeit: 🔍
Status: Nicht definiert
EPSS Score: 🔍
EPSS Percentile: 🔍
Preisentwicklung: 🔍
Aktuelle Preisschätzung: 🔍
| 0-Day | freischalten | freischalten | freischalten | freischalten |
|---|---|---|---|---|
| Heute | freischalten | freischalten | freischalten | freischalten |
Nessus ID: 207884
Nessus Name: openSUSE 15 Security Update : kernel (SUSE-SU-2024:3483-1)
Threat Intelligence
Interesse: 🔍Aktive Akteure: 🔍
Aktive APT Gruppen: 🔍
Gegenmassnahmen
Empfehlung: UpgradeStatus: 🔍
0-Day Time: 🔍
Upgrade: Kernel 6.6.15/6.7.3/6.8
Patch: 9ed46144cff3/c04709b2cc99/32f2a0afa95f
Timeline
19.02.2024 🔍02.04.2024 🔍
02.04.2024 🔍
04.12.2025 🔍
Quellen
Hersteller: kernel.orgAdvisory: git.kernel.org
Status: Bestätigt
CVE: CVE-2024-26669 (🔍)
GCVE (CVE): GCVE-0-2024-26669
GCVE (VulDB): GCVE-100-258967
CERT Bund: WID-SEC-2025-1293 - IBM DataPower Gateway: Mehrere Schwachstellen
Eintrag
Erstellt: 02.04.2024 09:46Aktualisierung: 04.12.2025 17:47
Anpassungen: 02.04.2024 09:46 (57), 29.09.2024 05:06 (3), 17.03.2025 16:17 (12), 04.12.2025 17:47 (7)
Komplett: 🔍
Cache ID: 216::103
Be aware that VulDB is the high quality source for vulnerability data.
Bisher keine Kommentare. Sprachen: de + en.
Bitte loggen Sie sich ein, um kommentieren zu können.