
CVE-2018-13870
https://notcve.org/view.php?id=CVE-2018-13870
10 Jul 2018 — An issue was discovered in the HDF HDF5 1.8.20 library. There is a heap-based buffer over-read in the function H5O_link_decode in H5Olink.c. Se ha descubierto un problema en la biblioteca HDF HDF5 1.8.20. Hay una sobrelectura de búfer basada en memoria dinámica (heap) en la función H5O_link_decode en H5Olink.c. • https://github.com/TeamSeri0us/pocs/tree/master/hdf5 • CWE-125: Out-of-bounds Read •

CVE-2018-13871
https://notcve.org/view.php?id=CVE-2018-13871
10 Jul 2018 — An issue was discovered in the HDF HDF5 1.8.20 library. There is a heap-based buffer overflow in the function H5FL_blk_malloc in H5FL.c. Se ha descubierto un problema en la biblioteca HDF HDF5 1.8.20. Existe un desbordamiento de búfer basado en memoria dinámica (heap) en la función H5FL_blk_malloc en H5FL.c. • https://github.com/TeamSeri0us/pocs/tree/master/hdf5 • CWE-787: Out-of-bounds Write •

CVE-2018-13875
https://notcve.org/view.php?id=CVE-2018-13875
10 Jul 2018 — An issue was discovered in the HDF HDF5 1.8.20 library. There is an out-of-bounds read in the function H5VM_memcpyvv in H5VM.c. Se ha descubierto un problema en la biblioteca HDF HDF5 1.8.20. Hay una lectura fuera de límites en la función H5VM_memcpyvv en H5VM.c. • https://github.com/TeamSeri0us/pocs/tree/master/hdf5 • CWE-125: Out-of-bounds Read •

CVE-2018-13876
https://notcve.org/view.php?id=CVE-2018-13876
10 Jul 2018 — An issue was discovered in the HDF HDF5 1.8.20 library. There is a stack-based buffer overflow in the function H5FD_sec2_read in H5FDsec2.c, related to HDread. Se ha descubierto un problema en la biblioteca HDF HDF5 1.8.20. Existe un desbordamiento de búfer basado en pila en la función H5FD_sec2_read en H5FDsec2.c, relacionado con HDread. • https://github.com/TeamSeri0us/pocs/tree/master/hdf5 • CWE-787: Out-of-bounds Write •

CVE-2018-11203
https://notcve.org/view.php?id=CVE-2018-11203
16 May 2018 — A division by zero was discovered in H5D__btree_decode_key in H5Dbtree.c in the HDF HDF5 1.10.2 library. It could allow a remote denial of service attack. Se ha descubierto una división entre cero en H5D__btree_decode_key en H5Dbtree.c en la biblioteca HDF HDF5 1.10.2. Esto podría permitir que se realice un ataque de denegación de servicio remoto. • https://github.com/Twi1ight/fuzzing-pocs/tree/master/hdf5 • CWE-369: Divide By Zero •

CVE-2018-11204
https://notcve.org/view.php?id=CVE-2018-11204
16 May 2018 — A NULL pointer dereference was discovered in H5O__chunk_deserialize in H5Ocache.c in the HDF HDF5 1.10.2 library. It could allow a remote denial of service attack. Se ha descubierto una desreferencia de puntero NULL en H5O__chunk_deserialize en H5Ocache.c en la biblioteca HDF HDF5 1.10.2. Esto podría permitir que se realice un ataque de denegación de servicio remoto. • https://github.com/Twi1ight/fuzzing-pocs/tree/master/hdf5 • CWE-476: NULL Pointer Dereference •

CVE-2018-11207
https://notcve.org/view.php?id=CVE-2018-11207
16 May 2018 — A division by zero was discovered in H5D__chunk_init in H5Dchunk.c in the HDF HDF5 1.10.2 library. It could allow a remote denial of service attack. Se ha descubierto una división entre cero en H5D__chunk_init en H5Dchunk.c en la biblioteca HDF HDF5 1.10.2. Esto podría permitir que se realice un ataque de denegación de servicio remoto. • https://github.com/SegfaultMasters/covering360/tree/master/HDF5#divided-by-zero---divbyzero__h5d_chunk_poc • CWE-369: Divide By Zero •

CVE-2018-11205
https://notcve.org/view.php?id=CVE-2018-11205
16 May 2018 — A out of bounds read was discovered in H5VM_memcpyvv in H5VM.c in the HDF HDF5 1.10.2 library. It could allow a remote denial of service or information disclosure attack. Se ha descubierto una lectura fuera de límites en H5VM_memcpyvv en H5VM.c en la biblioteca HDF HDF5 1.10.2. Esto podría permitir que se realice un ataque de denegación de servicio remoto o de divulgación de información. • https://github.com/Twi1ight/fuzzing-pocs/tree/master/hdf5 • CWE-125: Out-of-bounds Read •

CVE-2018-11202
https://notcve.org/view.php?id=CVE-2018-11202
16 May 2018 — A NULL pointer dereference was discovered in H5S_hyper_make_spans in H5Shyper.c in the HDF HDF5 1.10.2 library. It could allow a remote denial of service attack. Se ha descubierto una desreferencia de puntero NULL en H5S_hyper_make_spans en H5Shyper.c en la biblioteca HDF HDF5 1.10.2. Esto podría permitir que se realice un ataque de denegación de servicio remoto. • https://github.com/Twi1ight/fuzzing-pocs/tree/master/hdf5 • CWE-476: NULL Pointer Dereference •

CVE-2018-11206
https://notcve.org/view.php?id=CVE-2018-11206
16 May 2018 — An out of bounds read was discovered in H5O_fill_new_decode and H5O_fill_old_decode in H5Ofill.c in the HDF HDF5 1.10.2 library. It could allow a remote denial of service or information disclosure attack. Se ha descubierto una lectura fuera de límites en H5O_fill_new_decode y H5O_fill_old_decode en H5Ofill.c en la biblioteca HDF HDF5 1.10.2. Esto podría permitir que se realice un ataque de denegación de servicio remoto o de divulgación de información. • https://github.com/TeamSeri0us/pocs/blob/master/hdf5/README2.md • CWE-125: Out-of-bounds Read •