productcybersecurity
← Back to resources
01Foundation
2026-08-018 min readPillar

What Is Product Cybersecurity?

Product cybersecurity secures the devices, firmware, and connected services you sell — not just the network they run on. Here's what it covers, why it's now a legal requirement, and where to start.

Product cybersecurity is the practice of securing the hardware, firmware, software, and cloud services that make up a connected product — across its entire lifecycle, from design through the day it stops receiving updates. It is distinct from corporate IT security, which protects the systems a company runs internally. Product cybersecurity protects what a company ships.

That distinction sounds small. In practice it is the whole discipline. A hospital's IT department secures its own network. Nobody at that hospital secures the infusion pump's firmware — that's the manufacturer's job, done before the pump ever reaches a loading dock. The same split applies to a router, a car's telematics unit, a smart lock, or an industrial sensor: the company that builds it owns the security of the product itself, not just the systems around it.

Product Cybersecurity vs. Traditional IT Security

IT security protects an organization's own infrastructure: employee laptops, internal networks, cloud accounts, and email. The attacker's goal is usually to get into the company. The defender controls the entire environment and can patch, monitor, and respond in real time.

Product cybersecurity protects something the company no longer fully controls once it ships. A device goes out the door and lives in a customer's home, hospital, or vehicle for years — sometimes over a decade. The attacker's goal is often to compromise the product itself, or to use it as an entry point into whatever network it's connected to. The manufacturer cannot walk over and patch it directly; they have to have built in the ability to patch it before it ever left the factory.

That difference — designing for a lifecycle you cannot directly supervise — is why product cybersecurity has its own tools, its own failure modes, and increasingly, its own laws.

Why It Matters Now

Product cybersecurity used to be a differentiator. It is becoming a legal requirement, on a timeline that is compressing fast.

In the EU, the Cyber Resilience Act already has reporting obligations in effect, with its full essential-requirements regime landing December 11, 2027. The EU AI Act's high-risk system rules — which include explicit cybersecurity obligations for AI-enabled products — became enforceable on August 2, 2026. In the automotive sector, UN R155 has required a certified cybersecurity management system for new vehicle type approvals since 2024, tied to the engineering standard ISO/SAE 21434. Medical device makers also face product cybersecurity expectations from regulators and notified bodies.

None of these regimes are hypothetical anymore, and they do not only apply to companies headquartered in the regulating jurisdiction — they apply to anyone placing a covered product on that market. A US-based IoT manufacturer selling into the EU is inside CRA's scope regardless of where its engineering team sits.

The Product Security Lifecycle

Product cybersecurity is not a single activity — it is a set of practices that run alongside the product's entire life:

  • Design: Threat modeling and risk assessment happen before a line of firmware is written. This is where a team decides what the product needs to resist, not after something goes wrong.
  • Development: Secure coding practices, dependency management, and cryptographic decisions get made here. This is also where a Software Bill of Materials (SBOM) starts — a machine-readable inventory of every component in the product, which regulators increasingly require and which is the fastest way to know if you are exposed when the next widely-used library has a critical vulnerability.
  • Verification: Penetration testing, firmware analysis, and architecture review confirm the design assumptions actually held up in the real implementation. This is adversarial by design — the goal is to find the gap before someone else does.
  • Conformity and market entry: For regulated categories, this is where technical documentation, risk assessments, and declarations of conformity get assembled into the evidence a notified body or market surveillance authority will eventually ask for.
  • Post-market: The product is live. Now the requirements shift to vulnerability handling: a way for researchers to report issues, a process for triaging and fixing them, and a mechanism to get updates to devices that may never phone home to check for one automatically.

This phase often runs longer than development did — a five-year minimum support period is now a regulatory floor in some jurisdictions, not just best practice.

Core Components

  • Threat modeling and risk assessment (TARA) — systematically identifying what could go wrong and how bad it would be
  • SBOM generation and dependency tracking — knowing what is actually inside the product
  • Secure architecture and firmware review — catching design flaws and implementation bugs before release
  • Penetration testing — adversarial validation against real attack techniques
  • Vulnerability disclosure and handling — a defined path for researchers to report issues, and a process to act on them
  • Compliance documentation — the paper trail that proves the technical work actually happened, mapped to whichever regulations apply

Common Mistakes

The most expensive mistake is treating compliance as the goal instead of the byproduct. A technical file that documents a real risk assessment is defensible under audit. A technical file assembled after the fact to match a checklist usually is not — auditors and notified bodies are specifically trained to spot the difference, and the gap shows up exactly when it matters most: after an incident.

The second most common mistake is underestimating the firmware supply chain. Most connected products run on components — chipsets, RTOSes, open-source libraries — the manufacturer did not write and often does not fully audit. An SBOM is not paperwork; it is the only practical way to know, the day a critical vulnerability is disclosed in some widely-used library, whether your product is one of the ones affected.

The third is no vulnerability handling process at all. Every regulatory regime covered on this site requires one in some form. Without it, a legitimate security researcher who finds a flaw has no path to tell you before telling the world.

Frequently Asked Questions

Is product cybersecurity the same as IoT security?

IoT security is a subset of product cybersecurity, focused specifically on internet-connected consumer and industrial devices. Product cybersecurity is the broader discipline — it also covers software-only products, medical devices, vehicles, and industrial control systems, many of which are not 'IoT' in the consumer sense at all.

Who actually needs a product security program?

Any organization that designs, manufactures, or sells a product with digital elements that connects — directly or indirectly — to a network or another device. That threshold is lower than most teams assume; regulatory definitions of 'connected' typically include indirect connections through a companion app or gateway device.

Does this only apply to hardware companies?

No. Software that is not tied to specific hardware is explicitly in scope for regimes like the CRA. A cloud-connected SaaS platform with no physical product can still be a product with digital elements under EU law.

How is this different from a bug bounty program?

A bug bounty is one component of vulnerability handling — a way to invite outside researchers to find issues. It is not a substitute for the design-stage risk assessment, secure development practices, or conformity documentation the regulations above require.

For the two regulatory regimes with the most immediate deadlines, see our guides to the EU Cyber Resilience Act and EU AI Act Article 15 cybersecurity requirements .

If you are trying to determine whether a specific product falls under CRA scope, our CRA Scope Check tool walks through the classification in about two minutes.