Back to Blog

EU Cyber Resilience Act: What it means for digital products

EU Cyber Resilience Act: What it means for digital products

The EU Cyber Resilience Act sounds like another compliance topic that gets passed around between legal, security and product management. In reality, it is something else: a signal that cybersecurity can no longer be treated as an add-on.

If a product has digital elements, security should be part of the product. Not after launch. Not after the first incident. And not only as a PDF in an audit folder.

What is the Cyber Resilience Act?

The Cyber Resilience Act is an EU regulation for products with digital elements. This can include software, hardware, connected devices, IoT products and many digital components.

The legal basis is Regulation (EU) 2024/2847. It was published in 2024 and applies in stages: reporting obligations for certain vulnerabilities and security incidents start earlier, while most requirements become relevant from 11 December 2027.

The goal is simple: products should be developed, shipped, maintained and documented more securely.

Why this matters for product teams

Many teams think of regulation as a checklist problem. The CRA is more of a product and process problem.

The questions behind it are practical:

  • How do we handle security updates?
  • Who evaluates vulnerabilities?
  • Which components are inside our product?
  • How long do we support a product after release?
  • How do we document security decisions?
  • How quickly can we react if a vulnerability is actively exploited?

These are not purely legal questions. They are architecture, DevOps, product and ownership questions.

What changes in practice

The CRA shifts more responsibility to manufacturers and providers. Anyone making products with digital elements available in the EU must be able to show, depending on the product class, that cybersecurity has been considered systematically.

In practice, this means:

1. Security by design becomes mandatory

Security should not be bolted on later. Product teams need to consider risk during discovery, architecture and development.

This includes, for example:

  • secure default configurations
  • access control and authentication
  • protection against unauthorized access
  • secure update mechanisms
  • reducing known attack vectors

In short: "We'll patch it later" is becoming an increasingly weak product strategy.

2. Vulnerability management becomes part of the product

A product is not done when it is released. It needs a process for vulnerabilities.

Teams should clarify:

  • Where can users or researchers report security issues?
  • Who triages those reports?
  • How are fixes prioritized?
  • How are security updates delivered?
  • How are known risks documented?

That may sound dry, but it is exactly the difference between "we hope nothing happens" and "we can respond".

3. Documentation becomes more important

The CRA will not make documentation more popular. But it does make it more relevant.

Product teams should be able to explain:

  • which components are used
  • which security assumptions were made
  • which risks were assessed
  • which update and support periods are planned
  • which conformity assessment is needed

That is not only useful for auditors. It also helps your own team understand six months later why a decision was made.

4. Supply chains become more visible

Almost no digital product is built entirely from scratch today. Frameworks, libraries, APIs, cloud services, container images, SaaS components: all of them are part of the supply chain.

The CRA fits a development that has been necessary for a while anyway: teams need more transparency over their software supply chain.

At minimum, teams should know:

  • Which external components do we use?
  • Which of them are critical?
  • How do we learn about vulnerabilities?
  • How quickly can we update?
  • Who is responsible if a component becomes insecure or unavailable?

What should not happen now

The worst reaction would be to ignore the CRA until 2027 and then try to pour "compliance" over an existing product in a hurry.

That will be expensive, slow and unpleasant.

A more pragmatic start:

  1. Roughly classify existing products
  2. Clarify security responsibilities
  3. Define update and vulnerability processes
  4. Inventory dependencies
  5. Integrate security requirements into new product work
  6. Start documentation where real risks are created

Not everything has to be perfect immediately. But the direction needs to be clear.

What this means for SaaS and digital platforms

For pure SaaS products, classification is not always trivial. The CRA focuses on products with digital elements and covers certain software and hardware scenarios. At the same time, there are overlaps with other frameworks such as NIS2, DORA, GDPR or the AI Act.

So the practical question is not: "Are we definitely covered?"

The better question is: "Which CRA principles should we implement anyway because they are good product engineering?"

Our answer:

  • security by design
  • clear update processes
  • dependency management
  • traceable technical documentation
  • incident and vulnerability processes
  • making product decisions with security impact visible

Even if a product is not fully covered by the CRA in the end, these points are not wasted effort.

Our take

The Cyber Resilience Act is not just a compliance project. It is a maturity test for digital product development.

Teams that already build, document, patch and take responsibility in a structured way will have fewer problems. Teams that treat security as a later ticket will need to catch up.

The best time to prepare is not December 2027. It is now.

Not with panic. Not with 80-page policies as the first move. But with a clear look at product architecture, processes and responsibilities.

In short: security is moving from side note to product feature.