Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Android Google Security Linux

Linux Traffic Hijack Flaw Also Affects Most Android Phones, Tablets (zdnet.com) 39

Zack Whittaker, writing for ZDNet: As many as 80 percent of Android devices are vulnerable to a recently disclosed Linux kernel vulnerability. Security firm Lookout said in a blog post on Monday that the flaw affects all phones and tablets that are running Android 4.4 KitKat and later, which comes with the affected Linux kernel 3.6 or newer. According to recent statistics, the number of devices affected might run past 1.4 billion phones and tablets -- including devices running the Android Nougat developer preview. Windows and Macs are not affected by the vulnerability. The flaw, disclosed at the Usenix security conference last week, is complicated and difficult to exploit. If an attacker can pull off an exploit, they could inject malicious code into unencrypted web traffic from "anywhere". However, the source and destination IP address would need to be known in order to intercept the traffic, adding to the complexity of carrying out a successful attack.The exploitability isn't easy, though.
This discussion has been archived. No new comments can be posted.

Linux Traffic Hijack Flaw Also Affects Most Android Phones, Tablets

Comments Filter:
  • How is this different from a typical MITM attack?

    Is this saying that it's a MITM attack that can exploit a flaw in the kernel resulting in arbitrary code execution?
    If so, wouldn't a regular (compromised/malicious) website be able to do the same thing without the MITM being necessary, HTTPS or not?

    If it's not saying that it's a MITM attack that can exploit a flaw in the kernel resulting in arbitrary code execution, WTF is it saying?

    • Re:What? (Score:4, Informative)

      by quenda ( 644621 ) on Monday August 15, 2016 @07:44PM (#52707957)

      How is this different from a typical MITM attack?

      The attacker does not have to be "in the middle" .
      But standard defence against MITM - don't trust unencrypted connections - would work fine for this as well, I would think.

      • What could you do at all using your regular Android smartphone? Did you tried to teach your mother or granny do not trust unsecured connections, by the way? :)
  • by by (1706743) ( 1706744 ) on Monday August 15, 2016 @08:07PM (#52708105)
    Patch. [zx2c4.com]

    The link was from here [ycombinator.com], which also suggests a fix for unpatched systems:

    echo 'net.ipv4.tcp_challenge_ack_limit = 999999999' >>/etc/sysctl.conf;sysctl -p

    (Courtesy of this site [isssource.com].)

    • by by (1706743) ( 1706744 ) on Monday August 15, 2016 @08:09PM (#52708123)
      (Here's the patch from a more familiar source, kernel.org [kernel.org].)
  • by blueskiesokie ( 3550479 ) on Monday August 15, 2016 @08:45PM (#52708333)
    I love my Moto X Force. Motorola has absolutely no software support for their phones! There was one update to Android 6.0 Dec 15 . Absolutely no security updates!! So no fixes for ANY security issues.
    • My Nexus 6 is similar to your X Force... perhaps somebody can get one of the Nexus 6 ROMs to work on not just your device but all the other Motorola models that are relatively similar.

      But even Google says they will stop guaranteeing updates for the Nexus 6 once Nougat is released. Keep in mind, the Nexus 6 was still a current product up until 9 months ago and you can still get them new in the box. But they've already warned us to not expect much. Not sure if this is Google or Motorola or both declari

    • This would worry me if there were any active exploits of security flaws. The fact is that mobile phone users in general are dumb as doorknobs and there are far easier ways to exploit the user and gain access to the phone through the legitimate pathways that the OS provides rather than exploiting security holes.

      "Do you wan"OK yes OK I've clicked OK already just go away stupid popup asking me a question I didn't read!

  • "As many as 80 percent of Android devices are vulnerable to a recently disclosed Linux kernel vulnerability"
    "Windows and Macs are not affected by the vulnerability."

    Wait, run that past me again? You're absolutely sure this linux issue doesn't affect devices which don't run linux?

"What man has done, man can aspire to do." -- Jerry Pournelle, about space flight

Working...