从屏幕截图中可以提取以下关于漏洞的关键信息: CVE-ID: - CVE-2025-67108 Product: - Fast-DDS - v3.3 Type: - CWE-298: Improper Validation of Certificate Expiration - CWE-370: Missing Check for Certificate Revocation after Initial Check Description: - eProsima Fast-DDS v3.3 contains improper validation for certificate expiration, which leads to insecure communications. Details: - The certificate expiration check is only performed during the initial handshake phase using OpenSSL's . - Once the connection is established, the system no longer performs continuous certificate expiration validation. - Attackers can exploit short-term valid certificates, establishing connections and continuing communication even after certificates expire. More: - For further details, refer to: https://github.com/lkoliver/poc/tree/main/CVE-2025-67108