Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:pypi/pillow@8.2.0
purl pkg:pypi/pillow@8.2.0
Next non-vulnerable version 12.1.1
Latest non-vulnerable version 12.2.0
Risk 10.0
Vulnerabilities affecting this package (14)
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.2.0
Affected by 7 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.
8.3.2
Affected by 12 other vulnerabilities.
VCID-5rv4-k1q9-zue2
Aliases:
PYSEC-2023-175
Pillow versions before v10.0.1 bundled libwebp binaries in wheels that are vulnerable to CVE-2023-5129 (previously CVE-2023-4863). Pillow v10.0.1 upgrades the bundled libwebp binary to v1.3.2.
10.0.1
Affected by 2 other vulnerabilities.
VCID-64n5-pugj-vue8
Aliases:
CVE-2024-28219
GHSA-44wm-f244-xhp3
Pillow buffer overflow vulnerability In _imagingcms.c in Pillow before 10.3.0, a buffer overflow exists because strcpy is used instead of strncpy.
10.3.0
Affected by 2 other vulnerabilities.
VCID-9ckw-ra54-z3b7
Aliases:
CVE-2023-50447
GHSA-3f63-hfp8-52jq
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).
10.2.0
Affected by 1 other vulnerability.
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.0.1
Affected by 7 other vulnerabilities.
VCID-d7uf-zdbv-sba1
Aliases:
GHSA-56pw-mpj4-fxww
GMS-2023-3137
Duplicate This advisory duplicates another.
10.0.1
Affected by 2 other vulnerabilities.
VCID-df4x-jt3h-17hx
Aliases:
BIT-pillow-2022-22816
CVE-2022-22816
GHSA-xrcv-f9gm-v42c
PYSEC-2022-9
path_getbbox in path.c in Pillow before 9.0.0 has a buffer over-read during initialization of ImagePath.Path.
9.0.0
Affected by 9 other vulnerabilities.
VCID-dpc3-td9q-dyee
Aliases:
BIT-pillow-2022-22815
CVE-2022-22815
GHSA-pw3c-h7wp-cvhx
PYSEC-2022-8
path_getbbox in path.c in Pillow before 9.0.0 improperly initializes ImagePath.Path.
9.0.0
Affected by 9 other vulnerabilities.
VCID-g46h-p8jk-cuhc
Aliases:
GHSA-4fx9-vc88-q2xc
GMS-2022-347
Infinite loop in Pillow JpegImagePlugin may append an EOF marker to the end of a truncated file, so that the last segment of the data will still be processed by the decoder. If the EOF marker is not detected as such however, this could lead to an infinite loop where JpegImagePlugin keeps trying to end the file.
9.0.0
Affected by 9 other vulnerabilities.
VCID-n1hp-atex-ubh4
Aliases:
BIT-pillow-2023-44271
CVE-2023-44271
GHSA-8ghj-p4vj-mr35
PYSEC-2023-227
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.
10.0.0
Affected by 5 other vulnerabilities.
VCID-q4bb-qnxe-8bfa
Aliases:
BIT-pillow-2022-22817
CVE-2022-22817
GHSA-8vj2-vxx3-667w
PYSEC-2022-10
PIL.ImageMath.eval in Pillow before 9.0.0 allows evaluation of arbitrary expressions, such as ones that use the Python exec method.
9.0.0
Affected by 9 other vulnerabilities.
9.0.1
Affected by 7 other vulnerabilities.
VCID-vdzj-kqfy-d3b7
Aliases:
CVE-2023-4863
GHSA-j7hp-h8jx-5ppr
libwebp: OOB write in BuildHuffmanTable Heap buffer overflow in libwebp allow a remote attacker to perform an out of bounds memory write via a crafted HTML page.
10.0.1
Affected by 2 other vulnerabilities.
VCID-w9uy-fnpm-cbak
Aliases:
BIT-pillow-2021-34552
CVE-2021-34552
GHSA-7534-mm45-c74v
PYSEC-2021-331
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.
8.3.0
Affected by 13 other vulnerabilities.
Vulnerabilities fixed by this package (7)
Vulnerability Summary Aliases
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-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-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-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-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-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-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-16T22:55:08.432609+00:00 GitLab Importer Affected by VCID-64n5-pugj-vue8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2024-28219.yml 38.4.0
2026-04-16T22:48:14.641227+00:00 GitLab Importer Affected by VCID-9ckw-ra54-z3b7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2023-50447.yml 38.4.0
2026-04-16T22:42:30.337723+00:00 GitLab Importer Affected by VCID-n1hp-atex-ubh4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2023-44271.yml 38.4.0
2026-04-16T22:40:03.229408+00:00 GitLab Importer Affected by VCID-d7uf-zdbv-sba1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/GHSA-56pw-mpj4-fxww.yml 38.4.0
2026-04-16T22:37:53.615982+00:00 GitLab Importer Affected by VCID-vdzj-kqfy-d3b7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2023-4863.yml 38.4.0
2026-04-16T22:15:17.576032+00:00 GitLab Importer Affected by VCID-19e1-19hk-duet https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-45198.yml 38.4.0
2026-04-16T21:42:16.401972+00:00 GitLab Importer Affected by VCID-brp2-dtrf-jyfr https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-24303.yml 38.4.0
2026-04-16T21:42:15.215183+00:00 GitLab Importer Affected by VCID-g46h-p8jk-cuhc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/GMS-2022-347.yml 38.4.0
2026-04-16T21:37:32.711156+00:00 GitLab Importer Affected by VCID-q4bb-qnxe-8bfa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-22817.yml 38.4.0
2026-04-16T21:37:31.803008+00:00 GitLab Importer Affected by VCID-dpc3-td9q-dyee https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-22815.yml 38.4.0
2026-04-16T21:37:28.931082+00:00 GitLab Importer Affected by VCID-df4x-jt3h-17hx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-22816.yml 38.4.0
2026-04-16T21:31:50.556390+00:00 GitLab Importer Affected by VCID-w9uy-fnpm-cbak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-34552.yml 38.4.0
2026-04-16T21:30:50.328172+00:00 GitLab Importer Affected by VCID-1vt7-c6e3-7qc8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-23437.yml 38.4.0
2026-04-16T21:25:56.549019+00:00 GitLab Importer Fixing VCID-aubw-tsmn-ffcq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28677.yml 38.4.0
2026-04-16T21:25:55.723507+00:00 GitLab Importer Fixing VCID-n1w5-f5p7-xuhb https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-25287.yml 38.4.0
2026-04-16T21:25:54.766416+00:00 GitLab Importer Fixing VCID-3uk9-eds5-rkgc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28675.yml 38.4.0
2026-04-16T21:25:53.728802+00:00 GitLab Importer Fixing VCID-xesd-d294-7fcx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28676.yml 38.4.0
2026-04-16T21:25:49.893604+00:00 GitLab Importer Fixing VCID-ue18-zzau-x7hy https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-25288.yml 38.4.0
2026-04-16T21:25:49.397155+00:00 GitLab Importer Fixing VCID-vyzt-df2u-h3cc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28678.yml 38.4.0
2026-04-16T02:52:39.897522+00:00 GHSA Importer Affected by VCID-vdzj-kqfy-d3b7 https://github.com/advisories/GHSA-j7hp-h8jx-5ppr 38.4.0
2026-04-16T02:03:16.074066+00:00 GHSA Importer Affected by VCID-brp2-dtrf-jyfr https://github.com/advisories/GHSA-9j59-75qj-795w 38.4.0
2026-04-16T01:59:33.583860+00:00 GHSA Importer Affected by VCID-dpc3-td9q-dyee https://github.com/advisories/GHSA-pw3c-h7wp-cvhx 38.4.0
2026-04-16T01:59:32.897416+00:00 GHSA Importer Affected by VCID-df4x-jt3h-17hx https://github.com/advisories/GHSA-xrcv-f9gm-v42c 38.4.0
2026-04-16T01:59:32.220755+00:00 GHSA Importer Affected by VCID-q4bb-qnxe-8bfa https://github.com/advisories/GHSA-8vj2-vxx3-667w 38.4.0
2026-04-16T01:55:52.123778+00:00 GHSA Importer Affected by VCID-w9uy-fnpm-cbak https://github.com/advisories/GHSA-7534-mm45-c74v 38.4.0
2026-04-16T01:55:11.945348+00:00 GHSA Importer Affected by VCID-1vt7-c6e3-7qc8 https://github.com/advisories/GHSA-98vv-pw6r-q6q4 38.4.0
2026-04-16T01:48:04.265431+00:00 GHSA Importer Fixing VCID-aubw-tsmn-ffcq https://github.com/advisories/GHSA-q5hq-fp76-qmrc 38.4.0
2026-04-16T01:48:03.648375+00:00 GHSA Importer Fixing VCID-ue18-zzau-x7hy https://github.com/advisories/GHSA-rwv7-3v45-hg29 38.4.0
2026-04-16T01:48:03.114851+00:00 GHSA Importer Fixing VCID-vyzt-df2u-h3cc https://github.com/advisories/GHSA-hjfx-8p6c-g7gx 38.4.0
2026-04-16T01:48:02.742895+00:00 GHSA Importer Fixing VCID-3uk9-eds5-rkgc https://github.com/advisories/GHSA-g6rj-rv7j-xwp4 38.4.0
2026-04-16T01:48:02.119891+00:00 GHSA Importer Fixing VCID-n1w5-f5p7-xuhb https://github.com/advisories/GHSA-77gc-v2xv-rvvh 38.4.0
2026-04-16T01:48:01.573682+00:00 GHSA Importer Fixing VCID-xesd-d294-7fcx https://github.com/advisories/GHSA-7r7m-5h27-29hp 38.4.0
2026-04-12T00:13:40.504115+00:00 GitLab Importer Affected by VCID-64n5-pugj-vue8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2024-28219.yml 38.3.0
2026-04-12T00:08:03.078495+00:00 GitLab Importer Affected by VCID-9ckw-ra54-z3b7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2023-50447.yml 38.3.0
2026-04-12T00:02:01.687176+00:00 GitLab Importer Affected by VCID-n1hp-atex-ubh4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2023-44271.yml 38.3.0
2026-04-11T23:59:30.671291+00:00 GitLab Importer Affected by VCID-d7uf-zdbv-sba1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/GHSA-56pw-mpj4-fxww.yml 38.3.0
2026-04-11T23:57:13.113363+00:00 GitLab Importer Affected by VCID-vdzj-kqfy-d3b7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2023-4863.yml 38.3.0
2026-04-11T23:32:25.237229+00:00 GitLab Importer Affected by VCID-19e1-19hk-duet https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-45198.yml 38.3.0
2026-04-11T22:57:45.923593+00:00 GitLab Importer Affected by VCID-brp2-dtrf-jyfr https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-24303.yml 38.3.0
2026-04-11T22:57:44.609002+00:00 GitLab Importer Affected by VCID-g46h-p8jk-cuhc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/GMS-2022-347.yml 38.3.0
2026-04-11T22:51:40.503619+00:00 GitLab Importer Affected by VCID-q4bb-qnxe-8bfa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-22817.yml 38.3.0
2026-04-11T22:51:38.906820+00:00 GitLab Importer Affected by VCID-dpc3-td9q-dyee https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-22815.yml 38.3.0
2026-04-11T22:51:34.538694+00:00 GitLab Importer Affected by VCID-df4x-jt3h-17hx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-22816.yml 38.3.0
2026-04-11T22:45:04.996167+00:00 GitLab Importer Affected by VCID-w9uy-fnpm-cbak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-34552.yml 38.3.0
2026-04-11T22:43:58.055776+00:00 GitLab Importer Affected by VCID-1vt7-c6e3-7qc8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-23437.yml 38.3.0
2026-04-11T22:38:46.281734+00:00 GitLab Importer Fixing VCID-aubw-tsmn-ffcq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28677.yml 38.3.0
2026-04-11T22:38:45.413496+00:00 GitLab Importer Fixing VCID-n1w5-f5p7-xuhb https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-25287.yml 38.3.0
2026-04-11T22:38:44.407773+00:00 GitLab Importer Fixing VCID-3uk9-eds5-rkgc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28675.yml 38.3.0
2026-04-11T22:38:43.309495+00:00 GitLab Importer Fixing VCID-xesd-d294-7fcx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28676.yml 38.3.0
2026-04-11T22:38:38.749540+00:00 GitLab Importer Fixing VCID-ue18-zzau-x7hy https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-25288.yml 38.3.0
2026-04-11T22:38:38.214693+00:00 GitLab Importer Fixing VCID-vyzt-df2u-h3cc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28678.yml 38.3.0
2026-04-11T14:21:24.110764+00:00 GHSA Importer Affected by VCID-vdzj-kqfy-d3b7 https://github.com/advisories/GHSA-j7hp-h8jx-5ppr 38.3.0
2026-04-11T13:30:32.986170+00:00 GHSA Importer Affected by VCID-brp2-dtrf-jyfr https://github.com/advisories/GHSA-9j59-75qj-795w 38.3.0
2026-04-11T13:26:49.427557+00:00 GHSA Importer Affected by VCID-dpc3-td9q-dyee https://github.com/advisories/GHSA-pw3c-h7wp-cvhx 38.3.0
2026-04-11T13:26:48.756351+00:00 GHSA Importer Affected by VCID-df4x-jt3h-17hx https://github.com/advisories/GHSA-xrcv-f9gm-v42c 38.3.0
2026-04-11T13:26:48.090846+00:00 GHSA Importer Affected by VCID-q4bb-qnxe-8bfa https://github.com/advisories/GHSA-8vj2-vxx3-667w 38.3.0
2026-04-11T13:22:52.920385+00:00 GHSA Importer Affected by VCID-w9uy-fnpm-cbak https://github.com/advisories/GHSA-7534-mm45-c74v 38.3.0
2026-04-11T13:22:11.590722+00:00 GHSA Importer Affected by VCID-1vt7-c6e3-7qc8 https://github.com/advisories/GHSA-98vv-pw6r-q6q4 38.3.0
2026-04-11T13:17:22.957946+00:00 GHSA Importer Fixing VCID-aubw-tsmn-ffcq https://github.com/advisories/GHSA-q5hq-fp76-qmrc 38.3.0
2026-04-11T13:17:22.289539+00:00 GHSA Importer Fixing VCID-ue18-zzau-x7hy https://github.com/advisories/GHSA-rwv7-3v45-hg29 38.3.0
2026-04-11T13:17:21.749735+00:00 GHSA Importer Fixing VCID-vyzt-df2u-h3cc https://github.com/advisories/GHSA-hjfx-8p6c-g7gx 38.3.0
2026-04-11T13:17:21.341536+00:00 GHSA Importer Fixing VCID-3uk9-eds5-rkgc https://github.com/advisories/GHSA-g6rj-rv7j-xwp4 38.3.0
2026-04-11T13:17:20.704403+00:00 GHSA Importer Fixing VCID-n1w5-f5p7-xuhb https://github.com/advisories/GHSA-77gc-v2xv-rvvh 38.3.0
2026-04-11T13:17:20.155509+00:00 GHSA Importer Fixing VCID-xesd-d294-7fcx https://github.com/advisories/GHSA-7r7m-5h27-29hp 38.3.0
2026-04-03T00:19:58.590754+00:00 GitLab Importer Affected by VCID-64n5-pugj-vue8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2024-28219.yml 38.1.0
2026-04-03T00:12:42.459272+00:00 GitLab Importer Affected by VCID-9ckw-ra54-z3b7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2023-50447.yml 38.1.0
2026-04-03T00:05:02.780674+00:00 GitLab Importer Affected by VCID-n1hp-atex-ubh4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2023-44271.yml 38.1.0
2026-04-03T00:02:34.298723+00:00 GitLab Importer Affected by VCID-d7uf-zdbv-sba1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/GHSA-56pw-mpj4-fxww.yml 38.1.0
2026-04-03T00:00:15.682100+00:00 GitLab Importer Affected by VCID-vdzj-kqfy-d3b7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2023-4863.yml 38.1.0
2026-04-02T23:37:34.531143+00:00 GitLab Importer Affected by VCID-19e1-19hk-duet https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-45198.yml 38.1.0
2026-04-02T23:06:38.285642+00:00 GitLab Importer Affected by VCID-brp2-dtrf-jyfr https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-24303.yml 38.1.0
2026-04-02T23:06:37.250969+00:00 GitLab Importer Affected by VCID-g46h-p8jk-cuhc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/GMS-2022-347.yml 38.1.0
2026-04-02T23:01:06.290201+00:00 GitLab Importer Affected by VCID-q4bb-qnxe-8bfa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-22817.yml 38.1.0
2026-04-02T23:01:04.892474+00:00 GitLab Importer Affected by VCID-dpc3-td9q-dyee https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-22815.yml 38.1.0
2026-04-02T23:01:00.485045+00:00 GitLab Importer Affected by VCID-df4x-jt3h-17hx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-22816.yml 38.1.0
2026-04-02T22:55:01.822531+00:00 GitLab Importer Affected by VCID-w9uy-fnpm-cbak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-34552.yml 38.1.0
2026-04-02T22:54:02.652560+00:00 GitLab Importer Affected by VCID-1vt7-c6e3-7qc8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-23437.yml 38.1.0
2026-04-02T22:49:25.253756+00:00 GitLab Importer Fixing VCID-aubw-tsmn-ffcq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28677.yml 38.1.0
2026-04-02T22:49:24.500818+00:00 GitLab Importer Fixing VCID-n1w5-f5p7-xuhb https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-25287.yml 38.1.0
2026-04-02T22:49:23.570073+00:00 GitLab Importer Fixing VCID-3uk9-eds5-rkgc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28675.yml 38.1.0
2026-04-02T22:49:22.571007+00:00 GitLab Importer Fixing VCID-xesd-d294-7fcx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28676.yml 38.1.0
2026-04-02T22:49:18.841690+00:00 GitLab Importer Fixing VCID-ue18-zzau-x7hy https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-25288.yml 38.1.0
2026-04-02T22:49:18.362134+00:00 GitLab Importer Fixing VCID-vyzt-df2u-h3cc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28678.yml 38.1.0
2026-04-02T16:56:19.960330+00:00 GHSA Importer Fixing VCID-vwbu-ruxm-tbh4 https://github.com/advisories/GHSA-mvg9-xffr-p774 38.1.0
2026-04-02T15:02:52.131330+00:00 GHSA Importer Affected by VCID-vdzj-kqfy-d3b7 https://github.com/advisories/GHSA-j7hp-h8jx-5ppr 38.1.0
2026-04-02T14:20:23.436181+00:00 GHSA Importer Affected by VCID-brp2-dtrf-jyfr https://github.com/advisories/GHSA-9j59-75qj-795w 38.1.0
2026-04-02T14:17:02.446859+00:00 GHSA Importer Affected by VCID-dpc3-td9q-dyee https://github.com/advisories/GHSA-pw3c-h7wp-cvhx 38.1.0
2026-04-02T14:17:01.860720+00:00 GHSA Importer Affected by VCID-df4x-jt3h-17hx https://github.com/advisories/GHSA-xrcv-f9gm-v42c 38.1.0
2026-04-02T14:17:01.270857+00:00 GHSA Importer Affected by VCID-q4bb-qnxe-8bfa https://github.com/advisories/GHSA-8vj2-vxx3-667w 38.1.0
2026-04-02T14:13:25.704842+00:00 GHSA Importer Affected by VCID-w9uy-fnpm-cbak https://github.com/advisories/GHSA-7534-mm45-c74v 38.1.0
2026-04-02T14:12:47.571609+00:00 GHSA Importer Affected by VCID-1vt7-c6e3-7qc8 https://github.com/advisories/GHSA-98vv-pw6r-q6q4 38.1.0
2026-04-02T14:08:26.929219+00:00 GHSA Importer Fixing VCID-aubw-tsmn-ffcq https://github.com/advisories/GHSA-q5hq-fp76-qmrc 38.1.0
2026-04-02T14:08:26.349437+00:00 GHSA Importer Fixing VCID-ue18-zzau-x7hy https://github.com/advisories/GHSA-rwv7-3v45-hg29 38.1.0
2026-04-02T14:08:25.872496+00:00 GHSA Importer Fixing VCID-vyzt-df2u-h3cc https://github.com/advisories/GHSA-hjfx-8p6c-g7gx 38.1.0
2026-04-02T14:08:25.513695+00:00 GHSA Importer Fixing VCID-3uk9-eds5-rkgc https://github.com/advisories/GHSA-g6rj-rv7j-xwp4 38.1.0
2026-04-02T14:08:24.952271+00:00 GHSA Importer Fixing VCID-n1w5-f5p7-xuhb https://github.com/advisories/GHSA-77gc-v2xv-rvvh 38.1.0
2026-04-02T14:08:24.467758+00:00 GHSA Importer Fixing VCID-xesd-d294-7fcx https://github.com/advisories/GHSA-7r7m-5h27-29hp 38.1.0
2026-04-02T12:38:08.683679+00:00 GitLab Importer Fixing VCID-vwbu-ruxm-tbh4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-25291.yml 38.0.0
2026-04-01T17:59:47.493159+00:00 GitLab Importer Affected by VCID-19e1-19hk-duet https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-45198.yml 38.0.0
2026-04-01T17:25:52.277874+00:00 GitLab Importer Affected by VCID-brp2-dtrf-jyfr https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-24303.yml 38.0.0
2026-04-01T17:25:51.066300+00:00 GitLab Importer Affected by VCID-g46h-p8jk-cuhc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/GMS-2022-347.yml 38.0.0
2026-04-01T17:19:56.840193+00:00 GitLab Importer Affected by VCID-q4bb-qnxe-8bfa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-22817.yml 38.0.0
2026-04-01T17:19:55.155643+00:00 GitLab Importer Affected by VCID-dpc3-td9q-dyee https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-22815.yml 38.0.0
2026-04-01T17:19:45.728858+00:00 GitLab Importer Affected by VCID-df4x-jt3h-17hx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2022-22816.yml 38.0.0
2026-04-01T17:13:19.837117+00:00 GitLab Importer Affected by VCID-w9uy-fnpm-cbak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-34552.yml 38.0.0
2026-04-01T17:12:17.040781+00:00 GitLab Importer Affected by VCID-1vt7-c6e3-7qc8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-23437.yml 38.0.0
2026-04-01T17:07:19.252058+00:00 GitLab Importer Fixing VCID-aubw-tsmn-ffcq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28677.yml 38.0.0
2026-04-01T17:07:18.475288+00:00 GitLab Importer Fixing VCID-n1w5-f5p7-xuhb https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-25287.yml 38.0.0
2026-04-01T17:07:17.703312+00:00 GitLab Importer Fixing VCID-3uk9-eds5-rkgc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28675.yml 38.0.0
2026-04-01T17:07:16.677559+00:00 GitLab Importer Fixing VCID-xesd-d294-7fcx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28676.yml 38.0.0
2026-04-01T17:07:13.028606+00:00 GitLab Importer Fixing VCID-ue18-zzau-x7hy https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-25288.yml 38.0.0
2026-04-01T17:07:12.552438+00:00 GitLab Importer Fixing VCID-vyzt-df2u-h3cc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Pillow/CVE-2021-28678.yml 38.0.0
2026-04-01T15:15:18.014515+00:00 PyPI Importer Affected by VCID-n1hp-atex-ubh4 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:14:49.760225+00:00 PyPI Importer Affected by VCID-5rv4-k1q9-zue2 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:13:28.097218+00:00 PyPI Importer Affected by VCID-19e1-19hk-duet https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:12:46.507597+00:00 PyPI Importer Affected by VCID-brp2-dtrf-jyfr https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:11:54.066308+00:00 PyPI Importer Affected by VCID-df4x-jt3h-17hx https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:11:53.730990+00:00 PyPI Importer Affected by VCID-dpc3-td9q-dyee https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:11:53.380994+00:00 PyPI Importer Affected by VCID-q4bb-qnxe-8bfa https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:10:14.330422+00:00 PyPI Importer Affected by VCID-1vt7-c6e3-7qc8 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:09:49.570598+00:00 PyPI Importer Affected by VCID-w9uy-fnpm-cbak https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:09:40.463436+00:00 PyPI Importer Fixing VCID-vyzt-df2u-h3cc https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:09:40.165312+00:00 PyPI Importer Fixing VCID-n1w5-f5p7-xuhb https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:09:39.864284+00:00 PyPI Importer Fixing VCID-ue18-zzau-x7hy https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:09:39.558214+00:00 PyPI Importer Fixing VCID-aubw-tsmn-ffcq https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:09:39.247846+00:00 PyPI Importer Fixing VCID-xesd-d294-7fcx https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:09:38.924948+00:00 PyPI Importer Fixing VCID-3uk9-eds5-rkgc https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T13:02:27.679790+00:00 GithubOSV Importer Fixing VCID-vyzt-df2u-h3cc https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/06/GHSA-hjfx-8p6c-g7gx/GHSA-hjfx-8p6c-g7gx.json 38.0.0
2026-04-01T13:02:26.748425+00:00 GithubOSV Importer Fixing VCID-n1w5-f5p7-xuhb https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/06/GHSA-77gc-v2xv-rvvh/GHSA-77gc-v2xv-rvvh.json 38.0.0
2026-04-01T13:02:26.620161+00:00 GithubOSV Importer Fixing VCID-aubw-tsmn-ffcq https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/06/GHSA-q5hq-fp76-qmrc/GHSA-q5hq-fp76-qmrc.json 38.0.0
2026-04-01T13:02:25.580390+00:00 GithubOSV Importer Fixing VCID-xesd-d294-7fcx https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/06/GHSA-7r7m-5h27-29hp/GHSA-7r7m-5h27-29hp.json 38.0.0
2026-04-01T13:02:22.501293+00:00 GithubOSV Importer Fixing VCID-ue18-zzau-x7hy https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/06/GHSA-rwv7-3v45-hg29/GHSA-rwv7-3v45-hg29.json 38.0.0
2026-04-01T13:02:19.093734+00:00 GithubOSV Importer Fixing VCID-3uk9-eds5-rkgc https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/06/GHSA-g6rj-rv7j-xwp4/GHSA-g6rj-rv7j-xwp4.json 38.0.0
2026-04-01T13:01:51.870518+00:00 GithubOSV Importer Fixing VCID-vwbu-ruxm-tbh4 https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/03/GHSA-mvg9-xffr-p774/GHSA-mvg9-xffr-p774.json 38.0.0
2026-04-01T12:50:23.974476+00:00 Pypa Importer Affected by VCID-5rv4-k1q9-zue2 https://github.com/pypa/advisory-database/blob/main/vulns/pillow/PYSEC-2023-175.yaml 38.0.0
2026-04-01T12:48:57.483761+00:00 Pypa Importer Affected by VCID-n1hp-atex-ubh4 https://github.com/pypa/advisory-database/blob/main/vulns/pillow/PYSEC-2023-227.yaml 38.0.0
2026-04-01T12:47:55.999072+00:00 Pypa Importer Affected by VCID-19e1-19hk-duet https://github.com/pypa/advisory-database/blob/main/vulns/pillow/PYSEC-2022-42979.yaml 38.0.0
2026-04-01T12:47:33.173766+00:00 Pypa Importer Affected by VCID-brp2-dtrf-jyfr https://github.com/pypa/advisory-database/blob/main/vulns/pillow/PYSEC-2022-168.yaml 38.0.0
2026-04-01T12:47:07.274117+00:00 Pypa Importer Affected by VCID-dpc3-td9q-dyee https://github.com/pypa/advisory-database/blob/main/vulns/pillow/PYSEC-2022-8.yaml 38.0.0
2026-04-01T12:47:07.002049+00:00 Pypa Importer Affected by VCID-df4x-jt3h-17hx https://github.com/pypa/advisory-database/blob/main/vulns/pillow/PYSEC-2022-9.yaml 38.0.0
2026-04-01T12:47:06.816221+00:00 Pypa Importer Affected by VCID-q4bb-qnxe-8bfa https://github.com/pypa/advisory-database/blob/main/vulns/pillow/PYSEC-2022-10.yaml 38.0.0
2026-04-01T12:46:19.650034+00:00 Pypa Importer Affected by VCID-1vt7-c6e3-7qc8 https://github.com/pypa/advisory-database/blob/main/vulns/pillow/PYSEC-2021-317.yaml 38.0.0
2026-04-01T12:46:07.319969+00:00 Pypa Importer Affected by VCID-w9uy-fnpm-cbak https://github.com/pypa/advisory-database/blob/main/vulns/pillow/PYSEC-2021-331.yaml 38.0.0
2026-04-01T12:46:02.306203+00:00 Pypa Importer Fixing VCID-vyzt-df2u-h3cc https://github.com/pypa/advisory-database/blob/main/vulns/pillow/PYSEC-2021-94.yaml 38.0.0
2026-04-01T12:46:02.142066+00:00 Pypa Importer Fixing VCID-aubw-tsmn-ffcq https://github.com/pypa/advisory-database/blob/main/vulns/pillow/PYSEC-2021-93.yaml 38.0.0
2026-04-01T12:46:01.989078+00:00 Pypa Importer Fixing VCID-n1w5-f5p7-xuhb https://github.com/pypa/advisory-database/blob/main/vulns/pillow/PYSEC-2021-137.yaml 38.0.0
2026-04-01T12:46:01.818731+00:00 Pypa Importer Fixing VCID-ue18-zzau-x7hy https://github.com/pypa/advisory-database/blob/main/vulns/pillow/PYSEC-2021-138.yaml 38.0.0
2026-04-01T12:46:01.649719+00:00 Pypa Importer Fixing VCID-xesd-d294-7fcx https://github.com/pypa/advisory-database/blob/main/vulns/pillow/PYSEC-2021-92.yaml 38.0.0
2026-04-01T12:46:01.481006+00:00 Pypa Importer Fixing VCID-3uk9-eds5-rkgc https://github.com/pypa/advisory-database/blob/main/vulns/pillow/PYSEC-2021-139.yaml 38.0.0