CVE-2026-6899
Raw vector
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:LSummary
CVE-2026-6899 is a medium-severity Improper Check for Certificate Revocation (CWE-299) vulnerability. Its CVSS base score is 5.6 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Subvert Trust Controls (T1553); ranked at the 1th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified map to IA-5 (Authenticator Management) and SC-13 (Cryptographic Protection) — see the control section below for these in your framework.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-35380
Vulnerability Data
Check for certificate revocation only considers the first matching CRL and ignores other valid CRLs of the same CA in the CycloneCrypto cryptographic wrapper of S2OPC library. It might allow connection between an OPC UA client and server using a…
more
revoked certificate.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Improper revocation check (CWE-299) directly enables use of revoked certificates, subverting trust controls on authentication certs.
Likely ATT&CK TechniquesAI
Techniques this vulnerability likely enables, inferred from its description, weakness type, and attributed-actor tradecraft. Confidence is per-technique.
CVEs Like This One
Affected Assets
Mitigating Controls
Control response
Mitigating Controls (NIST 800-53 r5) AI
Directly requires correct cryptographic protection including proper certificate validation and revocation checking for all PKI operations.
Mandates management of authenticators and PKI certificates, explicitly requiring revocation status verification before acceptance.
Enforces secure remote access authentication, which for OPC UA relies on valid non-revoked certificates to prevent unauthorized connections.
Mitigating Controls (NIST CSF 2.0) AI
Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.
Certificate-based authentication requires valid, non-revoked certificates; proper revocation checking is a core implementation detail of this control.
Protecting data-in-transit commonly relies on TLS certificate validation that includes revocation status checks.
Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI
Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.
Mandates use of cryptography including certificate validation and revocation checking.
Security testing can detect missing or incorrect certificate revocation checks.
Secure coding practices should include proper certificate revocation verification.
Requires secure authentication mechanisms that rely on valid certificates.
Network security controls can enforce certificate validation at network boundaries.
Security of network services includes certificate-based authentication and revocation checks.