EU Cyber Resilience Act 24-Hour Vulnerability Deadline Arrives

EU Cyber Resilience Act enforcement begins Sept 11, requiring software vendors to report actively exploited vulnerabilities within 24 hours of discovery.
Table of Contents
    Add a header to begin generating the table of contents

    The European Union’s Cyber Resilience Act (CRA) vulnerability reporting requirements take effect on September 11, two days from this report. Software vendors selling into EU markets must report actively exploited vulnerabilities within as little as 24 hours of discovery or face significant fines.

    24-Hour Reporting Window Represents Fastest Mandatory Disclosure Globally

    The CRA establishes one of the fastest mandatory vulnerability disclosure timelines in the world. When a vendor discovers that a vulnerability in its software is being actively exploited in the wild, it has just 24 hours to report the flaw to regulators.

    This compressed timeline shifts the burden of rapid disclosure onto vendors. Previously, many vendors followed coordinated disclosure timelines measured in weeks or months, allowing time to develop patches before public announcement. The CRA’s 24-hour rule prioritizes immediate transparency over coordinated patching when active exploitation is confirmed.

    The regulation requires vendors to know exactly what software versions shipped to customers and precisely when vulnerabilities were discovered. Without comprehensive vulnerability tracking, version management, and incident detection systems, vendors cannot meet the 24-hour obligation.

    SBOM and Vulnerability Tracking Become Compliance Prerequisites

    To comply with the CRA, vendors must maintain software bills of materials (SBOMs) that document every component, library, and dependency in each shipped version. When a vulnerability is disclosed in a third-party component, vendors must immediately determine which of their products include the affected component and which customer deployments are at risk.

    Vulnerability tracking systems must correlate disclosed CVEs with internal codebases, triggering alerts when a vendor’s software incorporates a vulnerable component. Without automated SBOM generation and vulnerability correlation, manually determining exposure for every CVE is operationally infeasible at scale.

    The 24-hour reporting requirement also demands comprehensive incident detection. Vendors must identify active exploitation quickly—through customer reports, honeypot monitoring, threat intelligence feeds, or internal telemetry—to start the disclosure clock at the correct moment.

    Compliance Risk and Operational Burden for Software Vendors

    Non-compliance with the CRA can result in significant fines. Vendors that fail to report actively exploited vulnerabilities within the mandated timeline, or that misrepresent the scope of affected products, face regulatory penalties and reputational damage.

    The operational burden is highest for vendors with complex software supply chains, large product portfolios, or distributed development teams. Each of these factors increases the difficulty of maintaining accurate SBOMs, tracking vulnerability exposure across products, and coordinating rapid disclosure.

    The regulation shifts liability for slow disclosure to vendors, incentivizing faster patching and transparency but also creating compliance costs. Smaller software companies that lack dedicated security teams and vulnerability management infrastructure face the steepest learning curve.

    ActiveState and other vendors are publishing guidance on meeting CRA requirements. Software vendors selling into the EU should audit their vulnerability discovery, tracking, and disclosure processes before the September 11 deadline, and implement SBOM generation for all products that will be sold or updated in EU markets after enforcement begins.

    Open-Source Dependencies Create Hidden Compliance Exposure

    Modern software products incorporate hundreds or thousands of open-source components, each with its own vulnerability profile and update cadence. When a CVE is disclosed in a widely used library, vendors must determine within hours whether their products include the vulnerable version, which customers are affected, and whether the exploitation is active.

    This rapid correlation requires automated tooling. Manual code inspection cannot process the dependency graphs of complex applications fast enough to meet a 24-hour reporting deadline. Vendors that have not invested in automated dependency tracking and vulnerability scanning will struggle to comply when the first major open-source CVE is disclosed under the new regulation.

    The SBOM requirement forces vendors to map their entire software supply chain, including transitive dependencies—libraries that their direct dependencies rely on. A vulnerability three layers deep in the dependency tree still triggers reporting obligations if it affects the vendor’s product and is being actively exploited.

    Tension Between Rapid Disclosure and Coordinated Patching

    The 24-hour reporting rule creates tension with coordinated vulnerability disclosure practices. Security researchers and vendors traditionally coordinate on disclosure timelines to allow patch development before public announcement, reducing the window when users are vulnerable without a fix available.

    Under the CRA, active exploitation eliminates the coordination window. Vendors must disclose immediately even if no patch exists, potentially informing attackers that a vulnerability is present before defenders can deploy fixes. This protects users by providing early warning but may accelerate exploitation by publicizing attack vectors before mitigations are available.

    The regulation assumes that transparency benefits outweigh coordination benefits when exploitation is already occurring. The policy judgment is that users facing active exploitation deserve immediate notification to implement compensating controls, even if the vendor prefers delayed disclosure to complete patch development first.

    Related Posts