4 matches found
Denial Of Service (DoS)
libhdf5.so is vulnerable to Denial Of Service DoS. The vulnerability exists due to the stack-based buffer overflow in H5Eint.c, which allows an attacker to cause an application crash by providing a maliciously crafted input...
Buffer Overflow
libhdf5.so is vulnerable to Buffer Overflow. There is no explicit check in H5Oattrdecode to verifying that the multiplication operation didn't exceed the addressable range. The fixed code can check for overflow by dividing attr-shared-datasize by dtsize and comparing the result to dssize...
Out-of-bounds Write
libhdf5.so is vulnerable to out-of-bound write. The vulnerability exists due to a heap based buffer overflow in decompress function in decompress.c which allows an attacker to submit a malicious gif file into the system and perform out of bound writes...
Use After Free
libhdf5.so is vulnerable to use after free. The vulnerability exists in H5ACunpinentry because the user inputs are not validated leading to a memory corruption...