CVE-2022-49372
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2022-49372 affects the Linux kernel's TCP implementation. The vulnerability was discovered in the tcp_rtx_synack() function which can be called from process context. This issue occurs when using TCP Fast Open sockets under specific conditions with CONFIG_DEBUG_PREEMPT enabled (Kernel Git).

Technical details

The vulnerability is triggered under the following conditions: 1) Kernel built with CONFIG_DEBUG_PREEMPT=y, 2) A new passive FastOpen TCP socket is created waiting for an ACK from client, 3) A socket operation goes through lock_sock() release_sock() dance, 4) While the socket is owned by the user, a retransmit of the SYN is received and stored in socket backlog, 5) At release_sock() time, the socket backlog is processed in process context, 6) tcp_rtx_synack() is called in process context. The issue stems from tcp_rtx_synack() being called from process context when it was designed to be called only from BH handler (Kernel Git).

Impact

The vulnerability can trigger a kernel bug when using __this_cpu_add() in preemptible code context, potentially affecting system stability (Kernel Git).

Mitigation and workarounds

The issue has been fixed by modifying tcp_rtx_synack() to use TCP_INC_STATS() & NET_INC_STATS() which do not assume caller is in non preemptible context (Kernel Git).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2025-68753HIGH7.8
  • Linux KernelLinux Kernel
  • linux-realtime
NoYesJan 05, 2026
CVE-2025-68756HIGH7.1
  • Linux KernelLinux Kernel
  • linux-oracle
NoYesJan 05, 2026
CVE-2025-68764MEDIUM5.5
  • Linux KernelLinux Kernel
  • linux-realtime
NoYesJan 05, 2026
CVE-2025-68758MEDIUM5.5
  • Linux KernelLinux Kernel
  • kernel-zfcpdump-core
NoYesJan 05, 2026
CVE-2025-68762N/AN/A
  • Linux KernelLinux Kernel
  • kernel
NoYesJan 05, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management