CVE-2026-14440
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedDescription: To issue and renew TLS certificates on behalf of customers, Cloudflare's Universal SSL feature automatically manages the CAA RRset for the customer's zone. This auto-managed RRset is permissive by design (e.g. 'issue "letsencrypt.org"' without parameters). On Universal SSL zones, Cloudflare's authoritative DNS serves this auto-managed RRset at query time, superseding any customer-configured CAA records on the zone. When a customer publishes a stricter CAA record using the RFC 8657 accounturi or validationmethods parameters, the Certificate Authority does not observe those parameters when evaluating the served RRset under RFC 8659. As a result, the RFC 8657 account-binding and validation-method-binding protections are not enforced end-to-end on Universal SSL zones. Successful exploitation could result in issuance of a browser-trusted TLS certificate to an attacker, enabling MITM against the affected domain. Exploitation is non-trivial in practice: an attacker would need to hold an ACME account at one of the Certificate Authorities in the served CAA RRset and to simultaneously satisfy domain control validation across the multiple geographically distinct Network Perspectives the CA relies on for Multi-Perspective Issuance Corroboration. Cloudflare prefixes are anycast-announced from hundreds of locations globally, raising the bar against single-vantage-point BGP hijacks. Any resulting misissuance of a browser-trusted certificate is subject to Certificate Transparency logging required by major browsers, and would be visible to CT monitoring. Mitigation: Customers requiring strict RFC 8657 enforcement need to disable Universal SSL on the affected zone. Universal SSL's automatic CAA management and customer-set RFC 8657 accounturi and validationmethods enforcement are mutually exclusive by the nature of the issue, so there is no in-product workaround that preserves both. Certificate Transparency monitoring is recommended for all customers as a general detection control. Credits: David Osipov (ORCID: https://orcid.org/0009-0005-2713-9242), independent researcher
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceCloudflare's Universal SSL automatically manages CAA records for customer zones with permissive settings (e.g., 'issue letsencrypt.org'). When customers publish stricter RFC 8657 CAA records with accounturi or validationmethods parameters, Cloudflare's auto-managed RRset takes precedence at query time, causing the CA to ignore the stricter parameters. This breaks RFC 8657 account-binding and validation-method-binding protections, potentially allowing attackers to obtain browser-trusted TLS certificates for the domain.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Adjacent
- Complexity
- High
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- None
CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Verify Cloudflare is handling DNS for the domainQuery the authoritative DNS servers for the domain's CAA records using 'dig +trace TYPE CAA domain.com' or check DNS resolution to confirm Cloudflare IPsAffected if The domain uses Cloudflare as its authoritative DNS provider
-
Confirm Universal SSL is enabled on the zoneAccess Cloudflare Dashboard > SSL/TLS > Overview, or use Cloudflare API: GET /zones/{zone_id}/ssl_settings to check if universal_ssl is enabledAffected if Universal SSL is enabled and active for the zone
-
Inspect existing CAA records for RFC 8657 parametersRun 'dig CAA yourdomain.com' or use a DNS lookup tool to retrieve all CAA records. Look for entries containing 'accounturi=' or 'validationmethods=' parameters which indicate RFC 8657 strict bindingAffected if CAA records exist with accounturi or validationmethods parameters intended to enforce strict certificate issuance controls
-
Check for Cloudflare auto-managed CAA recordsCompare CAA records retrieved directly from Cloudflare's nameservers versus the zone's configured record set. Cloudflare's auto-managed records may appear with issuer 'letsencrypt.org' or similar defaults that override stricter customer-defined recordsAffected if Cloudflare's auto-managed CAA records are present alongside or overriding the stricter RFC 8657 CAA records
A domain is affected if it uses Cloudflare with Universal SSL enabled AND has published RFC 8657 CAA records with accounturi or validationmethods parameters that are being overridden by Cloudflare's auto-managed CAA records.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedCustomers requiring strict RFC 8657 enforcement must disable Universal SSL on affected zones; this is the only available workaround as Cloudflare's automatic CAA management and RFC 8657 parameter enforcement are mutually exclusive.
- 1. Log in to the Cloudflare dashboard
- 2. Select the affected domain/zone
- 3. Navigate to SSL/TLS > Universal SSL
- 4. Click 'Disable Universal SSL' or toggle the setting to off
- 5. Confirm the action when prompted
- 6. Immediately provision an alternative SSL certificate (e.g., Custom Certificate, Advanced Certificate) to maintain HTTPS availability
- 7. Configure custom CAA records with RFC 8657 parameters (accounturi and/or validationmethods) if strict account-binding or validation-method-binding is required
- 8. Monitor Certificate Transparency logs for the domain to detect any unauthorized certificate issuance
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,560.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-14440 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-14440 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data