Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:deb/debian/pillow@8.1.2%2Bdfsg-0.3%2Bdeb11u2
purl pkg:deb/debian/pillow@8.1.2%2Bdfsg-0.3%2Bdeb11u2
Next non-vulnerable version 9.4.0-1.1+deb12u1
Latest non-vulnerable version 9.4.0-1.1+deb12u1
Risk 4.1
Vulnerabilities affecting this package (3)
Vulnerability Summary Fixed by
VCID-19e1-19hk-duet
Aliases:
BIT-pillow-2022-45198
CVE-2022-45198
GHSA-m2vv-5vj5-2hm7
PYSEC-2022-42979
Pillow before 9.2.0 performs Improper Handling of Highly Compressed GIF Data (Data Amplification).
9.4.0-1.1+deb12u1
Affected by 0 other vulnerabilities.
VCID-1vt7-c6e3-7qc8
Aliases:
BIT-pillow-2021-23437
CVE-2021-23437
GHSA-98vv-pw6r-q6q4
PYSEC-2021-317
SNYK-PYTHON-PILLOW-1319443
The package pillow from 0 and before 8.3.2 are vulnerable to Regular Expression Denial of Service (ReDoS) via the getrgb function.
9.4.0-1.1+deb12u1
Affected by 0 other vulnerabilities.
VCID-brp2-dtrf-jyfr
Aliases:
BIT-pillow-2022-24303
CVE-2022-24303
GHSA-9j59-75qj-795w
GMS-2022-348
PYSEC-2022-168
Pillow before 9.0.1 allows attackers to delete files because spaces in temporary pathnames are mishandled.
9.4.0-1.1+deb12u1
Affected by 0 other vulnerabilities.
Vulnerabilities fixed by this package (35)
Vulnerability Summary Aliases
VCID-3qb5-8p8w-gkad Pillow before 8.1.1 allows attackers to cause a denial of service (memory consumption) because the reported size of a contained image is not properly checked for a BLP container, and thus an attempted memory allocation can be very large. BIT-pillow-2021-27921
CVE-2021-27921
GHSA-f4w8-cv6p-x6r5
PYSEC-2021-40
VCID-3uk9-eds5-rkgc An issue was discovered in Pillow before 8.2.0. PSDImagePlugin.PsdImageFile lacked a sanity check on the number of input layers relative to the size of the data block. This could lead to a DoS on Image.open prior to Image.load. BIT-pillow-2021-28675
CVE-2021-28675
GHSA-g6rj-rv7j-xwp4
PYSEC-2021-139
VCID-53ac-ceq4-qkhf Pillow before 8.1.1 allows attackers to cause a denial of service (memory consumption) because the reported size of a contained image is not properly checked for an ICNS container, and thus an attempted memory allocation can be very large. BIT-pillow-2021-27922
CVE-2021-27922
GHSA-3wvg-mj6g-m9cv
PYSEC-2021-41
VCID-64n5-pugj-vue8 Pillow buffer overflow vulnerability In _imagingcms.c in Pillow before 10.3.0, a buffer overflow exists because strcpy is used instead of strncpy. CVE-2024-28219
GHSA-44wm-f244-xhp3
VCID-6gyu-fzpg-c3bn In Pillow before 8.1.0, TiffDecode has a heap-based buffer overflow when decoding crafted YCbCr files because of certain interpretation conflicts with LibTIFF in RGBA mode. BIT-pillow-2020-35654
CVE-2020-35654
GHSA-vqcj-wrf2-7v73
PYSEC-2021-70
VCID-7bjx-gkf7-cke9 In Pillow before 8.1.0, SGIRleDecode has a 4-byte buffer over-read when decoding crafted SGI RLE image files because offsets and length tables are mishandled. BIT-pillow-2020-35655
CVE-2020-35655
GHSA-hf64-x4gq-p99h
PYSEC-2021-71
VCID-8n2b-wvya-53e1 In libImaging/PcxDecode.c in Pillow before 7.1.0, an out-of-bounds read can occur when reading PCX files where state->shuffle is instructed to read beyond state->buffer. BIT-pillow-2020-10378
CVE-2020-10378
GHSA-3xv8-3j54-hgrp
PYSEC-2020-77
VCID-9ckw-ra54-z3b7 Arbitrary Code Execution in Pillow Pillow through 10.1.0 allows PIL.ImageMath.eval Arbitrary Code Execution via the environment parameter, a different vulnerability than CVE-2022-22817 (which was about the expression parameter). CVE-2023-50447
GHSA-3f63-hfp8-52jq
VCID-and9-6jty-pyeq In Pillow before 7.1.0, there are two Buffer Overflows in libImaging/TiffDecode.c. BIT-pillow-2020-10379
CVE-2020-10379
GHSA-8843-m7mw-mxqm
PYSEC-2020-78
VCID-aubw-tsmn-ffcq An issue was discovered in Pillow before 8.2.0. For EPS data, the readline implementation used in EPSImageFile has to deal with any combination of \r and \n as line endings. It used an accidentally quadratic method of accumulating lines while looking for a line ending. A malicious EPS file could use this to perform a DoS of Pillow in the open phase, before an image was accepted for opening. BIT-pillow-2021-28677
CVE-2021-28677
GHSA-q5hq-fp76-qmrc
PYSEC-2021-93
VCID-b3au-rcgp-2fag There is a DoS vulnerability in Pillow before 6.2.2 caused by FpxImagePlugin.py calling the range function on an unvalidated 32-bit integer if the number of bands is large. On Windows running 32-bit Python, this results in an OverflowError or MemoryError due to the 2 GB limit. However, on Linux running 64-bit Python this results in the process being terminated by the OOM killer. CVE-2019-19911
GHSA-5gm3-px64-rw72
PYSEC-2020-172
VCID-b5a2-83ej-puaw In libImaging/SgiRleDecode.c in Pillow through 7.0.0, a number of out-of-bounds reads exist in the parsing of SGI image files, a different issue than CVE-2020-5311. BIT-pillow-2020-11538
CVE-2020-11538
GHSA-43fq-w8qq-v88h
PYSEC-2020-80
VCID-cas2-jb3y-vyhz An issue was discovered in Pillow before 6.2.0. When reading specially crafted invalid image files, the library can either allocate very large amounts of memory or take an extremely long period of time to process the image. CVE-2019-16865
GHSA-j7mj-748x-7p78
PYSEC-2019-110
VCID-df4x-jt3h-17hx path_getbbox in path.c in Pillow before 9.0.0 has a buffer over-read during initialization of ImagePath.Path. BIT-pillow-2022-22816
CVE-2022-22816
GHSA-xrcv-f9gm-v42c
PYSEC-2022-9
VCID-dpc3-td9q-dyee path_getbbox in path.c in Pillow before 9.0.0 improperly initializes ImagePath.Path. BIT-pillow-2022-22815
CVE-2022-22815
GHSA-pw3c-h7wp-cvhx
PYSEC-2022-8
VCID-en6t-uxtq-bfek An issue was discovered in Pillow before 8.1.1. TiffDecode has a heap-based buffer overflow when decoding crafted YCbCr files because of certain interpretation conflicts with LibTIFF in RGBA mode. NOTE: this issue exists because of an incomplete fix for CVE-2020-35654. BIT-pillow-2021-25289
CVE-2021-25289
GHSA-57h3-9rgr-c24m
PYSEC-2021-35
VCID-gvjw-funa-sqak Pillow before 8.1.1 allows attackers to cause a denial of service (memory consumption) because the reported size of a contained image is not properly checked for an ICO container, and thus an attempted memory allocation can be very large. BIT-pillow-2021-27923
CVE-2021-27923
GHSA-95q3-8gr9-gm8w
PYSEC-2021-42
VCID-haum-8zpg-6kgf Pillow before 7.1.0 has multiple out-of-bounds reads in libImaging/FliDecode.c. BIT-pillow-2020-10177
CVE-2020-10177
GHSA-cqhg-xjhh-p8hf
PYSEC-2020-76
VCID-hmmq-5772-bycm libImaging/FliDecode.c in Pillow before 6.2.2 has an FLI buffer overflow. BIT-pillow-2020-5313
CVE-2020-5313
GHSA-hj69-c76v-86wr
PYSEC-2020-84
VCID-m3tm-h4q9-9yay libImaging/SgiRleDecode.c in Pillow before 6.2.2 has an SGI buffer overflow. BIT-pillow-2020-5311
CVE-2020-5311
GHSA-r7rm-8j6h-r933
PYSEC-2020-82
VCID-n1hp-atex-ubh4 An issue was discovered in Pillow before 10.0.0. It is a Denial of Service that uncontrollably allocates memory to process a given task, potentially causing a service to crash by having it run out of memory. This occurs for truetype in ImageFont when textlength in an ImageDraw instance operates on a long text argument. BIT-pillow-2023-44271
CVE-2023-44271
GHSA-8ghj-p4vj-mr35
PYSEC-2023-227
VCID-n1w5-f5p7-xuhb An issue was discovered in Pillow before 8.2.0. There is an out-of-bounds read in J2kDecode, in j2ku_graya_la. BIT-pillow-2021-25287
CVE-2021-25287
GHSA-77gc-v2xv-rvvh
PYSEC-2021-137
VCID-p6r3-puh1-zyg6 An issue was discovered in Pillow before 8.1.1. There is an out-of-bounds read in SGIRleDecode.c. BIT-pillow-2021-25293
CVE-2021-25293
GHSA-p43w-g3c5-g5mq
PYSEC-2021-39
VCID-q4bb-qnxe-8bfa PIL.ImageMath.eval in Pillow before 9.0.0 allows evaluation of arbitrary expressions, such as ones that use the Python exec method. BIT-pillow-2022-22817
CVE-2022-22817
GHSA-8vj2-vxx3-667w
PYSEC-2022-10
VCID-rncf-9nf8-wud3 An issue was discovered in Pillow before 8.1.1. In TiffDecode.c, there is a negative-offset memcpy with an invalid size. BIT-pillow-2021-25290
CVE-2021-25290
GHSA-8xjq-8fcg-g5hw
PYSEC-2021-36
VCID-sns1-ksqr-vbhr libImaging/PcxDecode.c in Pillow before 6.2.2 has a PCX P mode buffer overflow. BIT-pillow-2020-5312
CVE-2020-5312
GHSA-p49h-hjvm-jg3h
PYSEC-2020-83
VCID-stft-hsk9-zfdy libImaging/TiffDecode.c in Pillow before 6.2.2 has a TIFF decoding integer overflow, related to realloc. BIT-pillow-2020-5310
CVE-2020-5310
GHSA-vcqg-3p29-xw73
PYSEC-2020-81
VCID-ue18-zzau-x7hy An issue was discovered in Pillow before 8.2.0. There is an out-of-bounds read in J2kDecode, in j2ku_gray_i. BIT-pillow-2021-25288
CVE-2021-25288
GHSA-rwv7-3v45-hg29
PYSEC-2021-138
VCID-uf5t-asns-tudp In libImaging/Jpeg2KDecode.c in Pillow before 7.1.0, there are multiple out-of-bounds reads via a crafted JP2 file. BIT-pillow-2020-10994
CVE-2020-10994
GHSA-vj42-xq3r-hr3r
PYSEC-2020-79
VCID-vwbu-ruxm-tbh4 An issue was discovered in Pillow before 8.1.1. In TiffDecode.c, there is an out-of-bounds read in TiffreadRGBATile via invalid tile boundaries. BIT-pillow-2021-25291
CVE-2021-25291
GHSA-mvg9-xffr-p774
PYSEC-2021-37
VCID-vxh1-8rvt-kkak An issue was discovered in Pillow before 8.1.1. The PDF parser allows a regular expression DoS (ReDoS) attack via a crafted PDF file because of a catastrophic backtracking regex. BIT-pillow-2021-25292
CVE-2021-25292
GHSA-9hx2-hgq2-2g4f
PYSEC-2021-38
VCID-vyzt-df2u-h3cc An issue was discovered in Pillow before 8.2.0. For BLP data, BlpImagePlugin did not properly check that reads (after jumping to file offsets) returned data. This could lead to a DoS where the decoder could be run a large number of times on empty data. BIT-pillow-2021-28678
CVE-2021-28678
GHSA-hjfx-8p6c-g7gx
PYSEC-2021-94
VCID-w9uy-fnpm-cbak Pillow through 8.2.0 and PIL (aka Python Imaging Library) through 1.1.7 allow an attacker to pass controlled parameters directly into a convert function to trigger a buffer overflow in Convert.c. BIT-pillow-2021-34552
CVE-2021-34552
GHSA-7534-mm45-c74v
PYSEC-2021-331
VCID-x15z-dejc-9ba6 In Pillow before 8.1.0, PcxDecode has a buffer over-read when decoding a crafted PCX file because the user-supplied stride value is trusted for buffer calculations. BIT-pillow-2020-35653
CVE-2020-35653
GHSA-f5g8-5qq7-938w
PYSEC-2021-69
VCID-xesd-d294-7fcx An issue was discovered in Pillow before 8.2.0. For FLI data, FliDecode did not properly check that the block advance was non-zero, potentially leading to an infinite loop on load. BIT-pillow-2021-28676
CVE-2021-28676
GHSA-7r7m-5h27-29hp
PYSEC-2021-92

Date Actor Action Vulnerability Source VulnerableCode Version
2026-04-16T00:17:00.064060+00:00 Debian Oval Importer Fixing VCID-6gyu-fzpg-c3bn https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-16T00:15:48.628701+00:00 Debian Oval Importer Fixing VCID-uf5t-asns-tudp https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-16T00:12:20.735536+00:00 Debian Oval Importer Fixing VCID-xesd-d294-7fcx https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-16T00:10:50.842198+00:00 Debian Oval Importer Fixing VCID-m3tm-h4q9-9yay https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-16T00:10:33.262214+00:00 Debian Oval Importer Fixing VCID-cas2-jb3y-vyhz https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-16T00:02:40.390336+00:00 Debian Oval Importer Fixing VCID-aubw-tsmn-ffcq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T23:43:30.440197+00:00 Debian Oval Importer Fixing VCID-hmmq-5772-bycm https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T23:31:00.115135+00:00 Debian Oval Importer Affected by VCID-brp2-dtrf-jyfr https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T22:41:07.480068+00:00 Debian Oval Importer Fixing VCID-ue18-zzau-x7hy https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T22:31:24.313119+00:00 Debian Oval Importer Fixing VCID-53ac-ceq4-qkhf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T22:22:07.169275+00:00 Debian Oval Importer Fixing VCID-8n2b-wvya-53e1 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T21:33:14.123694+00:00 Debian Oval Importer Fixing VCID-rncf-9nf8-wud3 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T21:04:05.861637+00:00 Debian Oval Importer Fixing VCID-and9-6jty-pyeq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T20:51:11.779678+00:00 Debian Oval Importer Affected by VCID-19e1-19hk-duet https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T20:30:33.141293+00:00 Debian Oval Importer Fixing VCID-vxh1-8rvt-kkak https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T20:24:06.930693+00:00 Debian Oval Importer Fixing VCID-sns1-ksqr-vbhr https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T19:46:55.057312+00:00 Debian Oval Importer Fixing VCID-64n5-pugj-vue8 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T19:17:33.143059+00:00 Debian Oval Importer Fixing VCID-7bjx-gkf7-cke9 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T19:00:07.554253+00:00 Debian Oval Importer Fixing VCID-vyzt-df2u-h3cc https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T18:27:25.768548+00:00 Debian Oval Importer Affected by VCID-1vt7-c6e3-7qc8 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T18:19:11.348733+00:00 Debian Oval Importer Fixing VCID-x15z-dejc-9ba6 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T18:03:33.283648+00:00 Debian Oval Importer Fixing VCID-b3au-rcgp-2fag https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T18:00:28.542611+00:00 Debian Oval Importer Fixing VCID-stft-hsk9-zfdy https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T17:43:11.733237+00:00 Debian Oval Importer Fixing VCID-gvjw-funa-sqak https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T17:41:50.726183+00:00 Debian Oval Importer Fixing VCID-n1hp-atex-ubh4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T17:40:42.229051+00:00 Debian Oval Importer Fixing VCID-p6r3-puh1-zyg6 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T17:08:49.701722+00:00 Debian Oval Importer Fixing VCID-df4x-jt3h-17hx https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T17:06:30.652877+00:00 Debian Oval Importer Fixing VCID-dpc3-td9q-dyee https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T16:56:53.774257+00:00 Debian Oval Importer Fixing VCID-n1w5-f5p7-xuhb https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T16:47:50.449173+00:00 Debian Oval Importer Fixing VCID-w9uy-fnpm-cbak https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T16:43:02.230044+00:00 Debian Oval Importer Fixing VCID-q4bb-qnxe-8bfa https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T16:02:04.135893+00:00 Debian Oval Importer Fixing VCID-3qb5-8p8w-gkad https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T15:48:35.183471+00:00 Debian Oval Importer Fixing VCID-vwbu-ruxm-tbh4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T15:41:35.800217+00:00 Debian Oval Importer Fixing VCID-en6t-uxtq-bfek https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T15:40:20.499794+00:00 Debian Oval Importer Fixing VCID-b5a2-83ej-puaw https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T15:39:05.059939+00:00 Debian Oval Importer Fixing VCID-3uk9-eds5-rkgc https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T15:35:13.465052+00:00 Debian Oval Importer Fixing VCID-haum-8zpg-6kgf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T15:20:59.707102+00:00 Debian Oval Importer Fixing VCID-9ckw-ra54-z3b7 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-11T23:50:40.098228+00:00 Debian Oval Importer Fixing VCID-6gyu-fzpg-c3bn https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T23:49:31.212363+00:00 Debian Oval Importer Fixing VCID-uf5t-asns-tudp https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T23:46:11.857559+00:00 Debian Oval Importer Fixing VCID-xesd-d294-7fcx https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T23:44:45.606978+00:00 Debian Oval Importer Fixing VCID-m3tm-h4q9-9yay https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T23:44:28.726148+00:00 Debian Oval Importer Fixing VCID-cas2-jb3y-vyhz https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T23:36:46.823462+00:00 Debian Oval Importer Fixing VCID-aubw-tsmn-ffcq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T23:18:14.491463+00:00 Debian Oval Importer Fixing VCID-hmmq-5772-bycm https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T23:06:15.442729+00:00 Debian Oval Importer Affected by VCID-brp2-dtrf-jyfr https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T22:17:47.444491+00:00 Debian Oval Importer Fixing VCID-ue18-zzau-x7hy https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T22:08:25.145796+00:00 Debian Oval Importer Fixing VCID-53ac-ceq4-qkhf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T21:59:30.019383+00:00 Debian Oval Importer Fixing VCID-8n2b-wvya-53e1 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T21:12:16.161134+00:00 Debian Oval Importer Fixing VCID-rncf-9nf8-wud3 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T20:44:11.617758+00:00 Debian Oval Importer Fixing VCID-and9-6jty-pyeq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T20:31:49.235089+00:00 Debian Oval Importer Affected by VCID-19e1-19hk-duet https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T20:11:55.680331+00:00 Debian Oval Importer Fixing VCID-vxh1-8rvt-kkak https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T20:05:41.327160+00:00 Debian Oval Importer Fixing VCID-sns1-ksqr-vbhr https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T19:29:18.278367+00:00 Debian Oval Importer Fixing VCID-64n5-pugj-vue8 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T19:00:57.141019+00:00 Debian Oval Importer Fixing VCID-7bjx-gkf7-cke9 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T18:44:15.348821+00:00 Debian Oval Importer Fixing VCID-vyzt-df2u-h3cc https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T18:12:27.228735+00:00 Debian Oval Importer Affected by VCID-1vt7-c6e3-7qc8 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T18:04:26.972652+00:00 Debian Oval Importer Fixing VCID-x15z-dejc-9ba6 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T17:49:16.664813+00:00 Debian Oval Importer Fixing VCID-b3au-rcgp-2fag https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T17:46:16.338708+00:00 Debian Oval Importer Fixing VCID-stft-hsk9-zfdy https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T17:29:15.444312+00:00 Debian Oval Importer Fixing VCID-gvjw-funa-sqak https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T17:27:56.538256+00:00 Debian Oval Importer Fixing VCID-n1hp-atex-ubh4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T17:26:50.196489+00:00 Debian Oval Importer Fixing VCID-p6r3-puh1-zyg6 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T16:55:23.844543+00:00 Debian Oval Importer Fixing VCID-df4x-jt3h-17hx https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T16:53:07.074245+00:00 Debian Oval Importer Fixing VCID-dpc3-td9q-dyee https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T16:43:33.584161+00:00 Debian Oval Importer Fixing VCID-n1w5-f5p7-xuhb https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T16:34:37.078093+00:00 Debian Oval Importer Fixing VCID-w9uy-fnpm-cbak https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T16:29:52.314817+00:00 Debian Oval Importer Fixing VCID-q4bb-qnxe-8bfa https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T15:49:38.204542+00:00 Debian Oval Importer Fixing VCID-3qb5-8p8w-gkad https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T15:36:16.170901+00:00 Debian Oval Importer Fixing VCID-vwbu-ruxm-tbh4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T15:29:24.220056+00:00 Debian Oval Importer Fixing VCID-en6t-uxtq-bfek https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T15:28:10.891066+00:00 Debian Oval Importer Fixing VCID-b5a2-83ej-puaw https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T15:26:56.958447+00:00 Debian Oval Importer Fixing VCID-3uk9-eds5-rkgc https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T15:23:09.835699+00:00 Debian Oval Importer Fixing VCID-haum-8zpg-6kgf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T15:09:16.042121+00:00 Debian Oval Importer Fixing VCID-9ckw-ra54-z3b7 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-08T23:22:42.874939+00:00 Debian Oval Importer Fixing VCID-6gyu-fzpg-c3bn https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T23:21:38.709230+00:00 Debian Oval Importer Fixing VCID-uf5t-asns-tudp https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T23:18:27.146285+00:00 Debian Oval Importer Fixing VCID-xesd-d294-7fcx https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T23:17:05.230660+00:00 Debian Oval Importer Fixing VCID-m3tm-h4q9-9yay https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T23:16:49.042502+00:00 Debian Oval Importer Fixing VCID-cas2-jb3y-vyhz https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T23:09:22.937108+00:00 Debian Oval Importer Fixing VCID-aubw-tsmn-ffcq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T22:51:39.298338+00:00 Debian Oval Importer Fixing VCID-hmmq-5772-bycm https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T22:39:58.247928+00:00 Debian Oval Importer Affected by VCID-brp2-dtrf-jyfr https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T21:53:58.691661+00:00 Debian Oval Importer Fixing VCID-ue18-zzau-x7hy https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T21:45:01.495920+00:00 Debian Oval Importer Fixing VCID-53ac-ceq4-qkhf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T21:36:39.889451+00:00 Debian Oval Importer Fixing VCID-8n2b-wvya-53e1 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T20:51:13.088449+00:00 Debian Oval Importer Fixing VCID-rncf-9nf8-wud3 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T20:24:05.166457+00:00 Debian Oval Importer Fixing VCID-and9-6jty-pyeq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T20:12:03.623337+00:00 Debian Oval Importer Affected by VCID-19e1-19hk-duet https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T19:53:08.256615+00:00 Debian Oval Importer Fixing VCID-vxh1-8rvt-kkak https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T19:47:14.026197+00:00 Debian Oval Importer Fixing VCID-sns1-ksqr-vbhr https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T19:12:46.287170+00:00 Debian Oval Importer Fixing VCID-64n5-pugj-vue8 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T18:45:26.673773+00:00 Debian Oval Importer Fixing VCID-7bjx-gkf7-cke9 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T18:29:18.938280+00:00 Debian Oval Importer Fixing VCID-vyzt-df2u-h3cc https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T17:58:46.238375+00:00 Debian Oval Importer Affected by VCID-1vt7-c6e3-7qc8 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T17:50:57.365686+00:00 Debian Oval Importer Fixing VCID-x15z-dejc-9ba6 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T17:36:29.133923+00:00 Debian Oval Importer Fixing VCID-b3au-rcgp-2fag https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T17:33:32.224541+00:00 Debian Oval Importer Fixing VCID-stft-hsk9-zfdy https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T17:17:13.511856+00:00 Debian Oval Importer Fixing VCID-gvjw-funa-sqak https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T17:15:57.898110+00:00 Debian Oval Importer Fixing VCID-n1hp-atex-ubh4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T17:14:54.907583+00:00 Debian Oval Importer Fixing VCID-p6r3-puh1-zyg6 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T16:45:08.818031+00:00 Debian Oval Importer Fixing VCID-df4x-jt3h-17hx https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T16:42:56.907627+00:00 Debian Oval Importer Fixing VCID-dpc3-td9q-dyee https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T16:33:59.567066+00:00 Debian Oval Importer Fixing VCID-n1w5-f5p7-xuhb https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T16:25:32.464670+00:00 Debian Oval Importer Fixing VCID-w9uy-fnpm-cbak https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T16:21:10.113101+00:00 Debian Oval Importer Fixing VCID-q4bb-qnxe-8bfa https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T15:43:05.254262+00:00 Debian Oval Importer Fixing VCID-3qb5-8p8w-gkad https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T15:30:16.248764+00:00 Debian Oval Importer Fixing VCID-vwbu-ruxm-tbh4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T15:23:42.506497+00:00 Debian Oval Importer Fixing VCID-en6t-uxtq-bfek https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T15:22:32.338130+00:00 Debian Oval Importer Fixing VCID-b5a2-83ej-puaw https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T15:21:21.393202+00:00 Debian Oval Importer Fixing VCID-3uk9-eds5-rkgc https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T15:17:44.198358+00:00 Debian Oval Importer Fixing VCID-haum-8zpg-6kgf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T15:04:23.257324+00:00 Debian Oval Importer Fixing VCID-9ckw-ra54-z3b7 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0