Lucene search
+L

24130 matches found

Vulnrichment
Vulnrichment
added 2026/07/01 6:50 p.m.12 views

CVE-2026-53467 ImageMagick: Information Disclosure in MNG decoder because allocated memory is left unchanged

ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to versions 6.9.13-51 and 7.1.2-26, the MNG decoder contains a possible heap information disclosure vulnerability because part of the pixels are left unchanged. This issue has been fixed in versio...

5.3CVSS5.8AI score0.00198EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/01 6:47 p.m.11 views

GHSA-3CCM-4QQ2-5WRP Constrata's coordinator transit engine `ciphertextContainer.UnmarshalJSON` panics on attacker-controlled short ciphertexts

Summary ciphertextContainer.UnmarshalJSON decodes the third :-separated component of a vault:vX:base64... ciphertext and then unconditionally takes a 12-byte prefix slice for the AES-GCM nonce: c.nonce = fullCiphertext:aesGCMNonceSize. If the decoded blob is shorter than 12 bytes, the slice...

4.3CVSS5.7AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/07/01 6:31 p.m.8 views

Keras: HDF5 virtual datasets can disclose local files

Keras versions up to and including 3.13.2 are vulnerable to an arbitrary HDF5 file read due to an incomplete fix for CVE-2026-1669. The vulnerability resides in the H5IOStore.verifydataset and fileeditor.py methods, which fail to check the dataset.isvirtual property of HDF5 datasets. This allows ...

5.5CVSS5.7AI score0.00127EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2026/07/01 6:20 p.m.55 views

CVE-2026-53466 ImageMagick: Heap Buffer Over-Read in XCF decoder due to integer conversion overflow

ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to versions 6.9.13-51 and 7.1.2-26, an integer overflow in the XCF decoder can result in an out of bounds read when a crafted image is read, potentially resulting in a crash. This issue has been...

6.5CVSS0.0022EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/07/01 6:20 p.m.17 views

CVE-2026-53466

ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to versions 6.9.13-51 and 7.1.2-26, an integer overflow in the XCF decoder can result in an out of bounds read when a crafted image is read, potentially resulting in a crash. This issue has been...

6.5CVSS5.8AI score0.0022EPSS
SaveExploits0References2Affected Software1
EUVD
EUVD
added 2026/07/01 5:54 p.m.11 views

EUVD-2022-49113

Open Babel has out-of-bounds write in MSI translationVectors...

9.8CVSS6.8AI score0.0085EPSS
SaveExploits1References5
EUVD
EUVD
added 2026/07/01 5:54 p.m.11 views

EUVD-2022-49112

Open Babel has out-of-bounds write in MOPAC IN translationVectors Tv atom...

9.8CVSS7.2AI score0.0085EPSS
SaveExploits1References5
EUVD
EUVD
added 2026/07/01 5:53 p.m.16 views

EUVD-2022-49111

Open Babel has out-of-bounds write in MOPAC translationVectors FINAL POINT...

9.8CVSS7.2AI score0.0085EPSS
SaveExploits1References5
EUVD
EUVD
added 2026/07/01 5:50 p.m.15 views

EUVD-2022-49108

Open Babel has out-of-bounds write in ORCA nAtoms parser second variant...

9.8CVSS7.2AI score0.00804EPSS
SaveExploits1References5
EUVD
EUVD
added 2026/07/01 5:39 p.m.12 views

EUVD-2025-31197

Open Babel has heap buffer overflow in ChemKin ChemKinFormat::CheckSpecies...

7.8CVSS6.6AI score0.00258EPSS
SaveExploits1References7
Github Security Blog
Github Security Blog
added 2026/07/01 5:39 p.m.21 views

Open Babel has heap buffer overflow in ChemKin ChemKinFormat::CheckSpecies

Summary A memory-safety vulnerability in Open Babel's ChemKin parser caused a heap buffer overflow when reading a crafted input file. Details The flaw was in ChemKinFormat::CheckSpecies. A malformed species record caused the parser to write past the end of a heap-allocated buffer. Impact Open Bab...

7.8CVSS6.5AI score0.00258EPSS
SaveExploits1References8Affected Software1
NVD
NVD
added 2026/07/01 5:16 p.m.15 views

CVE-2026-20217

A vulnerability in the PESpin file format parser of ClamAV could allow an unauthenticated, remote attacker to cause a DoS condition, or possibly other expanded impacts, resulting from memory corruption on an affected device. This vulnerability is due to improper boundary checks for content in...

7.5CVSS0.005EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/01 5:16 p.m.13 views

DEBIAN-CVE-2026-20214

A vulnerability in the FSG file format parser of ClamAV could allow an unauthenticated, remote attacker to cause a DoS condition, or possibly other expanded impacts, resulting from memory corruption on an affected device. This vulnerability is due to improper boundary checks for content in FSG...

7.5CVSS6AI score0.00563EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/01 5:16 p.m.12 views

CVE-2026-20214

A vulnerability in the FSG file format parser of ClamAV could allow an unauthenticated, remote attacker to cause a DoS condition, or possibly other expanded impacts, resulting from memory corruption on an affected device. This vulnerability is due to improper boundary checks for content in FSG...

7.5CVSS0.00563EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/01 5:16 p.m.16 views

CVE-2026-20213

A vulnerability in the PE file format parser of ClamAV could allow an unauthenticated, remote attacker to cause a DoS condition, or possibly other expanded impacts, resulting from memory corruption on an affected device. This vulnerability is due to improper boundary checks for content in PE file...

7.5CVSS6.1AI score
SaveExploits0References1
Cvelist
Cvelist
added 2026/07/01 4:53 p.m.48 views

CVE-2026-12480 Arbitrary HDF5 File Read via Virtual Dataset Bypass in keras-team/keras

Keras versions up to and including 3.13.2 are vulnerable to an arbitrary HDF5 file read due to an incomplete fix for CVE-2026-1669. The vulnerability resides in the H5IOStore.verifydataset and fileeditor.py methods, which fail to check the dataset.isvirtual property of HDF5 datasets. This allows ...

5.5CVSS0.00127EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/01 4:53 p.m.10 views

CVE-2026-12480 Arbitrary HDF5 File Read via Virtual Dataset Bypass in keras-team/keras

Keras versions up to and including 3.13.2 are vulnerable to an arbitrary HDF5 file read due to an incomplete fix for CVE-2026-1669. The vulnerability resides in the H5IOStore.verifydataset and fileeditor.py methods, which fail to check the dataset.isvirtual property of HDF5 datasets. This allows ...

5.5CVSS6.2AI score
SaveExploits0References4
EUVD
EUVD
added 2026/07/01 4:30 p.m.12 views

EUVD-2026-41086

A vulnerability in the ALZ file format parser of ClamAV could allow an unauthenticated, remote attacker to cause a DoS condition, or possibly other expanded impacts, resulting from memory corruption on an affected device. This vulnerability is due to improper boundary checks for content in ALZ...

7.5CVSS6AI score0.005EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2026/07/01 4:30 p.m.10 views

CVE-2026-20243

A vulnerability in the ALZ file format parser of ClamAV could allow an unauthenticated, remote attacker to cause a DoS condition, or possibly other expanded impacts, resulting from memory corruption on an affected device. This vulnerability is due to improper boundary checks for content in ALZ...

7.5CVSS6AI score0.005EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/07/01 4:30 p.m.14 views

CVE-2026-20243

A vulnerability in the ALZ file format parser of ClamAV could allow an unauthenticated, remote attacker to cause a DoS condition, or possibly other expanded impacts, resulting from memory corruption on an affected device. This vulnerability is due to improper boundary checks for content in ALZ...

7.5CVSS6AI score0.005EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder