this post was submitted on 18 Nov 2023
108 points (93.5% liked)

Technology

55940 readers
3764 users here now

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


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] wsweg@lemmy.world 2 points 8 months ago (1 children)
[–] Rustmilian@lemmy.world 6 points 8 months ago* (last edited 7 months ago) (2 children)

Due to complexity and limited auditing a number of vulnerabilites have slipped through again & again, like zero-click exploits for example. Take a look at the sear volume of CVEs and more importantly what they entail. While they do eventually get found & patched, its not ideal compared to other messaging apps like signal that are very much security first, features 2nd.
A lot of people(normies), especially Apple users tend to think it's super secure virtually impenetrable technology.

[–] PlexSheep@feddit.de 5 points 7 months ago (1 children)

The sheer volume of cves is not necessarily an indicator for insecurity. The CVE system is pretty bad and rulings are mostly arbitrary. For example, there was a recent curl "CVE", where an overflow happened in some part of the app which was not relevant to security. I don't remember the details, but the only solution to this apperent mess was that the main contributor of curl is becoming one of the guys that evaluate CVEs.

CVE is a measure for the US government, and always assumes the worst in any case.

That being said, I agree with you.

[–] Rustmilian@lemmy.world 2 points 7 months ago* (last edited 7 months ago)

I know what curl CVE you're referring too.
Yeah, that was pretty stupid, they marked it high severity when 1 It was already patched like a year prior and 2 it was a complete non-issue in the first place.
Then some fuckin AI put forth another bogus CVE based on the one you're referring.
The curl dev was pissed, and rightfully so.

And You're right, it's more so the details of the CVEs that's important then the actual CVEs themselves.

[–] 8ender@lemmy.world 2 points 7 months ago (1 children)

My man everyone and their favourite state sponsored hacking group is trying to break iMessage, of course there’s going to be a shed load of CVEs compared to other less popular tools.

[–] Rustmilian@lemmy.world 2 points 7 months ago* (last edited 7 months ago)

The main problem with iMessage is the limited audits. It's a very complex application and with that complexity comes higher risk for vulnerabilities to slip through. It'd be way less of an issue if it was at least source available so more people could audit it, instead of just whomever gets permission from Apple.
Like Apple's bounty system is great and all, but it's not as effective as for example being able to directly scrutinize signals open source codebase.
The problem with Apple's approach is that even if someone finds and reports the vulnerability for the bounty money, that still means that vulnerability has made it into the production code and thus made it onto consumer devices. Unlike an open codebase where the vulnerability is more likely to be caught before it reaches consumer devices.

You can argue that the code being openly available isn't necessary indictive of being secure, which is true, but it's certainly more favorable and for signal it's worked out very well. Also there's plenty of state sponsored hacking groups trying to break signal. Maybe not as many, sure. However it's a lot less likely they'll succeed in breaking signal then iMessage.
Infact, just recently signal had to dismiss a 0-day vulnerability report people were freaking out about because it turned out completely bogus. Thought, I suppose that's beside the point.

"Security through obscurity is not security" - some guy idk.