CVE-2023-53121
published 2025-05-02CVE-2023-53121: In the Linux kernel, the following vulnerability has been resolved: tcp: tcp_make_synack() can be called from process context tcp_rtx_synack() now could be…
PriorityP420medium5.5CVSS 3.1
AVLACLPRLUINSUCNINAH
EPSS
0.18%
7.4th percentile
In the Linux kernel, the following vulnerability has been resolved:
tcp: tcp_make_synack() can be called from process context
tcp_rtx_synack() now could be called in process context as explained in
0a375c822497 ("tcp: tcp_rtx_synack() can be called from process
context").
tcp_rtx_synack() might call tcp_make_synack(), which will touch per-CPU
variables with preemption enabled. This causes the following BUG:
BUG: using __this_cpu_add() in preemptible [00000000] code: ThriftIO1/5464
caller is tcp_make_synack+0x841/0xac0
Call Trace:
dump_stack_lvl+0x10d/0x1a0
check_preemption_disabled+0x104/0x110
tcp_make_synack+0x841/0xac0
tcp_v6_send_synack+0x5c/0x450
tcp_rtx_synack+0xeb/0x1f0
inet_rtx_syn_ack+0x34/0x60
tcp_check_req+0x3af/0x9e0
tcp_rcv_state_process+0x59b/0x2030
tcp_v6_do_rcv+0x5f5/0x700
release_sock+0x3a/0xf0
tcp_sendmsg+0x33/0x40
____sys_sendmsg+0x2f2/0x490
__sys_sendmsg+0x184/0x230
do_syscall_64+0x3d/0x90
Avoid calling __TCP_INC_STATS() with will touch per-cpu variables. Use
TCP_INC_STATS() which is safe to be called from context switch.
Affected
22 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| debian | linux | < linux 6.1.25-1 (bookworm) | linux 6.1.25-1 (bookworm) |
| linux | linux | — | — |
| linux | linux | >= 8336886f786fdacbc19b719c1f7ea91eb70706d4 < d493d4fe88195a144d6a277a90062a7534ed2192 | d493d4fe88195a144d6a277a90062a7534ed2192 |
| linux | linux | >= 8336886f786fdacbc19b719c1f7ea91eb70706d4 < e23ca307745be3df7fe9762f3e2a7e311a57852e | e23ca307745be3df7fe9762f3e2a7e311a57852e |
| linux | linux | >= 8336886f786fdacbc19b719c1f7ea91eb70706d4 < 442aa78ed70188b21ccd8669738448702c0a3281 | 442aa78ed70188b21ccd8669738448702c0a3281 |
| linux | linux | >= 8336886f786fdacbc19b719c1f7ea91eb70706d4 < 77ad58bca0119e8cc3e0e9d91a3f22caa66e4dfa | 77ad58bca0119e8cc3e0e9d91a3f22caa66e4dfa |
| linux | linux | >= 8336886f786fdacbc19b719c1f7ea91eb70706d4 < ad07290d63ff6689f50565b02f5b6f34ec15a5ca | ad07290d63ff6689f50565b02f5b6f34ec15a5ca |
| linux | linux | >= 8336886f786fdacbc19b719c1f7ea91eb70706d4 < 9180aa4622a720b433e842b4d3aa34d73eec577a | 9180aa4622a720b433e842b4d3aa34d73eec577a |
| linux | linux | >= 8336886f786fdacbc19b719c1f7ea91eb70706d4 < 7613cde8c0c1f02a7ec2e1d536c01b65b135fc1c | 7613cde8c0c1f02a7ec2e1d536c01b65b135fc1c |
| linux | linux | >= 8336886f786fdacbc19b719c1f7ea91eb70706d4 < bced3f7db95ff2e6ca29dc4d1c9751ab5e736a09 | bced3f7db95ff2e6ca29dc4d1c9751ab5e736a09 |
| linux | linux_kernel | — | — |
| linux | linux_kernel | >= 0 < 5.10.178-1 | 5.10.178-1 |
| linux | linux_kernel | >= 0 < 6.1.25-1 | 6.1.25-1 |
| linux | linux_kernel | >= 0 < 6.1.25-1 | 6.1.25-1 |
| linux | linux_kernel | >= 0 < 6.1.25-1 | 6.1.25-1 |
| linux | linux_kernel | >= 3.7 < 4.14.311 | 4.14.311 |
| linux | linux_kernel | >= 4.15 < 4.19.279 | 4.19.279 |
| linux | linux_kernel | >= 4.20 < 5.4.238 | 5.4.238 |
| linux | linux_kernel | >= 5.11 < 5.15.104 | 5.15.104 |
| linux | linux_kernel | >= 5.16 < 6.1.21 | 6.1.21 |
| linux | linux_kernel | >= 5.5 < 5.10.176 | 5.10.176 |
| linux | linux_kernel | >= 6.2 < 6.2.8 | 6.2.8 |
CVSS provenance
nvdv3.15.5MEDIUMCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
osv5.5MEDIUM
vendor_debian5.5MEDIUM
vendor_redhat5.5MEDIUM
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
GHSA-cwj5-qqpc-pw3v: In the Linux kernel, the following vulnerability has been resolved:
tcp: tcp_make_synack() can be called from process context
tcp_rtx_synack() now c
ghsa_unreviewed·2025-05-02
CVE-2023-53121 [MEDIUM] GHSA-cwj5-qqpc-pw3v: In the Linux kernel, the following vulnerability has been resolved:
tcp: tcp_make_synack() can be called from process context
tcp_rtx_synack() now c
In the Linux kernel, the following vulnerability has been resolved:
tcp: tcp_make_synack() can be called from process context
tcp_rtx_synack() now could be called in process context as explained in
0a375c822497 ("tcp: tcp_rtx_synack() can be called from process
context").
tcp_rtx_synack() might call tcp_make_synack(), which will touch per-CPU
variables with preemption enabled. This causes the following BUG:
BUG: using __this_cpu_add() in preemptible [00000000] code: ThriftIO1/5464
caller is tcp_make_synack+0x841/0xac0
Call Trace:
dump_stack_lvl+0x10d/0x1a0
check_preemption_disabled+0x104/0x110
tcp_make_synack+0x841/0xac0
tcp_v6_send_synack+0x5c/0x450
tcp_rtx_synack+0xeb/0x1f0
inet_rtx_syn_ack+0x34/0x60
tcp_check_req+0x3af/0x9e0
tcp_rcv_state_process+0x59b/0x2030
tcp_v6_do_rcv+0x5f5/0x
OSV
CVE-2023-53121: In the Linux kernel, the following vulnerability has been resolved: tcp: tcp_make_synack() can be called from process context tcp_rtx_synack() now cou
osv·2025-05-02·CVSS 5.5
CVE-2023-53121 [MEDIUM] CVE-2023-53121: In the Linux kernel, the following vulnerability has been resolved: tcp: tcp_make_synack() can be called from process context tcp_rtx_synack() now cou
In the Linux kernel, the following vulnerability has been resolved: tcp: tcp_make_synack() can be called from process context tcp_rtx_synack() now could be called in process context as explained in 0a375c822497 ("tcp: tcp_rtx_synack() can be called from process context"). tcp_rtx_synack() might call tcp_make_synack(), which will touch per-CPU variables with preemption enabled. This causes the following BUG: BUG: using __this_cpu_add() in preemptible [00000000] code: ThriftIO1/5464 caller is tcp_make_synack+0x841/0xac0 Call Trace: dump_stack_lvl+0x10d/0x1a0 check_preemption_disabled+0x104/0x110 tcp_make_synack+0x841/0xac0 tcp_v6_send_synack+0x5c/0x450 tcp_rtx_synack+0xeb/0x1f0 inet_rtx_syn_ack+0x34/0x60 tcp_check_req+0x3af/0x9e0 tcp_rcv_state_process+0x59b/0x2030 tcp_v6_do_rcv+0x5f5/0x700 r
Red Hat
kernel: tcp: tcp_make_synack() can be called from process context
vendor_redhat·2025-05-02·CVSS 5.5
CVE-2023-53121 [MEDIUM] kernel: tcp: tcp_make_synack() can be called from process context
kernel: tcp: tcp_make_synack() can be called from process context
In the Linux kernel, the following vulnerability has been resolved:
tcp: tcp_make_synack() can be called from process context
tcp_rtx_synack() now could be called in process context as explained in
0a375c822497 ("tcp: tcp_rtx_synack() can be called from process
context").
tcp_rtx_synack() might call tcp_make_synack(), which will touch per-CPU
variables with preemption enabled. This causes the following BUG:
BUG: using __this_cpu_add() in preemptible [00000000] code: ThriftIO1/5464
caller is tcp_make_synack+0x841/0xac0
Call Trace:
dump_stack_lvl+0x10d/0x1a0
check_preemption_disabled+0x104/0x110
tcp_make_synack+0x841/0xac0
tcp_v6_send_synack+0x5c/0x450
tcp_rtx_synack+0xeb/0x1f0
inet_rtx_syn_ack+0x34/0x60
tcp_check_req+0x3af/
Debian
CVE-2023-53121: linux - In the Linux kernel, the following vulnerability has been resolved: tcp: tcp_ma...
vendor_debian·2023·CVSS 5.5
CVE-2023-53121 [MEDIUM] CVE-2023-53121: linux - In the Linux kernel, the following vulnerability has been resolved: tcp: tcp_ma...
In the Linux kernel, the following vulnerability has been resolved: tcp: tcp_make_synack() can be called from process context tcp_rtx_synack() now could be called in process context as explained in 0a375c822497 ("tcp: tcp_rtx_synack() can be called from process context"). tcp_rtx_synack() might call tcp_make_synack(), which will touch per-CPU variables with preemption enabled. This causes the following BUG: BUG: using __this_cpu_add() in preemptible [00000000] code: ThriftIO1/5464 caller is tcp_make_synack+0x841/0xac0 Call Trace: dump_stack_lvl+0x10d/0x1a0 check_preemption_disabled+0x104/0x110 tcp_make_synack+0x841/0xac0 tcp_v6_send_synack+0x5c/0x450 tcp_rtx_synack+0xeb/0x1f0 inet_rtx_syn_ack+0x34/0x60 tcp_check_req+0x3af/0x9e0 tcp_rcv_state_process+0x59b/0x2030 tcp_v6_do_rcv+0x5f5/0x700 r
No detection rules found.
No public exploits indexed.
https://git.kernel.org/stable/c/442aa78ed70188b21ccd8669738448702c0a3281https://git.kernel.org/stable/c/7613cde8c0c1f02a7ec2e1d536c01b65b135fc1chttps://git.kernel.org/stable/c/77ad58bca0119e8cc3e0e9d91a3f22caa66e4dfahttps://git.kernel.org/stable/c/9180aa4622a720b433e842b4d3aa34d73eec577ahttps://git.kernel.org/stable/c/ad07290d63ff6689f50565b02f5b6f34ec15a5cahttps://git.kernel.org/stable/c/bced3f7db95ff2e6ca29dc4d1c9751ab5e736a09https://git.kernel.org/stable/c/d493d4fe88195a144d6a277a90062a7534ed2192https://git.kernel.org/stable/c/e23ca307745be3df7fe9762f3e2a7e311a57852e
2025-05-02
Published