CVE Catalog
EnglishPolski(English translation not available - showing Polish)

CVE-2025-62603

High
Published: Translated: NVD NIST

Summary

Fast DDS to implementacja standardu DDS (Data Distribution Service) w C++. ParticipantGenericMessage jest kontenerem wiadomości kontrolnych bezpieczeństwa DDS, który obsługuje zarówno handshake, jak i bieżący ruch kontrolny bezpieczeństwa. Parser CDR deserializuje dane wiadomości, co może prowadzić do problemów z bezpieczeństwem, ponieważ parser nie zna stanu wyższej warstwy.

Risk Assessment

Brak znajomości stanu wyższej warstwy przez parser może prowadzić do nieautoryzowanego dostępu lub manipulacji danymi, co stwarza poważne zagrożenie dla bezpieczeństwa systemu. Organizacje mogą być narażone na ataki, które wykorzystują te luki w zabezpieczeniach.

Recommendation

Zaleca się aktualizację do najnowszej wersji Fast DDS, która zawiera poprawki bezpieczeństwa. Należy również przeprowadzić audyt bezpieczeństwa aplikacji korzystających z tej biblioteki, aby zidentyfikować potencjalne zagrożenia.

Related vulnerabilities

Original NVD description (English source)

Fast DDS is a C++ implementation of the DDS (Data Distribution Service) standard of the OMG (Object Management Group ). ParticipantGenericMessage is the DDS Security control-message container that carries not only the handshake but also on going security-control traffic after the handshake, such as crypto-token exchange, rekeying, re-authentication, and token delivery for newly appearing endpoints. On receive, the CDR parser is invoked first and deserializes the `message_data` (i .e., the `DataHolderSeq`) via the `readParticipantGenericMessage → readDataHolderSeq` path. The `DataHolderSeq` is parsed sequentially: a sequence count (`uint32`), and for each DataHolder the `class_id` string (e.g. `DDS:Auth:PKI-DH:1.0+Req`), string properties (a sequence of key/value pairs), and binary properties (a name plus an octet-vector). The parser operat es at a stateless level and does not know higher-layer state (for example, whether the handshake has already completed), s o it fully unfolds the

Vulnerability data from NVD (NIST) · CISA KEV · EPSS