CVE-2026-53070
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
24/06/2026
Last modified:
21/07/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
sctp: disable BH before calling udp_tunnel_xmit_skb()<br />
<br />
udp_tunnel_xmit_skb() / udp_tunnel6_xmit_skb() are expected to run with<br />
BH disabled. After commit 6f1a9140ecda ("add xmit recursion limit to<br />
tunnel xmit functions"), on the path:<br />
<br />
udp(6)_tunnel_xmit_skb() -> ip(6)tunnel_xmit()<br />
<br />
dev_xmit_recursion_inc()/dec() must stay balanced on the same CPU.<br />
<br />
Without local_bh_disable(), the context may move between CPUs, which can<br />
break the inc/dec pairing. This may lead to incorrect recursion level<br />
detection and cause packets to be dropped in ip(6)_tunnel_xmit() or<br />
__dev_queue_xmit().<br />
<br />
Fix it by disabling BH around both IPv4 and IPv6 SCTP UDP xmit paths.<br />
<br />
In my testing, after enabling the SCTP over UDP:<br />
<br />
# ip net exec ha sysctl -w net.sctp.udp_port=9899<br />
# ip net exec ha sysctl -w net.sctp.encap_port=9899<br />
# ip net exec hb sysctl -w net.sctp.udp_port=9899<br />
# ip net exec hb sysctl -w net.sctp.encap_port=9899<br />
<br />
# ip net exec ha iperf3 -s<br />
<br />
- without this patch:<br />
<br />
# ip net exec hb iperf3 -c 192.168.0.1 --sctp<br />
[ 5] 0.00-10.00 sec 37.2 MBytes 31.2 Mbits/sec sender<br />
[ 5] 0.00-10.00 sec 37.1 MBytes 31.1 Mbits/sec receiver<br />
<br />
- with this patch:<br />
<br />
# ip net exec hb iperf3 -c 192.168.0.1 --sctp<br />
[ 5] 0.00-10.00 sec 3.14 GBytes 2.69 Gbits/sec sender<br />
[ 5] 0.00-10.00 sec 3.14 GBytes 2.69 Gbits/sec receiver
Impact
Base Score 3.x
7.50
Severity 3.x
HIGH
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.11 (including) | 6.12.95 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (including) | 6.18.37 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (including) | 7.0.10 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



