Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add release note for CVE-2017-17507 #4275

Merged
merged 1 commit into from
Mar 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions release_docs/RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,19 @@ Bug Fixes since HDF5-1.14.0 release

Library
-------
- Fixed CVE-2017-17507

This CVE was previously declared fixed, but later testing with a static
build of HDF5 showed that it was not fixed.

When parsing a malformed (fuzzed) compound type containing variable-length
string members, the library could produce a segmentation fault, crashing
the library.

This was fixed after GitHub PR #4234

Fixes GitHub issue #3446

- Fixed a cache assert with very large metadata objects

If the library tries to load a metadata object that is above a
Expand Down