Bug 2297909 (CVE-2024-41007) - CVE-2024-41007 kernel: tcp: avoid too many retransmit packets
Summary: CVE-2024-41007 kernel: tcp: avoid too many retransmit packets
Keywords:
Status: NEW
Alias: CVE-2024-41007
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-07-15 09:20 UTC by OSIDB Bzimport
Modified: 2024-12-04 00:46 UTC (History)
4 users (show)

Fixed In Version: kernel 6.10
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2024:7043 0 None None None 2024-09-24 09:43:13 UTC
Red Hat Product Errata RHBA-2024:7198 0 None None None 2024-09-26 09:48:54 UTC
Red Hat Product Errata RHBA-2024:7236 0 None None None 2024-09-26 14:33:26 UTC
Red Hat Product Errata RHBA-2024:7637 0 None None None 2024-10-03 14:46:01 UTC
Red Hat Product Errata RHBA-2024:8227 0 None None None 2024-10-17 06:46:05 UTC
Red Hat Product Errata RHSA-2024:10771 0 None None None 2024-12-04 00:46:02 UTC
Red Hat Product Errata RHSA-2024:7000 0 None None None 2024-09-24 02:34:43 UTC
Red Hat Product Errata RHSA-2024:7001 0 None None None 2024-09-24 00:39:24 UTC
Red Hat Product Errata RHSA-2024:9315 0 None None None 2024-11-12 09:36:28 UTC

Description OSIDB Bzimport 2024-07-15 09:20:43 UTC
In the Linux kernel, the following vulnerability has been resolved:

tcp: avoid too many retransmit packets

If a TCP socket is using TCP_USER_TIMEOUT, and the other peer
retracted its window to zero, tcp_retransmit_timer() can
retransmit a packet every two jiffies (2 ms for HZ=1000),
for about 4 minutes after TCP_USER_TIMEOUT has 'expired'.

The fix is to make sure tcp_rtx_probe0_timed_out() takes
icsk->icsk_user_timeout into account.

Before blamed commit, the socket would not timeout after
icsk->icsk_user_timeout, but would use standard exponential
backoff for the retransmits.

Also worth noting that before commit e89688e3e978 ("net: tcp:
fix unexcepted socket die when snd_wnd is 0"), the issue
would last 2 minutes instead of 4.

Comment 12 errata-xmlrpc 2024-09-24 00:39:23 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 8

Via RHSA-2024:7001 https://access.redhat.com/errata/RHSA-2024:7001

Comment 13 errata-xmlrpc 2024-09-24 02:34:41 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 8

Via RHSA-2024:7000 https://access.redhat.com/errata/RHSA-2024:7000

Comment 14 errata-xmlrpc 2024-11-12 09:36:27 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9

Via RHSA-2024:9315 https://access.redhat.com/errata/RHSA-2024:9315

Comment 15 errata-xmlrpc 2024-12-04 00:46:01 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9.4 Extended Update Support

Via RHSA-2024:10771 https://access.redhat.com/errata/RHSA-2024:10771


Note You need to log in before you can comment on or make changes to this bug.