Another reason not to like DAB

Jul 22, 2015 70 Replies

who are these mythical people that expect software to be perfect? It would be nice if it were just competent.

NT

One way is to have separate sensors for safety critical and non-safey critical passenger entertainment systems with separate GPS receivers, so need to feed data unidirectionally from secure system to non-secure system.

You've decided that "security" means "can't interfere with the operation of the aircraft". If a system implementation GUARANTEED that, would you consider it "secure"?

What if the system allowed "others" to make note of the credit card numbers and PINs of purchases, phone calls, etc. made in-flight through some part of that system? To the victims of such an exploit, the system would not be considered "secure" -- regardless of whether or not the flight was compromised in any way.

What if the system allowed folks (in the air, on the ground, etc.) to take note of what beverages I ordered? Or, what movies I opted to watch. Or, eavesdrop on my conversation with my land-based accountant over the in-flight telephone system. Or, snoop my web traffic while browsing in flight. Do any of these count as "security issues"?

"Security" means lots of things to different people. The "value" of information and actions varies based on the person/agency involved.

SWMBO has had a new credit card "unexpectedly" issued to her probably 5 times in the past few years ("Please use this card as a replacement for your card number XXX XXX XXX. Your balance will automatically be transfered. The old card will be deactivated in 14 days -- or, as soon as you activate this replacement card").

To *us*, this *appears* secure -- we've not incurred any "unauthorized charges". But, that doesn't mean that the "system" in place for that/those accounts is truly "secure"! The simple fact that the CC issuer opted to take on the expense of issuing new cards, mailing them and creating new accounts suggests that some INsecurity in their system justified this expense in lieu of the risk for the (obviously compromised) account(s).

Will we ever know what *other* personal information has leaked from these (suspected) breaches? Or, does the CC issuer absolve itself of any other responsibility simply because they've covered *their* potential losses??

[I.e., credit card transactions could easily be spoof-proofed. But, there is no financial incentive to doing so. The actual losses are apparently small enough that the issuers can just write them off as "cost of doing business". Of course, they don't bear the cost of any incidental damages that the card holders may ultimately incur!]

On Fri, 24 Jul 2015 16:11:17 +1000, Sylvia Else Gave us:

It is a "delivered" set of values, and is in no way connected to the aircraft's navigation or control system.

Hell, there is even a huge delay in updates to what "a passenger" "sees". There is no "communications link". There is a one way "data handoff", and that's it. Period..

On Fri, 24 Jul 2015 00:57:28 -0700, Don Y Gave us:

The Internet access systems on aircraft use a satellite link.. There is no "monitoring" done by "ground personnel".

The satellite service provider has ground based "satellite baseband gateways", and they are the most secure gateways in the entire world.

I don't doubt that the engineers intend it to be one-way, but what's the actual mechanism?

For example, and leaving aside the question of the exact protocol used on an aircraft, a program may construct a TCP/IP connection with every intention of using it only to transmit data, not to receive it. Should be safe enough.

But TCP/IP is a reliable protocol. It uses acknowledgement packets in the opposite direction. So what happens if an attacker contrives to send deliberately invalid acknowledgement packets? Could the transmission side then be induced to overwrite the end of its buffer? Hopefully, no TCP/IP implementation is quite that fragile, but it illustrates the point.

One way of addressing such issues is to include an element in the communication path that is indisputably one-way. For example, an optical isolator. Then if anyone has made a mistake, and is reading data when they shouldn't, it won't matter. In the TCP/IP example, the system won't work either, and the engineer would wise up quickly (perhaps retaining their job, perhaps not, depending how much it costs to fix it).

Maybe this is what has been done, but I'd like to see a clear statement to that effect from the manufacturers, rather than having to trust them to have got it right.

Sylvia.

As it has just been said, the communication is usually ARINC (-429). This is no classical bidirectional bus, it is single direction. The position data comes from the navigation system but on a separate physical channel and only readable. Even equipment that is in the cockpit for the pilot like EFB (electronic flight bags) can only read from the aircraft if they are not class 3 classified. But then they are closed systems with software certified to at least DO-178 Level C.

I have designed such systems and I know the rules set and enforced by the FAA and EASA. A commercial aircraft that does not comply with these rules will be grounded. It will only be a craft, no air.

Reinhardt

On Fri, 24 Jul 2015 19:38:43 +1000, Sylvia Else Gave us:

You don't get it. Aircraft avionic control hardware is NOT using TCP/IP.

Start over.

Do you have some issue with "and leaving aside the question of the exactly protocol used on an aircraft"?

It's an example. Any protocol that uses acknowledgements has the same issue.

Sylvia.

On Fri, 24 Jul 2015 21:49:05 +1000, Sylvia Else Gave us:

Study double redundancy and things like FEC.

The Pluto probe sends data t us, and does not wait for packet receipt acknowledgements. It sends it twice, and both times chock full of FEC data.

That seems a very strong claim, considering that any satellite transmission can in principle be intercepted with a suitable receiver close enough to the ground station to get a reasonable signal strength.

So the security must depend on the encryption used. In which case how is this different from any other data link or internet connection?

John

Clearly, ARINC-429 isn't the only bus used. ADFX for example.

Since you know the rules, you should be able to cite the documents that contain them so that we can all read them, and check that your interpretation is correct.

Sylvia.

It would hardly be practical for the probe to use packet based acknowledgement given the distances (and thus times) involved. The situation is rather different from that on an aircraft.

Also, the data is not time critical, and the probe can be directed to resend any lost data again later.

Sylvia.

Encrypted signals are only "secure" once they are encrypted (assuming the encryption is effective). Any time the signals are available in (effectively) cleartext, they can be snooped.

Seems very unlikely that "the most secure gateways in the world" would be implemented in EACH AND EVERY SEATBACK ON THE AIRCRAFT. Rather, they would be conveyed to a point on the aircraft from which they can be passed through a secure tunnel to ground.

By way of comparison, your employer may have a secure link to "The Internet" which prevents any and all traffic passing over that link from being snooped. But, chances are, that security is NOT imposed at *your* desk, the desk in the cubicle next to you, the desk in the cubicle next to that, etc. Rather, traffic within your organization is much more vulnerable *until* it reaches that gateway.

[E.g., an "infected computer" leaks information *before* any secure comms layer is wrapped around the data. No need to "crack" any encryption as it snoops the data before it has been encrypted!]

This also assumes all of the transactions *are* passed directly to ground. If I purchase an inflight movie, alcoholic beverage, upgraded meal, etc. is that transaction forwarded to "Airline Corporate" on the ground as it occurs? Or, is it cached locally on the aircraft and *batch* processed after the aircraft has landed? If the entertainment is provided *gratis*, what measures are taken to ensure others don't know what I am watching/listening to? ("Who cares?!" "Well, why *should* that information be shared/snoopable with others?")

[Vulnerabilities/exloits happen because information/access leaks unnecessarily. Rather than erring/rationalizing that there is no need to PROTECT a piece of information, one should, instead, ask: "Why should this be *shared*?"]

On Fri, 24 Jul 2015 04:58:05 -0700 (PDT), snipped-for-privacy@gmail.com Gave us:

IF one knows what modulation schema is being utilized, perhaps. Just knowing the band isn't enough. Even then, there is frequency hopping, etc.

Not the service I mentioned, but when did you ever read about INMARSAT ever being hacked?

Most hackers need monetary motivations. INMARSAT access is not cheap, so hacking it would likely be even more expensive.

There are several factors.

Never hacked throughout its entire service tenure, so said encryption must be pretty good. It certainly speaks for itself. And again, they

*are* the most secure gateways going.

"Reliable" in network-speak has a different connotation.

*IP* is not a "reliable" protocol but, rather, just a 'best effort' protocol. What TCP adds on top of that is the guarantee of data delivery, *intact* (uncorrupted) and in-order. A client in a TCP transaction need not "double-check" what it has received.

It never claims to do so. A comm link can always be physically/electrically/virtually *cut* -- so any such guarantee would be meaningless.

On Fri, 24 Jul 2015 22:19:39 +1000, Sylvia Else Gave us:

mil-1553 for one.

On Fri, 24 Jul 2015 06:26:19 -0700, Don Y Gave us:

You keep saying "ground"

A satellite hook goes UP fully secure, then THE SATELLITE pipes data requests DOWN to the baseband gateway, fully secure, and the result goes BACK UP to the satellite, fully secure, then back to the aircraft, fully secure. Each "seatback" has their own secure pipe to the satellite modem(s). So they ALL get their own "tunnel".

Safe enough in what context? Recall, we're talking about exploits. So, that suggests something isn't quite as "ideal" as had been intended. There have been successful exploits of well-established stacks in the past -- some of those compromise the *server* (e.g., SYN flood).

The basic "security problem" with TCP/IP is that it was designed for use in a non-hostile environment. It tries to deal with hardware and link failures -- not deliberate attempts to confuse and/or corrupt its implementation.

A SYN flood does something similar -- it (adversary) tells the server that it wants to create a "connection". As TCP is a connection oriented protocol, the server must *remember* this fact and choose to acknowledge it by replying with SYN-ACK. At this point, the adversary has tied up resources *in* the server (a record of the original connection attempt, its IP address, the server-side IP address/port, timer, etc.).

A "cooperative" client would then want to move beyond this "half-open" point in the connection's establishment by replying to the SYN-ACK with an ACK -- completing the three-way handshake.

But, instead, it can simply choose to begin creating *another* connection -- tying up more of similar resources. Until, eventually, the server runs out of "resources for potential connections". (hopefully, doing so gracefully and not *crashing* the server... possibly because the implementation was "off by one" in its handling of the number of potential connections!).

Some CAN implementations essentially "broadcast" data in a read-only fashion. But, that doesn't mean that some *other* device on the same wire can't *spoof* the legitimate sender! (no authentication built into CAN itself). If a client expects a transmission to have been from a bonafide source, then any spoof of that source can coerce the client to divulge something that it wasn't planning on divulging. Or, trick it into acting as if it *was* interacting with the legitimate other party.

Without litigation requiring such disclosures (returning to my initial comment on this subject), it is unlikely that folks will voluntarily disclose these things.

TCP/IP is not very practical for hard RT system and of course useless, if there are physically unidirectional connections (no ACKs).

Modern plains use Ethernet as their network topology as in AFDX (Avionics Full-Duplex Switched Ethernet). Standard network switches can be used, but there are special chips in each node NIC that limits the percentage of total network bandwidth a node can use.

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required