this post was submitted on 21 Jul 2023
40 points (97.6% liked)

Technology

72506 readers
3872 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 news or articles.
  3. Be excellent to each other!
  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, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] db2@lemmy.one 1 points 2 years ago (2 children)

This brings a disturbing thought to mind.. if an instance domain name like foo.bar lapses and someone else snaps the domain up (or of it gets stolen) can the new controller plop Lemmy on a server and be instantly federated? If so what kind of damage could they do?

[–] lolcatnip@reddthat.com 1 points 2 years ago (1 children)

This is why you don't let your domain registration lapse. It's not the only way computers on the internet verify each other's identity, but a hell of a lot of internet security features are based around domain names, so keeping yours functioning is a very big deal.

[–] baascus@lemmy.world 1 points 2 years ago

Domain registration ≠ internet security. Root of trust is in cryptographic keys, not domains. DNS is not the security cornerstone you make it out to be. PKI says hi!

[–] Wander@yiffit.net 1 points 2 years ago (1 children)

No, the signatures wouldn't match.

[–] Saik0Shinigami@lemmy.saik0.com 0 points 2 years ago (2 children)

That's an assumption that lemmy will quit federating with a server that does not match.

And what signature are we talking about anyway? Is not certificates...

[–] Wander@yiffit.net 2 points 2 years ago

Activitypub signatures that each user and group sends out their messages with.

[–] priapus@sh.itjust.works 0 points 2 years ago (1 children)

It's not an assumption, it's how activitypub works.

[–] Saik0Shinigami@lemmy.saik0.com 0 points 2 years ago (1 children)

Can you show me documentation that shows communities or servers are signed?

[–] priapus@sh.itjust.works 2 points 2 years ago (1 children)
[–] Saik0Shinigami@lemmy.saik0.com 1 points 2 years ago (1 children)

So looking at that spec... Nothing there is validation that current messages originate from an "original" server...

I don't think either of these signature options for Server to Server communications means that my current lemmy.saik0.com instance can't be torn down (delete LXC container) and reconfigured as a brand new instance (New LXC container) and other instances wouldn't know that there's been a change to the instance running here... or more accurately would flag a change. I think these signatures are all about not being able to spoof OTHER instances. eg, lemmy.ml can't send messages on behalf of lemmy.world.

[–] priapus@sh.itjust.works 1 points 2 years ago (1 children)

I assumed that once federated the public key would be remembered and signatures that do not match it would be handled, but you may be correct. I do wonder whether this could be a problem as instances close down over time. I'll have to spend some more time researching to see if there's a more clear answer, or if any ActivityPub implementations have their own way of handling that situation.

[–] Saik0Shinigami@lemmy.saik0.com 2 points 2 years ago

Yeah that's my worry. I'm pretty sure(and could be wrong) that message/ keys are only checked on ingestion. So i would get key value for a message coming in and can check that is currently valid, not that it's "changed" since 2 months back. I think this could allow for some one to ressurrect an old Lemmy service and masquerade as the old one... communities , users... all of it.