Stories
Slash Boxes
Comments

SoylentNews is people

posted by n1 on Saturday July 30 2016, @07:21PM   Printer-friendly
from the beef-but-no-bacon dept.

Future versions of Android will be more resilient to exploits, thanks to developers' efforts to integrate the latest Linux kernel defenses into the operating system.

Android's security model relies heavily on the Linux kernel that sits at its core. As such, Android developers have always been interested in adding new security features that are intended to prevent potentially malicious code from reaching the kernel, which is the most privileged area of the operating system.

[...] One new configuration option called CONFIG_DEBUG_RODATA segments the kernel memory into multiple sections and limits how much of this memory is writeable and executable. Attackers need writeable and executable memory pages in order to inject malicious code into them via exploits, and then run that code with kernel privileges.

Another config option, called CONFIG_CPU_SW_DOMAIN_PAN, prevents the kernel from directly accessing user space memory, giving attackers even less control over where their exploits can execute code.

Also reported at The Register.


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 2) by frojack on Saturday July 30 2016, @08:50PM

    by frojack (1554) on Saturday July 30 2016, @08:50PM (#382049) Journal

    Fuckin' Android. The Anti-Linux. Does everything it can to prevent you from getting root.
    Shame on google.

    Seems to me its not all that hard.

    "Getting root" seems to be source of most of the exploits you see in the wild.

    Just google "silently root android" to see how common it is for malware to root phones. Combine that with the tendency of every teenager to root their phone for no rational purpose and you have a situation ripe for abuse.

    The problem wasn't that Google made it hard, It should be hard. It was that google used that to protect all the spyware and un-removable apps that manufacturers and carriers foist on the user. Lots of people root just to get rid of crap-ware.

    That and the fact that fine-grained permissions didn't arrive until something like the 10th or 12th release of android made the phone into a spy platform exploitable by any random app author.

    --
    No, you are mistaken. I've always had this sig.
    Starting Score:    1  point
    Karma-Bonus Modifier   +1  

    Total Score:   2  
  • (Score: 0) by Anonymous Coward on Saturday July 30 2016, @09:12PM

    by Anonymous Coward on Saturday July 30 2016, @09:12PM (#382053)

    Dick Bathroom-Stall Man said anybody who wants root should have root. For the FREEEEEDOOOOOOOOOMS.

  • (Score: 2) by Kunasou on Saturday July 30 2016, @09:19PM

    by Kunasou (4148) on Saturday July 30 2016, @09:19PM (#382054)
    Exactly,
    But almost always people do wrong rooting (like using Kingroot) which adds even more spyware (itself, purify...) unless you clean flash the thing...
    Root should be accessible for developers easily with adb (pc) but not directly from the device since the apps shouldn't be trusted.
    I use root everyday on my device since I have installed several utilies like: AfWall+ (frontend for iptables, https://github.com/ukanth/afwall/ [github.com] ), logcat, terminal which the average joe doesn't even know about them.
    Until Marshmallow they didn't even protect the external sdcard/otg, just a write permission was enough to do whatever you wanted with it...
    Using old and almost always unsupported kernels doesn't help it. They're full of already patched exploits. My tablet uses 3.4.2x (already on 3.4.112[1]) and my phone 3.10.49 (already on 3.10.102[1])... Just search for a while and surely you will find a way to get root.
    [1] Data from: https://www.kernel.org/ [kernel.org]
    Android is so f*cked up.
    • (Score: 0) by Anonymous Coward on Saturday July 30 2016, @09:33PM

      by Anonymous Coward on Saturday July 30 2016, @09:33PM (#382063)

      Root should be accessible for developers easily with adb (pc) but not directly from the device since the apps shouldn't be trusted.

      I want to develop native apps directly on my phone, but Android SDK+NDK won't even fit. Why do I need gigabytes and gigabytes of shit to build a kilobyte apk file. Fuck Google's bloated fucking bullshit developer tools.

      • (Score: 2) by Kunasou on Saturday July 30 2016, @10:02PM

        by Kunasou (4148) on Saturday July 30 2016, @10:02PM (#382075)

        Since adb is just 1.2mb... I installed once the developer tools, copied out adb/fastboot and removed the other stuff. They're surely bloated, they even pack emulators by default, since why not? Let's waste hard drive space.