Testing Services
Industry
EU CRAFDA & MDRPayment & FinanceNewsAbout Us
EN繁中
Contact Us
← Back to news
Knowledge

Breaking Down CRA Annex I: 13 Product Requirements + 8 Vulnerability-Handling Obligations

August 31, 2026
Breaking Down CRA Annex I: 13 Product Requirements + 8 Vulnerability-Handling Obligations

A testing-laboratory perspective on the essential cybersecurity requirements and what manufacturers actually need to do

“What exactly does the CRA want from me?” — the answer is almost entirely in Annex I

The first question most manufacturers ask about the CRA is “is my product in scope?” But once you have confirmed that it is, the next question is much harder to answer: how much do I actually have to do before I count as compliant with the CRA?

The answer is concentrated in Annex I of the CRA (Annex I, “Essential cybersecurity requirements”). Most of the regulation’s seventy-one articles deal with the machinery of the law: who has obligations, how conformity is assessed, who supervises, and how much the fines are. The only place that actually specifies what the product and its processes must achieve is this single annex.

Put differently: what the technical documentation must demonstrate is conformity with Annex I; what the CE marking and the EU Declaration of Conformity assert is conformity with Annex I; and the highest tier of fines under Article 64 punishes violations of Annex I. It is where the entire regulation lands on the product itself — read it first, and the conformity-assessment modules, reporting obligations and support-period planning that follow will all have something to stand on.

What is Annex I? Two parts, one premise

Annex I is not long, and its structure is quite clear: it is split into two parts. In everyday terms, Part I is the “pre-shipment health check” for the product, and Part II is the “long-term duty of care” after the product has been sold.

Part I (product-property requirements)Part II (vulnerability-handling requirements)
What question does it answer?From design to shipment, was security actually taken seriously in this product?Once the product is on the market, is the manufacturer capable of looking after it continuously?
Number of items13 items, numbered (a)–(m)8 items, numbered (1)–(8)
NatureMostly product and technology: configuration, encryption, access control, attack surfaceMostly process and organisation: SBOM, vulnerability reporting, patching, disclosure
Main responsible unitR&D / engineeringProduct operations / security incident-response team
Time dimensionLargely one-off, re-verified with each new versionContinuous, spanning the whole support period (in principle at least 5 years)

The last two rows of this table deserve the most attention. Part I and Part II differ completely in who is responsible and in their time dimension; in practice it is unrealistic to expect a single security engineer to handle both. Assigning separate owners to the two parts at the planning stage of a compliance project is usually far less painful than patching things up afterwards.

The paragraph everyone skips: the risk-based principle

Many readers open Annex I and jump straight to item (a), but what really determines the workload is the opening clause before it: products shall be designed, developed and produced to ensure an appropriate level of cybersecurity “based on the risks”, and items (a)–(m) are to be implemented “where applicable”, on the basis of the cybersecurity risk assessment required by Article 13(2).

Those two qualifiers matter. Annex I is not a scorecard on which every item must reach full marks; it requires the manufacturer to carry out a risk assessment first and then decide, based on its conclusions, how deep each item needs to go. A connected door lock and an indoor temperature-and-humidity sensor should not be implemented to the same depth — but the precondition is that you hold a risk-assessment document that can explain the reasoning.

This is also the gap the laboratory sees most often when helping clients take stock: plenty of technical measures have actually been implemented, but there is no risk assessment that clearly explains why this depth of implementation is enough, so the technical documentation cannot stand up as evidence. Our advice is to start the risk assessment at the product-planning stage, not to write it retroactively just before shipment.

CRA regulatory structure: Regulation (EU) 2024/2847 splits into Annex I Part I, 13 product-property requirements (a-m) applying before the product ships, and Annex I Part II, 8 vulnerability-handling obligations (1-8) applying during the support period
CRA regulatory structure

Part I: what the 13 product-property requirements are about

Reading (a) through (m) one by one makes it easy to lose focus. Below, the 13 items are grouped into five clusters by the problem they are meant to solve, each followed by the points the laboratory most often checks during testing and documentation review.

Group 1: how clean the product is at shipment — (a)(b)(c)

  • (a) Made available without known exploitable vulnerabilities: complete vulnerability scanning and CVE matching before shipment, confirming that the components and firmware versions used contain no publicly known, exploitable vulnerabilities. If a vulnerability does exist and cannot yet be fixed, the risk-assessment conclusion and the mitigation rationale must be recorded in writing — the regulation allows trade-offs, but it does not allow shipping in silence.
  • (b) Made available with a secure-by-default configuration, with the ability to reset to the original state: factory states such as no password at all, or one fixed default password shared across all units, clearly fail this requirement; the product must also provide a “reset to factory settings” mechanism.
  • (c) Vulnerabilities can be addressed through security updates: the manufacturer must be able to deliver updates (OTA or firmware upgrade). Where automatic updates are used, they should be enabled by default, with a clear and easy opt-out mechanism, update notifications, and an option allowing users to temporarily postpone installation.

Group 2: access control and data protection — (d)(e)(f)(g)

  • (d) Protection from unauthorised access, with reporting: beyond authentication and privilege levels, the regulation also requires “reporting on possible unauthorised access” — a lock with no detection and no alerting means this item is not finished.
  • (e) Protect the confidentiality of data: personal data, passwords, keys and similar data should be encrypted to the state of the art both at rest and in transit. Storing passwords in plain text and transmitting sensitive data over unencrypted HTTP are the non-conformities the laboratory finds most often in testing.
  • (f) Protect the integrity of data and report corruption: use digital signatures, hash verification, write protection and similar mechanisms to prevent unauthorised modification of data, commands, programs and configuration, and the system should be able to detect and alert on such events.
  • (g) Data minimisation: process only data that is relevant to the product’s intended purpose and limited to what is necessary. The decision point for this item is the product-specification review meeting — it is not something that testing can fix late in development.

Group 3: availability and resilience — (h)(i)

  • (h) Protect the availability of essential functions: core functions should keep operating, or degrade safely, after an incident, and the product should have mitigation capabilities against denial-of-service attacks.
  • (i) No negative impact on other devices or networks: a product must not drag down the user’s home or corporate network through poor design (for example by abnormally flooding it with packets). A network-behaviour stress test before launch is the most direct way to verify this item.

Group 4: defensive design at the architecture level — (j)(k)

  • (j) Limit the attack surface: inventory every externally reachable interface (ports, APIs, Bluetooth, Wi-Fi configuration pages and so on) and disable or remove by default whatever is not needed.
  • (k) Use exploitation-mitigation mechanisms to reduce the impact of incidents: the defence-in-depth idea — sandbox isolation, least privilege, memory protection and the like — so that a single breached point does not spread into a fully compromised device.

Group 5: leaving control with the user — (l)(m)

  • (l) Record and monitor internal activity, with an opt-out mechanism: record who accessed or modified which data, services or functions and when, while also letting users choose to turn this recording off.
  • (m) Users can securely, easily and permanently delete data and settings: deletion must be effectively irreversible, not merely hidden from display; and where data can be transferred to another product or system, that transfer must itself be secure.

An easily underestimated conclusion: most of these requirements are decided in architecture meetings

Map these five groups onto the product-development process and a pattern appears: the long list of (b)(d)(e)(f)(g)(h)(i)(j)(k)(l) — that is, the large majority of Part I — lands in the architecture and design phase. How small the attack surface is, what the logs record, which data is never collected in the first place: once the architecture is fixed, these are very hard to change. The testing phase can only discover problems; it cannot go back and fix them.

This is the practical meaning of security by design in the CRA: the success or failure of compliance is largely decided in architecture-design meetings, not in the pre-shipment test report. The laboratory’s observation is that the earlier a team treats Annex I as a design checklist, the lower its subsequent testing and documentation costs.

Part I requirements mapped to the development process: Spec covers (g) and (m); Architecture covers (d)(e)(f)(h)(i)(j)(k)(l); Implement covers (b)(c); Testing covers (a) plus verification of all items to the left; Release covers (a) final confirmation
Part I requirements mapped to the development process

Part II: what the 8 vulnerability-handling obligations are about

The logic of Part II is essentially a vulnerability-handling lifecycle: prepare properly, be able to receive external reports, be able to verify and fix, be able to ship updates out securely, and take responsibility for disclosure afterwards. The eight requirements can be read along that line:

StageCorresponding item(s)What the manufacturer needs to have
Prepare(1) Identify and document vulnerabilities and components (SBOM)An SBOM in a commonly used, machine-readable format (e.g. SPDX, CycloneDX) covering at least the top-level dependencies; ideally generated automatically in CI/CD
Receive(5) Coordinated vulnerability disclosure policy
(6) Contact address for reporting
A publicly posted vulnerability-reporting policy and contact point on the website (e.g. a security@ mailbox, security.txt)
Verify(3) Effective and regular tests and reviewsA documented, fixed-cadence schedule of penetration tests, vulnerability scans and code reviews
Remediate(2) Address and remediate vulnerabilities without delayInternal remediation SLAs, and — where technically feasible — security updates released separately from feature updates
Distribute(7) Secure update-distribution mechanism
(8) Free of charge and without delay
Updates signed and verified, distributed over encrypted connections; security updates always free of charge, accompanied by advisory messages for users
After release(4) Publicly disclose information about fixed vulnerabilitiesA security-advisory publication process and template (vulnerability description, affected versions, severity, remediation)

The point this table most deserves to make is this: Part II tests a standing capability, not a one-off project. In practice, once an organisation has genuinely put three things in place — someone (or some tool) responsible for maintaining the SBOM, a mailbox plus standard operating procedure for receiving and handling vulnerability reports, and a fixed mechanism for publishing security advisories — all eight requirements have somewhere to take hold.

Conversely, if no one owns those three things yet, then however complete the product’s technical measures may be, Part II remains a blank page. These are also the first three questions the laboratory checks in early-stage interviews.

Part II vulnerability-handling lifecycle as a loop: Prepare (1), Receive (5)(6), Verify (3), Remediate (2), Distribute (7)(8), Post-release (4)
Part II vulnerability-handling lifecycle

What should manufacturers do? Six first moves you can start on now

If you are starting today, the following order is relatively pragmatic in most projects — the first four items do not need to wait for the harmonised standards to be finalised, nor for a product redesign; they can begin right now.

  • 1. Do the risk assessment first. Complete a product-level cybersecurity risk assessment under Article 13(2) and keep it on file. It is the starting point for all later evidence, and the basis for deciding how deeply to implement (a)–(m).
  • 2. Turn Annex I into a checklist. For each item, record “which technical measure we use to satisfy it” and “which document holds the evidence”. This mapping table will later become the skeleton of the technical documentation.
  • 3. Set up SBOM generation. Choose SPDX or CycloneDX, wire it into the build process, and have every new version automatically produce its corresponding SBOM — rather than back-filling by hand when a customer or auditor asks.
  • 4. Open a vulnerability-reporting channel and CVD policy. Set up a public contact mailbox such as security@, publish it on your website, and release a coordinated vulnerability disclosure policy explaining how to report, the handling timeline and the disclosure principles.
  • 5. Put regular testing on the calendar. Define and document a fixed cadence for penetration testing, vulnerability scanning and code review. “We do it when needed” is very hard to accept as “regular and effective” in an audit.
  • 6. Plan the support period and update capability. Confirm that throughout the support period (in principle at least 5 years) the product will have the technology and staffing to release security updates, and write the principles of “security updates free of charge, separated from feature updates” into internal policy.

The first four are fundamentals unaffected by the progress of the harmonised standards; the last two are about making the capability permanent. Note that the horizontal harmonised standards corresponding to the CRA (the prEN 40000 series) are still at draft stage and have not been published in the Official Journal of the EU, so they do not yet confer a presumption of conformity. This means that, for now, technical documentation must be built directly against Annex I of the CRA regulation text itself; the drafts can be consulted for structure and detail, but cannot serve as the final basis of compliance.

When does this have to be done? Two key dates

Annex I becomes fully applicable with the CRA on 11 December 2027, when it formally becomes mandatory for in-scope products. But the earlier gate is 11 September 2026, when the reporting obligations of Article 14 take effect first (see our dedicated Article 14 article for the deadlines and content details).

There is a gap of over a year between the two dates, and this is precisely where preparation time is most often misjudged: answering “is our product affected by this vulnerability?” within the deadline depends on exactly the SBOM and component inventory required by Part II item (1). In other words, part of the Annex I capability is already needed in practice from September 2026 — not from the end of 2027.

Three common misconceptions, cleared up at once

Misconception 1: “Annex I is the security engineers’ problem — once the penetration test is done, we’re compliant.” More than half of the Part I requirements land in the architecture-design phase, and (g) data minimisation and (m) data deletion are closer to product-specification decisions; Part II is mostly about process and organisational capability. A test report is one piece of evidence, but it does not equal conformity with Annex I.

Misconception 2: “(g) data minimisation and (m) data deletion belong to the privacy or legal department.” These two items do overlap with the spirit of the GDPR, but they are cybersecurity requirements explicitly listed in CRA Annex I, and they will appear in the CRA technical documentation and conformity assessment. We recommend making them fixed check items in product-specification review meetings.

Misconception 3: “We can wait until the EN 40000 series is published before starting to prepare.” The Annex I legal obligations come from the CRA regulation text itself and are not postponed because the harmonised standards are unfinished. The drafts affect the details of “what counts as doing it right”, not “whether it must be done”. In other words, Annex I is about to be in force regardless, and harmonised standards are merely one future route for proving conformity. Risk assessment, SBOM and a vulnerability-reporting channel will be required whatever final form the standards take.

Next step: work out where you stand

Annex I reads like a technical checklist, but the genuinely hard part is usually not understanding the clauses — it is judging “given our product’s risk, how much is enough?” and “can our existing test reports and documents carry the burden of proof?” Both questions have to be answered against the product’s actual architecture and existing documentation, and are hard to settle with general rules.

If you have already confirmed that your product falls within CRA scope and want to take stock of where each Annex I item stands and where the gaps are, or need professional review of the completeness of your existing test reports and technical documentation, feel free to contact us — our consultants and laboratory engineers can help assess your specific case.

You are also welcome to join the in-person seminar in Taipei on Friday 18 September, where you can put questions directly to a CRA expert from Spain and learn more about planning for 2027 compliance and estimating the time and cost of implementation. Registration: Register for the seminar

Frequently asked questions

Q: What is CRA Annex I? Annex I is the first annex of the EU Cyber Resilience Act (Regulation (EU) 2024/2847), titled “Essential cybersecurity requirements”. It has two parts: Part I lists 13 product-property cybersecurity requirements, (a)–(m), and Part II lists 8 vulnerability-handling requirements, (1)–(8). Products with digital elements that fall within CRA scope must conform to Annex I and demonstrate this through technical documentation.

Q: What is the difference between Part I and Part II of Annex I? Part I governs the product’s own design and as-shipped state — secure default configuration, encryption, access control, attack-surface reduction and so on — with responsibility sitting mostly with R&D engineering. Part II governs post-market vulnerability-handling capability — SBOM, a vulnerability-reporting channel, patching and disclosure processes — and is a continuous obligation across the entire support period, with responsibility sitting mostly with product operations and security incident response.

Q: Does every item of Annex I have to be implemented to full marks? No. Annex I follows a risk-based principle: items (a)–(m) are implemented “where applicable”, based on the outcome of the Article 13(2) cybersecurity risk assessment. The depth of implementation should be proportionate to the product’s risk, but the manufacturer must keep the risk-assessment documentation explaining why a given level of implementation is appropriate.

Q: How heavy are the penalties for violating Annex I? Under Article 64, violations of the Annex I essential requirements and of the Article 13 and 14 obligations carry administrative fines of up to €15 million or 2.5% of worldwide annual turnover, whichever is higher — the highest tier in the CRA penalty structure.

Q: Should we start preparing now? We recommend it. Annex I becomes fully applicable with the CRA on 11 December 2027, but the Article 14 reporting obligations apply from 11 September 2026, and determining within the deadlines whether a product is affected by a given vulnerability in practice requires Part II capabilities such as an SBOM and component inventory to already be in place.

Glossary

  • CRA | Cyber Resilience Act — the EU regulation on cybersecurity requirements for products with digital elements, i.e. Regulation (EU) 2024/2847.
  • Annex I | The CRA’s first annex, “Essential cybersecurity requirements”; Part I contains 13 product-property requirements, Part II contains 8 vulnerability-handling requirements.
  • Product with digital elements (PDE) | A product containing software or hardware, together with its remote data-processing solutions; the subject matter regulated by the CRA.
  • Secure by default | Secure default configuration; Annex I Part I (b) requires products to be placed on the market in a secure configuration state, with the ability to reset to the original state.
  • Known exploitable vulnerability | Annex I Part I (a) requires that products be made available without vulnerabilities of this kind.
  • Attack surface | The sum of all externally reachable interfaces of a product; Annex I Part I (j) requires it to be limited at the design stage.
  • SBOM | Software Bill of Materials; Annex I Part II item (1) requires it in a machine-readable format, covering at least the top-level dependencies.
  • CVD Policy | Coordinated Vulnerability Disclosure Policy; Annex I Part II item (5) requires one to be established and enforced.
  • Support period | The period during which the manufacturer must keep handling product vulnerabilities under Annex I Part II; in principle at least 5 years.
  • Presumption of conformity | (Article 27) Conformity with harmonised standards published in the Official Journal of the EU creates a presumption of conformity with the corresponding Annex I requirements. The EN 40000 series does not confer this effect before publication.
  • prEN 40000 series | Draft horizontal harmonised standards corresponding to the CRA (part 1-2 maps to Annex I Part I; part 1-3 maps to Part II); still at draft stage at the time of writing.
  • Technical documentation | (Article 31, Annex VII) Used to demonstrate the product’s conformity with Annex I; must be kept for at least 10 years or the support period, whichever is longer.

References

The legal provisions and dates cited in this article are based on the following documents:

  • Regulation (EU) 2024/2847 (Cyber Resilience Act), full text in the EU’s official legal database EUR-Lex: https://eur-lex.europa.eu/eli/reg/2024/2847/oj — essential cybersecurity requirements in Annex I; manufacturer obligations and risk assessment in Article 13; reporting obligations in Article 14; presumption of conformity in Article 27; technical documentation in Article 31 and Annex VII; penalties in Article 64; application timeline in Articles 69 and 71.
  • prEN 40000-1-2 (Draft for Public Comment), the product-lifecycle cybersecurity principles corresponding to CRA Annex I Part I.
  • prEN 40000-1-3 (Draft for Public Comment), the itemised vulnerability-handling requirements corresponding to CRA Annex I Part II.

By the Secure Vectors Surveillance Inc. (SV Surveillance) × Applus+ Laboratories consulting team

* This article is regulatory commentary, not legal advice. As of writing, the prEN 40000 series remains a Draft for Public Comment, has not been published in the Official Journal of the EU, and may change before formal publication. The “what manufacturers should do” sections are consultant recommendations and common industry practice, not verbatim requirements of any standard. Final compliance determinations for specific cases remain subject to official EU documents and the interpretations of the competent authorities.

Keep Reading

More from the lab