• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here: Home » Warning : TCP Stack Vulnerability in the Linux Kernel (CVE-2016-5696)

By Abhishek Ghosh August 18, 2016 6:11 pm Updated on August 18, 2016

Warning : TCP Stack Vulnerability in the Linux Kernel (CVE-2016-5696)

Advertisement

Researchers at the University of California have identified a dangerous vulnerability in the TCP (Transmission Control Protocol) used by Linux. The finding of flaw dates back to the end of 2012 but was discovered only recently. They are working with the community for some preventive measures (like an update for clients and hosts) as a pending official patch. The TCP protocol adopted by Linux is affected by a vulnerability that allows you to enter in communications between client and server. This Article Gives Information About TCP Stack Vulnerability in the Linux Kernel For the End Users including Android Mobile Phone Users.

Warning - TCP Stack Vulnerability in the Linux Kernel  (CVE-2016-5696)

 

TCP Stack Vulnerability in the Linux Kernel (CVE-2016-5696) : Spectrum Could Spy on Tor Too

 

Linux kernel is widely used in heterogeneous environments including hosting services, cloud, mobile phones, televisions etc and the flaw is considerable as a threat to a large number of users. The vulnerability theoretically able to hack remote communications using the exploit Internet to monitor a user’s online activities, close communication, introducing malicious code in a forced manner like injection or intercept the information exchanged between client and host, make it less effective solutions that guarantee online anonymity in case of Tor. Even HTTPS with connections, which although immune to injection practices, data can be can be theft by running exploit via this vulnerability.

 

TCP Stack Vulnerability in the Linux Kernel : Side Channel Attack

 

The vulnerability allows to deduce the sequence of numbers associated with a particular connection based on the IP addresses of the communicating parties. In practice, given the IP address of any two machines present on the net, one can slide into their communication channel to perform various operations. The attack is fast and reliable, the researchers gave note, because it takes less than 60 seconds to be completed and has a success rate close to 90%.
Some of the security experts have pointed out that this vulnerability references to popular side channel attacks (an approach that, rather than relying on the traditional method “brute force” , try to get information from flaws arising from the implementation of a certain measure of security) 90s. The flaw allows man-in-the-middle attackers to hijack TCP sessions via a blind in-window attack. TCP protocol is the heart of all Internet communications, as all application level protocols, including HTTP, FTP, SSH, Telnet, DNS, and SMTP, stand on TCP.

Advertisement

---

 

Temporary Fix of TCP Stack Vulnerability (by Akamai)

 

You can see the Linux Kernel’s detection and patch on Github :

Vim
1
2
https://github.com/torvalds/linux/commit/282f23c6ee343126156dd41218b22ece96d747e3
https://github.com/torvalds/linux/commit/75ff39ccc1bd5d3c455b6822ab09e533c551f758

As a workaround while patches to fix the problem are prepared and distributed, you can raise the rate limit on your Linux machine or gadget to make it more difficult for an attacker to be successful. Check :

Vim
1
sysctl -a | grep ack_limit

You can add this on /etc/sysctl.conf :

Vim
1
net.ipv4.tcp_challenge_ack_limit = 999999999

or run :

Vim
1
sysctl net.ipv4.tcp_challenge_ack_limit=1073741823; grep -q tcp_challenge_ack_limit /etc/sysctl.conf || echo "net.ipv4.tcp_challenge_ack_limit=1073741823" >> /etc/sysctl.conf

Reload sysctl to activate the new rule.

 

Official Information on CVE-2016-5696

 

Vim
1
2
3
4
5
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-5696
http://seclists.org/oss-sec/2016/q3/296
http://www.openwall.com/lists/oss-security/2016/08/16/6
https://access.redhat.com/security/cve/cve-2016-5696
https://blogs.akamai.com/2016/08/vulnerability-in-the-linux-kernels-tcp-stack-implementation.html

Tagged With paperuri:(04ce863cf8693fdd58f7e96e15c3dab1) , TCP SACK kernel vulnarabilities , ubuntu a vulnerability found in the TCP stack management in the Linux kernel

This Article Has Been Shared 847 Times!

Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Warning : TCP Stack Vulnerability in the Linux Kernel (CVE-2016-5696)

  • Installing Piwik on Rackspace Cloud Sites

    Installing Piwik on Rackspace Cloud Sites is very easy and needs few steps. Piwik is an Open Source Server Installable Real Time Web Analytics Software.

  • Enterprise Application Integration

    Enterprise Application Integration (EAI) is the use of the architecture based on middleware allowing third parties to manage heterogeneous exchanges for a business.

  • Core Components of Cloud Computing

    Core Components of Cloud Computing platform includes the identity and authorization management apart from virtualization software, hardwares and network used.

  • Session Initiation Protocol or SIP

    Session Initiation Protocol or SIP is a network protocol for setting up, controlling and terminating a communication session between two or more participants.

  • Cloud Computing Articles : Compilation of Important Articles

    Cloud Computing articles compiles 750+ articles we have published so far up to date separating them in sub categories which can be helpful to any level of user.

Additionally, performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • What is an Automatic Ethanol Fireplace February 8, 2023
  • Disadvantages of Cloud-Native Computing February 7, 2023
  • Projector Screen Basics February 6, 2023
  • What is Configuration Management February 5, 2023
  • What is ChatGPT? February 3, 2023

About This Article

Cite this article as: Abhishek Ghosh, "Warning : TCP Stack Vulnerability in the Linux Kernel (CVE-2016-5696)," in The Customize Windows, August 18, 2016, February 8, 2023, https://thecustomizewindows.com/2016/08/warning-tcp-stack-vulnerability-linux-kernel-cve-2016-5696/.

Source:The Customize Windows, JiMA.in

PC users can consult Corrine Chorney for Security.

Want to know more about us? Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy

We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.
Do not sell my personal information.
Cookie SettingsAccept
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT