Trucky
Book a call β†’
All resources
β˜… Field Report Β· 32 Β· Cybersecurity

Your Truck's ECU Can Be Hacked: What the Research Actually Shows

Researchers have demonstrated remote control of a truck's engine and brakes, and a brake controller recall quietly patched a flaw that could disable anti-lock brakes. Here is what the evidence actually shows and what it means for your fleet.

TruckyΒ·October 6, 2026Β·7 min read

Is it actually possible to hack a truck's ECU?

Short answer: yes, and it's been demonstrated more than once by named researchers on real trucks, not just in theory. Academic researchers have shown they can send unauthorized commands to a truck's engine and braking systems through its onboard network. Separately, a real safety-recall patch for a widely used brake controller quietly fixed a flaw that could have let a remote attacker disable anti-lock brakes. Neither of these requires exotic access. Both trace back to the same thing: a truck's internal network was designed to trust any device connected to it, and modern trucks connect a lot of devices to it, some of them wirelessly.

How can an attacker actually get access to a truck's internal network?

Every modern heavy-duty truck in the U.S. uses the SAE J1939 standard for internal communication between its electronic control units, engine, brakes, transmission, and instrument cluster all talk to each other over this shared network. Researchers Yelizaveta Burakova, Bill Hass, Leif Millar, and AndrΓ© Weimerskirch demonstrated in a peer-reviewed 2016 paper that once connected to a truck's J1939 network, they could accelerate a truck already in motion, disable the driver's ability to accelerate, and disable the vehicle's engine brake (source: USENIX WOOT '16). Earlier University of Michigan research demonstrated the same class of attack on a real Class-8 semi-tractor and a school bus, manipulating instrument gauges, engine RPM, and engine braking (source: cited via arXiv survey).

The J1939 network itself has no built-in way to check whether a message came from a legitimate source. Any device wired into it is trusted by default. That's the underlying design issue every attack in this space exploits.

Why does the diagnostic port matter if these attacks need a physical connection?

Because trucks aren't only accessed through a technician's laptop plugged into the dashboard anymore. Federal regulation requires every commercial truck to run an Electronic Logging Device, or ELD, and that device connects directly to the engine's network by design, and in most implementations, connects to the internet as well. The National Motor Freight Traffic Association (NMFTA), a trucking industry trade group, has stated publicly that current ELD rules effectively require both two-way CAN bus connectivity and internet connectivity, which it describes as creating a bridge between the internet and a truck's internal vehicle network (source: NMFTA).

That bridge is exactly what a 2024 study from Colorado State University researchers Jake Jepson, Rik Chatterjee, and Dr. Jeremy Daily tested directly. Working on a real 2014 Kenworth T270 Class 6 truck, they found ELDs could be wirelessly manipulated to send unauthorized CAN messages controlling engine speed and braking, reprogrammed with malicious firmware, and used to spread a self-replicating worm from one truck's ELD to another's, since many ELDs on the market share similar hardware and default security settings (source: Land Line Media, source: CCJ Digital).

Has this actually happened in the real world, or is it only lab research?

Both, and it's worth being precise about which is which. The J1939 and ELD vulnerabilities described above were demonstrated by researchers under controlled conditions, not discovered as active attacks on carriers in production. That said, one specific, real, already-deployed vulnerability is documented outside the lab: NMFTA cybersecurity researcher Ben Gardiner found that a firmware patch quietly included in a safety recall for Bendix EC80 brake controllers, hardware used in tractors and trailers already on the road, fixed a flaw that could have let a remote attacker disable anti-lock braking systems. NMFTA reported that this fix was never associated with a published CVE (the standard public vulnerability disclosure record), which means carriers running the affected hardware had no straightforward way to learn a security fix had shipped (source: CCJ Digital).

So the honest framing is this: the attacks are proven to work by credible researchers on real trucking hardware, and at least one real vulnerability affecting deployed equipment was quietly patched without carriers being clearly informed. That's a meaningfully different, and more urgent, situation than a purely theoretical risk.

What can a carrier actually do about this?

None of this requires becoming a cybersecurity company, but it does require treating truck electronics as IT infrastructure rather than pure mechanical equipment:

  • β˜…Know exactly which ELD and telematics hardware is on your trucks, including the manufacturer and firmware version, so you can actually check for relevant advisories when they're published.
  • β˜…Ask your ELD and telematics vendors directly about their security practices, including whether they publish CVEs for patched vulnerabilities and how firmware updates are authenticated.
  • β˜…Don't assume FMCSA compliance equals security. ELD certification today is self-certified by manufacturers and doesn't include a mandatory cybersecurity review, which is part of why NMFTA has publicly pushed for FMCSA to overhaul ELD certification standards.
  • β˜…Segment what you can. If your telematics or ELD vendor offers any option to limit what the device can access or transmit, use the most restrictive setting that still meets your compliance needs.
  • β˜…Treat unexplained firmware updates or vendor advisories seriously, and ask what the update actually addresses rather than assuming it's routine.
01

Is my truck's ECU actually connected to the internet?

+
Indirectly, yes, in most modern fleets. The ECU itself typically isn't a standalone internet device, but the ELD required on your truck by federal regulation connects directly to the vehicle network and, in most implementations, also connects to the internet or a cellular network to transmit data. That combination is what NMFTA has flagged as a bridge between the internet and the truck's internal systems.
02

Does this affect older trucks without modern ELDs?

+
The J1939 network vulnerabilities researchers demonstrated apply to the standard used across virtually all modern heavy-duty trucks and buses in the U.S., regardless of ELD brand. Older trucks without wirelessly connected ELDs have a smaller remote attack surface, but the underlying network design issue is still present if any connected device is attached to the J1939 bus.
03

Has a carrier actually been attacked this way, with a truck controlled remotely on the road?

+
There's no publicly documented case of exactly that happening to a carrier's truck in active operation. What is documented is researchers demonstrating the capability on real trucking hardware, and one real, already-deployed brake controller vulnerability that was patched without a public disclosure record. The absence of a known incident isn't the same as the absence of risk, especially when a real vulnerability was already found and fixed quietly.
04

Is this something my ELD provider should already be handling?

+
It should be part of the conversation, but ELD certification currently relies on manufacturer self-certification without a mandatory cybersecurity review, which is exactly what NMFTA has been publicly pushing FMCSA to change. Asking your provider directly about their security practices is reasonable due diligence, not an unusual request.
05

How is this different from the ransomware attacks covered in your other cybersecurity article?

+
Ransomware typically targets business systems, email, billing, dispatch software, to disrupt operations or steal data. What's described here targets the vehicle's own control systems through its onboard network. They're different attack surfaces with different consequences, though both stem from the same underlying pattern of interconnected systems with a weak point somewhere in the chain.
06

What's the single most practical first step for a small carrier?

+
Find out exactly what ELD and telematics hardware is installed across your fleet, including manufacturer and firmware version. You can't ask about a vulnerability, or notice a relevant advisory, for equipment you can't identify.
β˜… Connected truck security

Find the weak points before an attacker does.

Trucky and We Secure help carriers assess ELDs, connected vehicle systems, accounts, and fleet infrastructure before a vulnerability becomes downtime.

Sources

USENIX WOOT 2016, J1939 research by Burakova, Hass, Millar and Weimerskirch Β· University of Michigan research cited via arXiv Β· NMFTA, Is an ELD Hackable? Β· Colorado State University ELD research reported by Land Line Media and CCJ Digital Β· NMFTA Bendix EC80 findings reported by CCJ Digital.

β˜… Want this implemented for your fleet?

Book a 30-minute strategy call.

Walk away with a plan - even if we never work together.

Book a call β†’