Skip to main content

Engineering Deep Dive · Automotive Cybersecurity · Homologation & Compliance

Automotive Cybersecurity: From Attack Surface to Type Approval Readiness

A practical automotive cybersecurity study covering vehicle attack surfaces, TARA, defence-in-depth, ISO/SAE 21434, UN R155/R156, secure software updates, motorcycle risks and OEM compliance readiness.

Automotive cybersecurity infographic showing vehicle attack surfaces, attack paths, risk levels, defence-in-depth controls and ISO/SAE 21434, UN R155 and UN R156 lifecycle requirements.
Automotive cybersecurity defence-in-depth: external interfaces—including cloud services, mobile apps, telematics, wireless connectivity, diagnostics, keyless systems, in-vehicle networks and software updates—can form attack paths toward safety-relevant vehicle assets. Select the infographic to view the full-resolution PNG.
Engineering and regulatory use

This article is an explanatory engineering study, not a substitute for a controlled standard, legal opinion or certification interpretation. Requirements vary by jurisdiction, vehicle category, model year and approval scope. Always verify the latest notified CMVR/GSR/AIS text and the applicable UN Regulation series before making a homologation decision.

Executive summary​

A modern vehicle is a cyber-physical product. Software does not merely operate entertainment features; it can influence propulsion, braking, steering assistance, battery management, immobilization, diagnostics, charging, rider information and regulatory functions. A cyberattack can therefore progress from an information-security event to a safety, compliance, privacy, theft, warranty or business-continuity event.

The central message of the accompanying infographic is defence in depth across the complete vehicle lifecycle. No single measure—encryption, a firewall, secure boot or a penetration test—is sufficient on its own. Effective protection requires:

  1. an accountable cybersecurity organization;
  2. risk-based product development;
  3. secure vehicle and backend architecture;
  4. controlled suppliers and software components;
  5. secure manufacturing, diagnostics and software updates;
  6. independent verification and validation; and
  7. field monitoring, incident response and continuous improvement.

ISO/SAE 21434 provides a lifecycle engineering framework. UN Regulation No. 155 requires an approved Cyber Security Management System (CSMS) and vehicle-type evidence where the Regulation has been adopted and applies. UN Regulation No. 156 addresses Software Update Management Systems (SUMS) and vehicle software-update requirements. ISO 24089 supports the engineering of software updates. These instruments complement one another, but they are not interchangeable.

For Indian two-wheeler programs, an especially important distinction is that the published scope of UN R155/R156 does not automatically extend to L-category motorcycles. Nevertheless, connected motorcycles remain exposed to real cyber risks, and global OEM processes, export-market requirements, customer protection, product liability, privacy obligations and future Indian rulemaking make ISO/SAE 21434-style engineering highly relevant.

1. Why automotive cybersecurity is different from ordinary IT security​

Traditional IT security usually prioritizes confidentiality, integrity and availability of information. A vehicle must protect these properties too, but its risk assessment must also consider physical behaviour and road-user safety.

CharacteristicConventional IT systemRoad vehicle
Main consequenceData loss, fraud or service outageCan additionally cause unintended vehicle behaviour and physical harm
Product lifeOften refreshed in a few yearsVehicle may remain in service for 10–20 years or longer
Update accessUsually continuously connectedMay have limited bandwidth, workshop-only flashing or no practical field-update path
Computing marginOften comparatively highMany ECUs have constrained memory, processing and power
Safety responseShut down or isolate serviceMust consider controllability and a safe/minimal-risk condition
Supply chainSoftware and cloud vendorsOEM, Tier 1/2 suppliers, chipset vendors, telecom, cloud, dealers, tools and aftermarket devices
EvidenceEnterprise controls and auditsProduct-level traceability, type-approval evidence, configuration and vehicle population mapping

Cybersecurity and functional safety are complementary:

  • Functional safety (ISO 26262) principally addresses hazards caused by malfunctioning E/E behaviour.
  • Cybersecurity engineering (ISO/SAE 21434) addresses risks arising from deliberate malicious actions affecting vehicle E/E systems.
  • SOTIF (ISO 21448) addresses hazards caused by functional insufficiencies or foreseeable misuse when the system may not be malfunctioning.

One event can cross all three domains. For example, spoofed sensor data is a cybersecurity cause, may expose a performance limitation relevant to SOTIF, and can lead to a safety hazard requiring ISO 26262 coordination.

2. Eight major automotive attack surfaces​

An attack surface is any interface, component, process or relationship through which an attacker might reach a vehicle asset. Risk depends not only on the number of interfaces, but on the trust boundaries and privileges behind them.

No.Attack surfaceTypical entry methodAssets at riskPossible outcomeIndicative priority
1OEM cloud and backend APIsStolen credentials, insecure API, exposed service, cloud misconfigurationFleet commands, vehicle identity, customer data, update packagesMass compromise, privacy breach, unauthorized remote actionCritical where backend can command many vehicles
2Mobile application and user accountCredential stuffing, weak session control, malicious app, insecure phone storageDigital key, location, user profile, remote functionsVehicle theft, tracking, account takeoverHigh
3Telematics, cellular and V2XProtocol weakness, exposed service, rogue base station, certificate misuseTCU, gateway, remote servicesRemote foothold, false messages, denial of serviceHigh to critical
4Bluetooth, Wi-Fi, USB and infotainmentMalformed media/file, vulnerable wireless stack, untrusted paired deviceHead unit, contacts, gateway pathCode execution, data theft, pivot to other networksMedium to high
5Diagnostics and workshop toolsStolen tool, leaked seed-key logic, unauthorized flashing, weak dealer identityECU coding, calibration, immobilizer, DTCsUnsafe configuration, theft, emissions/safety tamperingHigh
6Keyless entry and short-range interfacesRelay/replay, RF jamming, cloned credential, NFC/BLE weaknessAccess and immobilizationTheft, unauthorized start, denial of accessHigh for theft; safety impact varies
7In-vehicle networks, gateways and ECUsCAN injection, compromised node, debug-port access, message replayPowertrain, brake, battery, cluster and body functionsUnauthorized commands, false tell-tales, loss of functionCritical if safety domain is reachable
8OTA, software supply chain and manufacturingCompromised signing system, dependency vulnerability, insider action, malicious build or diagnostic stationFirmware, keys, configuration, complete fleetPersistent or fleet-wide compromiseCritical

Important interpretation​

Wireless connectivity is not the only risk. A vehicle without cellular OTA may still be attacked through diagnostics, a compromised workshop laptop, USB, Bluetooth, aftermarket accessories, manufacturing equipment or physical ECU access. Conversely, the existence of an interface does not automatically make risk unacceptable; secure architecture and restricted privilege can break the attack path.

3. How an automotive cyberattack becomes a safety event​

A credible assessment should show the complete chain rather than using vague statements such as “the vehicle can be hacked.” A representative remote attack path is:

  1. attacker compromises a user account or internet-facing backend service;
  2. attacker obtains access to a remote vehicle function or the telematics channel;
  3. a weakness in authorization, protocol validation or the telematics unit enables code execution or command misuse;
  4. insufficient gateway separation permits movement toward a control network;
  5. a forged or replayed message reaches a safety-relevant ECU;
  6. the ECU accepts the command because authenticity, freshness, state validation or plausibility checks are inadequate; and
  7. vehicle behaviour, tell-tales or availability changes in a way that creates a damage scenario.

Every arrow is a control opportunity. Multi-factor account protection, least-privilege APIs, mutual authentication, hardened telematics, network segmentation, gateway allowlists, authenticated messages, freshness counters, secure boot, runtime monitoring and safe-state logic can collectively make the complete path impracticable.

The highest-risk characteristic is often not a dramatic individual exploit, but scalability. A backend or signing-system compromise may expose an entire fleet, while a physical attack that requires vehicle disassembly may affect only one vehicle at a time. Scale should therefore influence risk treatment, incident escalation and validation depth.

4. Threat Analysis and Risk Assessment (TARA)​

TARA translates an architecture into prioritized cybersecurity work. It should begin during concept development and be updated whenever the architecture, interface, supplier, software version, diagnostic function or threat environment changes.

Practical TARA sequence​

  1. Define the item and boundaries: vehicle functions, ECUs, backend, mobile app, diagnostic and update infrastructure, external systems and lifecycle assumptions.
  2. Identify assets: safety functions, executable code, cryptographic keys, calibration, vehicle identity, personal data, diagnostic authority and regulatory configuration.
  3. Define damage scenarios: what harm can result if confidentiality, integrity or availability is lost?
  4. Define threat scenarios: how could a malicious actor cause that damage?
  5. Construct attack paths: identify the interfaces, trust boundaries, prerequisites and sequence of actions.
  6. Estimate attack feasibility: consider expertise, knowledge, equipment, opportunity/window of access and time, using the organization’s approved method.
  7. Assess impact: evaluate safety, financial, operational and privacy consequences; add legal/reputational factors where the corporate method requires them.
  8. Determine risk and treatment: avoid, reduce, share/transfer where legitimate, or accept with documented authority and rationale.
  9. Derive cybersecurity goals and requirements: allocate controls to vehicle, ECU, backend, app, infrastructure and organizational processes.
  10. Verify residual risk: test controls, close findings and preserve traceable evidence.

Illustrative connected-motorcycle risk register​

This example is instructional; actual ratings require program-specific architecture and evidence.

ScenarioPotential impactLikely assessmentPreferred treatment
Unauthorized powertrain firmware installed through diagnosticsTorque behaviour, emissions/non-compliance, engine damageCritical/High depending on access and safeguardsSigned firmware, secure boot, authenticated diagnostics, role-controlled tool, calibration integrity check
Compromised connected service issues unauthorized immobilize command while ridingLoss of propulsion and rider stabilityCriticalProhibit unsafe remote actuation states, strong authorization, gateway policy, vehicle-state interlock and fail-safe logic
Keyless relay attackVehicle theft and customer lossHighDistance-bounding/secure ranging where feasible, motion timeout, UWB or equivalent robust design, user alert and theft monitoring
Location history exposed by mobile app/backendPrivacy, stalking and reputational harmHighData minimization, consent/notice, strong account security, encryption, restricted retention and audited access
CAN denial of service causes loss of instrument informationOperational and possible safety impactMedium to HighBus-load protection, gateway filtering, fault containment, watchdog, degraded display strategy and event logging
Malicious accessory connected to diagnostic or accessory portECU/network manipulationHighRestricted port exposure, authenticated services, segmentation, rate limits and accessory requirements

TARA quality checks​

A good TARA is not a spreadsheet created once for an audit. It should answer:

  • Is every external interface represented in the item definition and architecture?
  • Are safety-critical assets and personal-data assets both included?
  • Do threat scenarios describe an attacker, action and affected property clearly?
  • Are attack paths technically plausible and linked to architecture?
  • Are assumptions—physical access, vehicle state, connectivity, credentials—recorded?
  • Does every unacceptable risk produce a requirement and verification method?
  • Are supplier responsibilities contractually allocated?
  • Is residual-risk acceptance signed by an authorized role?
  • Can the OEM identify the affected ECU software versions and vehicle population when a vulnerability emerges?

5. Seven-layer defence-in-depth model​

Layer 1 — Governance and CSMS​

Define policy, executive accountability, competent roles, escalation, independent review, cybersecurity culture, records, audits and lifecycle processes. Cybersecurity must be integrated with program management, quality, functional safety, homologation, IT security, legal/privacy, procurement, service and crisis management.

Layer 2 — Secure system architecture​

Minimize exposed services; separate infotainment, telematics, diagnostics and safety domains; enforce gateway rules; apply least privilege; define trust boundaries; restrict debug paths; and design safe degraded behaviour. Architecture is the most effective place to prevent one compromised component from controlling the whole vehicle.

Layer 3 — ECU and software trust​

Use hardware roots of trust where justified, secure boot, authenticated code, protected key storage, memory protection, hardened operating systems, disabled production debug, secure coding, dependency control and rollback protection. Control must continue through manufacturing and service replacement.

Layer 4 — Secure communication and identity​

Authenticate external connections and sensitive commands, protect confidentiality where necessary, manage freshness/replay resistance, validate message plausibility and manage certificates and keys throughout their lifecycle. Classic CAN was designed primarily for real-time communication, not native sender authentication; merely “encrypting CAN” is neither universally practical nor a complete architecture.

Layer 5 — Secure diagnostics and updates​

Authorize diagnostic users and tools, separate read and programming privileges, sign update packages, verify compatibility, maintain software identities, control downgrade/rollback, protect update servers, confirm adequate power and recover safely after interruption. Workshop flashing is still a software update even when OTA is not used.

Layer 6 — Backend, mobile and operational security​

Apply secure API design, identity and access management, secrets protection, cloud configuration control, rate limiting, fraud detection, logging, privacy-by-design, mobile application hardening, build-pipeline security and signing-key protection. Vehicle security cannot exceed the security of the backend that controls it.

Layer 7 — Verification, monitoring and response​

Perform architecture review, static/dynamic analysis, fuzzing, penetration testing, interface abuse testing, vulnerability scanning, supplier evidence review and scenario-based validation. In the field, operate threat monitoring, a vulnerability disclosure channel, incident triage, fleet impact analysis, containment, corrective update/service action and lessons-learned feedback.

NHTSA’s 2022 guidance similarly emphasizes a risk-based, layered approach, hardware/software inventory, independent testing, monitoring and remediation, documentation, supplier expectations and secure internal/external interfaces.

6. Cybersecurity across the product-development lifecycle​

PhaseMain engineering activityMinimum evidence / gate output
Concept and business planningDetermine connectivity, remote functions, data use, update strategy, markets and regulatory scopeItem definition, applicability matrix, initial asset list, cybersecurity plan and budget
System designDefine architecture, trust boundaries and cybersecurity goalsTARA, cybersecurity concept, interface controls, functional-safety coordination
HW/SW developmentImplement and review cybersecurity requirementsDetailed requirements, design review, code-analysis results, component tests and vulnerability records
Supplier sourcingAllocate roles and evidenceCybersecurity interface agreement, supplier capability assessment, delivery/incident obligations
Integration and validationProve that controls work and attack paths are mitigatedIntegration tests, fuzzing, penetration testing, residual-risk decisions and cybersecurity case/argument
Industrialization and productionProtect keys, software and configuration in factoriesSecure provisioning, end-of-line controls, traceability, access logs and production-audit evidence
Homologation / releaseDemonstrate organizational and vehicle-type compliance where applicableCSMS/SUMS certificates, type-level evidence, software identification and approval records
Operations and serviceMonitor threats, vulnerabilities, field versions and incidentsSOC/monitoring process, disclosure channel, incident response, update/service campaign evidence
End of support / decommissioningRetire services and credentials safelySupport-period decision, customer communication, backend/key decommissioning and data deletion plan

Gate-review questions​

  • Concept gate: Is the remote feature necessary, and can its privilege be reduced?
  • Design gate: Can compromise of a public-facing interface reach a safety domain?
  • Supplier gate: Who owns vulnerability monitoring and patch delivery after SOP and EOP?
  • Validation gate: Has testing challenged the real trust boundaries, not only nominal functions?
  • Release gate: Are all unacceptable risks closed or formally accepted with valid evidence?
  • Post-production gate: Can affected vehicles and software versions be identified quickly?

7. Standards and regulation map​

InstrumentNaturePrimary purposePractical relationship
UN Regulation No. 155Type-approval regulation when adopted by a jurisdictionOrganizational CSMS certificate plus vehicle-type cybersecurity evidenceDefines regulatory outcome; does not prescribe one fixed technical solution
UN Regulation No. 156Type-approval regulation when adoptedSUMS and controlled vehicle software updates, including update traceability and safe/secure executionLinks updates to configuration and approval-relevant software management
ISO/SAE 21434:2021Voluntary international engineering standard unless contract/law makes it requiredCybersecurity risk management over the E/E lifecycleCommon implementation framework supporting R155 readiness; not itself an R155 approval
ISO 24089:2023Voluntary international engineering standardOrganizational and project-level software-update engineeringSupports SUMS and secure, traceable update processes; not itself an R156 approval
ISO 26262Functional-safety standardRisk from malfunctioning E/E behaviourCoordinate cybersecurity controls and safety mechanisms; neither replaces the other
ISO 21448SOTIF standardHazards from functional insufficiency or foreseeable misuseRelevant where sensor spoofing or perception limitations affect intended functionality
ISO/IEC 27001Information-security management-system standardEnterprise/back-office information securityUseful for cloud, enterprise and operational controls, but does not replace product cybersecurity engineering
NIST CSF 2.0Voluntary organizational frameworkGovern, Identify, Protect, Detect, Respond and RecoverUseful umbrella for corporate cybersecurity and backend operations

Scope warning for motorcycles​

The published UN R155 scope covers M and N vehicle categories and certain O-category trailers; UN R156 covers specified categories that permit software updates. L-category two- and three-wheelers are not automatically brought into these Regulations merely because they have connectivity. Therefore:

  • do not claim a motorcycle has an R155/R156 obligation without confirming the applicable national adoption and vehicle category;
  • do not infer that motorcycles have no cybersecurity responsibility;
  • apply corporate cybersecurity processes proportionate to the product risk; and
  • track future Indian and export-market proposals separately from final notified requirements.

Indian regulatory position — how AutoPDP should report it​

India regulatory status

India’s vehicle type-approval obligation arises only after an applicable requirement is formally notified under the Indian legal/CMVR framework, with defined scope and implementation dates. At the review date of this article, AutoPDP should not present third-party claims about “AIS-189/AIS-190” numbers or an October 2027 mandate as settled law unless the corresponding official AISC/MoRTH text and GSR notification are verified.

Use a three-stage status label in the AutoPDP regulatory tracker:

StatusMeaningWebsite wording
Emerging / industry discussionDirection is visible, but no controlled official draft verified“Monitor; not a confirmed CMVR obligation”
Official draft / consultationMoRTH/AISC controlled draft is availableShow draft number, publication date, comments deadline, scope and proposed dates
Final notifiedGazette/CMVR amendment establishes legal requirementShow GSR number, effective dates for new/existing types, categories and transition provisions

Connected-vehicle services also process personal data such as identity, location, driving behaviour and device information. Indian programs should therefore coordinate vehicle cybersecurity with the Digital Personal Data Protection framework, consent/notice, purpose limitation, access control, retention, breach response and third-party processing obligations.

8. Special engineering considerations for motorcycles and electric two-wheelers​

Motorcycles may contain fewer ECUs than premium passenger cars, but the rider has less physical protection and can be highly sensitive to abrupt torque loss, false instrument warnings or unexpected braking behaviour. Key areas include:

  • ride-by-wire throttle and engine-control integrity;
  • ABS, traction control, IMU and wheel-speed signal integrity;
  • connected instrument cluster and smartphone pairing;
  • telematics and stolen-vehicle tracking;
  • keyless ignition and immobilizer;
  • ECU flashing, tuning tools and aftermarket accessories;
  • emergency-call or crash-detection functions;
  • EV battery-management, charger communication and thermal-control logic;
  • user account, location and journey-history privacy; and
  • secure service diagnostics across the dealer network.

Motorcycle design principle​

Remote convenience functions must never have unnecessary direct authority over riding-critical functions. If a remote immobilization feature exists, its state logic should prevent unsafe activation while the motorcycle is moving. Gateway and ECU plausibility controls should ensure that a compromised cluster, app or telematics unit cannot issue unrestricted powertrain or brake commands.

9. Homologation and audit evidence expected from a mature OEM​

A regulator or technical service may review both the organization and the vehicle type. A practical evidence library should include:

  • cybersecurity policy, governance chart, competence and audit records;
  • CSMS and SUMS process descriptions where applicable;
  • vehicle item definition, architecture and trust-boundary diagrams;
  • asset catalogue, TARA, treatment decisions and residual-risk approvals;
  • cybersecurity goals, requirements and bidirectional traceability;
  • cybersecurity interface agreements with suppliers;
  • hardware/software inventory and vehicle/ECU version mapping;
  • secure-development and code-quality evidence;
  • secure-boot, key-management, diagnostics and communication design evidence;
  • vulnerability analysis, fuzzing, penetration and validation reports;
  • update package, compatibility, rollback and failure-recovery evidence;
  • software identification and approval-impact assessment;
  • manufacturing provisioning and production access-control records;
  • field monitoring, disclosure, incident response and campaign processes; and
  • cybersecurity case or structured release argument showing why residual risk is acceptable.

Integration with change control and COP/WVSCoP​

Cybersecurity configuration should be linked to the approved bill of materials, software version, calibration and vehicle identification. Changes to a TCU, gateway, ECU firmware, cryptographic library, mobile app, cloud API, certificate service, diagnostic access or update method should trigger an impact assessment. The assessment must determine whether the change affects:

  • cybersecurity goals or attack paths;
  • functional safety or SOTIF assumptions;
  • emissions, braking, lighting, tell-tales or other approval-relevant functions;
  • the software identification record;
  • existing type approval or extension requirements;
  • production conformity; and
  • vehicles already operating in the field.

10. Testing strategy​

Cybersecurity validation should combine methods because each reveals different weaknesses.

Test methodWhat it findsCommon limitation if used alone
Requirements and architecture reviewMissing trust boundaries, excessive privilege, unsafe dependenciesDepends on design accuracy and reviewer competence
Static analysis and code reviewCoding defects, insecure APIs and secret handlingMay not expose runtime or integration behaviour
Software composition analysisKnown vulnerable third-party/open-source componentsDoes not find unknown vulnerabilities or unsafe application logic
FuzzingParser, protocol and robustness faultsCoverage may be incomplete; needs realistic interfaces and monitoring
Penetration testingExploitable attack chains and control bypassesA time-limited sample, not proof of absence of vulnerabilities
Hardware/physical testingDebug, key extraction, bus access and tamper weaknessesMay focus on one ECU/sample and miss fleet-scale backend risks
Backend/API/mobile testingAccount, authorization, API and cloud weaknessesMust be coordinated with vehicle-state and fleet-command consequences
Update interruption/rollback testingBricking, downgrade, power-loss and recovery failuresNeeds all real update variants and vehicle configurations
Scenario-based safety validationVehicle response after a successful attack or detected anomalyRequires close cybersecurity–functional-safety integration

Release criteria should cover both preventive control performance and safe behaviour when prevention fails.

11. Field monitoring and incident response​

Cybersecurity does not end at SOP or type approval. New vulnerabilities can emerge in operating systems, open-source libraries, chipsets, telecom protocols, cloud platforms and supplier tools after vehicle launch.

A mature field process should:

  1. collect authorized, privacy-conscious security telemetry and diagnostic evidence;
  2. receive reports through a vulnerability disclosure channel;
  3. correlate external intelligence with the software/component inventory;
  4. identify affected vehicle types, ECUs, software versions and VIN populations;
  5. assess exploitability, safety, compliance, privacy and fleet scalability;
  6. contain backend access or risky features where appropriate;
  7. create, verify and authorize an OTA update, workshop update or component/service action;
  8. notify authorities and customers where legally required;
  9. measure campaign completion and residual exposure; and
  10. feed lessons learned into new programs and supplier requirements.

Not every cyber vulnerability automatically requires a physical recall. The response may be a backend correction, credential revocation, OTA update, dealer reflash, service campaign, user instruction, feature restriction or recall. The decision must be risk-based, legally reviewed, documented and fast enough to protect road users.

12. Common misconceptions​

MisconceptionCorrect analysis
“The vehicle is secure because the external link is encrypted.”Encryption protects only selected properties of one link. Endpoint compromise, weak authorization, key theft and unsafe internal architecture may remain.
“Passing a penetration test proves cybersecurity.”It proves only that the tested team did not find an exploitable issue within the defined scope and time. Lifecycle monitoring remains essential.
“ISO/SAE 21434 certification equals UN R155 approval.”ISO/SAE 21434 can support engineering evidence; R155 approval requires the applicable authority’s CSMS and vehicle-type assessment.
“The supplier is responsible for ECU security.”Suppliers own allocated work, but the vehicle manufacturer must manage integrated vehicle and supply-chain risk.
“No OTA means no software-update risk.”Workshop, factory, replacement ECU and diagnostic flashing are also update paths.
“Cybersecurity is an IT department task.”It is a cross-functional product-safety and lifecycle responsibility.
“Motorcycles are outside R155, so no action is needed.”Regulatory scope and engineering risk are different questions. Connected two-wheelers still need proportionate protection.

13. Recommended OEM implementation roadmap​

First 30 days — establish scope and governance​

  • appoint accountable product-cybersecurity leadership and cross-functional RACI;
  • create a market/category applicability register;
  • select one pilot vehicle program;
  • map the vehicle, backend, mobile app, update, manufacturing and service ecosystem;
  • catalogue ECUs, software, external interfaces and suppliers;
  • assess gaps against ISO/SAE 21434, R155/R156 where applicable and ISO 24089; and
  • freeze unsafe new remote-feature releases until high-risk trust boundaries are reviewed.

Days 31–60 — perform engineering risk analysis​

  • complete the pilot item definition and TARA;
  • identify fleet-scale attack paths;
  • derive cybersecurity goals and technical requirements;
  • issue supplier cybersecurity interface agreements;
  • establish software/component inventory and vulnerability-monitoring ownership;
  • define diagnostic roles, software signing and key lifecycle; and
  • align TARA with HARA, SOTIF and privacy impact assessment.

Days 61–90 — prove readiness​

  • conduct independent architecture review and targeted penetration/fuzz testing;
  • test update interruption, rollback and safe-state behaviour;
  • exercise an incident-response tabletop scenario;
  • demonstrate affected-population identification from a sample vulnerability;
  • close or formally accept residual risk;
  • build the auditable evidence index; and
  • establish management KPIs and periodic review.

Six- to twelve-month maturity target​

  • institutionalize CSMS/SUMS across programs;
  • integrate cybersecurity gates into APQP/product development and change control;
  • automate SBOM/software-version correlation where practical;
  • establish continuous supplier and field-vulnerability monitoring;
  • conduct regular crisis simulations and independent audits; and
  • maintain regulatory watch for each target market and vehicle category.

14. Suggested management dashboard KPIs​

KPIWhy it matters
Percentage of vehicle programs with approved item definition and TARAMeasures lifecycle deployment, not only policy creation
Open critical/high residual risks by program and gateHighlights release risk
Percentage of safety-relevant ECUs with verified secure boot/authenticated flashingMeasures key preventive coverage
Hardware/software inventory and SBOM coverageEnables fleet impact analysis
Mean time to triage and remediate critical vulnerabilitiesMeasures field responsiveness
Percentage of suppliers with accepted cybersecurity evidenceExposes supply-chain readiness
Cybersecurity requirements verified before releaseConfirms traceability and completion
Update/campaign completion rate for affected vehiclesMeasures remaining field exposure
Unauthorized diagnostic attempts and anomalous fleet eventsSupports detection and investigation
CSMS/SUMS audit findings overdueIndicates governance weakness

15. AutoPDP conclusion​

Automotive cybersecurity must be treated as an engineering and management discipline, not a late-stage test. The correct objective is not to promise an “unhackable vehicle.” It is to identify valuable assets, understand credible attack paths, reduce risk through layered architecture, detect and contain attacks, maintain safe vehicle behaviour and respond throughout the field life of the product.

For homologation teams, the most important practice is disciplined separation of four questions:

  1. What is the technical risk? — answered through item definition, TARA, design and validation.
  2. What process standard is being applied? — for example ISO/SAE 21434 or ISO 24089.
  3. What regulation legally applies? — determined by jurisdiction, adoption, category, type and implementation date.
  4. What approval evidence is required? — determined by the approval authority/technical service and the applicable regulation.

This separation prevents two common errors: treating voluntary engineering standards as automatically mandatory law, and treating the absence of a current category-specific regulation as permission to ignore a foreseeable safety or privacy risk.

Official reference links​

  1. ISO/SAE 21434:2021 — Road vehicles — Cybersecurity engineering
  2. ISO 24089:2023 — Road vehicles — Software update engineering
  3. UN Regulation No. 155 — Cyber security and cyber security management system
  4. UN Regulation No. 156 — Software update and software update management system
  5. NHTSA — Cybersecurity Best Practices for the Safety of Modern Vehicles, Updated 2022
  6. NIST Cybersecurity Framework 2.0

Back to Engineering Deep Dives