NexoGraph logoNexoGraph Help
Standards & Principles

ISO/SAE 21434 — Automotive Cybersecurity Engineering

How ISO/SAE 21434 cybersecurity engineering concepts and TARA artefacts relate to NexoGraph.

ISO/SAE 21434:2021 (Road vehicles — Cybersecurity engineering) is the joint ISO/SAE standard that defines cybersecurity engineering activities for road vehicles across the full product lifecycle — from concept through decommissioning. It is structurally parallel to ISO 26262: where 26262 manages safety risk from random hardware failures, 21434 manages cybersecurity risk from intentional adversarial attacks.

ISO/SAE 21434 also underpins UNECE WP.29 Regulation 155, which mandates a Cybersecurity Management System (CSMS) for type approval of new vehicle categories in Europe, Japan, and South Korea.


Cybersecurity Lifecycle

The lifecycle mirrors ISO 26262 but adds a continuous monitoring obligation during production and operations — because cybersecurity threats evolve after product launch.


TARA — Threat Analysis and Risk Assessment

TARA is the 21434 equivalent of HARA in ISO 26262. It identifies attack scenarios and derives Cybersecurity Goals.

TARA Steps

Attack Feasibility

Attack feasibility is scored across five factors (Annex E):

FactorDescription
Elapsed timeTime required to execute the attack
Specialist expertiseLevel of knowledge needed (layman → expert)
Knowledge of itemFamiliarity with the specific implementation required
Window of opportunityPhysical/logical access window available
EquipmentCost and availability of required tools

Cybersecurity Assurance Level (CAL)

CAL 1–4 is derived from the TARA risk determination, analogous to ASIL A–D:

CALRisk levelRequired rigor
CAL 1LowMinimum documented evidence
CAL 2MediumModerate testing and verification
CAL 3HighThorough analysis, fuzz testing
CAL 4CriticalMost rigorous — formal methods, penetration testing

Key Artefacts

ArtefactDefinitionNexoGraph entity
Cybersecurity Goal (CG)Top-level security requirement derived from TARARequirement (reqCat: SECURITY, reqType: STAKEHOLDER)
Cybersecurity ClaimDerived requirement that supports a CGRequirement (reqType: SYSTEM)
Cybersecurity Requirement (CR)Implementation-level security requirementRequirement (reqType: SOFTWARE/HARDWARE)
AssetData or function with security valueGap — no Asset entity type
Threat scenarioDescription of a potential attackGap — no Threat entity type
Damage scenarioConsequence of a successful attackGap — no Damage entity type
Attack pathAttack steps and feasibility scoringGap — no Attack entity type

NexoGraph Alignment

ISO/SAE 21434 conceptNexoGraph implementation
Stakeholder (vehicle owner, operator, regulator)Stakeholder — category: CUSTOMER/REGULATORY
Cybersecurity GoalRequirement (reqCat: SECURITY, reqType: STAKEHOLDER)
Derived cybersecurity requirementsRequirement hierarchy via Package decomposition
Requirement prioritypriority field (CRITICAL/HIGH/MEDIUM/LOW)
Requirement rationalerationale field
Requirement sourcesource field
Lifecycle governanceLifecycle service — draft → review → approved; change approval process
Bidirectional traceabilityREFINES_INTO and SATISFIED_BY relations cover the upstream need → requirement → capability chain
Supply chain cybersecurity interfaceStakeholder (category: SUPPLIER) + requirement allocation

Gap Analysis

GapISO/SAE 21434 clauseStatus
CAL attribute on Requirement§9.5Planned — analogous to ASIL on safety requirements
Asset inventory entity§15.3Not modelled — dedicated entity type required
Threat scenario entity§15.4Not modelled — TARA artefacts have no first-class representation
Damage scenario entity§15.5Not modelled
Attack path analysis§15.6–15.7Not modelled
Cybersecurity interface agreement§7.4.3Not modelled — supply chain artifact
Incident response tracking§13Not modelled
CSMS policy artefacts§5Not modelled — organizational level, not project level

Relationship to ISO 26262 and IEC 62443

For connected or automated vehicles, all three standards may apply simultaneously:

StandardThreat modelDomain
ISO 26262Random hardware faultsAutomotive functional safety
ISO/SAE 21434Intentional adversarial attacksAutomotive cybersecurity
IEC 62443Attacks on industrial control systemsVehicle manufacturing / infrastructure

Cybersecurity threats can create safety risks — a compromised brake controller is both a 21434 and a 26262 issue. NexoGraph's shared requirement model and traceability layer allows safety goals and cybersecurity goals to be cross-referenced, surfacing these intersections explicitly.

On this page