Skip to main content
Factlen ExplainerCybersecurity LawExplainerAug 10, 2026, 4:18 PM· 4 min read· #1 of 2 in guides

The New EU Cybersecurity Reality: A Guide to the Cyber Resilience Act (CRA) and the Security-by-Design Mandate

The EU's Cyber Resilience Act transforms software security from an afterthought into a legal prerequisite for market access. With strict vulnerability reporting deadlines taking effect in September 2026, manufacturers must embed security-by-design principles into every connected product they sell.

By Nabil Faris

Enterprise Software Vendors 40%Open-Source Maintainers 30%EU Regulators 30%
Enterprise Software Vendors
Commercial manufacturers facing the operational reality of the new mandates.
Open-Source Maintainers
The communities and foundations that build the internet's foundational code.
EU Regulators
The policymakers aiming to secure the European digital ecosystem.

How we got here

  1. September 2022

    The European Commission introduces the first proposal for the Cyber Resilience Act.

  2. December 2024

    The CRA officially enters into force following publication in the EU Official Journal.

  3. September 11, 2026

    Article 14 takes effect, mandating 24-hour reporting for actively exploited vulnerabilities.

  4. December 11, 2027

    Full enforcement begins; all covered products must be fully compliant to remain on the EU market.

Why it matters

If you build, distribute, or import software or connected hardware into the European Union, the CRA makes you legally liable for the security of your code and its open-source dependencies. Failing to comply means market bans and massive fines, fundamentally changing how engineering teams ship products.

When the European Union passes a major technology regulation, the immediate assumption is that it is another data privacy law in the vein of GDPR. That is a dangerous misconception. The Cyber Resilience Act (CRA), which entered into force in December 2024, is not about how you handle user data—it is a strict product safety law for code. It establishes mandatory cybersecurity requirements for any product with digital elements placed on the EU market, shifting the burden of security squarely onto the manufacturers who build and ship them.[5]

The CRA fundamentally changes the definition of 'production-ready' software. For decades, the tech industry has operated on a model of shipping fast and patching later, treating security as an afterthought or a bolt-on feature. Under the new regulation, that approach is illegal. The core mandate of the CRA is 'security by design,' requiring engineering teams to integrate security considerations from the earliest architectural phases before a single line of code is written.[2][4]

This means products must ship with secure default configurations, minimize unnecessary attack surfaces, and include protections against common vulnerability classes. Traditional application security tools that scan existing code for flaws are no longer sufficient on their own. Manufacturers must now provide documented evidence that security was a foundational element of the design process, ensuring that vulnerabilities are mitigated proactively rather than reactively.[2]

The timeline for compliance is aggressive, and the most critical deadline is rapidly approaching. While full enforcement of the CRA begins on December 11, 2027, Article 14 of the regulation takes effect much sooner: September 11, 2026. On this date, strict vulnerability reporting obligations become mandatory for all covered products, including those already on the market.[1]

Key compliance deadlines for the Cyber Resilience Act.
Key compliance deadlines for the Cyber Resilience Act.

The reporting window introduced by Article 14 is punishingly tight. Within 24 hours of becoming aware of an actively exploited vulnerability or a severe security incident, manufacturers must submit an 'early warning' to the European Union Agency for Cybersecurity (ENISA) via its Single Reporting Platform. A full notification must follow within 72 hours, and a final report detailing the corrective measures taken is required within 14 days.[1][4]

The reporting window introduced by Article 14 is punishingly tight.

To meet these rapid reporting requirements, organizations must have complete visibility into their software supply chains. This makes the generation and maintenance of accurate Software Bill of Materials (SBOMs) a practical necessity well before the 2027 deadline. Without an automated, up-to-date inventory of every component and dependency within a product, identifying and reporting an exploited vulnerability within 24 hours is nearly impossible.[1]

The scope of the CRA is intentionally broad, applying to 'Products with Digital Elements' (PwDE). This encompasses both hardware and software designed to connect to other devices or networks, either directly or indirectly. From smart home appliances and industrial control systems to operating systems and mobile applications, if it processes data and connects to a network, it likely falls under the regulation's purview. Software provided solely as a service (SaaS) is generally excluded, as it is covered by other frameworks like the NIS2 Directive.[3]

The CRA mandates that security considerations must be documented during the initial design phase.
The CRA mandates that security considerations must be documented during the initial design phase.

One of the most debated aspects of the CRA is its impact on the open-source software ecosystem. Initially, there were widespread concerns that the regulation would impose crushing liabilities on volunteer developers and non-commercial open-source projects. However, the final text clarifies that individual contributors and non-commercial open-source projects have no obligations under the CRA. The liability rests entirely on the commercial entities that integrate and monetize that code.[3][5]

If a company builds a commercial product using open-source components, that company is legally responsible for the security of those components. The CRA requires manufacturers to exercise due diligence when integrating third-party software, ensuring that they are not reliant on unhealthy or vulnerable open-source projects. This shifts the dynamic from passive consumption of open-source code to active vetting and continuous monitoring.[3][4]

Compliance with the CRA is not optional, and the penalties for failure are severe. Non-compliant products can be banned from the EU market entirely, and manufacturers face massive fines for violations. Beyond the financial and regulatory risks, compliance will soon become a baseline requirement for customer trust. Buyers will demand the CE marking that signifies CRA adherence, making security a competitive necessity rather than a compliance checkbox.[4][5]

How the CRA assigns liability for open-source software components.
How the CRA assigns liability for open-source software components.

For architects, DevOps leads, and security engineers, the work must begin immediately. Establishing automated vulnerability monitoring, securing artifact pipelines, and documenting security-by-design processes takes time. Teams that build these foundations now will not only meet the 2026 and 2027 deadlines but will also ship more resilient, trustworthy software to a global market.[1][2]

Ultimately, the Cyber Resilience Act represents a maturation of the digital economy. Just as physical products like cars and medical devices are subject to rigorous safety standards, software and connected devices must now prove they are safe for public use. By forcing security to the front of the development lifecycle, the EU is setting a new global standard for digital resilience.[5]

What to know

  • The Cyber Resilience Act (CRA) is a mandatory EU product safety law for software and connected devices.
  • Manufacturers must report actively exploited vulnerabilities to ENISA within 24 hours starting September 11, 2026.
  • The regulation mandates 'security by design,' requiring documented security planning before code is written.
  • Commercial entities are legally liable for the security of any open-source components they integrate.
  • Full compliance, including CE marking for digital products, is required by December 11, 2027.

Where opinion splits

Enterprise Software Vendors

Commercial manufacturers facing the operational reality of the new mandates.

For commercial software vendors and hardware manufacturers, the CRA represents a massive operational shift. These organizations must overhaul their CI/CD pipelines to ensure continuous SBOM generation and implement 24/7 monitoring to meet the 24-hour vulnerability reporting window. Many vendors view the regulation as a heavy compliance burden that will increase development costs and slow time-to-market, though they acknowledge it will ultimately force the industry to adopt better security hygiene.

Open-Source Maintainers

The communities and foundations that build the internet's foundational code.

The open-source community initially viewed the CRA as an existential threat, fearing that volunteer maintainers would be held legally liable for how corporations used their code. With the final text exempting non-commercial contributors, the focus has shifted. Maintainers now anticipate a surge in demands from commercial users who need extensive documentation and security assurances to meet their own compliance obligations, potentially straining underfunded open-source projects.

EU Regulators

The policymakers aiming to secure the European digital ecosystem.

From the perspective of the European Commission, the CRA is a necessary intervention to correct a market failure. Regulators argue that the tech industry has historically externalized the cost of poor security onto consumers and businesses, resulting in rampant cybercrime and data breaches. By making security a legal prerequisite for market access, regulators intend to force manufacturers to internalize these costs and protect the fundamental rights of EU citizens.

Key terms

Security by Design
The practice of integrating security considerations and risk assessments into the earliest architectural phases of product development.
Products with Digital Elements (PwDE)
Any software or hardware product and its remote data processing solutions that connect to a device or network.
SBOM (Software Bill of Materials)
A comprehensive, machine-readable inventory detailing all third-party components and dependencies used in a software product.
ENISA
The European Union Agency for Cybersecurity, responsible for managing the Single Reporting Platform for vulnerabilities.

Unanswered questions

  • How strictly the 24-hour reporting window will be enforced during the initial rollout in late 2026.
  • Whether the increased compliance burden will cause some international software vendors to exit the EU market entirely.
  • How smaller commercial open-source projects will fund the extensive documentation required to satisfy enterprise users.

Reader questions

Does the CRA apply to companies outside the EU?

Yes. Any manufacturer, regardless of where they are headquartered, must comply with the CRA if they intend to sell or distribute their products within the European Union.

Are SaaS products covered by the CRA?

Generally, no. Software provided solely as a service (SaaS) without a downloadable component is excluded from the CRA, as it is regulated under other frameworks like the NIS2 Directive.

What happens if a product is found non-compliant?

Non-compliant products can be recalled or banned from the EU market, and manufacturers can face significant financial penalties.

Sources

Source coverage

5 outlets

3 viewpoints surfaced

Enterprise Software Vendors 40%Open-Source Maintainers 30%EU Regulators 30%
  1. [1]CloudsmithEnterprise Software Vendors

    The 2026 deadline: The 24-hour vulnerability reporting rule

    Read on Cloudsmith
  2. [2]PrimeSecEnterprise Software Vendors

    Why Security-by-Design Is Core to the CRA Mandate

    Read on PrimeSec
  3. [3]MinimusOpen-Source Maintainers

    What does the CRA have to do with open source software?

    Read on Minimus
  4. [4]Axis CommunicationsEnterprise Software Vendors

    Cyber Resilience Act compliance is not optional

    Read on Axis Communications
  5. [5]Factlen Editorial TeamEU Regulators

    Synthesis by Factlen editorial team

    Read on Factlen Editorial Team

Comments

Stay informed

Every angle. Every day.

Get guides stories with full source coverage and perspective breakdowns delivered to your inbox.