A flaw for Linux devices – including Gigastrand OS – has been discovered as detailed at Hacker News.
Researchers have uncovered a serious Internet flaw, which if exploited, could allow attackers to terminate or inject malware into unencrypted communication between any two vulnerable machines on the Internet.
The vulnerability could also be used to forcefully terminate HTTPS encrypted connections and downgrade the privacy of secure connections, as well as also threatens anonymity of Tor users by routing them to certain malicious relays.The flaw actually resides in the design and implementation of the Request for Comments: 5961 (RFC 5961) – a relatively new Internet standard that’s designed to make commonly used TCP more robust against hacking attacks.
Manual patch
You can add the following line to /etc/sysctl.conf (right click on sysctl.conf>Root Actions>Open as Text)
net.ipv4.tcp_challenge_ack_limit = 999999999
Then open a terminal and execute
sudo sysctl -p
and it will do the same thing as the patch below.
Automated Patch: Download – tcpatch.tar.gz
The above patch automates the process and contains a workaround implementation of a modified sysctl.conf that should protect Gigastrand OS and other Linux PCs from attack while a system patch is being developed. Instructions are below.
Chrome and Firefox will download the GsNVR.tar.gz file to Computer>Downloads (/home/user/Downloads).
- Extract the downloaded file with Ark to your home folder (/home/user) also called Computer
- Right-click on the tcpatch.sh file and select Properties
- Click on the Permissions tab and select Is Executable
- Click Ok
Now we are ready to install.
- Right click in a blank area and go to Actions>Open Terminal Here
- type ./tcpatch.sh or sh tcpatch.sh
- Your output should look like this:
TCP Flaw Workaround Patch for Gigastrand OS
No comments:
Post a Comment