Slashdot Mirror


Huge Security Hole In Recent Samsung Devices

An anonymous reader writes "A huge security hole has been discovered in recent Samsung devices including phones like the Galaxy S2 and S3. It is possible for every user to obtain root due to a custom faulty memory device created by Samsung." The problem affects phones with the Exynos System-on-Chip.

18 of 153 comments (clear)

  1. Not LTE GS3 by Anonymous Coward · · Score: 5, Informative

    This only effects the international S3, the US LTE version uses a Snapdragon CPU.

    1. Re:Not LTE GS3 by compro01 · · Score: 3, Informative

      Yes, the I9305 is affected.

      The list below is all models affected by this, which includes the international GS2 variant, as well as the Note 1 and 2, Galaxy Tab Plus, and Note 10.1.

      GT-I9100
      GT-I9300
      GT-I9305
      GT-N7000
      GT-N7100
      GT-N7105
      SGH-I317
      SCH-I605
      GT-P6210
      GT-N8000
      GT-N8010
      GT-N8013
      GT-N8020

      It does not affect the Snapdragon-based I747 (AT&T, Rogers, Bell and other major Canadian carriers) nor the T999 (T-mobile, as well as Canadian AWS carriers like Wind, Mobilicity, and Videotron)

      --
      upon the advice of my lawyer, i have no sig at this time
  2. Re:Great by kamapuaa · · Score: 3, Informative

    Google, this is an easy thing to do. I can't guarantee this site but: https://gurde.com/2012/08/how-to-android-jelly-bean-4-1-1-on-galaxy-s-i9000/ is the first result I got.

    --
    Slashdot: providing anti-social weirdos a soapbox, since 1997.
  3. Re:Root by 14erCleaner · · Score: 5, Informative

    The problem is that this hole will allow any app to read or write to any of memory, allowing trojans.

    --
    Have you read my blog lately?
  4. It's a feature !! by Taco+Cowboy · · Score: 4, Insightful

    Instead of considering that "security hole" a "security hole", consider it as a "feature".

    Just root the damn thing and unlock it !!

    --
    Muchas Gracias, Señor Edward Snowden !
  5. Funny as hell - Google ad. by Andy+Prough · · Score: 5, Funny

    The Google ad on the page for TFA states "Root Any Android Device In 1 Touch! Easy To Use Automatic Root Software". Talk about context-sensitive ads!!

  6. Re:Root by Nerdfest · · Score: 3, Insightful

    That's definitely a problem. The way the summary is worded makes it sound like a user having root is a security exploit ... something most hardware and OS manufacturers seem to believe these days. I may have to break tradition and read the article.

  7. Re:Huge Security Hole Has Been there all Along by Threni · · Score: 3, Insightful

    > It's just one more exposure. The real problem is in actually being able to tell what -any- app is currently doing
    > on your device. And that kind of monitoring is no-where in sight.

    Wrong, and wrong. With this, you can access all the memory on your phone. Clearly with this you CAN tell what's running, You can stop what's running. You can patch what's running. You can do whever you like, This is about as different to the average piece of malware as is possible to get.

  8. Re:Root by Nerdfest · · Score: 5, Informative

    Looks like someone has a quick fix out. It's an app that sets the perms on the file properly, but it does cause problems with the camera on the S3. The app lets you toggle the permissions on and off so you can still use your camera is you wish. I haven't tried it as I don't have a phone with the hole, but teh XDA guys are pretty reputable: Here it is. Certainly can't complain about the open source community on something like this, although it would have been nice if he reported it to Samsung a little in advance of the release of the problem.

  9. Re:Great by Anonymous Coward · · Score: 5, Funny

    You should be able to put it into a raw download (hold Vol up + Vol down in off state while plugging uSB into it) mode and use Heimdall, where you can flash a complete image over of it. Poke around for it, it's a fairly easy phone to root, and You'll be much happier with JB on it.

    I want to like my iPhone, but Android is just SO OPEN.

  10. Re:Makes me glad I use an iPhone... by Galestar · · Score: 3, Insightful

    other than stuff befalling jailbroken devices

    This is the important part. Walled gardens are inherently more secure, it has nothing to do with Apple's competence.

    --
    AccountKiller
  11. Re:Huge Security Hole Has Been there all Along by grcumb · · Score: 5, Insightful

    Damn that was vague.

    If by 'vague', you mean 'detailed', then yes, it was. 8^)

    Could you maybe explain what kind of bad things they can do without permission?

    The most damning bit of code is this:

    #ifdef CONFIG_EXYNOS_MEM [14] = {"exynos-mem", S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH, &exynos_mem_fops}, #endif

    Basically, it says, "Aw heck, write whatever you like to any memory address anywhere. I mean, we're all friends here. Right?"

    Effectively, any installed app can ignore pretty much every single security setting on the phone and do whatever it likes to the running system. Worse, this could be coupled with a vulnerability in an otherwise well-intentioned app to create a remote root exploit.

    On the WTF scale, this ranks with the 2008 Debian SSL hole in terms of rank stupidity.

    --
    Crumb's Corollary: Never bring a knife to a bun fight.
  12. Re:Great by mrbester · · Score: 3, Informative

    Kies is the biggest pile of bloated crapware since Norton.

    --
    "Wait. Something's happening. It's opening up! My God, it's full of apricots!"
  13. Re:Root by stephanruby · · Score: 5, Informative

    The way the summary is worded makes it sound like a user having root is a security exploit ...

    The Cleaner is correct. In the case of Android, each application is considered a separate user. That's how applications are sandboxed away from each other. This way, an application only has access to its own files (which reside in its home folder). An application only has access to its own SQlite database instances (which again reside only within its own home folder, since SQLite is file-based, this arrangement works). With its own userid, an application can only access its own process and its own data. Etc.

    In other words, Android is an operating system built on top of another operating system and Android doesn't try to completely reinvent the wheel when it comes to security.

  14. Re:security hole? by countach · · Score: 5, Informative

    Err, because any app you download can p0wn your phone?

  15. Re:security hole? by nedlohs · · Score: 3, Informative

    Because some random app could subvert the permissions it was granted at install and do whatever the hell it wants?

  16. Re:Root by hawguy · · Score: 5, Insightful

    On smartphones, local exploits matter because they mean apps can gain more permissions than they are supposed to have. (This is a much smaller problem on desktops because people don't tend to install programs on desktops anywhere near as much.)

    You've never seen a user click blindly through ActiveX install warnings if you think Desktop users rarely install software.

  17. Re:Root by Nerdfest · · Score: 4, Insightful

    They can test all they want, but there will be bugs. The trick is to have support in place to patch quickly. Most open source software is very good this way, but most commercial stuff is way behind.