Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:nuget/Magick.NET-Q16-x86@14.10.3
purl pkg:nuget/Magick.NET-Q16-x86@14.10.3
Vulnerabilities affecting this package (0)
Vulnerability Summary Fixed by
This package is not known to be affected by vulnerabilities.
Vulnerabilities fixed by this package (40)
Vulnerability Summary Aliases
VCID-2a7w-exv1-rkgj ImageMagick has NULL pointer dereference in ReadSFWImage after DestroyImageInfo (sfw.c) In `ReadSFWImage()` (`coders/sfw.c`), when temporary file creation fails, `read_info` is destroyed before its `filename` member is accessed, causing a NULL pointer dereference and crash. ``` AddressSanitizer:DEADLYSIGNAL ================================================================= ==1414421==ERROR: AddressSanitizer: UNKNOWN SIGNAL on unknown address 0x000000000000 (pc 0x56260222912f bp 0x7ffec0a193b0 sp 0x7ffec0a19360 T0) CVE-2026-25795
GHSA-p33r-fqw2-rqmm
VCID-2bcf-ssct-v3b9 ImageMagick has infinite loop when writing IPTCTEXT leads to denial of service via crafted profile A crafted profile contain invalid IPTC data may cause an infinite loop when writing it with `IPTCTEXT`. CVE-2026-26066
GHSA-v994-63cg-9wj3
VCID-3v2a-vquw-mkhr ImageMagick has a possible infinite loop in its JPEG encoder when using `jpeg:extent` A `continue` statement in the JPEG extent binary search loop in the jpeg encoder causes an infinite loop when writing persistently fails. An attacker can trigger a 100% CPU consumption and process hang (Denial of Service) with a crafted image. CVE-2026-26283
GHSA-gwr3-x37h-h84v
VCID-4cdt-va72-bqhu mageMagick has a possible use-after-free write in its PDB decoder A use-after-free vulnerability exists in the PDB decoder that will use a stale pointer when a memory allocation fails and that could result in a crash or a single zero byte write. ``` ==4033155==ERROR: AddressSanitizer: UNKNOWN SIGNAL on unknown address 0x000000000000 (pc 0x5589c1971b24 bp 0x7ffdcc7ae2d0 sp 0x7ffdcc7adb20 T0) ``` ``` ==4034812==ERROR: AddressSanitizer: heap-use-after-free on address 0x7f099e9f7800 at pc 0x5605d909ab20 bp 0x7ffe52045b50 sp 0x7ffe52045b40 WRITE of size 1 at 0x7f099e9f7800 thread T0 ``` GHSA-3j4x-rwrx-xxj9
VCID-4nh7-1xks-pbhd ImageMagick has heap-buffer-overflow via signed integer overflow in WriteUHDRImage when writing UHDR images with large dimensions `WriteUHDRImage` in `coders/uhdr.c` uses `int` arithmetic to compute the pixel buffer size. When image dimensions are large, the multiplication overflows 32-bit `int`, causing an undersized heap allocation followed by an out-of-bounds write. This can crash the process or potentially lead to an out of bounds heap write. ``` ==1575126==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x7fc382ef3820 at pc 0x5560d31f229f bp 0x7ffe865f9530 sp 0x7ffe865f9520 WRITE of size 8 at 0x7fc382ef3820 thread T0 CVE-2026-25794
GHSA-vhqj-f5cj-9x8h
VCID-65y4-etcz-hqdv 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. ``` ```bash ==78968== Memcheck, a memory error detector ==78968== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al. ==78968== Using Valgrind-3.22.0 and LibVEX; rerun with -h for copyright info ==78968== ==78968== HEAP SUMMARY: ==78968== in use at exit: 17,232 bytes in 4 blocks ==78968== total heap usage: 4,781 allocs, 4,777 frees, 785,472 bytes allocated ``` CVE-2026-25969
GHSA-xgm3-v4r9-wfgm
VCID-75qu-54bs-xbb4 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 byte(s) in 1 object(s) allocated from: CVE-2026-25988
GHSA-782x-jh29-9mf7
VCID-7axe-tra8-2yck ImageMagick: Memory leak in coders/txt.c without freetype If a `texture` attribute is specified for a TXT file, an attempt will be made to read it via `texture=ReadImage(read_info,exception);`. Later, when retrieving metrics via the `GetTypeMetrics` function, if this function fails (i.e., `status == MagickFalse`), the calling function will exit immediately but fail to release the texture object, leading to memory leakage. GHSA-3q5f-gmjc-38r8
VCID-7gh9-2rkn-rybs ImageMagick has Use After Free in MSLStartElement in "coders/msl.c" A crafted MSL script triggers a heap-use-after-free. The operation element handler replaces and frees the image while the parser continues reading from it, leading to a UAF in ReadBlobString during further parsing. CVE-2026-25983
GHSA-fwqw-2x5x-w566
VCID-8f8w-sv1k-ybgt ImageMagick: Out of bounds read in multiple coders read raw pixel data A heap buffer over-read vulnerability exists in multiple raw image format handles. The vulnerability occurs when processing images with -extract dimensions larger than -size dimensions, causing out-of-bounds memory reads from a heap-allocated buffer. CVE-2026-25576
GHSA-jv4p-gjwq-9r2j
VCID-9gqe-9ke1-8fe5 ImageMagick: Heap Buffer Over-read in WaveletDenoise when processing small images A heap buffer over-read vulnerability occurs when processing an image with small dimension using the `-wavelet-denoise` operator. ``` ==3693336==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x511000001280 at pc 0x5602c8b0cc75 bp 0x7ffcb105d510 sp 0x7ffcb105d500 READ of size 4 at 0x511000001280 thread T0 ``` CVE-2026-27798
GHSA-qpgx-jfcq-r59f
VCID-9jms-w48q-j3cb ImageMagick: Heap overflow in sun decoder on 32-bit systems may result in out of bounds write An Integer Overflow vulnerability exists in the sun decoder. On 32-bit systems/builds, a carefully crafted image can lead to an out of bounds heap write. ``` ================================================================= ==1967675==ERROR: AddressSanitizer: heap-buffer-overflow on address 0xf190b50e at pc 0x5eae8777 bp 0xffb0fdd8 sp 0xffb0fdd0 WRITE of size 1 at 0xf190b50e thread T0 ``` CVE-2026-25897
GHSA-6j5f-24fw-pqp4
VCID-bpc4-hekp-6ye9 ImageMagick: Malicious PCD files trigger 1‑byte heap Out-of-bounds Read and DoS The PCD coder’s DecodeImage loop allows a crafted PCD file to trigger a 1‑byte heap out-of-bounds read when decoding an image (Denial of service) and potential disclosure of adjacent heap byte. GHSA-wgxp-q8xq-wpp9
VCID-brv4-dckz-jbf5 ImageMagick: Integer overflow or wraparound and incorrect conversion between numeric types in the internal SVG decoder A crafted SVG file can cause a denial of service. An off-by-one boundary check (`>` instead of `>=`) that allows bypass the guard and reach an undefined `(size_t)` cast. CVE-2026-25989
GHSA-7355-pwx2-pm84
VCID-byus-h9vj-hfah ImageMagick has memory leak of watermark Image object in ReadSTEGANOImage on multiple error/early-return paths In `ReadSTEGANOImage()` (`coders/stegano.c`), the `watermark` Image object is not freed on three early-return paths, resulting in a definite memory leak (~13.5KB+ per invocation) that can be exploited for denial of service. ``` Direct leak of 13512 byte(s) in 1 object(s) allocated from: CVE-2026-25796
GHSA-g2pr-qxjg-7r2w
VCID-cb7k-kgac-z3cw ImageMagick has Heap Out-of-Bounds Read in DCM Decoder (ReadDCMImage) 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 incorrectly reads bytes per iteration. This causes the function to read past the end of the allocated buffer, potentially leading to a Denial of Service (crash) or Information Disclosure (leaking heap memory into the image). CVE-2026-25982
GHSA-pmq6-8289-hx3v
VCID-g8uw-e2h3-v3b2 ImageMagick has a heap Buffer Over-read in its DJVU image format handler A heap Buffer Over-read vulnerability exists in the DJVU image format handler. The vulnerability occurs due to integer truncation when calculating the stride (row size) for pixel buffer allocation. The stride calculation overflows a 32-bit signed integer, resulting in an out-of-bounds memory reads. CVE-2026-27799
GHSA-r99p-5442-q2x2
VCID-gq4t-qh62-gqgy ImageMagick has heap buffer overflow in YUV 4:2:2 decoder A heap buffer overflow write vulnerability exists in ReadYUVImage() (coders/yuv.c) when processing malicious YUV 4:2:2 (NoInterlace) images. The pixel-pair loop writes one pixel beyond the allocated row buffer. ``` ================================================================= ==204642==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x5170000002e0 at pc 0x562d21a7e8de bp 0x7fffa9ae1270 sp 0x7fffa9ae1260 WRITE of size 8 at 0x5170000002e0 thread T0 ``` CVE-2026-25986
GHSA-mqfc-82jx-3mr2
VCID-h5xh-sqxg-h7a2 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. ==880062== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info ==880062== ==880062== ==880062== HEAP SUMMARY: ==880062== in use at exit: 386,826 bytes in 696 blocks ==880062== total heap usage: 30,523 allocs, 29,827 frees, 21,803,756 bytes allocated ==880062== ==880062== LEAK SUMMARY: ==880062== definitely lost: 3,408 bytes in 3 blocks ==880062== indirectly lost: 88,885 bytes in 30 blocks ==880062== possibly lost: 140,944 bytes in 383 blocks ==880062== still reachable: 151,573 bytes in 259 blocks ==880062== suppressed: 0 bytes in 0 blocks ==880062== Reachable blocks (those to which a pointer was found) are not shown. ==880062== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==880062== ==880062== For lists of detected and suppressed errors, rerun with: -s ==880062== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) ``` CVE-2026-25637
GHSA-gm37-qx7w-p258
VCID-jj55-yg3e-afe6 ImageMagick: Memory Leak in multiple coders that write raw pixel data A memory leak vulnerability exists in multiple coders that write raw pixel data where an object is not freed. ``` Direct leak of 160 byte(s) in 1 object(s) allocated from: ``` GHSA-wfx3-6g53-9fgc
VCID-jqw7-5bwa-gbfq ImageMagick has Global Buffer Overflow (OOB Read) via Negative Pixel Index in UIL and XPM Writer The UIL and XPM image encoder do not validate the pixel index value returned by `GetPixelIndex()` before using it as an array subscript. In HDRI builds, `Quantum` is a floating-point type, so pixel index values can be negative. An attacker can craft an image with negative pixel index values to trigger a global buffer overflow read during conversion, leading to information disclosure or a process crash. ``` READ of size 1 at 0x55a8823a776e thread T0 CVE-2026-25898
GHSA-vpxv-r9pg-7gpr
VCID-jrwg-mmqw-3bcg ImageMagick: Policy bypass through path traversal allows reading restricted content despite secured policy ImageMagick’s path security policy is enforced on the raw filename string before the filesystem resolves it. As a result, a policy rule such as /etc/* can be bypassed by a path traversal. The OS resolves the traversal and opens the sensitive file, but the policy matcher only sees the unnormalized path and therefore allows the read. This enables local file disclosure (LFI) even when policy-secure.xml is applied. Actions to prevent reading from files have been taken. But it make sure writing is also not possible the following should be added to your policy: ``` <policy domain="path" rights="none" pattern="*../*"/> ``` And this will also be included in the project's more secure policies by default. CVE-2026-25965
GHSA-8jvj-p28h-9gm7
VCID-k4zn-1xgm-bub4 ImageMagick: Code Injection via PostScript header in ps coders The ps encoders, responsible for writing PostScript files, fails to sanitize the input before writing it into the PostScript header. An attacker can provide a malicious file and inject arbitrary PostScript code. When the resulting file is processed by a printer or a viewer (like Ghostscript), the injected code is interpreted and executed. The html encoder does not properly escape strings that are written to in the html document. An attacker can provide a malicious file and injection arbitrary html code. CVE-2026-25797
GHSA-rw6c-xp26-225v
VCID-mjuf-sfhw-5bfr ImageMagick: SVG-to-MVG Command Injection via coders/svg.c An attacker can inject arbitrary MVG (Magick Vector Graphics) drawing commands in an SVG file that is read by the internal SVG decoder of ImageMagick. The injected MVG commands execute during rendering. GHSA-xpg8-7m6m-jf56
VCID-n1tb-wdey-fyht ImageMagick has Division-by-Zero in YUV sampling factor validation, which leads to crash A logic error in YUV sampling factor validation allows an invalid sampling factor to bypass checks and trigger a division-by-zero during image loading, resulting in a reliable denial-of-service. ``` coders/yuv.c:210:47: runtime error: division by zero AddressSanitizer:DEADLYSIGNAL ================================================================= ==3543373==ERROR: AddressSanitizer: UNKNOWN SIGNAL on unknown address 0x000000000000 (pc 0x55deeb4d723c bp 0x7fffc28d34d0 sp 0x7fffc28d3320 T0) CVE-2026-25799
GHSA-543g-8grm-9cw6
VCID-q9dt-caxa-yqfd ImageMagick: MSL - Stack overflow in ProcessMSLScript Magick fails to check for circular references between two MSLs, leading to a stack overflow. CVE-2026-25971
GHSA-8mpr-6xr2-chhc
VCID-qp3p-n866-gycu ImageMagick: Invalid MSL <map> can result in a use after free The MSL interpreter crashes when processing a invalid `<map>` element that causes it to use an image after it has been freed. CVE-2026-26983
GHSA-w8mw-frc6-r7m8
VCID-r1wz-w1et-27fu ImageMagick: MSL attribute stack buffer overflow leads to out of bounds write. A stack buffer overflow occurs when processing the an attribute in msl.c. A long value overflows a fixed-size stack buffer, leading to memory corruption. ``` ================================================================= ==278522==ERROR: AddressSanitizer: stack-buffer-overflow on address 0x7ffdb8c76984 at pc 0x55a4bf16f507 bp 0x7ffdb8c75bc0 sp 0x7ffdb8c75bb0 WRITE of size 1 at 0x7ffdb8c76984 thread T0 ``` CVE-2026-25968
GHSA-3mwp-xqp2-q6ph
VCID-rtmh-52ea-gkgt ImageMagick has NULL Pointer Dereference in ClonePixelCacheRepository via crafted image A NULL pointer dereference in ClonePixelCacheRepository allows a remote attacker to crash any application linked against ImageMagick by supplying a crafted image file, resulting in Denial of Service. ``` AddressSanitizer:DEADLYSIGNAL ================================================================= ==3704942==ERROR: AddressSanitizer: UNKNOWN SIGNAL on unknown address 0x000000000000 (pc 0x7f9d141239e0 bp 0x7ffd4c5711e0 sp 0x7ffd4c571148 T0) CVE-2026-25798
GHSA-p863-5fgm-rgq4
VCID-rvbg-1ycj-9ugq ImageMagick: Converting multi-layer nested MVG to SVG can cause DoS Magick fails to check for multi-layer nested mvg conversions to svg, leading to DoS. CVE-2026-24484
GHSA-wg3g-gvx5-2pmv
VCID-s2em-jpqc-1ua5 ImageMagick: Heap-based Buffer Overflow in GetPixelIndex due to metadata-cache desynchronization `OpenPixelCache` updates image channel metadata **before** attempting pixel cache memory allocation. When both memory and disk allocation fail a heap-buffer-overflow read in occurs in any writer that calls `GetPixelIndex`. GHSA-gq5v-qf8q-fp77
VCID-s4eg-rpag-8yaz 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: heap-buffer-overflow on address 0x502000002b31 at pc 0x56517afbd910 bp 0x7ffc59e90000 sp 0x7ffc59e8fff0 READ of size 1 at 0x502000002b31 thread T0 ``` CVE-2026-25987
GHSA-42p5-62qq-mmh7
VCID-s5bc-6ud4-t3a7 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 al. ==78983== Using Valgrind-3.22.0 and LibVEX; rerun with -h for copyright info ==78983== ==78983== 177,196 (13,512 direct, 163,684 indirect) bytes in 1 blocks are definitely lost in loss record 21 of 21 ==78983== at 0x4846828: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so) ``` CVE-2026-25638
GHSA-gxcx-qjqp-8vjw
VCID-tgmn-sscv-uycj 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 32-bit integers overflows. ``` AddressSanitizer:DEADLYSIGNAL ================================================================= ==143838==ERROR: AddressSanitizer: UNKNOWN SIGNAL on unknown address 0x000000000000 CVE-2026-25970
GHSA-xg29-8ghv-v4xr
VCID-tyes-jyqv-7uf2 ImageMagick: Memory allocation with excessive without limits in the internal SVG decoder A crafted SVG file containing an malicious element causes ImageMagick to attempt to allocate ~674 GB of memory, leading to an out-of-memory abort. Found via AFL++ fuzzing with afl-clang-lto instrumentation and AddressSanitizer. CVE-2026-25985
GHSA-v7g2-m8c5-mf84
VCID-uhr8-3781-mqc8 ImageMagick: Integer Overflow in PSB (PSD v2) RLE decoding path causes heap Out of Bounds reads for 32-bit builds An integer overflow in the PSB (PSD v2) RLE decoding path causes a heap out-of-bounds read on 32-bit builds. This can lead to information disclosure or a crash when processing crafted PSB files. ``` ================================================================= ==3298==ERROR: AddressSanitizer: heap-buffer-overflow on address 0xf512eb00 at pc 0xf76760b5 bp 0xffc1dfb8 sp 0xffc1dfa8 READ of size 8 at 0xf512eb00 thread T0 CVE-2026-25984
GHSA-273h-m46v-96q4
VCID-ve6k-6zy3-2bby ImageMagick: Heap overflow in pcd decoder leads to out of bounds read. The pcd coder lacks proper boundary checking when processing Huffman-coded data. The decoder contains an function that has an incorrect initialization that could cause an out of bounds read. ``` ==3900053==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x502000003c6c at pc 0x55601b9cc552 bp 0x7ffd904b1f70 sp 0x7ffd904b1f60 READ of size 1 at 0x502000003c6c thread T0 ``` CVE-2026-26284
GHSA-wrhr-rf8j-r842
VCID-vk7z-55be-cqbm ImageMagick has Possible Heap Information Disclosure in PSD ZIP Decompression A heap information disclosure vulnerability exists in ImageMagick's PSD (Adobe Photoshop) format handler. When processing a maliciously crafted PSD file containing ZIP-compressed layer data that decompresses to less than the expected size, uninitialized heap memory is leaked into the output image. CVE-2026-24481
GHSA-96pc-27rx-pr36
VCID-vxtp-qf2n-s3b2 ImageMagick: Infinite loop vulnerability when parsing a PCD file When a PCD file does not contain a valid marker, the DecodeImage() function becomes trapped in an infinite loop while searching for the marker, causing the program to become unresponsive and continuously consume CPU resources, ultimately leading to system resource exhaustion and denial of service. CVE-2026-24485
GHSA-pqgj-2p96-rx85
VCID-wwgp-pvzb-kuc1 ImageMagick: Stack buffer overflow in FTXT reader via oversized integer field A stack-based buffer overflow exists in the ImageMagick FTXT image reader. A crafted FTXT file can cause out-of-bounds writes on the stack, leading to a crash. ``` ================================================================= ==3537074==ERROR: AddressSanitizer: stack-buffer-overflow on address 0x7ffee4850ef0 at pc 0x5607c408fb33 bp 0x7ffee484fe50 sp 0x7ffee484fe40 WRITE of size 1 at 0x7ffee4850ef0 thread T0 ``` CVE-2026-25967
GHSA-72hf-fj62-w6j4

Date Actor Action Vulnerability Source VulnerableCode Version
2026-05-31T01:08:35.854932+00:00 GHSA Importer Fixing VCID-gq4t-qh62-gqgy https://github.com/advisories/GHSA-mqfc-82jx-3mr2 38.6.0
2026-05-31T01:08:35.242258+00:00 GHSA Importer Fixing VCID-cb7k-kgac-z3cw https://github.com/advisories/GHSA-pmq6-8289-hx3v 38.6.0
2026-05-31T01:08:34.650733+00:00 GHSA Importer Fixing VCID-q9dt-caxa-yqfd https://github.com/advisories/GHSA-8mpr-6xr2-chhc 38.6.0
2026-05-31T01:08:33.754164+00:00 GHSA Importer Fixing VCID-tgmn-sscv-uycj https://github.com/advisories/GHSA-xg29-8ghv-v4xr 38.6.0
2026-05-31T01:08:33.503608+00:00 GHSA Importer Fixing VCID-r1wz-w1et-27fu https://github.com/advisories/GHSA-3mwp-xqp2-q6ph 38.6.0
2026-05-31T01:07:55.622861+00:00 GHSA Importer Fixing VCID-g8uw-e2h3-v3b2 https://github.com/advisories/GHSA-r99p-5442-q2x2 38.6.0
2026-05-31T01:07:55.414123+00:00 GHSA Importer Fixing VCID-9gqe-9ke1-8fe5 https://github.com/advisories/GHSA-qpgx-jfcq-r59f 38.6.0
2026-05-31T01:07:54.578350+00:00 GHSA Importer Fixing VCID-s2em-jpqc-1ua5 https://github.com/advisories/GHSA-gq5v-qf8q-fp77 38.6.0
2026-05-31T01:07:53.918013+00:00 GHSA Importer Fixing VCID-jj55-yg3e-afe6 https://github.com/advisories/GHSA-wfx3-6g53-9fgc 38.6.0
2026-05-31T01:07:53.284558+00:00 GHSA Importer Fixing VCID-7axe-tra8-2yck https://github.com/advisories/GHSA-3q5f-gmjc-38r8 38.6.0
2026-05-31T01:07:52.500521+00:00 GHSA Importer Fixing VCID-mjuf-sfhw-5bfr https://github.com/advisories/GHSA-xpg8-7m6m-jf56 38.6.0
2026-05-31T01:07:51.560827+00:00 GHSA Importer Fixing VCID-bpc4-hekp-6ye9 https://github.com/advisories/GHSA-wgxp-q8xq-wpp9 38.6.0
2026-05-31T01:07:50.982246+00:00 GHSA Importer Fixing VCID-4cdt-va72-bqhu https://github.com/advisories/GHSA-3j4x-rwrx-xxj9 38.6.0
2026-05-31T01:07:48.353303+00:00 GHSA Importer Fixing VCID-uhr8-3781-mqc8 https://github.com/advisories/GHSA-273h-m46v-96q4 38.6.0
2026-05-31T01:07:46.827472+00:00 GHSA Importer Fixing VCID-qp3p-n866-gycu https://github.com/advisories/GHSA-w8mw-frc6-r7m8 38.6.0
2026-05-31T01:07:46.588521+00:00 GHSA Importer Fixing VCID-3v2a-vquw-mkhr https://github.com/advisories/GHSA-gwr3-x37h-h84v 38.6.0
2026-05-31T01:07:45.533060+00:00 GHSA Importer Fixing VCID-2bcf-ssct-v3b9 https://github.com/advisories/GHSA-v994-63cg-9wj3 38.6.0
2026-05-31T01:07:44.881395+00:00 GHSA Importer Fixing VCID-brv4-dckz-jbf5 https://github.com/advisories/GHSA-7355-pwx2-pm84 38.6.0
2026-05-31T01:07:44.351690+00:00 GHSA Importer Fixing VCID-75qu-54bs-xbb4 https://github.com/advisories/GHSA-782x-jh29-9mf7 38.6.0
2026-05-31T01:07:43.363307+00:00 GHSA Importer Fixing VCID-s4eg-rpag-8yaz https://github.com/advisories/GHSA-42p5-62qq-mmh7 38.6.0
2026-05-31T01:07:42.829979+00:00 GHSA Importer Fixing VCID-tyes-jyqv-7uf2 https://github.com/advisories/GHSA-v7g2-m8c5-mf84 38.6.0
2026-05-31T01:07:42.186134+00:00 GHSA Importer Fixing VCID-7gh9-2rkn-rybs https://github.com/advisories/GHSA-fwqw-2x5x-w566 38.6.0
2026-05-31T01:07:41.608044+00:00 GHSA Importer Fixing VCID-65y4-etcz-hqdv https://github.com/advisories/GHSA-xgm3-v4r9-wfgm 38.6.0
2026-05-31T01:07:41.231282+00:00 GHSA Importer Fixing VCID-wwgp-pvzb-kuc1 https://github.com/advisories/GHSA-72hf-fj62-w6j4 38.6.0
2026-05-31T01:07:40.025283+00:00 GHSA Importer Fixing VCID-jrwg-mmqw-3bcg https://github.com/advisories/GHSA-8jvj-p28h-9gm7 38.6.0
2026-05-31T01:07:39.032561+00:00 GHSA Importer Fixing VCID-jqw7-5bwa-gbfq https://github.com/advisories/GHSA-vpxv-r9pg-7gpr 38.6.0
2026-05-31T01:07:38.592562+00:00 GHSA Importer Fixing VCID-9jms-w48q-j3cb https://github.com/advisories/GHSA-6j5f-24fw-pqp4 38.6.0
2026-05-31T01:07:37.757696+00:00 GHSA Importer Fixing VCID-n1tb-wdey-fyht https://github.com/advisories/GHSA-543g-8grm-9cw6 38.6.0
2026-05-31T01:07:37.434895+00:00 GHSA Importer Fixing VCID-rtmh-52ea-gkgt https://github.com/advisories/GHSA-p863-5fgm-rgq4 38.6.0
2026-05-31T01:07:36.233411+00:00 GHSA Importer Fixing VCID-k4zn-1xgm-bub4 https://github.com/advisories/GHSA-rw6c-xp26-225v 38.6.0
2026-05-31T01:07:35.646947+00:00 GHSA Importer Fixing VCID-byus-h9vj-hfah https://github.com/advisories/GHSA-g2pr-qxjg-7r2w 38.6.0
2026-05-31T01:07:35.055613+00:00 GHSA Importer Fixing VCID-2a7w-exv1-rkgj https://github.com/advisories/GHSA-p33r-fqw2-rqmm 38.6.0
2026-05-31T01:07:34.162634+00:00 GHSA Importer Fixing VCID-4nh7-1xks-pbhd https://github.com/advisories/GHSA-vhqj-f5cj-9x8h 38.6.0
2026-05-31T01:07:33.583569+00:00 GHSA Importer Fixing VCID-s5bc-6ud4-t3a7 https://github.com/advisories/GHSA-gxcx-qjqp-8vjw 38.6.0
2026-05-31T01:07:32.716692+00:00 GHSA Importer Fixing VCID-h5xh-sqxg-h7a2 https://github.com/advisories/GHSA-gm37-qx7w-p258 38.6.0
2026-05-31T01:07:32.531233+00:00 GHSA Importer Fixing VCID-8f8w-sv1k-ybgt https://github.com/advisories/GHSA-jv4p-gjwq-9r2j 38.6.0
2026-05-31T01:07:31.498977+00:00 GHSA Importer Fixing VCID-vxtp-qf2n-s3b2 https://github.com/advisories/GHSA-pqgj-2p96-rx85 38.6.0
2026-05-31T01:07:30.772938+00:00 GHSA Importer Fixing VCID-rvbg-1ycj-9ugq https://github.com/advisories/GHSA-wg3g-gvx5-2pmv 38.6.0
2026-05-31T01:07:30.595602+00:00 GHSA Importer Fixing VCID-vk7z-55be-cqbm https://github.com/advisories/GHSA-96pc-27rx-pr36 38.6.0
2026-05-30T21:07:54.054824+00:00 GitLab Importer Fixing VCID-r1wz-w1et-27fu https://gitlab.com/gitlab-org/advisories-community/-/blob/main/nuget/Magick.NET-Q16-x86/CVE-2026-25968.yml 38.6.0
2026-05-30T21:07:53.874288+00:00 GitLab Importer Fixing VCID-cb7k-kgac-z3cw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/nuget/Magick.NET-Q16-x86/CVE-2026-25982.yml 38.6.0
2026-05-30T21:07:52.694941+00:00 GitLab Importer Fixing VCID-ve6k-6zy3-2bby https://gitlab.com/gitlab-org/advisories-community/-/blob/main/nuget/Magick.NET-Q16-x86/CVE-2026-26284.yml 38.6.0
2026-05-30T21:07:17.831906+00:00 GitLab Importer Fixing VCID-uhr8-3781-mqc8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/nuget/Magick.NET-Q16-x86/CVE-2026-25984.yml 38.6.0
2026-05-30T21:07:17.079158+00:00 GitLab Importer Fixing VCID-s2em-jpqc-1ua5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/nuget/Magick.NET-Q16-x86/GHSA-gq5v-qf8q-fp77.yml 38.6.0
2026-05-30T21:07:16.850795+00:00 GitLab Importer Fixing VCID-7axe-tra8-2yck https://gitlab.com/gitlab-org/advisories-community/-/blob/main/nuget/Magick.NET-Q16-x86/GHSA-3q5f-gmjc-38r8.yml 38.6.0
2026-05-30T21:07:15.576048+00:00 GitLab Importer Fixing VCID-bpc4-hekp-6ye9 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/nuget/Magick.NET-Q16-x86/GHSA-wgxp-q8xq-wpp9.yml 38.6.0
2026-05-30T21:07:14.730694+00:00 GitLab Importer Fixing VCID-9gqe-9ke1-8fe5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/nuget/Magick.NET-Q16-x86/CVE-2026-27798.yml 38.6.0
2026-05-30T21:07:14.513515+00:00 GitLab Importer Fixing VCID-4cdt-va72-bqhu https://gitlab.com/gitlab-org/advisories-community/-/blob/main/nuget/Magick.NET-Q16-x86/GHSA-3j4x-rwrx-xxj9.yml 38.6.0
2026-05-30T21:07:13.549208+00:00 GitLab Importer Fixing VCID-mjuf-sfhw-5bfr https://gitlab.com/gitlab-org/advisories-community/-/blob/main/nuget/Magick.NET-Q16-x86/GHSA-xpg8-7m6m-jf56.yml 38.6.0
2026-05-30T21:07:13.368842+00:00 GitLab Importer Fixing VCID-g8uw-e2h3-v3b2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/nuget/Magick.NET-Q16-x86/CVE-2026-27799.yml 38.6.0
2026-05-30T21:07:13.258467+00:00 GitLab Importer Fixing VCID-jj55-yg3e-afe6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/nuget/Magick.NET-Q16-x86/GHSA-wfx3-6g53-9fgc.yml 38.6.0
2026-05-30T21:07:10.521317+00:00 GitLab Importer Fixing VCID-rtmh-52ea-gkgt https://gitlab.com/gitlab-org/advisories-community/-/blob/main/nuget/Magick.NET-Q16-x86/CVE-2026-25798.yml 38.6.0
2026-05-30T21:07:09.501145+00:00 GitLab Importer Fixing VCID-65y4-etcz-hqdv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/nuget/Magick.NET-Q16-x86/CVE-2026-25969.yml 38.6.0
2026-05-30T21:07:09.323766+00:00 GitLab Importer Fixing VCID-7gh9-2rkn-rybs https://gitlab.com/gitlab-org/advisories-community/-/blob/main/nuget/Magick.NET-Q16-x86/CVE-2026-25983.yml 38.6.0
2026-05-30T21:07:08.114297+00:00 GitLab Importer Fixing VCID-s5bc-6ud4-t3a7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/nuget/Magick.NET-Q16-x86/CVE-2026-25638.yml 38.6.0
2026-05-30T21:07:04.320400+00:00 GitLab Importer Fixing VCID-vxtp-qf2n-s3b2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/nuget/Magick.NET-Q16-x86/CVE-2026-24485.yml 38.6.0
2026-05-30T21:07:03.598089+00:00 GitLab Importer Fixing VCID-4nh7-1xks-pbhd https://gitlab.com/gitlab-org/advisories-community/-/blob/main/nuget/Magick.NET-Q16-x86/CVE-2026-25794.yml 38.6.0
2026-05-30T21:07:01.911426+00:00 GitLab Importer Fixing VCID-jrwg-mmqw-3bcg https://gitlab.com/gitlab-org/advisories-community/-/blob/main/nuget/Magick.NET-Q16-x86/CVE-2026-25965.yml 38.6.0
2026-05-30T21:07:01.426009+00:00 GitLab Importer Fixing VCID-brv4-dckz-jbf5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/nuget/Magick.NET-Q16-x86/CVE-2026-25989.yml 38.6.0
2026-05-30T21:07:01.330693+00:00 GitLab Importer Fixing VCID-jqw7-5bwa-gbfq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/nuget/Magick.NET-Q16-x86/CVE-2026-25898.yml 38.6.0
2026-05-30T21:06:59.575802+00:00 GitLab Importer Fixing VCID-wwgp-pvzb-kuc1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/nuget/Magick.NET-Q16-x86/CVE-2026-25967.yml 38.6.0
2026-05-30T21:06:57.201672+00:00 GitLab Importer Fixing VCID-75qu-54bs-xbb4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/nuget/Magick.NET-Q16-x86/CVE-2026-25988.yml 38.6.0
2026-05-30T21:06:56.437231+00:00 GitLab Importer Fixing VCID-s4eg-rpag-8yaz https://gitlab.com/gitlab-org/advisories-community/-/blob/main/nuget/Magick.NET-Q16-x86/CVE-2026-25987.yml 38.6.0
2026-05-30T21:06:56.144554+00:00 GitLab Importer Fixing VCID-2a7w-exv1-rkgj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/nuget/Magick.NET-Q16-x86/CVE-2026-25795.yml 38.6.0
2026-05-30T21:06:55.237461+00:00 GitLab Importer Fixing VCID-vk7z-55be-cqbm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/nuget/Magick.NET-Q16-x86/CVE-2026-24481.yml 38.6.0
2026-05-30T21:06:55.137974+00:00 GitLab Importer Fixing VCID-k4zn-1xgm-bub4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/nuget/Magick.NET-Q16-x86/CVE-2026-25797.yml 38.6.0
2026-05-30T21:06:53.036929+00:00 GitLab Importer Fixing VCID-3v2a-vquw-mkhr https://gitlab.com/gitlab-org/advisories-community/-/blob/main/nuget/Magick.NET-Q16-x86/CVE-2026-26283.yml 38.6.0
2026-05-30T21:06:52.886991+00:00 GitLab Importer Fixing VCID-rvbg-1ycj-9ugq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/nuget/Magick.NET-Q16-x86/CVE-2026-24484.yml 38.6.0
2026-05-30T21:06:52.836382+00:00 GitLab Importer Fixing VCID-8f8w-sv1k-ybgt https://gitlab.com/gitlab-org/advisories-community/-/blob/main/nuget/Magick.NET-Q16-x86/CVE-2026-25576.yml 38.6.0
2026-05-30T21:06:52.538919+00:00 GitLab Importer Fixing VCID-byus-h9vj-hfah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/nuget/Magick.NET-Q16-x86/CVE-2026-25796.yml 38.6.0
2026-05-30T21:06:52.105516+00:00 GitLab Importer Fixing VCID-qp3p-n866-gycu https://gitlab.com/gitlab-org/advisories-community/-/blob/main/nuget/Magick.NET-Q16-x86/CVE-2026-26983.yml 38.6.0
2026-05-30T21:06:51.714084+00:00 GitLab Importer Fixing VCID-tyes-jyqv-7uf2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/nuget/Magick.NET-Q16-x86/CVE-2026-25985.yml 38.6.0
2026-05-30T21:06:51.170285+00:00 GitLab Importer Fixing VCID-2bcf-ssct-v3b9 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/nuget/Magick.NET-Q16-x86/CVE-2026-26066.yml 38.6.0
2026-05-30T21:06:50.591065+00:00 GitLab Importer Fixing VCID-n1tb-wdey-fyht https://gitlab.com/gitlab-org/advisories-community/-/blob/main/nuget/Magick.NET-Q16-x86/CVE-2026-25799.yml 38.6.0
2026-05-30T21:06:49.785462+00:00 GitLab Importer Fixing VCID-9jms-w48q-j3cb https://gitlab.com/gitlab-org/advisories-community/-/blob/main/nuget/Magick.NET-Q16-x86/CVE-2026-25897.yml 38.6.0
2026-05-30T21:06:48.132080+00:00 GitLab Importer Fixing VCID-h5xh-sqxg-h7a2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/nuget/Magick.NET-Q16-x86/CVE-2026-25637.yml 38.6.0