Skip to content

OpenDDS 3.23.1

Compare
Choose a tag to compare
@iguessthislldo iguessthislldo released this 01 Feb 20:40
· 1536 commits to master since this release
e5d2e5c

Download OpenDDS-3.23.1.zip (Windows) or OpenDDS-3.23.1.tar.gz (Linux/macOS) instead of "Source code (zip)" or "Source code (tar.gz)".

Fixes:

  • Addressed a DDS Security issue where participants can sign their own permissions file if the same CA is used for both identity and permissions (#3992)
  • Addressed CVE-2023-23932, where untrusted sources can use invalid CDR strings in RTPS messages to crash OpenDDS applications (#4010, #4016, #4018)
    • Thanks to Seulbae Kim (@squizz617) for discovering this.
  • Fixed an issue in DynamicData::get_*_values and print_dynamic_data (#3952)
  • Fixed a bug where DynamicDataReader wouldn't be able to read a topic type with final or mutable extensibility (#3993)
  • Fixed race conditions involving reference counted objects (#3999)