the-5-cyber-essentials-controls-explained
  • Cyber Essentials
  • 7th Jun 2026
  • 1 min read

The 5 Cyber Essentials Controls Explained

Gabriel Few-Wiegratz
  • Written by
Gabriel Few-Wiegratz
View my profile on
In Short..
  • All five Cyber Essentials controls must be implemented across every in-scope system. Partial compliance is not enough to achieve certification.
  • Multi-factor authentication is now mandatory for internet-facing accounts. The 2023 Montpellier update strengthened requirements, making MFA a key area to review.
  • Patch management is the most common reason organisations fail. Unpatched applications, unsupported software, and patch cycles longer than 14 days frequently lead to rejection.
  • End-of-life software is an automatic fail. Any unsupported software on an in-scope device must be removed, replaced, or brought into support before certification.

Cyber Essentials is designed to establish a consistent security baseline, which means weaknesses in any one control area can prevent certification. Organisations pursuing Cyber Essentials Plus should be especially thorough, as all five controls will be independently verified through technical testing rather than self-assessed.

 

Working towards certification? Our Cyber Essentials resource hub brings together everything in one place: the five controls, certification costs, the self-assessment questionnaire, and what Cyber Essentials Plus actually tests. Start there to plan your route to certification. 

Expert View

undefined-May-25-2026-06-11-05-9774-PM

 

Matt Davies

Chief Product Officer, SureCloud

LinkedIn



 

 

What our experts say about CE control failures in practice

 

"Patch management fails more assessments than anything else, and the pattern is consistent: OS updates are running, but third-party applications are months behind. Browsers, plugins, and productivity tools accumulate unpatched CVEs that the organisation isn't tracking. The 14-day window applies to all of them."

Why These Five Controls

The NCSC's incident data shows the same patterns repeating: attackers get in through unpatched vulnerabilities, default credentials, over-permissioned accounts, and absent malware protection. The five controls are the minimum set of barriers that block these routes. They're not a gold standard: they're the floor.

 

The Montpellier update, in force since January 2023, made one significant change: MFA is now mandatory for all accounts that can authenticate to internet-facing services. Organisations working from pre-2023 guidance should check this requirement first, since it's the change most likely to require remediation work.

 

Each control below covers what it requires, why it was included, the specific CE requirements, and what assessors most often find wrong. For a ready-to-use implementation checklist, see the CE certification checklist.

Control 1: Firewalls

What It Requires

CE requires a firewall at the network boundary (between your internal network and the internet) and personal firewalls on all devices used outside a protected network environment. The requirement is for a default-deny policy: all inbound connections not explicitly required must be blocked.

 

Why It Exists

Unprotected internet-facing services are among the most common attacker entry points. Services with no firewall or permissive inbound rules are exposed to automated scanning and exploitation within hours of going online. Personal firewalls matter because devices on home broadband or public Wi-Fi face the same threats as any internet-facing service.

 

Specific Requirements

  1. A firewall must protect all devices within the assessment scope boundary.
  2. All inbound connections not explicitly required must be blocked by default.
  3. Firewall rules must be documented, reviewed, and as restrictive as possible for the services they protect.
  4. Administrative access to firewall management interfaces must be restricted to authorised individuals and, where feasible, to specific source IP addresses.
  5. Default administrative credentials on all firewalls and network devices must be changed before deployment.
  6. Personal firewalls must be enabled on all devices used outside the office network perimeter.

Common failure point: firewall rules that permit inbound connections more broadly than necessary, for example a rule allowing inbound access from any source IP to a service that should only be accessible from specific known addresses. Firewall management interfaces accessible from the internet with default or weak credentials are also a frequent issue.

Control 2: Secure Configuration

What It Requires

In-scope devices and software must be configured to reduce their attack surface. CE doesn't prescribe a specific configuration baseline, but requires that organisations remove or disable features, accounts, services, and functionality that aren't needed, and change all default settings that create vulnerabilities.

 

Why It Exists

Vendors ship devices and software configured for ease of setup, not security. That means default accounts with published passwords, services running that nobody asked for, and permissive settings that nobody reviewed. Attackers know these defaults because they're documented. Checking them off during deployment takes minutes; finding them during an incident does not.

 

Specific Requirements

  1. Default passwords on all hardware and software must be changed before deployment.
  2. Unnecessary user accounts, including default vendor accounts and accounts for services not in use, must be removed or disabled.
  3. Unnecessary software, services, and features must be uninstalled or disabled. This includes network services, communication protocols not in use, and any functionality that increases attack surface without operational benefit.
  4. Auto-run features (USB auto-run, auto-run from network shares or CD/DVD) must be disabled.
  5. Devices must lock automatically after a defined period of inactivity and require re-authentication to resume.
  6. All in-scope systems must run only currently supported software: the vendor must still be releasing security updates for it.

Common failure point: default credentials on network devices, printers, switches, and IoT-category hardware that get overlooked in configuration hardening. End-of-life software is the other frequent issue: legacy operating systems or applications still in use but no longer receiving vendor security updates.

Control 3: User Access Control

What It Requires

Access to systems, applications, and data must be limited to what each user needs for their specific role. Administrative privileges must be restricted to accounts designated for those tasks, and those accounts must not be used for routine day-to-day work.

 

The Montpellier update introduced a mandatory MFA requirement: multi-factor authentication must be enforced on all accounts that can authenticate to any internet-facing service, including cloud applications.

 

Why It Exists

Excessive account privileges are a consistent attacker objective. A compromised account with administrative privileges allows lateral movement, malware installation, data exfiltration, and access escalation far more easily than a compromised account with limited permissions. Internet-facing accounts without MFA are routinely targeted by credential-stuffing and password-spray attacks: it's not a sophisticated technique, and it works.

 

Specific Requirements

  1. User accounts must follow least-privilege principles: users have only the access their job function requires.
  2. Administrative accounts must be separate from standard user accounts. Staff must not use administrator accounts for day-to-day activities such as email, browsing, or document editing.
  3. The number of administrator accounts must be minimised and reviewed regularly.
  4. MFA must be enabled on all accounts that can authenticate to internet-facing services: Microsoft 365, Google Workspace, cloud-hosted applications, VPN and remote access services, web-based email, and any other internet-accessible service. This requirement was introduced in the Montpellier update and applies to all in-scope accounts.
  5. Passwords must meet minimum complexity requirements where MFA is not used as the primary control.
  6. Guest, shared, and dormant accounts must be removed or disabled. A process must exist to remove accounts promptly when staff leave or change roles.

Common failure point: MFA not enforced on cloud applications, particularly Microsoft 365 and Google Workspace tenancies where MFA is available but left as opt-in rather than required by policy. Shared administrative accounts, where individual accountability for actions is lost, are also a frequent finding.

Control 4: Malware Protection

What It Requires

In-scope devices must be protected against malware. CE accepts two approaches: anti-malware software (traditional AV or next-generation endpoint protection) or application allowlisting (configuring devices to permit only approved applications to execute, blocking everything else by default).

 

Why It Exists

A single click on a malicious attachment or download can result in full system compromise if nothing is there to stop it. Anti-malware catches known threats before they execute; application allowlisting goes further by blocking any code that isn't on an approved list. CE accepts either because both break the delivery chain that ransomware, credential stealers, and remote access trojans rely on.

 

Specific Requirements

  1. Anti-malware software must be installed on all in-scope devices, unless application allowlisting is used instead.
  2. Anti-malware definitions must be configured to update automatically and regularly.
  3. Anti-malware scanning must be active: either real-time or scheduled at regular intervals.
  4. Anti-malware detections must be reviewed and acted upon. The software must be actively managed, not just present.
  5. If application allowlisting is used: only approved, listed applications may execute. The allowlist must be maintained and reviewed. Unapproved applications must be blocked in all cases.

Common failure point: anti-malware software installed but not actively maintained, with definitions weeks or months out of date, or detections logged and never reviewed. Devices added to scope after the initial deployment and never enrolled in the endpoint protection platform are also a consistent finding.

Control 5: Patch Management

What It Requires

All software on in-scope devices must be kept up to date. CE sets a specific time requirement: critical and high-severity patches must be applied within 14 days of release. End-of-life software (software that no longer receives security patches) must be removed from in-scope devices. The asset and risk management tools that track software inventory and patch status are directly relevant to meeting this control.

 

Why It Exists

When a patch is released, it tells attackers exactly what the vulnerability is. Automated scanning tools probe for unpatched systems within hours. The 14-day window isn't arbitrary: it reflects how quickly active exploitation follows public disclosure for critical and high-severity vulnerabilities.

 

End-of-life software is a permanent open door. Once a vendor stops releasing patches, every new vulnerability discovered stays unaddressed. There's no compensating control that satisfies CE: unsupported software is an automatic failure.

 

Specific Requirements

  1. All operating systems on in-scope devices must be kept up to date. Automatic updates must be enabled, or a documented patching process must apply critical and high-severity patches within 14 days of release.
  2. All third-party applications on in-scope devices must be kept up to date: web browsers, productivity suites, PDF readers, browser plugins and extensions, media players, and any other installed application.
  3. Critical and high-severity patches must be applied within 14 days of vendor release. Applied means installed on the device, not approved or scheduled.
  4. All in-scope software must be currently supported by its vendor, still receiving security updates. End-of-life software on any in-scope device is an automatic CE failure with no exceptions.
  5. An accurate software inventory must be maintained for all in-scope devices, sufficient to verify patching status and supported-software compliance.

Common failure point: OS updates are running but third-party applications are months behind. Browsers, plugins, and productivity suites accumulate unpatched vulnerabilities that the organisation isn't tracking. End-of-life software is the other consistent failure: kept because replacement is complex, rejected because the scheme has no exceptions. The 14-day window applies to everything.

The 5 Controls at a Glance

Control

Core Requirement

Most Common Failure Point

Firewalls

Default-deny boundary firewall; personal firewalls on remote devices

Overly permissive inbound rules; default admin credentials unchanged

Secure Configuration

Remove defaults, unnecessary accounts, services, and features

Default credentials on network hardware and printers; end-of-life software

User Access Control

Least privilege; separate admin accounts; MFA on internet-facing accounts

MFA not enforced on cloud applications (M365, Google Workspace)

Malware Protection

Anti-malware on all devices OR application allowlisting; kept up to date

Installed but not maintained; devices not enrolled in endpoint protection

Patch Management

Critical patches within 14 days; no unsupported software on in-scope devices

Unpatched third-party apps; end-of-life software retained; extended deployment windows

Key Facts

  1. The five CE controls address the attack vectors responsible for the majority of commodity-level cyber attacks on UK organisations.
  2. Critical and high-severity patches must be applied within 14 days of vendor release. This window is absolute and applies to all software on in-scope devices.
  3. MFA must be enforced on all accounts that can authenticate to internet-facing services, including Microsoft 365, Google Workspace, VPN, and web-based email.
  4. End-of-life software on any in-scope device is an automatic CE failure. No mitigation or exception exists under the scheme.
  5. Application allowlisting is an accepted alternative to anti-malware for the malware protection control, provided it's actively maintained.
  6. The Montpellier scheme update came into force in January 2023. Organisations on older guidance need to review MFA and scope requirements in particular.

Map Your Control State Before You Submit

Gracie AI Agents with Personas and Skills assess your organisation's current position against all five CE controls, flagging gaps and organising evidence before your ASP sees a single response. Teams using SureCloud Assure reduce manual evidence collection by 50-65%.
Related articles:
  • Cyber Essentials

Cyber Essentials Plus: What It Really Tests

  • Cyber Essentials

Cyber Essentials Plus v3.2 (Willow): What Changed

  • Cyber Security
  • Cyber Essentials

Cyber Essentials Plus: How to Operationalise It

Share this article

FAQ’s

What are the 5 Cyber Essentials controls?

The five controls are: firewalls, secure configuration, user access control, malware protection, and patch management. All five must be implemented across every system within the defined assessment scope. Each addresses a specific category of attack vector that the NCSC has identified as responsible for the majority of successful commodity cyber attacks on UK organisations.

Is MFA required for Cyber Essentials?

Yes, since the Montpellier scheme update in January 2023. MFA must be enforced on all accounts that can authenticate to any internet-facing service: cloud applications such as Microsoft 365 and Google Workspace, web-based email, VPN and remote access services, and any other service accessible from the internet. Organisations that haven't implemented MFA on these services won't meet the user access control requirement.

What does the patch management control require specifically?

Critical and high-severity patches must be applied to all in-scope systems within 14 days of vendor release. This covers operating systems and all installed applications. End-of-life software (software that no longer receives vendor security updates) must be removed from in-scope devices entirely.
There are no exceptions for end-of-life software deemed low-risk or isolated. The CE requirements guide sets out the full specification.

Can I use application allowlisting instead of antivirus for Cyber Essentials?

Yes. CE accepts either approach for the malware protection control: traditional anti-malware software with regularly updated definitions, or application allowlisting configured to prevent unauthorised applications from executing. If allowlisting is used, the allowlist must be maintained and reviewed, and unapproved applications must be blocked in all cases.

What counts as a supported operating system for Cyber Essentials?

A supported OS is one for which the vendor is still releasing security updates. Any OS that has passed its vendor-published end-of-life date is unsupported for CE purposes: Windows 10 after October 2025, or any Windows Server version that has reached end of extended support, for example. Using an unsupported OS on any in-scope device is an automatic certification failure with no mitigation permitted under the scheme.