Technology

This magazine is not receiving updates (last activity 0 day(s) ago).

cupcakezealot , in Shopping app Temu is “dangerous malware,” spying on your texts, U.S. lawsuit claims
@cupcakezealot@lemmy.blahaj.zone avatar

starting to think that politicians have no clue about how technology works.

mxcory , in Man makes money buying his own pizza on DoorDash app

I thought this sounded familiar. Turns out the article is from 2020.

onlinepersona , in "Mentioning Xi Jinping leads to a complete block of translation results": Microsoft Bing’s censorship in China is even “more extreme” than Chinese companies’

Probably a bug in censorship that they now consider a feature. Most likely it can't find the right sentence to censor, so it just doesn't try.

Anti Commercial-AI license

originalucifer , in New Tactic in China’s Information War: Harassing a Critic’s Child in the U.S.
@originalucifer@moist.catsweat.com avatar

new?

tardigrada OP ,

Yeah, I was wondering the same, but didn't want to edit the original title. Maybe there are some details that are new, I don't know. What the CCP has been doing for a long time now is a shame.

Kissaki ,
@Kissaki@beehaw.org avatar

Did they denounce target children before?

smeg , in Shopping app Temu is “dangerous malware,” spying on your texts, U.S. lawsuit claims

Once installed, Temu can recompile itself and change properties, including overriding the data privacy settings users believe they have in place

If this is actually possible then isn't that a huge security vulnerability in Android and/or iOS? I feel if this was the case we'd be hearing about it from security researchers rather than a lawyer.

Thevenin ,

I'd believe it because I remember the same being true for TikTok.

I don't have the links on me right now, but I remember clearly that when tiktok was new, engineers trying to figure out what data it collected found that the app could recognize when it was being observed, and would "rewite" itself to evade detection.

They noted that they'd never seen this outside of sophisticated malware, and doubted that a social media company had the resources to write such a program.

jarfil ,
@jarfil@beehaw.org avatar

doubted that a social media company had the resources to write such a program.

Em... writing a different manifest and asking the OS to reinstall itself, is not rocket science. Detecting that it's running in a testing environment and not asking for permission to access some types of data, is also quite easy. Downloading a different update or modules depending on which device and environment it gets installed to, is basic functionality.

It's still sneaky behavior and a dark pattern, but come on.

Thevenin ,

I found at least one of the posts, and you're right, that's not really what impressed them. It just stuck with me because I'm a hardware girl.

jarfil , (edited )
@jarfil@beehaw.org avatar

There is some irony to be had, in discussing this stuff on a page that starts by asking me to login, then to be good and disable my ad blocker, only to proceed with keeping half the text of the article as images so you can't copy+paste it... and even all the comments!

Anyhow...

https://www.boredpanda.com/tik-tok-reverse-engineered-data-information-collecting/?utm_source=twitter&utm_medium=social&utm_campaign=organic

😈 Thanks for telling us where you got the link from, I didn't really care. 😁

Static backup (possibly): https://archive.is/UD2SA

*Phone hardware (cpu type, number of course, hardware ids, screen dimensions, dpi, memory usage, disk space, etc)

Check out: https://amiunique.org/fingerprint

No app needed!

Using that as a baseline... the CPU type, memory usage, disk space, etc. are some extra data points freely available to all apps.

A developer can distribute an app with multiple versions, some targeting more modern and capable devices, some older and more limited. It's a feature, not a bug!

*Other apps you have installed (I've even seen some I've deleted show up in their analytics payload - maybe using as cached value?)

This is overreaching for an app that has nothing to do with managing other apps. Still, you may want some app with those capabilities... so let's call it "sus".

*Everything network-related (ip, local ip, router mac, your mac, wifi access point name)

Your IP is... well, you're using it to connect, they will see it, duh.

The rest is overreaching and comes into PI violation terrain, but can be used for geo location... the OS does it, that's the data it uses to fine-tune the GPS's location.

*Whether or not you're rooted/jailbroken

Typical feature for banking ad DRM protected apps. Nothing to see here.

*Some variants of the app had GPS ping- ing enabled at the time, roughly once every 30 seconds - this is enabled by de- fault if you ever location-tag a post IIRC

Best answered by a comment [1] (SEE BELOW).

TL;DR: more DRM stuff.

*They set up a local proxy server on your device for "transcoding media", but that can be abused very easily as it has zero authentication

This is somewhat sus, but a local proxy by itself, doesn't mean any sort of risk, or that it could be exploited.

For example, Tor can be accessed using a local proxy (although VPN mode is safer).

The scariest part of all of this is that much of the logging they're doing is remotely configurable,

Not exactly. It's how feature flags, and remote testing/debugging works too.

and unless you reverse every single one of their native libraries (have fun reading all of that assembly, assuming you can get past their customized fork of OLLVM!!!) and manually inspect every single obfuscated function.

This is worse (why do they use a custom OLLVM fork?), and obfuscation usually means they have something to hide. It's the opposite of security for the user.

They have several different protections ir. place to prevent you from reversing or debugging the app as well. App behavior changes slightly if they know you're trying to figure out what they're doing.

Not good, but unfortunately allowed. That behavior is shared by both DRM protected software, and malware.

There's also a few snippets of code on the Android version that allows for the downloading of a remote zip file, unzipping it, and executing said binary. There is zero reason a mobile app would need this functionality legitimately.

False.
There are two legitimate reasons: plugins, and DLCs.

It can be used for shady stuff, but is also a "feature, not a bug".

On top of all of the above, they weren't even using HTTPS for the longest time. They leaked users' email addresses in their HTTP REST API, as well as their secondary emails used for password resets. Don't forget about users' real names and birthdays, too. It was alllll publicly viewable a few months ago if you MITM'd the application.

Well, that's just stupid, there is zero reason to send data unencrypted.

They encrypt all of the analytics requests with an algorithm that changes with every update (at the very least the keys change) just so you can't see what they're doing.

Ehm... this is the correct behavior. See previous point.

They also made it so you cannot use the app at all if you block com- munication to their analytics host off at the DNS-level.

Sus... but see the introductory part of this comment. Should boredpanda also be banned?

TikTok put a lot of effort into preventing people like me from figuring out how their app works. There’s a ton of obfuscation involved at all levels of the application, from your standard Android variable renaming grossness to them (bytedance) forking and customizing ollvm for their native stuff. They hide functions, prevent debuggers from attaching, and employ quite a few sneaky tricks to make things difficult. Honestly, it’s more complicated and annoying than most games I’ve targeted,”

This is bad, and a reason to use FLOSS apps... but since it's been an accepted behavior for Privative Software, along with DRM... don't blame the player, blame the game.

No, seriously, blame the DMCA and friends. There is no way to at the same time "enforce DRM, keep a copy of all keys at a trusted third party, and keep users secure"... so the current situation is "you get none of those".


[1]

sr71Girthbird 39 points 1 day ago

Not OP but I work at a company providing video infrastructure, and one of our products is an analytics suite. It provides all the data he men- tioned and ton more. Turner, Discovery, New York Times, Hulu, and everyone's favorite company, MindGeek all use our Analytics, among hundreds of other large customers. Specifically where this guy says, "Some variants of the app had GPS pinging enabled at the time, roughly once every 30 seconds" that's called a heartbeat. The app or video player within the app has to have a heart- beat so that the player can detect if a viewer is still watching video etc. Our analytics + video player services send a regular heartbeat every 8 seconds. It definitely pulls in your exact location.

Thevenin ,

Thanks for the analysis and insight!

t3rmit3 ,

Uh, as someone who does malware analysis, sandbox detection is not easy, and is certainly not something that a non-malware-developer/analyst knows how to do. This isn't 2005 where sandboxes are listing their names in the registry/ system config files.

jarfil ,
@jarfil@beehaw.org avatar

I haven't done sandbox detection for some years now, but around 2020, it was already "difficult" as in hard to write from scratch... yet already skid easy as in "copy+paste" from something that does it already. Surely newer sandboxes take more stuff into account, but at the same time more detection examples get published, simply advancing the starting point.

So maybe TikTok has a few people focused on it, possibly with some CI tests for several sandboxes. I don't think it's particularly hard to do 🤷

reagansrottencorpse , in Microsoft CEO of AI: Online content is 'freeware' for models • The Register

I wish Microsoft had anything worth taking for free

TranquilTurbulence , in "Mentioning Xi Jinping leads to a complete block of translation results": Microsoft Bing’s censorship in China is even “more extreme” than Chinese companies’
@TranquilTurbulence@lemmy.zip avatar

No problem, we’ll just start calling him “the general secretary who must not be named”.

baggins ,
@baggins@beehaw.org avatar

Or Winnie The Pooh.

xep ,

These are all strategies that have already been adopted in China, they will block it like everything else.

tardigrada OP ,
sunzu ,

that's the general secretary shepooh for you, sir!

onlinepersona , (edited ) in Shopping app Temu is “dangerous malware,” spying on your texts, U.S. lawsuit claims

So just like the majority of USAian apps out there? I think Temu fits right in. Why are people so concerned about what China is doing with their data, but not the very countries they live in or (more importantly) the dominant online surveillance presence: the USA?

Anti Commercial-AI license

tardigrada OP ,

One thing that's obvious here on Lemmy is that whataboutism works only in one direction. If an article is critical of China, Russia, Iran, or other dictatorships, you'd read, "But about U.S./EU/the West". But there are tons of articles here critical of Western countries, and it's accepted. Why is this? Just wumaos?

onlinepersona ,

It's funny that every time someone points out the pot calling the kettle black the training kicks in to shout "whataboutism" and it must be "wumao". It's almost a meme. You don't think an article about Xi Ping's government warning about USAian surveillance would be mocked and ridiculed due to their Great Firewall? That wouldn't be "whataboutism" though, right? It would be a "critical opinion"?

Anti Commercial-AI license

tardigrada OP ,

And the next whataboutism! What a waste of time.

onlinepersona ,

Not sure if you're trolling now 😂 Good meme.

Anti Commercial-AI license

jarfil ,
@jarfil@beehaw.org avatar

an article about Xi Ping's government warning about USAian surveillance

Not possible. The CCP doest "warn", it orders to block the app/site/word/photo, and it never existed. Anyone daring to say that it did, or to warn of stuff the CCP didn't say, gets imprisoned or worse (see: the doctor who dared to warn abot COVID, instead of following CCP's truth).

HobbitFoot ,

Lemmy was designed to be a place where communists would have a community. Some instances weren't, but a lot of the original ones were.

tardigrada OP ,

Yeah, these are the 'tankies' who got banned on Reddit, right? I guess it takes time until they get a minority, but it's good that the community grows steadily.

sunzu , (edited )

Because people live there and that's what they care about.

Also this article is shiti propaganda. Is temu shite.... Ya, you ain't got to use.

Good luck trying to have a normal life without use big tech lol

Which is a lot more dangerous than temu or tiktok from personal privacy and security perspective.

TehPers ,

I'm not sure I understand why this question comes up everytime some chinese app is in a news article.

Anyway, it should not come as a surprise, but "Arkansas Attorney General Tim Griffin", someone who works as AG for a state in the US, presumably is more interested in US interests than Chinese interests, and presumably places more trust in the government and businesses of the country he lives in than in the government (and businesses, for where there's a distinction anyway) of the country of his nation's economic rival.

NaibofTabr ,

Believe it or not, I can be concerned about both.

The difference is, the place where I live has some data privacy regulations which actually get enforced, and I have some legal recourse against organizations which mishandle my data. China does not have such regulations and I do not have any recourse against organizations based there, so my risk from them is significantly higher.

onlinepersona ,

Believe it or not, I can be concerned about both.

Yes you can, most people aren't. In real life, by far the most common response I've gotten when talking about privacy is 😴 . My colleagues in tech will hotly debate China's surveillance, but happy use face ID on their iPhone, upload their entire life to Google or iCloud (including recordings of therapy sessions), send their blood into do a heritage check, nearly exclusively use Amazon for shopping, have an Amazon Ring camera at their door, and so much more.

You are the minority.

Anti Commercial-AI license

Kissaki ,
@Kissaki@beehaw.org avatar

“Temu is designed to make this expansive access undetected, even by sophisticated users,” Griffin’s complaint said. “Once installed, Temu can recompile itself and change properties, including overriding the data privacy settings users believe they have in place.”

So just like the majority USAian app out there?

Which apps do that? Because I am certain it's NOT the majority, and very skeptical about any other apps doing that.

onlinepersona ,

More about the part about stealing information. Most people barely look at permissions.

A flashlight app needs access to my calls, microphone, clipboard, filesystem, and network? Sure, I'll install it.

or

Facebook needs access to all permissions? Oh is that what the popup said when I installed it?

All Temu had to do was ask and people would grant it.

Anti Commercial-AI license

jarfil ,
@jarfil@beehaw.org avatar

On modern Android, apps need to ask for each permission when they're about to use it for the first time. Not sure about Apple.

Google Play will also periodically revoque permissions to apps that haven't used them for some time.

xep ,

Why not use the English word for an entity that resides in the USA: American?

onlinepersona ,

Because I find USAian more appropriate. USA isn't a representative of two entire continents.

Anti Commercial-AI license

Kaboom ,

Oh so youre just a contrarian. Got it.

sunzu ,

Looks like his usage of term got a desired result here lol

technocrit ,

Because it's imperialist and racist to pretend that USA is America.

jarfil ,
@jarfil@beehaw.org avatar
Kaboom ,

You do realize that license doesnt do anything, right? Facebook tier logic right there

onlinepersona ,

Good job on not reading it and understanding absolutely nothing 👏

Anti Commercial-AI license

Kaboom ,

Why would I? Putting a license in your comment doesnt mean anything, its not legally binding in anyway

jarfil ,
@jarfil@beehaw.org avatar

This comment © 2024 by jarfil is licensed under CC BY 4.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/4.0/

No they don't. It's not only not applied to their comment, but also misnamed.

Kaboom ,

Furthermore, its posted on lemmy, which that license overrides the license on the comment

jarfil ,
@jarfil@beehaw.org avatar

That... depends.

Lemmy is just a carrier software, its license has nothing to do with comments.
Instances however, each have their own TOS and can enforce license controls.

Ideally, all comments should have a "license" field, so stuff like instances with ads on them, or subscription-only instances, or CC0/CC-AS only instances, could inform other instances of their rights, and avoid comments that don't meet their policies.

ssm ,
@ssm@lemmy.sdf.org avatar

Russian/Chinese software contains spyware: 😡😡👿👿💢💢

US software contains spyware: 😇👉👈

DdCno1 ,

Unsurprisingly, defenders of dictatorships always have to resort to whataboutism to defend the indefensible.

As per usual, this whataboutism is lazy and inaccurate as well.

JPAKx4 ,

I mean, I don't like either malware. They are banning tiktok due to security and spying on US citizens, as well as some election interference. These are all things that FAANG can and will do, but since they're American it isn't regulated nearly as much as they should be. All invasions of privacy are bad, it's not whataboutism to call out the holes our regulations have by being overly specific to only "adversarial countries".

stardust ,

Yeah malware is bad. It does however become amusing to see people use whataboutism not because they care, but to downplay what X group is doing. So more comes across as approval due to not condemning the act but more reactionary response to being upset X group is being made to look bad.

That usually when whataboutism gets brought, since it draws in people who actually don't care about the concern that is brought up but more a defensive concern.

autotldr Bot , in Shopping app Temu is “dangerous malware,” spying on your texts, U.S. lawsuit claims

🤖 I'm a bot that provides automatic summaries for articles:

Click here to see the summary

Temu—the Chinese shopping app that has rapidly grown so popular in the US that even Amazon is reportedly trying to copy it—is "dangerous malware" that's secretly monetizing a broad swath of unauthorized user data, Arkansas Attorney General Tim Griffin alleged in a lawsuit filed Tuesday.

Griffin fears that Temu is capable of accessing virtually all data on a person's phone, exposing both users and non-users to extreme privacy and security risks.

In their report, Grizzly Research alleged that PDD Holdings is a “fraudulent company” and that “Temu is cleverly hidden spyware that poses an urgent security threat to United States national interests.”

Investigators agreed, the lawsuit said, concluding “we strongly suspect that Temu is already, or intends to, illegally sell stolen data from Western country customers to sustain a business model that is otherwise doomed for failure."

Researchers found that Pinduoduo "was programmed to bypass users’ cell phone security in order to monitor activities on other apps, check notifications, read private messages, and change settings," the lawsuit said.

A Temu spokesperson provided a statement to Ars, discrediting Grizzly Research's investigation and confirming that the company was "surprised and disappointed by the Arkansas Attorney General's Office for filing the lawsuit without any independent fact-finding."


Saved 78% of original text.

t3rmit3 , in Microsoft CEO of AI: Online content is 'freeware' for models • The Register

There is leaked Windows source code online... Is that also freeware for me to train an OS-building model on?

RootBeerGuy ,
@RootBeerGuy@discuss.tchncs.de avatar

Sorry, you need high quality data for training.

vrek ,

The Linux source code is also online...

smeg ,

Seems like we're all in agreement that all information should be free, I look forward to them open-sourcing every proprietary bit of code they have

autotldr Bot , in Microsoft CEO of AI: Online content is 'freeware' for models • The Register

🤖 I'm a bot that provides automatic summaries for articles:

Click here to see the summary

Mustafa Suleyman, the CEO of Microsoft AI, said this week that machine-learning companies can scrape most content published online and use it to train neural networks because it's essentially "freeware."

Shortly afterwards the Center for Investigative Reporting sued OpenAI and its largest investor Microsoft "for using the nonprofit news organization’s content without permission or offering compensation."

Also, in 2022, several unidentified developers sued OpenAI and GitHub based on claims that the organizations used publicly posted programming code to train generative models in violation of software licensing terms

Most people posting content online as individuals will have compromised their rights in some way by accepting the Terms of Service agreements offered by major social media platforms.

The fact that OpenAI and others making AI models are striking content deals with major publishers shows that a strong brand, deep pockets, and a legal team can bring large technology operations to the negotiating table.

People will stop making work available online, they predict, if it just gets used to power AI models that reduce the marginal cost of content creation to zero and deprive creators of the possibility of any reward.


Saved 74% of original text.

cupcakezealot , in Elon Musk's SpaceX contracted to destroy retired space station - BBC News
@cupcakezealot@lemmy.blahaj.zone avatar

spacex should just schedule it to be launched into space; that ought to do it

abbadon420 , in Stable Diffusion 3's Disastrous Launch Could Change the AI Landscape Forever

And again, porn is running the internet... i mean ruining.. sorry for the typo

TehPers ,

Sounds like the internet needs to have some rules established to keep things under control. Personally, I think 34 rules is a good number, at least at a minimum.

nothacking , in Stable Diffusion 3's Disastrous Launch Could Change the AI Landscape Forever

Looking at the logs if my Stable horde worker, more then half of requests made were to generate porn. They'd be shooting themselves in the foot regardless of if the filter worked as intended.

t3rmit3 , (edited ) in Stable Diffusion 3's Disastrous Launch Could Change the AI Landscape Forever

Hell yeah! Nothing good comes from their new model, nor the advertiser-friendly focus of SD3. They were good for pushing the open-source ecosystem forward, but clearly their Capitalist masters have come calling, and they're enshittifying.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • kbinchat
  • All magazines