Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:composer/drupal/drupal@8.8.0
purl pkg:composer/drupal/drupal@8.8.0
Next non-vulnerable version 10.2.11
Latest non-vulnerable version 11.0.8
Risk 10.0
Vulnerabilities affecting this package (33)
Vulnerability Summary Fixed by
VCID-1nf6-3q5b-gqfm
Aliases:
CVE-2024-55636
GHSA-938f-5r4f-h65v
Drupal core contains a potential PHP Object Injection vulnerability that (if combined with another exploit) could lead to Artbitrary File Deletion. It is not directly exploitable. This issue is mitigated by the fact that in order to be exploitable, a separate vulnerability must be present that allows an attacker to pass unsafe input to `unserialize()`. There are no such known exploits in Drupal core. To help protect against this vulnerability, types have been added to properties in some of Drupal core's classes. If an application extends those classes, the same types may need to be specified on the subclass to avoid a `TypeError`. This issue affects Drupal Core: from 8.0.0 before 10.2.11, from 10.3.0 before 10.3.9, from 11.0.0 before 11.0.8.
10.2.11
Affected by 0 other vulnerabilities.
10.3.9
Affected by 0 other vulnerabilities.
11.0.8
Affected by 0 other vulnerabilities.
VCID-2s8m-ujzb-skd1
Aliases:
CVE-2024-55637
GHSA-w6rx-9g2x-mg5g
Drupal core contains a potential PHP Object Injection vulnerability that (if combined with another exploit) could lead to Remote Code Execution. It is not directly exploitable. This issue is mitigated by the fact that in order for it to be exploitable, a separate vulnerability must be present to allow an attacker to pass unsafe input to `unserialize()`. There are no such known exploits in Drupal core. To help protect against this potential vulnerability, types have been added to properties in some of Drupal core's classes. If an application extends those classes, the same types may need to be specified on the subclass to avoid a `TypeError`. This issue affects Drupal Core: from 8.0.0 before 10.2.11, from 10.3.0 before 10.3.9, from 11.0.0 before 11.0.8.
10.2.11
Affected by 0 other vulnerabilities.
10.3.9
Affected by 0 other vulnerabilities.
11.0.8
Affected by 0 other vulnerabilities.
VCID-5618-53yg-8qh4
Aliases:
CVE-2020-11022
GHSA-gxr4-xjj5-5px2
Potential XSS vulnerability in jQuery ### Impact Passing HTML from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. `.html()`, `.append()`, and others) may execute untrusted code. ### Patches This problem is patched in jQuery 3.5.0. ### Workarounds To workaround the issue without upgrading, adding the following to your code: ```js jQuery.htmlPrefilter = function( html ) { return html; }; ``` You need to use at least jQuery 1.12/2.2 or newer to be able to apply this workaround. ### References https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/ https://jquery.com/upgrade-guide/3.5/ ### For more information If you have any questions or comments about this advisory, search for a relevant issue in [the jQuery repo](https://github.com/jquery/jquery/issues). If you don't find an answer, open a new issue.
8.8.6
Affected by 22 other vulnerabilities.
8.9.0-beta1
Affected by 14 other vulnerabilities.
VCID-6ck5-9e5b-w3ay
Aliases:
CVE-2022-25275
GHSA-xh3v-6f9j-wxw3
GMS-2022-3362
Improper access control In some situations, the Image module does not correctly check access to image files not stored in the standard public files directory when generating derivative images using the image styles system. Access to a non-public file is checked only if it is stored in the "private" file system. However, some contributed modules provide additional file systems, or schemes, which may lead to this vulnerability. This vulnerability is mitigated by the fact that it only applies when the site sets (Drupal 9) $config['image.settings']['allow_insecure_derivatives'] or (Drupal 7) $conf['image_allow_insecure_derivatives'] to TRUE. The recommended and default setting is FALSE, and Drupal core does not provide a way to change that in the admin UI. Some sites may require configuration changes following this security release. Review the release notes for your Drupal version if you have issues accessing files or image styles after updating.
9.3.19
Affected by 6 other vulnerabilities.
9.4.3
Affected by 7 other vulnerabilities.
VCID-6m8x-cfzp-tkf4
Aliases:
CVE-2020-13671
GHSA-68jc-v27h-vhmw
Drupal core Unrestricted Upload of File with Dangerous Type Drupal core does not properly sanitize certain filenames on uploaded files, which can lead to files being interpreted as the incorrect extension and served as the wrong MIME type or executed as PHP for certain hosting configurations. This issue affects: Drupal Drupal Core 9.0 versions prior to 9.0.8, 8.9 versions prior to 8.9.9, 8.8 versions prior to 8.8.11, and 7 versions prior to 7.74.
8.8.11
Affected by 17 other vulnerabilities.
8.9.9
Affected by 18 other vulnerabilities.
9.0.8
Affected by 18 other vulnerabilities.
VCID-9qyz-jfgb-5yfs
Aliases:
CVE-2020-13667
GHSA-x2q9-r8gm-f657
Drupal Core Access bypass vulnerability Access bypass vulnerability in of Drupal Core Workspaces allows an attacker to access data without correct permissions. The Workspaces module doesn't sufficiently check access permissions when switching workspaces, leading to an access bypass vulnerability. An attacker might be able to see content before the site owner intends people to see the content. This vulnerability is mitigated by the fact that sites are only vulnerable if they have installed the experimental Workspaces module. This issue affects Drupal Core8.8.X versions prior to 8.8.10; 8.9.X versions prior to 8.9.6; 9.0.X versions prior to 9.0.6.
8.8.10
Affected by 18 other vulnerabilities.
8.9.6
Affected by 19 other vulnerabilities.
9.0.6
Affected by 19 other vulnerabilities.
VCID-agtf-c53h-2fdx
Aliases:
CVE-2020-13664
GHSA-x72f-ggjw-v5xh
Drupal Core Arbitrary PHP code execution vulnerability Arbitrary PHP code execution vulnerability in Drupal Core under certain circumstances. An attacker could trick an administrator into visiting a malicious site that could result in creating a carefully named directory on the file system. With this directory in place, an attacker could attempt to brute force a remote code execution vulnerability. Windows servers are most likely to be affected. This issue affects: Drupal Drupal Core 8.8.x versions prior to 8.8.8; 8.9.x versions prior to 8.9.1; 9.0.1 versions prior to 9.0.1.
8.8.8
Affected by 22 other vulnerabilities.
8.9.1
Affected by 23 other vulnerabilities.
9.0.1
Affected by 23 other vulnerabilities.
VCID-bbzr-hbhv-yyee
Aliases:
CVE-2022-25273
GHSA-g36h-4jr6-qmm9
Improper Input Validation Drupal core's form API has a vulnerability where certain contributed or custom modules' forms may be vulnerable to improper input validation. This could allow an attacker to inject disallowed values or overwrite data. Affected forms are uncommon, but in certain cases an attacker could alter critical or sensitive data.
9.2.18
Affected by 11 other vulnerabilities.
9.3.12
Affected by 11 other vulnerabilities.
VCID-cvxp-ctj9-guej
Aliases:
CVE-2020-11023
GHSA-jpcq-cgw6-v4j6
Potential XSS vulnerability in jQuery ### Impact Passing HTML containing `<option>` elements from untrusted sources - even after sanitizing them - to one of jQuery's DOM manipulation methods (i.e. `.html()`, `.append()`, and others) may execute untrusted code. ### Patches This problem is patched in jQuery 3.5.0. ### Workarounds To workaround this issue without upgrading, use [DOMPurify](https://github.com/cure53/DOMPurify) with its `SAFE_FOR_JQUERY` option to sanitize the HTML string before passing it to a jQuery method. ### References https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/ ### For more information If you have any questions or comments about this advisory, search for a relevant issue in [the jQuery repo](https://github.com/jquery/jquery/issues). If you don't find an answer, open a new issue.
8.8.6
Affected by 22 other vulnerabilities.
8.9.0-beta1
Affected by 14 other vulnerabilities.
VCID-dgjq-y5zj-cud1
Aliases:
CVE-2022-25278
GHSA-cfh2-7f6h-3m85
Improper Access Control Under certain circumstances, the Drupal core form API evaluates form element access incorrectly. This may lead to a user being able to alter data they should not have access to. No forms provided by Drupal core are known to be vulnerable. However, forms added through contributed or custom modules or themes may be affected.
9.3.19
Affected by 6 other vulnerabilities.
9.4.3
Affected by 7 other vulnerabilities.
VCID-gbz5-5frj-hber
Aliases:
CVE-2020-28949
GHSA-75c5-f4gw-38r9
Multiple vulnerabilities through filename manipulation in Archive_Tar Archive_Tar through 1.4.10 has `://` filename sanitization only to address phar attacks, and thus any other stream-wrapper attack (such as `file://` to overwrite files) can still succeed. See: https://github.com/pear/Archive_Tar/issues/33
8.8.12
Affected by 14 other vulnerabilities.
8.9.0-beta1
Affected by 14 other vulnerabilities.
8.9.10
Affected by 15 other vulnerabilities.
9.0.0-alpha1
Affected by 12 other vulnerabilities.
9.0.9
Affected by 15 other vulnerabilities.
9.1.0-alpha1
Affected by 13 other vulnerabilities.
VCID-jfq8-xxwa-mkd1
Aliases:
GHSA-m9fv-whq2-6wmc
Drupal core Multiple vulnerabilities due to the use of the third-party library Archive_Tar The Drupal project uses the third-party library [Archive_Tar](https://pear.php.net/package/Archive_Tar/), which has released a security improvement that is needed to protect some Drupal configurations. Multiple vulnerabilities are possible if Drupal is configured to allow .tar, .tar.gz, .bz2 or .tlz file uploads and processes them. The latest versions of Drupal update Archive_Tar to 1.4.9 to mitigate the file processing vulnerabilities.
8.8.1
Affected by 26 other vulnerabilities.
VCID-k1gx-nznx-7qd6
Aliases:
CVE-2020-13672
GHSA-3m36-mjwj-352c
Drupal core Cross-site Scripting (XSS) vulnerability Cross-site Scripting (XSS) vulnerability in Drupal core's sanitization API fails to properly filter cross-site scripting under certain circumstances. This issue affects: Drupal Core 9.1.x versions prior to 9.1.7; 9.0.x versions prior to 9.0.12; 8.9.x versions prior to 8.9.14; 7.x versions prior to 7.80.
8.9.14
Affected by 13 other vulnerabilities.
9.0.12
Affected by 13 other vulnerabilities.
9.1.7
Affected by 13 other vulnerabilities.
VCID-kh51-g4cv-tqaw
Aliases:
GHSA-337w-fxpq-5m34
Drupal core uses a vulnerable Third-party library CKEditor The Drupal project uses the third-party library [CKEditor](https://github.com/ckeditor/ckeditor4), which has released a [security improvement](https://ckeditor.com/blog/CKEditor-4.14-with-Paste-from-LibreOffice-released/#security-issues-fixed) that is needed to protect some Drupal configurations. Vulnerabilities are possible if Drupal is configured to use the WYSIWYG CKEditor for your site's users. An attacker that can create or edit content may be able to exploit this Cross Site Scripting (XSS) vulnerability to target users with access to the WYSIWYG CKEditor, and this may include site admins with privileged access. The latest versions of Drupal update CKEditor to 4.14 to mitigate the vulnerabilities.
8.8.4
Affected by 24 other vulnerabilities.
VCID-mapb-hsvc-2khc
Aliases:
CVE-2022-25277
GHSA-6955-67hm-vjjq
GMS-2022-3361
Unrestricted Upload of File with Dangerous Type Drupal core sanitizes filenames with dangerous extensions upon upload (reference: SA-CORE-2020-012) and strips leading and trailing dots from filenames to prevent uploading server configuration files (reference: SA-CORE-2019-010). However, the protections for these two vulnerabilities previously does not work correctly together. As a result, if the site were configured to allow the upload of files with an htaccess extension, these files' filenames would not be properly sanitized. This could allow bypassing the protections provided by Drupal core's default .htaccess files and possible remote code execution on Apache web servers. This issue is mitigated by the fact that it requires a field administrator to explicitly configure a file field to allow htaccess as an extension (a restricted permission), or a contributed module or custom code that overrides allowed file uploads.
9.3.19
Affected by 6 other vulnerabilities.
9.4.3
Affected by 7 other vulnerabilities.
VCID-mhk6-9qdy-83f3
Aliases:
CVE-2020-13666
GHSA-8jj2-x2gc-ggm7
Drupal Core Cross-site scripting vulnerability Cross-site scripting vulnerability in Drupal Core. Drupal AJAX API does not disable JSONP by default, allowing for an XSS attack. This issue affects: Drupal Drupal Core 7.x versions prior to 7.73; 8.8.x versions prior to 8.8.10; 8.9.x versions prior to 8.9.6; 9.0.x versions prior to 9.0.6.
8.8.10
Affected by 18 other vulnerabilities.
8.9.6
Affected by 19 other vulnerabilities.
9.0.6
Affected by 19 other vulnerabilities.
VCID-n119-gta2-kfg1
Aliases:
CVE-2020-13669
GHSA-c533-c843-67h8
Drupal core Cross-site Scripting (XSS) vulnerability in ckeditor Cross-site Scripting (XSS) vulnerability in ckeditor of Drupal Core allows attacker to inject XSS. This issue affects: Drupal Core 8.8.x versions prior to 8.8.10.; 8.9.x versions prior to 8.9.6; 9.0.x versions prior to 9.0.6.
8.8.10
Affected by 18 other vulnerabilities.
8.9.6
Affected by 19 other vulnerabilities.
9.0.6
Affected by 19 other vulnerabilities.
VCID-n7un-zgqv-jfef
Aliases:
CVE-2022-25276
GHSA-4wfq-jc9h-vpcx
Lack of domain validation in Druple core The Media oEmbed iframe route does not properly validate the iframe domain setting, which allows embeds to be displayed in the context of the primary domain. Under certain circumstances, this could lead to cross-site scripting, leaked cookies, or other vulnerabilities.
9.3.19
Affected by 6 other vulnerabilities.
9.4.3
Affected by 7 other vulnerabilities.
VCID-nj3a-eb59-jygs
Aliases:
CVE-2020-9281
GHSA-vcjf-mgcg-jxjq
CKEditor 4.0 vulnerability in the HTML Data Processor A cross-site scripting (XSS) vulnerability in the HTML Data Processor for CKEditor 4.0 before 4.14.0 allows remote attackers to inject arbitrary web script through a crafted "protected" comment (with the cke_protected syntax).
8.8.4
Affected by 24 other vulnerabilities.
9.0.0-alpha1
Affected by 12 other vulnerabilities.
VCID-pk74-yy1n-8qck
Aliases:
GHSA-5x28-3f32-x523
Drupal core Access control bypass The Media Library module has a security vulnerability whereby it doesn't sufficiently restrict access to media items in certain configurations. ### Solution: If you are using Drupal 8.7.x, you should upgrade to Drupal 8.7.11. If you are using Drupal 8.8.x, you should upgrade to Drupal 8.8.1. Versions of Drupal 8 prior to 8.7.x are end-of-life and do not receive security coverage. Alternatively, you may mitigate this vulnerability by unchecking the "Enable advanced UI" checkbox on `/admin/config/media/media-library`. (This mitigation is not available in 8.7.x.)
8.8.1
Affected by 26 other vulnerabilities.
VCID-ptxz-rvbt-hqhz
Aliases:
CVE-2020-13665
GHSA-wxqp-jwc9-g39x
Drupal Core Access bypass vulnerability Access bypass vulnerability in Drupal Core allows JSON:API when JSON:API is in read/write mode. Only sites that have the read_only set to FALSE under jsonapi.settings config are vulnerable. This issue affects: Drupal Drupal Core 8.8.x versions prior to 8.8.8; 8.9.x versions prior to 8.9.1; 9.0.x versions prior to 9.0.1.
8.8.8
Affected by 22 other vulnerabilities.
8.9.1
Affected by 23 other vulnerabilities.
9.0.1
Affected by 23 other vulnerabilities.
VCID-q4qx-7s1y-q3hc
Aliases:
CVE-2024-12393
GHSA-8mvq-8h2v-j9vf
Drupal Core Cross-Site Scripting (XSS) Drupal uses JavaScript to render status messages in some cases and configurations. In certain situations, the status messages are not adequately sanitized. This issue affects Drupal Core: from 8.8.0 before 10.2.11, from 10.3.0 before 10.3.9, from 11.0.0 before 11.0.8.
10.2.11
Affected by 0 other vulnerabilities.
10.3.9
Affected by 0 other vulnerabilities.
11.0.8
Affected by 0 other vulnerabilities.
VCID-r8pv-9upr-y7gd
Aliases:
GHSA-qf65-hph9-453r
Drupal Cross-Site Scripting (XSS) affecting CKEditor Third-party library The Drupal project uses the CKEditor, library for WYSIWYG editing. CKEditor has released a security update that impacts Drupal. Vulnerabilities are possible if Drupal is configured to allow use of the CKEditor library for WYSIWYG editing. An attacker that can create or edit content (even without access to CKEditor themselves) may be able to exploit one or more Cross-Site Scripting (XSS) vulnerabilities to target users with access to the WYSIWYG CKEditor, including site admins with privileged access.
8.9.16
Affected by 12 other vulnerabilities.
9.1.12
Affected by 12 other vulnerabilities.
9.2.4
Affected by 17 other vulnerabilities.
VCID-rdgr-yuu7-xkey
Aliases:
CVE-2024-55638
GHSA-gvf2-2f4g-jqf4
Drupal core contains a potential PHP Object Injection vulnerability that (if combined with another exploit) could lead to Remote Code Execution. It is not directly exploitable. This issue is mitigated by the fact that in order for it to be exploitable, a separate vulnerability must be present to allow an attacker to pass unsafe input to `unserialize()`. There are no such known exploits in Drupal core. To help protect against this potential vulnerability, some additional checks have been added to Drupal core's database code. If you use a third-party database driver, check the release notes for additional configuration steps that may be required in certain cases. This issue affects Drupal Core: from 7.0 before 7.102, from 8.0.0 before 10.2.11, from 10.3.0 before 10.3.9.
10.2.11
Affected by 0 other vulnerabilities.
10.3.9
Affected by 0 other vulnerabilities.
VCID-ty3y-k9t2-qyba
Aliases:
GHSA-58xv-7h9r-mx3c
Drupal Malicious file upload with filenames stating with dot Drupal 8 core's file_save_upload() function does not strip the leading and trailing dot ('.') from filenames, like Drupal 7 did. Users with the ability to upload files with any extension in conjunction with contributed modules may be able to use this to upload system files such as .htaccess in order to bypass protections afforded by Drupal's default .htaccess file. After this fix, file_save_upload() now trims leading and trailing dots from filenames.
8.8.1
Affected by 26 other vulnerabilities.
VCID-u4w3-usvb-jyf6
Aliases:
CVE-2024-45440
GHSA-mg8j-w93w-xjgc
Drupal Full Path Disclosure `core/authorize.php` in Drupal 11.x-dev allows Full Path Disclosure (even when error logging is None) if the value of `hash_salt` is `file_get_contents` of a file that does not exist.
10.2.9
Affected by 5 other vulnerabilities.
10.3.0-beta1
Affected by 0 other vulnerabilities.
10.3.6
Affected by 5 other vulnerabilities.
11.0.0-alpha1
Affected by 0 other vulnerabilities.
11.0.5
Affected by 4 other vulnerabilities.
VCID-uqcw-p8g2-cfd2
Aliases:
CVE-2020-13670
GHSA-mmjr-5q74-p3m4
Exposure of Resource to Wrong Sphere Information Disclosure vulnerability in file module of Drupal Core allows an attacker to gain access to the file metadata of a permanent private file that they do not have access to by guessing the ID of the file. This issue affects: Drupal Core 8.8.x versions prior to 8.8.10; 8.9.x versions prior to 8.9.6; 9.0.x versions prior to 9.0.6.
8.8.10
Affected by 18 other vulnerabilities.
8.9.6
Affected by 19 other vulnerabilities.
9.0.6
Affected by 19 other vulnerabilities.
VCID-v9v6-ae3e-g3hk
Aliases:
CVE-2020-28948
GHSA-jh5x-hfhg-78jq
Deserialization of Untrusted Data in Archive_Tar Archive_Tar through 1.4.10 allows an unserialization attack because `phar:` is blocked but `PHAR:` is not blocked. See: https://github.com/pear/Archive_Tar/issues/33
8.8.12
Affected by 14 other vulnerabilities.
8.9.0-beta1
Affected by 14 other vulnerabilities.
8.9.10
Affected by 15 other vulnerabilities.
9.0.0-alpha1
Affected by 12 other vulnerabilities.
9.0.9
Affected by 15 other vulnerabilities.
9.1.0-alpha1
Affected by 13 other vulnerabilities.
VCID-vevm-4sfk-f7gq
Aliases:
CVE-2024-55634
GHSA-7cwc-fjqm-8vh8
Drupal core Access bypass Drupal's uniqueness checking for certain user fields is inconsistent depending on the database engine and its collation. As a result, a user may be able to register with the same email address as another user. This may lead to data integrity issues. This issue affects Drupal Core: from 8.0.0 before 10.2.11, from 10.3.0 before 10.3.9, from 11.0.0 before 11.0.8.
10.2.11
Affected by 0 other vulnerabilities.
10.3.9
Affected by 0 other vulnerabilities.
11.0.8
Affected by 0 other vulnerabilities.
VCID-w3q4-838v-97ck
Aliases:
GHSA-w333-5f96-mjrr
Drupal core Denial of Service A visit to install.php can cause cached data to become corrupted. This could cause a site to be impaired until caches are rebuilt.
8.8.1
Affected by 26 other vulnerabilities.
VCID-wbuz-qcp3-43aq
Aliases:
CVE-2022-24775
GHSA-q7rv-6hp3-vh96
Improper Input Validation guzzlehttp/psr7 is a PSR-7 HTTP message library used in drupal. Versions prior to 1.8.4 and 2.1.1 is vulnerable to improper header parsing. An attacker could sneak in a new line character and pass untrusted values.
9.2.16
Affected by 12 other vulnerabilities.
9.3.0-alpha1
Affected by 10 other vulnerabilities.
9.3.9
Affected by 13 other vulnerabilities.
10.0.0-alpha1
Affected by 6 other vulnerabilities.
VCID-wbvy-zrtk-audw
Aliases:
GHSA-j66p-fvp2-fxhj
Drupal core Arbitrary PHP code execution The Drupal project uses the PEAR Archive_Tar library. The PEAR Archive_Tar library has released a security update that impacts Drupal. For more information please see: CVE-2020-28948 CVE-2020-28949 Multiple vulnerabilities are possible if Drupal is configured to allow .tar, .tar.gz, .bz2, or .tlz file uploads and processes them. To mitigate this issue, prevent untrusted users from uploading .tar, .tar.gz, .bz2, or .tlz files.
8.8.12
Affected by 14 other vulnerabilities.
8.9.10
Affected by 15 other vulnerabilities.
9.0.9
Affected by 15 other vulnerabilities.
VCID-ww44-hb2y-mfd5
Aliases:
CVE-2020-13668
GHSA-m6q5-wv4x-fv6h
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') Access Bypass vulnerability in Drupal Core allows for an attacker to leverage the way that HTML is rendered for affected forms in order to exploit the vulnerability. This issue affects: Drupal Core 8.8.x versions prior to 8.8.10; 8.9.x versions prior to 8.9.6; 9.0.x versions prior to 9.0.6.
8.8.10
Affected by 18 other vulnerabilities.
8.9.6
Affected by 19 other vulnerabilities.
9.0.6
Affected by 19 other vulnerabilities.
Vulnerabilities fixed by this package (0)
Vulnerability Summary Aliases
This package is not known to fix vulnerabilities.

Date Actor Action Vulnerability Source VulnerableCode Version
2026-04-12T00:35:26.161813+00:00 GitLab Importer Affected by VCID-2s8m-ujzb-skd1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2024-55637.yml 38.3.0
2026-04-12T00:35:23.335835+00:00 GitLab Importer Affected by VCID-1nf6-3q5b-gqfm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2024-55636.yml 38.3.0
2026-04-12T00:35:19.079818+00:00 GitLab Importer Affected by VCID-q4qx-7s1y-q3hc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2024-12393.yml 38.3.0
2026-04-12T00:35:17.939358+00:00 GitLab Importer Affected by VCID-vevm-4sfk-f7gq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2024-55634.yml 38.3.0
2026-04-12T00:35:16.334555+00:00 GitLab Importer Affected by VCID-rdgr-yuu7-xkey https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2024-55638.yml 38.3.0
2026-04-12T00:25:03.094001+00:00 GitLab Importer Affected by VCID-u4w3-usvb-jyf6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2024-45440.yml 38.3.0
2026-04-12T00:17:07.690864+00:00 GitLab Importer Affected by VCID-pk74-yy1n-8qck https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/GHSA-5x28-3f32-x523.yml 38.3.0
2026-04-12T00:17:05.688059+00:00 GitLab Importer Affected by VCID-r8pv-9upr-y7gd https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/GHSA-qf65-hph9-453r.yml 38.3.0
2026-04-12T00:16:53.594814+00:00 GitLab Importer Affected by VCID-ty3y-k9t2-qyba https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/GHSA-58xv-7h9r-mx3c.yml 38.3.0
2026-04-12T00:16:45.703954+00:00 GitLab Importer Affected by VCID-jfq8-xxwa-mkd1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/GHSA-m9fv-whq2-6wmc.yml 38.3.0
2026-04-12T00:16:33.627592+00:00 GitLab Importer Affected by VCID-w3q4-838v-97ck https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/GHSA-w333-5f96-mjrr.yml 38.3.0
2026-04-12T00:16:27.675302+00:00 GitLab Importer Affected by VCID-wbvy-zrtk-audw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/GHSA-j66p-fvp2-fxhj.yml 38.3.0
2026-04-12T00:16:25.602475+00:00 GitLab Importer Affected by VCID-kh51-g4cv-tqaw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/GHSA-337w-fxpq-5m34.yml 38.3.0
2026-04-11T23:46:36.111876+00:00 GitLab Importer Affected by VCID-n7un-zgqv-jfef https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2022-25276.yml 38.3.0
2026-04-11T23:46:34.911307+00:00 GitLab Importer Affected by VCID-bbzr-hbhv-yyee https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2022-25273.yml 38.3.0
2026-04-11T23:46:33.649289+00:00 GitLab Importer Affected by VCID-mapb-hsvc-2khc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2022-25277.yml 38.3.0
2026-04-11T23:46:28.288394+00:00 GitLab Importer Affected by VCID-dgjq-y5zj-cud1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2022-25278.yml 38.3.0
2026-04-11T23:46:25.175394+00:00 GitLab Importer Affected by VCID-6ck5-9e5b-w3ay https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2022-25275.yml 38.3.0
2026-04-11T22:58:54.774709+00:00 GitLab Importer Affected by VCID-wbuz-qcp3-43aq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2022-24775.yml 38.3.0
2026-04-11T22:55:44.004990+00:00 GitLab Importer Affected by VCID-ww44-hb2y-mfd5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2020-13668.yml 38.3.0
2026-04-11T22:55:38.606103+00:00 GitLab Importer Affected by VCID-uqcw-p8g2-cfd2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2020-13670.yml 38.3.0
2026-04-11T22:55:35.452300+00:00 GitLab Importer Affected by VCID-k1gx-nznx-7qd6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2020-13672.yml 38.3.0
2026-04-11T22:55:34.646603+00:00 GitLab Importer Affected by VCID-n119-gta2-kfg1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2020-13669.yml 38.3.0
2026-04-11T22:45:18.547563+00:00 GitLab Importer Affected by VCID-6m8x-cfzp-tkf4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2020-13671.yml 38.3.0
2026-04-11T22:34:41.309426+00:00 GitLab Importer Affected by VCID-mhk6-9qdy-83f3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2020-13666.yml 38.3.0
2026-04-11T22:26:23.229988+00:00 GitLab Importer Affected by VCID-v9v6-ae3e-g3hk https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2020-28948.yml 38.3.0
2026-04-11T22:26:20.780686+00:00 GitLab Importer Affected by VCID-gbz5-5frj-hber https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2020-28949.yml 38.3.0
2026-04-11T22:14:24.806147+00:00 GitLab Importer Affected by VCID-cvxp-ctj9-guej https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2020-11023.yml 38.3.0
2026-04-11T22:14:19.500661+00:00 GitLab Importer Affected by VCID-5618-53yg-8qh4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2020-11022.yml 38.3.0
2026-04-11T22:12:34.024966+00:00 GitLab Importer Affected by VCID-nj3a-eb59-jygs https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2020-9281.yml 38.3.0
2026-04-07T04:56:36.861921+00:00 GHSA Importer Affected by VCID-2s8m-ujzb-skd1 https://github.com/advisories/GHSA-w6rx-9g2x-mg5g 38.1.0
2026-04-07T04:56:36.538105+00:00 GHSA Importer Affected by VCID-rdgr-yuu7-xkey https://github.com/advisories/GHSA-gvf2-2f4g-jqf4 38.1.0
2026-04-07T04:56:36.205231+00:00 GHSA Importer Affected by VCID-1nf6-3q5b-gqfm https://github.com/advisories/GHSA-938f-5r4f-h65v 38.1.0
2026-04-07T04:56:35.880988+00:00 GHSA Importer Affected by VCID-q4qx-7s1y-q3hc https://github.com/advisories/GHSA-8mvq-8h2v-j9vf 38.1.0
2026-04-03T00:43:13.047621+00:00 GitLab Importer Affected by VCID-2s8m-ujzb-skd1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2024-55637.yml 38.1.0
2026-04-03T00:43:10.361195+00:00 GitLab Importer Affected by VCID-1nf6-3q5b-gqfm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2024-55636.yml 38.1.0
2026-04-03T00:43:06.183431+00:00 GitLab Importer Affected by VCID-q4qx-7s1y-q3hc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2024-12393.yml 38.1.0
2026-04-03T00:43:05.085053+00:00 GitLab Importer Affected by VCID-vevm-4sfk-f7gq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2024-55634.yml 38.1.0
2026-04-03T00:43:03.536215+00:00 GitLab Importer Affected by VCID-rdgr-yuu7-xkey https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2024-55638.yml 38.1.0
2026-04-03T00:32:39.734134+00:00 GitLab Importer Affected by VCID-u4w3-usvb-jyf6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2024-45440.yml 38.1.0
2026-04-03T00:24:06.790563+00:00 GitLab Importer Affected by VCID-pk74-yy1n-8qck https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/GHSA-5x28-3f32-x523.yml 38.1.0
2026-04-03T00:24:04.858717+00:00 GitLab Importer Affected by VCID-r8pv-9upr-y7gd https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/GHSA-qf65-hph9-453r.yml 38.1.0
2026-04-03T00:23:52.959463+00:00 GitLab Importer Affected by VCID-ty3y-k9t2-qyba https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/GHSA-58xv-7h9r-mx3c.yml 38.1.0
2026-04-03T00:23:45.295666+00:00 GitLab Importer Affected by VCID-jfq8-xxwa-mkd1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/GHSA-m9fv-whq2-6wmc.yml 38.1.0
2026-04-03T00:23:33.497128+00:00 GitLab Importer Affected by VCID-w3q4-838v-97ck https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/GHSA-w333-5f96-mjrr.yml 38.1.0
2026-04-03T00:23:27.748160+00:00 GitLab Importer Affected by VCID-wbvy-zrtk-audw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/GHSA-j66p-fvp2-fxhj.yml 38.1.0
2026-04-03T00:23:25.799744+00:00 GitLab Importer Affected by VCID-kh51-g4cv-tqaw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/GHSA-337w-fxpq-5m34.yml 38.1.0
2026-04-02T23:50:06.039607+00:00 GitLab Importer Affected by VCID-n7un-zgqv-jfef https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2022-25276.yml 38.1.0
2026-04-02T23:50:05.048055+00:00 GitLab Importer Affected by VCID-bbzr-hbhv-yyee https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2022-25273.yml 38.1.0
2026-04-02T23:50:03.998171+00:00 GitLab Importer Affected by VCID-mapb-hsvc-2khc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2022-25277.yml 38.1.0
2026-04-02T23:49:59.404903+00:00 GitLab Importer Affected by VCID-dgjq-y5zj-cud1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2022-25278.yml 38.1.0
2026-04-02T23:49:56.832011+00:00 GitLab Importer Affected by VCID-6ck5-9e5b-w3ay https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2022-25275.yml 38.1.0
2026-04-02T23:07:39.912493+00:00 GitLab Importer Affected by VCID-wbuz-qcp3-43aq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2022-24775.yml 38.1.0
2026-04-02T23:04:47.848346+00:00 GitLab Importer Affected by VCID-ww44-hb2y-mfd5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2020-13668.yml 38.1.0
2026-04-02T23:04:42.990272+00:00 GitLab Importer Affected by VCID-uqcw-p8g2-cfd2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2020-13670.yml 38.1.0
2026-04-02T23:04:40.185239+00:00 GitLab Importer Affected by VCID-k1gx-nznx-7qd6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2020-13672.yml 38.1.0
2026-04-02T23:04:39.460796+00:00 GitLab Importer Affected by VCID-n119-gta2-kfg1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2020-13669.yml 38.1.0
2026-04-02T22:55:14.377817+00:00 GitLab Importer Affected by VCID-6m8x-cfzp-tkf4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2020-13671.yml 38.1.0
2026-04-02T22:45:49.564174+00:00 GitLab Importer Affected by VCID-mhk6-9qdy-83f3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2020-13666.yml 38.1.0
2026-04-02T22:38:07.620418+00:00 GitLab Importer Affected by VCID-v9v6-ae3e-g3hk https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2020-28948.yml 38.1.0
2026-04-02T22:38:05.402039+00:00 GitLab Importer Affected by VCID-gbz5-5frj-hber https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2020-28949.yml 38.1.0
2026-04-02T22:26:44.898286+00:00 GitLab Importer Affected by VCID-cvxp-ctj9-guej https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2020-11023.yml 38.1.0
2026-04-02T22:26:39.810993+00:00 GitLab Importer Affected by VCID-5618-53yg-8qh4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2020-11022.yml 38.1.0
2026-04-02T22:24:59.246962+00:00 GitLab Importer Affected by VCID-nj3a-eb59-jygs https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2020-9281.yml 38.1.0
2026-04-02T12:40:32.245401+00:00 GitLab Importer Affected by VCID-2s8m-ujzb-skd1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2024-55637.yml 38.0.0
2026-04-02T12:40:32.098719+00:00 GitLab Importer Affected by VCID-1nf6-3q5b-gqfm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2024-55636.yml 38.0.0
2026-04-02T12:40:31.856815+00:00 GitLab Importer Affected by VCID-q4qx-7s1y-q3hc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2024-12393.yml 38.0.0
2026-04-02T12:40:31.720429+00:00 GitLab Importer Affected by VCID-rdgr-yuu7-xkey https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2024-55638.yml 38.0.0
2026-04-02T12:39:16.557982+00:00 GitLab Importer Affected by VCID-pk74-yy1n-8qck https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/GHSA-5x28-3f32-x523.yml 38.0.0
2026-04-02T12:39:14.850344+00:00 GitLab Importer Affected by VCID-ty3y-k9t2-qyba https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/GHSA-58xv-7h9r-mx3c.yml 38.0.0
2026-04-02T12:39:14.111519+00:00 GitLab Importer Affected by VCID-jfq8-xxwa-mkd1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/GHSA-m9fv-whq2-6wmc.yml 38.0.0
2026-04-02T12:39:12.788287+00:00 GitLab Importer Affected by VCID-w3q4-838v-97ck https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/GHSA-w333-5f96-mjrr.yml 38.0.0
2026-04-02T12:39:12.008437+00:00 GitLab Importer Affected by VCID-kh51-g4cv-tqaw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/GHSA-337w-fxpq-5m34.yml 38.0.0
2026-04-01T18:13:29.844300+00:00 GitLab Importer Affected by VCID-n7un-zgqv-jfef https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2022-25276.yml 38.0.0
2026-04-01T18:13:29.297473+00:00 GitLab Importer Affected by VCID-bbzr-hbhv-yyee https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2022-25273.yml 38.0.0
2026-04-01T18:13:28.680583+00:00 GitLab Importer Affected by VCID-mapb-hsvc-2khc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2022-25277.yml 38.0.0
2026-04-01T18:13:25.678013+00:00 GitLab Importer Affected by VCID-dgjq-y5zj-cud1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2022-25278.yml 38.0.0
2026-04-01T18:13:24.196023+00:00 GitLab Importer Affected by VCID-6ck5-9e5b-w3ay https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2022-25275.yml 38.0.0
2026-04-01T17:27:01.347543+00:00 GitLab Importer Affected by VCID-wbuz-qcp3-43aq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2022-24775.yml 38.0.0
2026-04-01T17:23:44.983024+00:00 GitLab Importer Affected by VCID-ww44-hb2y-mfd5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2020-13668.yml 38.0.0
2026-04-01T17:23:39.683369+00:00 GitLab Importer Affected by VCID-uqcw-p8g2-cfd2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2020-13670.yml 38.0.0
2026-04-01T17:23:36.437478+00:00 GitLab Importer Affected by VCID-k1gx-nznx-7qd6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2020-13672.yml 38.0.0
2026-04-01T17:23:35.681580+00:00 GitLab Importer Affected by VCID-n119-gta2-kfg1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2020-13669.yml 38.0.0
2026-04-01T17:13:32.230164+00:00 GitLab Importer Affected by VCID-6m8x-cfzp-tkf4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2020-13671.yml 38.0.0
2026-04-01T17:03:43.117911+00:00 GitLab Importer Affected by VCID-mhk6-9qdy-83f3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2020-13666.yml 38.0.0
2026-04-01T16:55:32.837568+00:00 GitLab Importer Affected by VCID-v9v6-ae3e-g3hk https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2020-28948.yml 38.0.0
2026-04-01T16:55:30.456608+00:00 GitLab Importer Affected by VCID-gbz5-5frj-hber https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2020-28949.yml 38.0.0
2026-04-01T16:44:41.329686+00:00 GitLab Importer Affected by VCID-cvxp-ctj9-guej https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2020-11023.yml 38.0.0
2026-04-01T16:44:35.764027+00:00 GitLab Importer Affected by VCID-5618-53yg-8qh4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2020-11022.yml 38.0.0
2026-04-01T16:42:53.127897+00:00 GitLab Importer Affected by VCID-nj3a-eb59-jygs https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/drupal/CVE-2020-9281.yml 38.0.0
2026-04-01T16:05:21.300120+00:00 GHSA Importer Affected by VCID-kh51-g4cv-tqaw https://github.com/advisories/GHSA-337w-fxpq-5m34 38.0.0
2026-04-01T16:05:21.226475+00:00 GHSA Importer Affected by VCID-jfq8-xxwa-mkd1 https://github.com/advisories/GHSA-m9fv-whq2-6wmc 38.0.0
2026-04-01T16:05:21.169972+00:00 GHSA Importer Affected by VCID-pk74-yy1n-8qck https://github.com/advisories/GHSA-5x28-3f32-x523 38.0.0
2026-04-01T16:05:21.112260+00:00 GHSA Importer Affected by VCID-w3q4-838v-97ck https://github.com/advisories/GHSA-w333-5f96-mjrr 38.0.0
2026-04-01T16:05:20.901289+00:00 GHSA Importer Affected by VCID-ty3y-k9t2-qyba https://github.com/advisories/GHSA-58xv-7h9r-mx3c 38.0.0
2026-04-01T16:02:08.095053+00:00 GHSA Importer Affected by VCID-9qyz-jfgb-5yfs https://github.com/advisories/GHSA-x2q9-r8gm-f657 38.0.0
2026-04-01T16:02:07.377035+00:00 GHSA Importer Affected by VCID-agtf-c53h-2fdx https://github.com/advisories/GHSA-x72f-ggjw-v5xh 38.0.0
2026-04-01T16:02:07.237251+00:00 GHSA Importer Affected by VCID-ptxz-rvbt-hqhz https://github.com/advisories/GHSA-wxqp-jwc9-g39x 38.0.0
2026-04-01T16:02:07.181093+00:00 GHSA Importer Affected by VCID-mhk6-9qdy-83f3 https://github.com/advisories/GHSA-8jj2-x2gc-ggm7 38.0.0