Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Security news about TCP weakness

Off-Topic discussions about science, technology, and non Debian specific topics.
Post Reply
Message
Author
User avatar
Snake94
Posts: 22
Joined: 2016-06-05 10:48

Re: Security news about TCP weakness

#16 Post by Snake94 »

there is already an official patch for this?

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Security news about TCP weakness

#17 Post by Head_on_a_Stick »

^ https://git.zx2c4.com/linux/commit/?id= ... 33c551f758

Check your ACK limit, as described above, the patched kernel will have "1000" as the default value.
deadbang

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Security news about TCP weakness

#18 Post by Head_on_a_Stick »

deadbang

User avatar
Nili
Posts: 441
Joined: 2014-04-30 14:04
Location: $HOME/♫♪
Has thanked: 5 times
Been thanked: 3 times

Re: Security news about TCP weakness

#19 Post by Nili »

I have changed mine to value 1000 on 3.16 series.

Code: Select all

sudo sysctl -w net.ipv4.tcp_challenge_ack_limit=1000
as a (root) nano /etc/sysctl.conf adding this code.

Code: Select all

net.ipv4.tcp_challenge_ack_limit=1000
Value 100 confirmed by the above links that is default.
Thanks HoaS for new link update

Nili
openSUSE Tumbleweed KDE/Wayland

♫♪ Elisa playing...
Damascus Cocktail ♪ Black Reverie ♪ Dye the sky.

User avatar
Snake94
Posts: 22
Joined: 2016-06-05 10:48

Re: Security news about TCP weakness

#20 Post by Snake94 »

there is a patch for this:

https://github.com/torvalds/linux/commi ... 33c551f758

Why not yet been implemented in an update?

Post Reply