221 points

no list of apps anywhere

permalink
report
reply
161 points

Jup. It just says that “the malware was disguised as PDF and QR code readers”.

Not helpful, Mashable. Not helpful at all.

permalink
report
parent
reply
55 points

In fairness to Mashable, this isn’t their fault. The people that made the report didn’t make the list public.

permalink
report
parent
reply
88 points

Then why is this the subtitle:

The apps identified have since been removed from Google Play, but make sure you didn’t install one.

permalink
report
parent
reply
3 points

I think I may know a few of those. But not through play store. They usually scam someone by saying they got a packet on their way and their tracking number must be opened on an app that they send via messaging apps.

permalink
report
parent
reply
132 points

These articles are useless without a damn list

permalink
report
reply
13 points

Right

permalink
report
parent
reply
130 points
*

Am I just missing it, or is there no list of of these infected apps on the posted article or the reference the article links to. To me, that is the most important information.

permalink
report
reply
43 points

It is about halfway down the article, but you have to dodge a few adds to get to that part.

“The two apps mentioned in the report were called “PDF Reader and File Manager” by Tsarka Watchfaces and “QR Reader and File Manager” by risovanul.”

permalink
report
parent
reply
42 points

Well, I did miss that, I was skimming for something like a large list or table. That still leaves 86/90+ unlisted.

permalink
report
parent
reply
19 points

Agreed. If this article didn’t contain a way to check the apps, that would be irritating

permalink
report
parent
reply
51 points

Aren’t apps on android hermetically sealed from other apps and malware. How could this be achieved ?

permalink
report
reply
37 points

Since the other reply was unhelpful: apps are supposed to have limited privileges and isolation from each other, yes… But the whole point of malware like this is that they figure out ways to break those restrictions and get escalated privileged.

You can get more technical detail from reading the report, in this case it looks like the app does not contain malware, but instead requests an update after install that contains the bad code and then breaks the app limitations and scans for the target banking applications and copies the security certificates.

permalink
report
parent
reply
4 points

Yes, the app doesn’t steal any information from other apps. The report says the malware just displays a fake bank login page, in the hope the user gives it their details willingly.

permalink
report
parent
reply
-124 points

As a developer this question is hilarious to me

permalink
report
parent
reply
110 points

As a curious Android user this comment is useless to me

permalink
report
parent
reply
19 points
*

For a real answer here’s the Zscaler blog write up: https://www.zscaler.com/blogs/security-research/technical-analysis-anatsa-campaigns-android-banking-malware-active-google

It looks like they are doing it after app install with a malicious patch. This patch asks for SMS and accessibility access to gain privileges necessary to get into the banking apps. I haven’t thoroughly read it but just looking at the attack chain that’s what I gleaned.

permalink
report
parent
reply
-4 points

As an Android developer that comment makes me sad. Then I remind myself that Lemmy is full of people who migrated from Reddit.

permalink
report
parent
reply
64 points

Why? They’re absolutely right. The article doesn’t say anything about a root exploit or phishing either so were left wondering…

permalink
report
parent
reply
11 points

He’s being condescending because he believes as a developer nothing is actually fully secure. If I spend 100 hours building and securing something, that’s not going to stack up very favorably vs the 1,000’s or even 1,000,000’s of hours attackers and communities can spend trying to break my security layers.

Basically, he’s a dick in how he answered the question, but the truth every software engineer learns, is that there is no fully secure system. There’s always an angle/attack vector you didn’t think of and secure.

permalink
report
parent
reply
2 points

They actual report does say it just displays a fake login page. It’s just phishing.

permalink
report
parent
reply
45 points

please enlighten the rest of us

permalink
report
parent
reply
14 points

and one day you’ll say why, right?

permalink
report
parent
reply
1 point

Android as a system has too many moving parts. You not only have to worry about various device manufacturers compiling their own versions of AOSP, you have to worry about how manufacturers package unremovable apps like facebook, candy crush, etc.

The backdoor is actually the front door… and it is app vendors who are actually the customers… not the phone owners.

The main reason smartphones took off is that business people were salivating at an always on, always listening device with 10+ sensors collecting data on this whole world. And we pay for the privilege.

Android has to be designed to collect data and show you ads. Is it really surprising that security here is just security against free access to this data from outsiders… and not caring about your security?

permalink
report
parent
reply
6 points

Explain yourself

permalink
report
parent
reply
1 point

There’s no such thing as perfect security… unless your application is trivial and doesn’t do very much. Android is designed to collect data from the dozen plus sensors on your phone in order to get money from app vendors to push ads.

permalink
report
parent
reply
40 points

And this right here is why you use open source apps.

permalink
report
reply
32 points

This only would work if you check every line of source code, even the dependencies and build chain, and then build it yourself. See xz utils backdoor or heartbleed, etc.

permalink
report
parent
reply
40 points

The whole point is that at some point somebody can check, and you can have a higher level of trust in that than proprietary software.

And if someone does something like this then it has to be disguised as an innocuous bug, like heartbleed, they can’t just install full on malware.

It’s a different beast entirely.

permalink
report
parent
reply
19 points

If we are talking about bigger projects with hundreds of thousands or millions of downloads, than this may be true. But smal scale projects have so few people actively looking through them that even to automatic scan done by the playstore has a higher chance of catching malware. It doesn’t even have to be bad intent, two years ago there was a virus propagating trough the Java class files in minecraft mods which reached the PCs of quite a few devs before it was caught.

I don’t dislike FOSS, a lot of the apps I use come straight from github, but all this talk about them beeing constantly monitored by third parties is just wishful thinking.

permalink
report
parent
reply
8 points

There is no guarantee that the released app is exactly the same as the source code when getting it on Google Play. You’d have to decompile or compile from source and try to compare.

Using F-Droid is good alternative.

permalink
report
parent
reply
9 points

The thing is we only know about these vulnerabilities in such great detail because the projects are open source. God knows what kund of vulnerabilities are hidden in closed source software.

permalink
report
parent
reply
5 points

Yes, but we don’t know what we don’t know. There are many problems like that in open source too, and even if we can look nobody does.

Therefore I find it problematic to say that just because you use open source programs you’re safe like the parent tried to.

permalink
report
parent
reply
7 points

Yes, of course. However, when it’s open source, at least somebody is capable of checking those things, even if it is not you. Somebody in the community is capable of doing so.

permalink
report
parent
reply
9 points

Yes, that is true, but let’s not pretend that just because some one is theoretically able to, that all source code is constantly monitored by 3rd parties.

permalink
report
parent
reply
3 points
*

check every line … yourself.

🚩🚩🚩

A very classic lie, disinformation, used to spread anti-libre software. Anti-libre software bans us, not only me but everyone else, from removing malicious source code.

permalink
report
parent
reply
3 points

Very disingenuous of you to fight a strawman and proclaim victory by claiming that I said things which I never did. But if that’s what floats your boat. But for everyone else, try to find any mention of anti-libre software in the original claim.

permalink
report
parent
reply
2 points

If you download apps from fdroid, at the very least you can be sure that the binary is 100% generated from the provided source code, the devs can’t pull a switcheroo like submitting an altered version of app (e.g. inserting malware) that doesn’t match the published source code.

permalink
report
parent
reply
3 points

With the new changes to the repo management, that’s not going to remain true for much longer.

permalink
report
parent
reply
-20 points
*

Exactly. Neckbeards love to pretend open source magically has no security vulnerabilities, and that the ability to inspect the source means you’ll never install anything nefarious.

I expect all of them to have read the source for every single package they’ve ever installed. Oh and the Linux source too, of course

permalink
report
parent
reply
8 points

Yes, opensource doesn’t magically fix all vulnerabilities. But it is for sure way better then closed source, where you don’t have a way of auditing the code

permalink
report
parent
reply
7 points

I have never seen anyone make that claim.

Lots of arguments saying it’s an improvement, but never that it magically fixes everything.

permalink
report
parent
reply
2 points

Neckbeards love to pretend open source magically has no security vulnerabilities

Who does? Feels like you’re just talking about inexperienced “btw i use arch” kinda skiddies

permalink
report
parent
reply
-1 points
*

Another classic lie. ‘Open source’ misses the point of libre software. Anti-libre software [malware] bans us [everyone else] from removing malicious source code.

permalink
report
parent
reply
-1 points

‘Open source’ misses the point of libre software.

permalink
report
parent
reply
1 point

You’re right, I should clarify better. When I say open source, what I mean is totally open and totally free to contribute to, like the MIT or patchy licenses. Source viewable is a whole different can of worms and not what I mean, so I should be more specific in future.

permalink
report
parent
reply
0 points
*

Contributing isn’t the point. AGPL helps us keep control of our own computing.

permalink
report
parent
reply
1 point

They used to be synonymous. Of course now we have conbtributor licenses

permalink
report
parent
reply
1 point
Deleted by creator
permalink
report
parent
reply
0 points

It was invented to derail libre software.

permalink
report
parent
reply

Technology

!technology@lemmy.world

Create post

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


Community stats

  • 17K

    Monthly active users

  • 12K

    Posts

  • 555K

    Comments