Cyber Resilience

CVE-2025-67108

Eprosima Fast Dds 3.3.0

Published
23 December 2025
Modified
05 July 2026
Patch / advisory
CVSS Score v3.1 10.0
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N
EPSS Score 0.0027 19th percentile
Risk Priority 71 floored blend · peak EPSS

Summary

CVE-2025-67108 is a critical-severity Improper Validation of Certificate Expiration (CWE-298) vulnerability in Eprosima Fast Dds. Its CVSS base score is 10.0 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Subvert Trust Controls (T1553); ranked at the 19th 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) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

eProsima Fast-DDS v3.3 was discovered to contain improper validation for ticket revocation, resulting in insecure communications and connections.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1553 Subvert Trust Controls Defense Impairment
Adversaries may undermine security controls that will either warn users of untrusted activity or prevent execution of untrusted programs.
T1553.002 Code Signing Defense Impairment
Adversaries may create, acquire, or steal code signing materials to sign their malware or tools.
T1649 Steal or Forge Authentication Certificates Credential Access
Adversaries may steal or forge certificates used for authentication to access remote systems or resources.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2025-24807Same product: Eprosima Fast Dds
CVE-2025-63829Same product: Eprosima Fast Dds
CVE-2024-30258Same product: Eprosima Fast Dds
CVE-2024-30259Same product: Eprosima Fast Dds
CVE-2023-50716Same product: Eprosima Fast Dds
CVE-2025-62601Same product: Eprosima Fast Dds
CVE-2023-42459Same product: Eprosima Fast Dds
CVE-2024-30916Same product: Eprosima Fast Dds
CVE-2024-30917Same product: Eprosima Fast Dds
CVE-2024-28231Same product: Eprosima Fast Dds

Affected Assets

eprosima
fast dds
3.3.0

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 7 hardening rules · 3 OS baselines
Validate
Prove the fix (OWASP ASVS)
  • V12.1.4

Mitigating Controls (NIST 800-53 r5) AI

Authenticator management requires proper issuance, distribution, and lifecycle handling of certificates used for authentication, directly stopping expiration validation omissions.

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.

PR.AA-01 mostly match
prevents

Credential management includes ongoing revocation status checks for certificates bound to identities.

PR.AA-03 mostly match
prevents

Authentication processes must validate certificate revocation status beyond initial presentation.

PR.AA-05 partial match
prevents

Authorization enforcement can indirectly require fresh credential validation including revocation.

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.

finds

Security testing can detect missing certificate expiration checks but does not constitute the control's full intent.

prevents

Cryptography policy requires proper certificate lifecycle management including expiration validation.

prevents

Secure coding practices can include certificate validation checks but do not address the control's broader scope.

prevents

Secure authentication mandates validation of certificate attributes such as expiration dates.

Hardening callouts derived

Configuration rules from DISA STIG baselines that bear on weaknesses of the type cited by this CVE. Each rule is shown with the relationship its mapping actually records, against the CWE it was authored against. Derived via CVE→CWE over `controls_xwalks` (authoritative rows only; rows rated `none` are excluded).

RHEL 7 (1 rule)
  • V-204633 The Red Hat Enterprise Linux operating system must implement certificate status checking for PKI authentication. prevents CWE-370
Ubuntu 24.04 (1 rule)
  • V-270737 Ubuntu 24.04 LTS, for PKI-based authentication, Privileged Access Management (PAM) must validate certificates by constructing a certification path (which includes status information) to an accepted trust anchor. prevents CWE-370

References