4.4. What’s Fixed in 7.6.0

This section describes bugs fixed in Admin Console 7.6.0. These are fixes since 7.5.0.

RTI® Connext® 7.6.0 is an early access release. See the Connext Versions and Lifecycle page for more information on RTI’s software release model.

For what’s new and fixed in other products in the Connext suite, see those products’ release notes on the RTI Community Portal or in your installation.

Note

Fixes related to remote debugging are documented in the RTI product where the fix was applied. See also the release notes for the Core Libraries and Observability Framework.

[Critical]: System-stopping issue, such as a crash or data loss.
[Major]: Significant issue with no easy workaround.
[Minor]: Issue that usually has a workaround.
[Trivial]: Small issue, such as a typo in a log.

4.4.1. [Major] Trust protection info did not display properly in the participant QoS

In the DDS QoS view, Trust protection info fields displayed as {no-bits-set} because the values were not correctly converted to a string.

[RTI Issue ID ADMINCONSOLE-1427]

4.4.2. [Minor] Discovery peer changes were not consistently applied or maintained

After editing a DomainParticipant to add or remove discovery peers, the changes may not have been applied to future participants on the same domain ID.

[RTI Issue ID ADMINCONSOLE-1450]

4.4.3. [Minor] Recording and Replay Service timestamps did not display accurately

Recording Service and Replay Service timestamp fields were not accurately displayed in Admin Console. The Recording Service timestamp displayed zeroes, while the Replay Service timestamp displayed a 1969 date (due to the Unix epoch).

[RTI Issue ID ADMINCONSOLE-1430]

4.4.4. [Minor] Previously-referenced XML type file could not be removed after an error was introduced

An XML type file could not be removed when:

  • subscribing to or publishing a Topic using a previously-referenced, external XML file to specify the type, and

  • an error was introduced in the XML file after it was referenced.

[RTI Issue ID ADMINCONSOLE-1414]

4.4.5. Vulnerabilities

The following vulnerability is fixed in this release.

4.4.5.1. Potential code injection in Admin Console when parsing malicious configuration file

Admin Console depended on logback-core 1.4.11, which is known to be affected by CVE-2024-12798 and CVE-2024-12801 publicly disclosed vulnerabilities.

This vulnerability has been fixed by upgrading logback-core to the latest stable version, 1.5.18.

4.4.5.1.1. User Impact without Security

This vulnerability could have resulted in the following:

4.4.5.1.2. User Impact with Security

Same impact as described in “User Impact without Security” above.

[RTI Issue ID ADMINCONSOLE-1432]