this post was submitted on 06 Dec 2024
1658 points (99.2% liked)

Technology

59880 readers
2907 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 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] AtHeartEngineer 12 points 4 days ago (1 children)

I work in cryptography, and I guarantee if that's true "some person you know who worked in government security" would not tell you if they did know, or they are pulling shit out of their ass. There have been so many people that have looked at or worked on SSL/TLS implementations (including some of my coworkers), any vulnerabilities would have to be pretty subtle or clever, and that would be kept highly classified. Quit making shit up or repeating bullshit you heard.

[–] pennomi -2 points 4 days ago (1 children)

Sure, if we’re talking about code vulnerabilities only. It’s most likely a compromised root cert though.

[–] AtHeartEngineer 4 points 4 days ago (1 children)

That just would allow a malicious attacker to fake being the server, it doesn't actually compromise the TLS session. So you are talking about a much more sophisticated multi stage attack that needs to be actively executed. This wouldn't at all allow them to record traffic and decrypt later.

The certs authenticate that you are talking to the real server, the symmetric session keys that are usually derived from a diffie helman key exchange have nothing to do with certs. That's two separate (but connected) parts of the transaction to build a TLS session.

[–] pennomi -1 points 4 days ago

Right, this would be a MitM vulnerability, which could be reasonably viable for targeted attacks.