this post was submitted on 23 Nov 2023
386 points (98.7% liked)

Technology

59135 readers
3376 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
 

Commercial Flights Are Experiencing 'Unthinkable' GPS Attacks and Nobody Knows What to Do::New "spoofing" attacks resulting in total navigation failure have been occurring above the Middle East for months, which is "highly significant" for airline safety.

you are viewing a single comment's thread
view the rest of the comments
[–] nixcamic@lemmy.world 19 points 11 months ago (4 children)

Do none of the systems, GPS, glonass etc. use encryption or authentication of any form?

[–] AreaKode@lemmy.world 14 points 11 months ago (1 children)

The problem is with the way GPS works. Your device gets telemetry from the satellites. A fake signal can screw up the whole system.

[–] jormaig@programming.dev 6 points 11 months ago (2 children)

But if they had authentication you would know that the message doesn't come from a legitimate satélite.

[–] Gormadt@lemmy.blahaj.zone 8 points 11 months ago* (last edited 11 months ago) (1 children)

If their isn't then there's a big problem with implementing that now, which would require a retrofit of every single GPS system currently in use and likely a replacement of all GPS satellites

Edit: I'm slightly mistaken, the military uses encryption but they don't have that open for public use.

[–] lolcatnip@reddthat.com 2 points 11 months ago (3 children)

I would hope whoever designed the satellites had the foresight to allow remote software updates.

[–] Ilovethebomb@lemm.ee 6 points 11 months ago

They're talking about the millions of receivers around the world, not the satellites.

[–] Restaldt@lemm.ee 2 points 11 months ago

Nah we just need a satellite mechanic astronaut

[–] x4740N@lemmy.world 0 points 11 months ago

Software updates become useless if you hit hardware limitations

[–] Creat@discuss.tchncs.de -2 points 11 months ago (1 children)

you can't have authentication in a one way system. satellites send days, planes receive it, but never send anything.

[–] nailbar@sopuli.xyz 6 points 11 months ago (2 children)

You can have a digital signature, so the recievers know it's legit

[–] Creat@discuss.tchncs.de 1 points 11 months ago (1 children)

yes of course, but that isn't authentication.

[–] nailbar@sopuli.xyz 2 points 11 months ago

Playing with semantics a little, it can be thought of as the satellite authenticating with the client using the signature as password.

[–] Lafrack@lemmy.world 12 points 11 months ago

Yes Galileo supports encryption. But as far as I know it's not in use. Has been trialled only. But I know all Airbus aircraft only support GPS satellites and nothing else (yet). I assume Boeing, being American would be the same then.

As far as solutions go, an aircraft can navigate fine without GPS. It can update its position from ground navigation aids and if they are not available it can still Dead Reckon very well. The navigation error very slowly grows until it's out of the black spot and can use GPS or navigation aid to increase its accuracy. But this navigation error on the time frame of say an hour is a matter of kilometers at most, not dozens.

[–] SeriousBug@infosec.pub 11 points 11 months ago (1 children)

Nope. And more importantly, it looks like nobody considered what might happen if the signal gets spoofed. The backup systems that are supposed to keep working if GPS breaks also break due to these spoofed signals.

[–] Ajen@sh.itjust.works 10 points 11 months ago (1 children)

GPS is encrypted, it's just that the US military won't share the encryption keys so the rest of us have to use the unencrypted channels. They've clearly thought about it and decided against making it public.

[–] grandkaiser@lemmy.world 5 points 11 months ago (1 children)

If they shared the encryption keys, then it wouldn't be safe from spoofing anymore. The whole point of encryption is to not share the keys.

Also, before someone tries to point out PKI, the satellites don't use PKI. So that's not relevant. You can't share the current keys without jeopardizing the system.

[–] Ajen@sh.itjust.works 1 points 11 months ago* (last edited 11 months ago) (1 children)

PKI? I assume you mean asymmetric encryption? That's been available long before the GPS system was launched. Why do you think it isn't relevant? They could have designed it into the protocol if they wanted to.

[–] grandkaiser@lemmy.world 1 points 11 months ago* (last edited 11 months ago) (1 children)

The military didn't design it for civilian use. That's really all there is to it. The commenter I was replying to made it sound like theres an easy solution here. There isn't.

[–] Ajen@sh.itjust.works 1 points 11 months ago (1 children)

I'm the commenter you originally replied to. If the US military wanted unspoofable GPS available to everyone then it would be available to everyone. They only want the public to have unencrypted GPS, so that's all we get.

[–] grandkaiser@lemmy.world 1 points 11 months ago* (last edited 11 months ago)

The military is as concerned with civilian gps as much as they are with anything else that isn't military-related: not their issue to solve. They won't stop anyone from using encrypted gps. They really won't. The only branch in the us that actively tries to prevent public encryption is the NSA. (Even then, they wouldn't block something like gps). For the record, I'm a security engineer (DDI, private sector), previously worked for the DOD, and used to work in satcom.

[–] _s10e@feddit.de 4 points 11 months ago (1 children)

GPS is old, the amount of data you get from the satellite is small, essentially satellite id and timestamp. If we would redesign this today, you could include a digital signature.

Sure, but... you can google this to verify ... one can probably manipulate GPS by introducing delay, i.e. resend data from a sat that was hear some seconds ago. With this signal the location will be off.

[–] Treczoks@lemmy.world 1 points 11 months ago

But that would also mean the timestamp to be off. Just resending them would also require extremely precise timing if you want to simulate a position that is not anywhere but just a bit off the last position. Making a GPS position jumping around half the world is (comparably) easy, pushing it off for a few kilometers is much, much harder.