CVE-2026-52916
N/A
Summary
In the Linux kernel, the following vulnerability has been resolved:
batman-adv: frag: disallow unicast fragment in fragment
batadv_frag_skb_buffer() is called by batadv_batman_skb_recv() when a BATADV_UNICAST_FRAG packet is received. Once all fragments are collected and the packet is reassembled, batadv_recv_frag_packet() calls batadv_batman_skb_recv() again to process the defragmented payload.
A malicious sender can craft a BATADV_UNICAST_FRAG packet whose reassembled payload is itself a BATADV_UNICAST_FRAG packet (matryoshka-style nesting). Each nesting level recurses through batadv_batman_skb_recv() without bound, growing the kernel stack until it is exhausted.
Since refragmentation or fragments in fragments are not actually allowed, discard all packets which are still BATADV_UNICAST_FRAG packets after the defragmentation process.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | 610bfc6bc99bc83680d190ebc69359a05fc7f605 < 0c208fa3859e3a33a1c38bebc41d021166e94ac8 | affected |
| Linux | Linux | 610bfc6bc99bc83680d190ebc69359a05fc7f605 < bcda4814dc6524283c0b958882cb963d75fe411d | affected |
| Linux | Linux | 610bfc6bc99bc83680d190ebc69359a05fc7f605 < aea54d0bbe156d5ab7d00d68f66149ff41f4612a | affected |
| Linux | Linux | 610bfc6bc99bc83680d190ebc69359a05fc7f605 < b54e459cf86943583c1aa2ee3081874e7ab1f5f3 | affected |
| Linux | Linux | 610bfc6bc99bc83680d190ebc69359a05fc7f605 < 5418be6c2e117bf8a316582795a8e3ff90f45e5d | affected |
| Linux | Linux | 610bfc6bc99bc83680d190ebc69359a05fc7f605 < 5895ad21c7059a652da83fb817510f7a1e962abf | affected |
| Linux | Linux | 610bfc6bc99bc83680d190ebc69359a05fc7f605 < 7138c35c9ad39a2fca6264af6b87466471f04ffc | affected |
| Linux | Linux | 610bfc6bc99bc83680d190ebc69359a05fc7f605 < bc62216dc8e221e3781afa14430f45208bfa9af9 | affected |
| Linux | Linux | 3.13 | affected |
| Linux | Linux | 0 < 3.13 | unaffected |
| Linux | Linux | 5.10.258 <= 5.10.* | unaffected |
| Linux | Linux | 5.15.209 <= 5.15.* | unaffected |
| Linux | Linux | 6.1.175 <= 6.1.* | unaffected |
| Linux | Linux | 6.6.142 <= 6.6.* | unaffected |
| Linux | Linux | 6.12.92 <= 6.12.* | unaffected |
| Linux | Linux | 6.18.34 <= 6.18.* | unaffected |
| Linux | Linux | 7.0.11 <= 7.0.* | unaffected |
| Linux | Linux | 7.1 <= * | unaffected |
Weaknesses
References
- https://git.kernel.org/stable/c/0c208fa3859e3a33a1c38bebc41d021166e94ac8
- https://git.kernel.org/stable/c/bcda4814dc6524283c0b958882cb963d75fe411d
- https://git.kernel.org/stable/c/aea54d0bbe156d5ab7d00d68f66149ff41f4612a
- https://git.kernel.org/stable/c/b54e459cf86943583c1aa2ee3081874e7ab1f5f3
- https://git.kernel.org/stable/c/5418be6c2e117bf8a316582795a8e3ff90f45e5d
- https://git.kernel.org/stable/c/5895ad21c7059a652da83fb817510f7a1e962abf
- https://git.kernel.org/stable/c/7138c35c9ad39a2fca6264af6b87466471f04ffc
- https://git.kernel.org/stable/c/bc62216dc8e221e3781afa14430f45208bfa9af9
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.