Eclipse ThreadX USBX v6.4.3.202503
·
24 commits
to master
since this release
This release updates the vendor id of USBX from "AzureRTO" to "Eclipse" It also fixes a number of issues, including security vulnerabilities.
Vulnerabilities addressed
- CVE-2025-55096 Inadequate bounds check and potential underflow in _ux_host_class_hid_report_descriptor_get()
- CVE-2025-55097 Potential out-of-bounds read in _ux_host_class_audio_streaming_sampling_get()
- CVE-2025-55098 Potential out-of-bounds read in _ux_host_class_audio_device_type_get()
- CVE-2025-55099 Potential out-of-bounds read in _ux_host_class_audio_alternate_setting_locate()
- CVE-2025-55100 Potential out-of-bounds read in _ux_host_class_audio10_sam_parse_func()
What's Changed
- Fixed time elapsed. by @hnguyenHWI in #198
- Fixed copy-paste errors in Pima threads. by @Christer-Ekholm in #194
- Updated vendor id from "AzureRTO" to "Eclipse. " by @ayedm1 in #203
- Add edcheck length for inquiry page code. by @ayedm1 in #202
- Fixed issue where some PIMA functions returns != UX_SUCCESS even when success. by @Christer-Ekholm in #196
- Fixed host cdc ecm packet pool instance wait. by @ayedm1 in #201
- Fixed ux_system_initialize error checking flag. by @ayedm1 in #205
- Terminated the hid interrupt out endpoint on deactivate. by @Nictrla in #178
- Fixed a regression related to HID report descriptors. by @fdesbiens in #210
- Added CMake support for Cortex M33. by @Griffin86 in #209
New Contributors
- @hnguyenHWI made their first contribution in #198
- @Christer-Ekholm made their first contribution in #194
- @Nictrla made their first contribution in #178
- @Griffin86 made their first contribution in #209
Full Changelog: v6.4.2_rel...v.6.4.3.2025_rel