this post was submitted on 29 Feb 2024
195 points (98.0% liked)

Open Source

29773 readers
937 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
all 27 comments
sorted by: hot top controversial new old
[–] [email protected] 85 points 6 months ago (1 children)

remember kids, always use git condom

[–] QuandaleDingle 8 points 6 months ago (1 children)
[–] baconman1945 6 points 6 months ago (1 children)

Sorry, I’m new here and to Linux. I’ve read a little about git versioning, but I don’t get the joke. Can someone provide some insight?

[–] QuandaleDingle 9 points 5 months ago* (last edited 5 months ago) (1 children)

Yeah, you can push and pull code to your repository with git. With this joke, you use the condom to stop all operations. XDXDXD

[–] baconman1945 3 points 5 months ago

lol, got it. Thanks

[–] [email protected] 38 points 6 months ago

I don't see how "scammers creating scam repos" [2] is newsworthy at all. At least the headline seems like a big nothing-burger to me.

farther down in the article are 2 interesting informations, namely this diagram [1] and the fact that scammers seem to have moved from pip to github, and then started to use forks to make their scam-clones appear more believable.

[1] https://apiiro.com/wp-content/uploads/2024/02/Malicious-Package-Timeline.png

[2] 1000 guys make 1000 clones of 1000 legit libraries, and than create 1000 forks of their clones, to make them seem more legit than the original lib. 999 of each 1000 clones get autofiltered by github

--> 100010001000*1000/1000 = 1.000.000.000 infected repos(inkluding forks) and 1.000.000 (wihout forks).

so the number of 100.000 infected repos doesn't seem to be interesting or unexpected in any way.

[–] Amaterasu 16 points 5 months ago* (last edited 5 months ago) (5 children)

Do we see this very often with APK repos? I mean, for those using Obtainium to download apps from Github can one get malware via malicious apks?

[–] [email protected] 5 points 5 months ago

Of course you can. The actual question is: do you trust the author(s) of the repositories you're pulling the APKs from? Including that they are keeping the repo secure from malicious influences? If the answer is "no", then you shouldn't add the repo, obviously. Every repository acts as an individual trust anchor. Unlike F-Droid or the play store, where the store itself acts as the trust anchor (or should, at least)

To be clear, I'm using obtainium for quite a few apps, but I'm rather rather careful which I add there and what apps I'm getting elsewhere.

[–] [email protected] 2 points 5 months ago

If you installed the original legit package it can't be updated with such fake one (without uninstalling and installing the bad one) as the signatures won't match. If you initially install the bad package then yes of course.

[–] [email protected] 1 points 5 months ago

If possible I get the Git repo from the F-Droid entry for this app. And I usually look at the activities and commits. I hope that helps.

[–] [email protected] 1 points 5 months ago

You can get malware with the download of any soft, independent of it is FOSS or not. The clue is that it is for crackers easier to infect OpenSource if the soft has a deficient maintenance or it is abandoned, as is seen a lot on GitHub with apps that have not been updated for several years, like sadly this one, which was a very good app.

There is a lot of misunderstanding regarding OpenSource, the meaning of this type of software is to allow collaborative development, not limited to a small group of a company's developers, as in the case of proprietary software, but as many believe, OpenSource is not a guarantee of security or privacy at all, this depends solely on the intentions of the author (not all of these are good guys) of this and that, as I said, that the software has maintenance and if possible an active community. Nothing worse than an abandoned and outdated OpenSorce, worse than an outdated proprietary soft.

It is essential in GitHub or another Git, to look at when it was last updated and, as in the case of any software, to review it with an AV before using or installing it and ALWAYS read the PP and TOS.

[–] [email protected] -2 points 5 months ago

No, apt has signatures and a team of maintainers whose job it is to verify the packages match what the Dev produced

[–] [email protected] 16 points 5 months ago (2 children)

Friends dont let friends install software that isn't signed.

Use apt.

[–] [email protected] 11 points 5 months ago* (last edited 5 months ago) (1 children)

Lol apt

Or to frame it differently, use a package manager and not appimages etc.

[–] [email protected] 3 points 5 months ago (1 children)

AppImages actually do have (optional) support for signatures.

[–] [email protected] 2 points 5 months ago (1 children)

They have no update feature afaik, how does this work? What verified this signature, the user?

[–] [email protected] 2 points 5 months ago (1 children)

Its a subcommand of the AppImage. The developer adds the signature to the AppImage and the user verifies it after download with the subcommand.

[–] [email protected] 1 points 5 months ago

Thats nice, didnt even know there was an interface for managing appimages?

[–] [email protected] 3 points 5 months ago

I mean, yeah but not everything is available over apt. I try to use it whenever I can though

[–] [email protected] 14 points 6 months ago (1 children)
[–] Deckweiss 1 points 5 months ago (1 children)
[–] [email protected] 10 points 5 months ago (1 children)

AUR has just as much ability to fuck you over as piping curl to sh as an installation method.

Check your PKGBUILDs every single time and make sure you (still!) trust whatever repos it's pulling the source/binaries from.

[–] Deckweiss 7 points 5 months ago* (last edited 5 months ago) (1 children)

I completely agree with you on the ability part. There already have been cases where there was malware in the AUR.

But the wiki specifically states to read the PKGBUILD and check the source url content before installing.

I don't think the system is at fault here. I mean, getting viruses/malware has always been mostly due to lazyness, user error and lack of knowledge.

[–] okamiueru 2 points 5 months ago (1 children)

If you're actually vetting PKGBUILD, I don't think there is a single one I've installed that doesn't download some blob. There is no way of knowing if it's OK, unless you also sift through that. I don't think anyone does. I certainly don't.

[–] Deckweiss 1 points 5 months ago* (last edited 5 months ago)

Most of mine download source and compile it or plain scripts like python/bash and move them some place.

If it is a -bin, I check the url and checksum to be sure that it comes from the official source and obviously I do not install software from companies that I do not trust. (and yes, every update. I have a dedicated timeslot in my calendar for that)

I don't know what type of blob you mean which would require any additional treatment like.

[–] [email protected] 4 points 5 months ago

yeah, I tend to only look at repos with decent activity. If I stumble across a project that seems a bit sparse but I still need/would like to use the code, I try to scan through it myself to spot anything fishy. So far so good, but always good to be careful and triple check