Lucene search
+L

325291 matches found

OSV
OSV
added 2026/07/30 4:2 p.m.6 views

JLSEC-2026-1028 ImageMagick: Policy Bypass can Trigger an Out-of-Memory condition

ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to versions 6.9.13-50 and 7.1.2-25, a missing check for maximum memory request in AcquireAlignedMemory could trigger an out-of-Memory condition. This issue has been patched in versions 6.9.13-50 a...

7.5CVSS6.9AI score0.00346EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/30 4:2 p.m.6 views

JLSEC-2026-1075 ImageMagick before 7.1.2-26 and 6.9.13-51 contains a memory leak in the MIFF encoder that occurs...

ImageMagick before 7.1.2-26 and 6.9.13-51 contains a memory leak in the MIFF encoder that occurs when a memory allocation fails during MIFF image processing, which can lead to denial of service...

2.9CVSS5.9AI score0.00102EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/30 4:2 p.m.4 views

JLSEC-2026-942 ImageMagick: Possible memory leak in ASHLAR encoder

A memory leak in the ASHLAR image writer allows an attacker to exhaust process memory by providing a crafted image that results in small objects that are allocated but never freed. ==880062== Memcheck, a memory error detector ==880062== Copyright C 2002-2017, and GNU GPL'd, by Julian Seward et al...

5.3CVSS6.8AI score0.00384EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/30 4:2 p.m.5 views

JLSEC-2026-1076 ImageMagick before 7.1.2-26 contains a memory leak vulnerability in the VIFF encoder when memory...

ImageMagick before 7.1.2-26 contains a memory leak vulnerability in the VIFF encoder when memory allocation fails. Attackers can trigger allocation failures by processing specially crafted VIFF images to exhaust available memory and cause denial of service...

7.5CVSS5.9AI score0.00191EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/30 4:2 p.m.6 views

JLSEC-2026-1052 ImageMagick before 7.1.2-15 and 6.9.13-40 contains a memory leak in coders/txt.c when processing...

ImageMagick before 7.1.2-15 and 6.9.13-40 contains a memory leak in coders/txt.c when processing TXT files with texture attributes: the texture object allocated via ReadImage is not released when GetTypeMetrics fails, leaking memory each time a crafted TXT file with a texture attribute is process...

6.9CVSS6AI score0.00257EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/30 4:2 p.m.6 views

JLSEC-2026-957 ImageMagick Has Signed Integer Overflow in SIXEL Decoder, Leading to Memory Corruption

A signed integer overflow vulnerability in ImageMagick's SIXEL decoder allows an attacker to trigger memory corruption and denial of service when processing a maliciously crafted SIXEL image file. The vulnerability occurs during buffer reallocation operations where pointer arithmetic using signed...

7.5CVSS7AI score0.00275EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/30 4:2 p.m.7 views

JLSEC-2026-1078 ImageMagick before 7.1.2-26 and 6.9.13-51 contains a memory leak in the TIFF encoder when an...

ImageMagick before 7.1.2-26 and 6.9.13-51 contains a memory leak in the TIFF encoder when an invalid tiff:tile-geometry is specified. Supplying malformed tile geometry parameters causes allocated memory not to be released, which can lead to increased memory consumption...

2.5CVSS5.8AI score0.00096EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/30 4:2 p.m.7 views

JLSEC-2026-956 Image Magick has a Memory Leak in coders/ashlar.c

Memory leak exists in coders/ashlar.c. The WriteASHLARImage allocates a structure. However, when an exception is thrown, the allocated memory is not properly released, resulting in a potential memory leak. ==78968== Memcheck, a memory error detector ==78968== Copyright C 2002-2022, and GNU GPL'd,...

7.5CVSS7.5AI score0.0036EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/30 4:2 p.m.6 views

JLSEC-2026-1072 ImageMagick before 7.1.2-26 contains a memory leak vulnerability in the JNG encoder when a blob...

ImageMagick before 7.1.2-26 contains a memory leak vulnerability in the JNG encoder when a blob cannot be opened. Attackers can trigger the memory leak by providing malformed JNG files that fail blob operations, causing resource exhaustion...

7.5CVSS5.8AI score0.00187EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/30 4:2 p.m.7 views

JLSEC-2026-963 ImageMagick has a heap buffer over-read in its MAP image decoder

A heap buffer over-read vulnerability exists in the MAP image decoder when processing crafted MAP files, potentially leading to crashes or unintended memory disclosure during image decoding. ================================================================= ==4070926==ERROR: AddressSanitizer:...

9.1CVSS6.9AI score0.0037EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/30 4:2 p.m.6 views

JLSEC-2026-938 ImageMagick has Possible Heap Information Disclosure in PSD ZIP Decompression

ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to versions 7.1.2-15 and 6.9.13-40, a heap information disclosure vulnerability exists in ImageMagick's PSD Adobe Photoshop format handler. When processing a maliciously crafted PSD file containin...

7.5CVSS7AI score0.00348EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/30 4:2 p.m.7 views

JLSEC-2026-1047 ImageMagick before 7.1.2-18 contains a memory leak vulnerability in the META reader when...

ImageMagick before 7.1.2-18 contains a memory leak vulnerability in the META reader when processing APP1JPEG input paths. Attackers can trigger this memory leak by providing specially crafted APP1JPEG image files, causing denial of service through resource exhaustion...

6.5CVSS5.8AI score0.00169EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/30 4:2 p.m.6 views

JLSEC-2026-943 ImageMagick has memory leak in msl encoder

Memory leak exists in coders/msl.c. In the WriteMSLImage function of the msl.c file, resources are allocated. But the function returns early without releasing these allocated resources. ==78983== Memcheck, a memory error detector ==78983== Copyright C 2002-2022, and GNU GPL'd, by Julian Seward et...

5.3CVSS6.7AI score0.00325EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/30 4:2 p.m.7 views

JLSEC-2026-1056 ImageMagick through 7.1.2-18 contains a memory leak vulnerability in the ASHLAR coder when an...

ImageMagick through 7.1.2-18 contains a memory leak vulnerability in the ASHLAR coder when an action fails. Attackers can trigger failed actions to exhaust memory resources and cause denial of service...

4.8CVSS5.9AI score0.00111EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/30 4:2 p.m.7 views

JLSEC-2026-959 ImageMagick has Heap Out-of-Bounds Read in DCM Decoder (ReadDCMImage)

ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to versions 7.1.2-15 and 6.9.13-40, a heap out-of-bounds read vulnerability exists in the coders/dcm.c module. When processing DICOM files with a specific configuration, the decoder loop incorrect...

6.5CVSS6.9AI score0.0034EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/30 4:2 p.m.6 views

JLSEC-2026-964 ImageMagick: MSL image stack index may fail to refresh, leading to leaked images

Sometimes msl.c fails to update the stack index, so an image is stored in the wrong slot and never freed on error, causing leaks. ==841485==ERROR: LeakSanitizer: detected memory leaks Direct leak of 13512 bytes in 1 objects allocated from: 0 0x7ff330759887 in interceptormalloc...

7.5CVSS6.8AI score0.00438EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/30 4:2 p.m.6 views

JLSEC-2026-1077 ImageMagick before 7.1.2-26 and 6.9.13-51 contains a memory leak in the ICON decoder that occurs...

ImageMagick before 7.1.2-26 and 6.9.13-51 contains a memory leak in the ICON decoder that occurs when a memory allocation fails. Processing a crafted ICON file that triggers an allocation failure leaks memory, which may lead to a denial of service...

6.3CVSS5.8AI score0.00232EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/30 4:2 p.m.5 views

JLSEC-2026-1073 ImageMagick before 7.1.2-26 contains a memory leak vulnerability in the TIFF encoder when memory...

ImageMagick before 7.1.2-26 contains a memory leak vulnerability in the TIFF encoder when memory allocation fails. Attackers can trigger allocation failures during TIFF image processing to cause memory exhaustion and denial of service...

2.9CVSS5.9AI score0.00102EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/30 4:2 p.m.7 views

JLSEC-2026-1032 ImageMagick: Memory Leak in wand option parser when providing invalid arguments

ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to version 7.1.2-25, when providing invalid options to the wand option parser a small memory leak will occur. This issue has been patched in version 7.1.2-25...

4CVSS5.8AI score0.00111EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/30 4:2 p.m.6 views

JLSEC-2026-1045 ImageMagick before 7.1.2-13 contains a memory leak vulnerability in LoadOpenCLDeviceBenchmark()...

ImageMagick before 7.1.2-13 contains a memory leak vulnerability in LoadOpenCLDeviceBenchmark function when parsing malformed OpenCL device profile XML files with unclosed device elements. Attackers with write access to the OpenCL cache directory can place malicious XML files to exhaust memory an...

1.9CVSS5.9AI score0.00169EPSS
SaveExploits1References5
Rows per page
Query Builder