Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:composer/drupal/core@8.6.3
purl pkg:composer/drupal/core@8.6.3
Next non-vulnerable version 10.4.9
Latest non-vulnerable version 11.2.8
Risk 10.0
Vulnerabilities affecting this package (43)
Vulnerability Summary Fixed by
VCID-349d-w26k-mqfw
Aliases:
CVE-2019-11831
GHSA-xv7v-rf6g-xwrc
Moderately critical - Third-party libraries - SA-CORE-2019-007 The `PharStreamWrapper` (aka `phar-stream-wrapper`) package does not prevent directory traversal, which allows attackers to bypass a deserialization protection mechanism, as demonstrated by a `phar:///path/bad.phar/../good.phar` URL.
8.6.16
Affected by 35 other vulnerabilities.
8.7.1
Affected by 39 other vulnerabilities.
VCID-3fka-y25d-m7a3
Aliases:
CVE-2019-6339
GHSA-8cw5-rv98-5c46
Improper Input Validation A remote code execution vulnerability exists in PHP's built-in phar stream wrapper when performing file operations on an untrusted `phar://` URI. Some Drupal code (core, contrib, and custom) may be performing file operations on insufficiently validated user input, thereby being exposed to this vulnerability. This vulnerability is mitigated by the fact that such code paths typically require access to an administrative permission or an atypical configuration.
8.6.6
Affected by 41 other vulnerabilities.
VCID-3s9f-prpy-hbcx
Aliases:
CVE-2019-11358
GHSA-6c3j-c64m-qhgq
Cross-site Scripting The jQuery library, which is included in rdoc, mishandles `jQuery.extend(true, {}, ...)` because of Object.prototype pollution. If an unsanitized source object contained an enumerable `__proto__` property, it could extend the native `Object.prototype.`
8.6.15
Affected by 36 other vulnerabilities.
VCID-565p-mgqe-gkfc
Aliases:
2019-03-20
Cross-site Scripting vulnerability in drupal.
8.6.12
Affected by 39 other vulnerabilities.
VCID-5kh7-v1uc-wfha
Aliases:
GHSA-7gwj-7fhm-vw4w
Drupal core unrestricted file upload 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.7.11
Affected by 35 other vulnerabilities.
8.8.1
Affected by 46 other vulnerabilities.
VCID-636u-5bdw-puh4
Aliases:
CVE-2019-10909
GHSA-g996-q5r8-w7g2
Cross-site Scripting In Symfony, validation messages are not escaped, which can lead to XSS when user input is included.
8.6.15
Affected by 36 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 18 other vulnerabilities.
9.4.3
Affected by 18 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 32 other vulnerabilities.
8.9.9
Affected by 33 other vulnerabilities.
9.0.8
Affected by 29 other vulnerabilities.
VCID-77zc-1gc8-r7b7
Aliases:
CVE-2020-13675
GHSA-v8wr-r69p-mmwx
Unrestricted Upload of File with Dangerous Type Drupal's JSON:API and REST/File modules allow file uploads through their HTTP APIs. The modules do not correctly run all file validation, which causes an access bypass vulnerability. An attacker might be able to upload files that bypass the file validation process implemented by modules on the site.
8.9.19
Affected by 23 other vulnerabilities.
9.1.13
Affected by 24 other vulnerabilities.
9.2.6
Affected by 27 other vulnerabilities.
VCID-7fs3-gwc7-nkes
Aliases:
GHSA-pr99-c33p-fwf6
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.7.11
Affected by 35 other vulnerabilities.
8.8.1
Affected by 46 other vulnerabilities.
VCID-9ss3-mvt3-8bem
Aliases:
GHSA-gxxj-g9v8-w28p
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 29 other vulnerabilities.
8.9.10
Affected by 30 other vulnerabilities.
9.0.9
Affected by 26 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 23 other vulnerabilities.
9.3.12
Affected by 23 other vulnerabilities.
VCID-bkxp-gn34-67av
Aliases:
CVE-2020-13674
GHSA-j586-cj67-vg4p
Cross-Site Request Forgery (CSRF) The QuickEdit module does not properly validate access to routes, which could allow cross-site request forgery under some circumstances and lead to possible data integrity issues. Sites are only affected if the QuickEdit module (which comes with the Standard profile) is installed. Removing the "access in-place editing" permission from untrusted users will not fully mitigate the vulnerability.
8.9.19
Affected by 23 other vulnerabilities.
9.1.13
Affected by 24 other vulnerabilities.
9.2.6
Affected by 27 other vulnerabilities.
VCID-cucx-jfqf-pkd1
Aliases:
CVE-2019-6338
GHSA-6rmq-x2hv-vxpp
Deserialization of Untrusted Data Drupal core uses the third-party PEAR `Archive_Tar` library. This library has released a security update which impacts some Drupal configurations. Refer to CVE-2018-1000888 for details.
8.6.6
Affected by 41 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 18 other vulnerabilities.
9.4.3
Affected by 18 other vulnerabilities.
VCID-djgn-ezxp-37eu
Aliases:
CVE-2019-6341
GHSA-cmmh-8mwp-gq5p
Cross-site Scripting Under certain circumstances the File `module/subsystem` allows a malicious user to upload a file that can trigger a cross-site scripting (XSS) vulnerability.
8.6.13
Affected by 38 other vulnerabilities.
VCID-ed6y-c9tz-mbds
Aliases:
CVE-2025-31675
GHSA-m4wj-hhwj-47qp
Drupal Core Cross-Site Scripting (XSS) Vulnerability Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Drupal Drupal core allows Cross-Site Scripting (XSS).This issue affects Drupal core: from 8.0.0 before 10.3.14, from 10.4.0 before 10.4.5, from 11.0.0 before 11.0.13, from 11.1.0 before 11.1.5.
10.3.14
Affected by 4 other vulnerabilities.
10.4.5
Affected by 4 other vulnerabilities.
11.0.13
Affected by 4 other vulnerabilities.
11.1.5
Affected by 4 other vulnerabilities.
VCID-fwbj-ctxz-2bc6
Aliases:
CVE-2020-13676
GHSA-qfhg-m6r8-xxpj
Incorrect Authorization The QuickEdit module does not properly check access to fields in some circumstances, which can lead to unintended disclosure of field data. Sites are only affected if the QuickEdit module (which comes with the Standard profile) is installed.
8.9.19
Affected by 23 other vulnerabilities.
9.1.13
Affected by 24 other vulnerabilities.
9.2.6
Affected by 27 other vulnerabilities.
VCID-g33x-1paw-7udm
Aliases:
CVE-2025-13081
GHSA-m6vv-vcj8-w8m7
Improperly Controlled Modification of Dynamically-Determined Object Attributes vulnerability in Drupal Drupal core allows Object Injection. This issue affects Drupal core: from 8.0.0 before 10.4.9, from 10.5.0 before 10.5.6, from 11.0.0 before 11.1.9, from 11.2.0 before 11.2.8.
10.4.9
Affected by 0 other vulnerabilities.
10.5.6
Affected by 0 other vulnerabilities.
11.1.9
Affected by 0 other vulnerabilities.
11.2.8
Affected by 0 other vulnerabilities.
VCID-hgb1-xrne-e7c8
Aliases:
CVE-2025-13080
GHSA-83v7-c2cf-p9c2
Improper Check for Unusual or Exceptional Conditions vulnerability in Drupal Drupal core allows Forceful Browsing. This issue affects Drupal core: from 8.0.0 before 10.4.9, from 10.5.0 before 10.5.6, from 11.0.0 before 11.1.9, from 11.2.0 before 11.2.8.
10.4.9
Affected by 0 other vulnerabilities.
10.5.6
Affected by 0 other vulnerabilities.
11.1.9
Affected by 0 other vulnerabilities.
11.2.8
Affected by 0 other vulnerabilities.
VCID-hwnd-nuv7-jqbh
Aliases:
CVE-2025-13082
GHSA-h89p-5896-f4q8
User Interface (UI) Misrepresentation of Critical Information vulnerability in Drupal Drupal core allows Content Spoofing. This issue affects Drupal core: from 8.0.0 before 10.4.9, from 10.5.0 before 10.5.6, from 11.0.0 before 11.1.9, from 11.2.0 before 11.2.8.
10.4.9
Affected by 0 other vulnerabilities.
10.5.6
Affected by 0 other vulnerabilities.
11.1.9
Affected by 0 other vulnerabilities.
11.2.8
Affected by 0 other vulnerabilities.
VCID-j21d-w3g7-cbcg
Aliases:
CVE-2025-31673
GHSA-wpp8-fjgf-pwc7
Drupal Core Vulnerable to Forceful Browsing Incorrect Authorization vulnerability in Drupal core allows Forceful Browsing.This issue affects Drupal core: from 8.0.0 before 10.3.13, from 10.4.0 before 10.4.3, from 11.0.0 before 11.0.12, from 11.1.0 before 11.1.3.
10.3.13
Affected by 5 other vulnerabilities.
10.4.3
Affected by 5 other vulnerabilities.
11.0.12
Affected by 5 other vulnerabilities.
11.1.3
Affected by 5 other vulnerabilities.
VCID-jctf-yffu-hbag
Aliases:
GHSA-6ccv-8fgf-cjpw
GMS-2024-214
Drupal core Denial of Service vulnerability The Comment module allows users to reply to comments. In certain cases, an attacker could make comment reply requests that would trigger a denial of service (DOS). Sites that do not use the Comment module are not affected.
10.1.8
Affected by 15 other vulnerabilities.
10.2.2
Affected by 15 other vulnerabilities.
VCID-jrb8-jnz4-83c8
Aliases:
GHSA-v273-j5hq-26xp
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.7.12
Affected by 33 other vulnerabilities.
8.8.4
Affected by 44 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 28 other vulnerabilities.
9.0.12
Affected by 24 other vulnerabilities.
9.1.7
Affected by 29 other vulnerabilities.
VCID-kam1-84p4-qych
Aliases:
CVE-2025-31674
GHSA-2qph-q8xw-gv7q
Drupal Core Improperly Controlled Modification of Dynamically-Determined Object Attributes Vulnerability Improperly Controlled Modification of Dynamically-Determined Object Attributes vulnerability in Drupal Drupal core allows Object Injection.This issue affects Drupal core: from 8.0.0 before 10.3.13, from 10.4.0 before 10.4.3, from 11.0.0 before 11.0.12, from 11.1.0 before 11.1.3.
10.3.13
Affected by 5 other vulnerabilities.
10.4.3
Affected by 5 other vulnerabilities.
11.0.12
Affected by 5 other vulnerabilities.
11.1.3
Affected by 5 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 18 other vulnerabilities.
9.4.3
Affected by 18 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 33 other vulnerabilities.
8.9.6
Affected by 34 other vulnerabilities.
9.0.6
Affected by 30 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 18 other vulnerabilities.
9.4.3
Affected by 18 other vulnerabilities.
VCID-qvbt-7e55-4bg4
Aliases:
GHSA-vfgc-c76h-mwh4
Drupal core Cross-Site Scripting (XSS) vulnerabilities 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.18
Affected by 27 other vulnerabilities.
9.1.12
Affected by 28 other vulnerabilities.
9.2.4
Affected by 31 other vulnerabilities.
VCID-rhj7-dy7q-jkhw
Aliases:
CVE-2019-6340
GHSA-3gx6-h57h-rm27
Drupal Core Remote Code Execution Vulnerability Some field types do not properly sanitize data from non-form sources in Drupal 8.5.x before 8.5.11 and Drupal 8.6.x before 8.6.10. This can lead to arbitrary PHP code execution in some cases. A site is only affected by this if one of the following conditions is met: The site has the Drupal 8 core RESTful Web Services (rest) module enabled and allows PATCH or POST requests, or the site has another web services module enabled, like JSON:API in Drupal 8, or Services or RESTful Web Services in Drupal 7. (Note: The Drupal 7 Services module itself does not require an update at this time, but you should apply other contributed updates associated with this advisory if Services is in use.)
8.6.10
Affected by 40 other vulnerabilities.
VCID-st6v-ch5g-r7h2
Aliases:
GHSA-mh4h-27gq-cxwj
Drupal core Access 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.7.11
Affected by 35 other vulnerabilities.
8.8.1
Affected by 46 other vulnerabilities.
VCID-syrg-ckq7-cbd6
Aliases:
CVE-2025-13083
GHSA-mhpg-hpj5-73r2
Use of Web Browser Cache Containing Sensitive Information vulnerability in Drupal Drupal core allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects Drupal core: from 8.0.0 before 10.4.9, from 10.5.0 before 10.5.6, from 11.0.0 before 11.1.9, from 11.2.0 before 11.2.8, from 7.0 before 7.103.
10.4.9
Affected by 0 other vulnerabilities.
10.5.6
Affected by 0 other vulnerabilities.
11.1.9
Affected by 0 other vulnerabilities.
11.2.8
Affected by 0 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 14 other vulnerabilities.
10.3.0-beta1
Affected by 8 other vulnerabilities.
10.3.6
Affected by 13 other vulnerabilities.
11.0.0-alpha1
Affected by 0 other vulnerabilities.
11.0.5
Affected by 12 other vulnerabilities.
VCID-ummk-h11z-bkaj
Aliases:
CVE-2022-39261
GHSA-52m2-vc4m-jj33
Twig may load a template outside a configured directory when using the filesystem loader # Description When using the filesystem loader to load templates for which the name is a user input, it is possible to use the `source` or `include` statement to read arbitrary files from outside the templates directory when using a namespace like `@somewhere/../some.file` (in such a case, validation is bypassed). # Resolution We fixed validation for such template names. Even if the 1.x branch is not maintained anymore, a new version has been released. # Credits We would like to thank Dariusz Tytko for reporting the issue and Fabien Potencier for fixing the issue.
9.3.22
Affected by 17 other vulnerabilities.
9.4.0-alpha1
Affected by 17 other vulnerabilities.
9.4.7
Affected by 17 other vulnerabilities.
9.5.0-beta1
Affected by 16 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 33 other vulnerabilities.
8.9.6
Affected by 34 other vulnerabilities.
9.0.6
Affected by 30 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.9.10
Affected by 30 other vulnerabilities.
9.0.0-alpha1
Affected by 23 other vulnerabilities.
9.0.9
Affected by 26 other vulnerabilities.
9.1.0-alpha1
Affected by 24 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 8 other vulnerabilities.
10.3.9
Affected by 8 other vulnerabilities.
11.0.8
Affected by 8 other vulnerabilities.
VCID-vrdx-165p-efda
Aliases:
CVE-2025-3057
GHSA-39g6-x4x8-5jcm
Drupal Core Potential Cross-Site Scripting (XSS) via Error Messages Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Drupal Drupal core allows Cross-Site Scripting (XSS).This issue affects Drupal core: from 8.0.0 before 10.3.13, from 10.4.0 before 10.4.3, from 11.0.0 before 11.0.12, from 11.1.0 before 11.1.3.
10.3.13
Affected by 5 other vulnerabilities.
10.4.3
Affected by 5 other vulnerabilities.
11.0.12
Affected by 5 other vulnerabilities.
11.1.3
Affected by 5 other vulnerabilities.
VCID-w6cz-mg4v-3udj
Aliases:
CVE-2020-13677
GHSA-3xr3-phjp-g6p2
Drupal core access bypass vulnerability Under some circumstances, the Drupal core JSON:API module does not properly restrict access to certain content, which may result in unintended access bypass. Sites that do not have the JSON:API module enabled are not affected.
8.9.19
Affected by 23 other vulnerabilities.
9.1.13
Affected by 24 other vulnerabilities.
9.2.6
Affected by 27 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 24 other vulnerabilities.
9.3.0-alpha1
Affected by 22 other vulnerabilities.
9.3.9
Affected by 25 other vulnerabilities.
10.0.0-alpha1
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 33 other vulnerabilities.
8.9.6
Affected by 34 other vulnerabilities.
9.0.6
Affected by 30 other vulnerabilities.
VCID-wzgs-fr3u-cbdn
Aliases:
GHSA-98h9-727m-44qv
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.7.11
Affected by 35 other vulnerabilities.
8.8.1
Affected by 46 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-12T01:14:06.648181+00:00 GitLab Importer Affected by VCID-g33x-1paw-7udm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2025-13081.yml 38.3.0
2026-04-12T01:14:04.248173+00:00 GitLab Importer Affected by VCID-syrg-ckq7-cbd6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2025-13083.yml 38.3.0
2026-04-12T01:14:01.461030+00:00 GitLab Importer Affected by VCID-hgb1-xrne-e7c8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2025-13080.yml 38.3.0
2026-04-12T01:13:58.273983+00:00 GitLab Importer Affected by VCID-hwnd-nuv7-jqbh https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2025-13082.yml 38.3.0
2026-04-12T00:44:56.251332+00:00 GitLab Importer Affected by VCID-kam1-84p4-qych https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2025-31674.yml 38.3.0
2026-04-12T00:44:52.249811+00:00 GitLab Importer Affected by VCID-vrdx-165p-efda https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2025-3057.yml 38.3.0
2026-04-12T00:44:49.390935+00:00 GitLab Importer Affected by VCID-ed6y-c9tz-mbds https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2025-31675.yml 38.3.0
2026-04-12T00:44:47.597370+00:00 GitLab Importer Affected by VCID-j21d-w3g7-cbcg https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2025-31673.yml 38.3.0
2026-04-12T00:35:24.830928+00:00 GitLab Importer Affected by VCID-vevm-4sfk-f7gq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2024-55634.yml 38.3.0
2026-04-12T00:24:57.072425+00:00 GitLab Importer Affected by VCID-u4w3-usvb-jyf6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2024-45440.yml 38.3.0
2026-04-12T00:16:57.965545+00:00 GitLab Importer Affected by VCID-5kh7-v1uc-wfha https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/GHSA-7gwj-7fhm-vw4w.yml 38.3.0
2026-04-12T00:16:54.970279+00:00 GitLab Importer Affected by VCID-9ss3-mvt3-8bem https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/GHSA-gxxj-g9v8-w28p.yml 38.3.0
2026-04-12T00:16:52.702638+00:00 GitLab Importer Affected by VCID-wzgs-fr3u-cbdn https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/GHSA-98h9-727m-44qv.yml 38.3.0
2026-04-12T00:16:39.149742+00:00 GitLab Importer Affected by VCID-7fs3-gwc7-nkes https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/GHSA-pr99-c33p-fwf6.yml 38.3.0
2026-04-12T00:16:37.896742+00:00 GitLab Importer Affected by VCID-qvbt-7e55-4bg4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/GHSA-vfgc-c76h-mwh4.yml 38.3.0
2026-04-12T00:16:31.599580+00:00 GitLab Importer Affected by VCID-st6v-ch5g-r7h2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/GHSA-mh4h-27gq-cxwj.yml 38.3.0
2026-04-12T00:16:26.449744+00:00 GitLab Importer Affected by VCID-jrb8-jnz4-83c8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/GHSA-v273-j5hq-26xp.yml 38.3.0
2026-04-12T00:10:00.344632+00:00 GitLab Importer Affected by VCID-jctf-yffu-hbag https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/GMS-2024-214.yml 38.3.0
2026-04-11T23:46:40.458935+00:00 GitLab Importer Affected by VCID-bbzr-hbhv-yyee https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2022-25273.yml 38.3.0
2026-04-11T23:46:39.249300+00:00 GitLab Importer Affected by VCID-mapb-hsvc-2khc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/GMS-2022-3361.yml 38.3.0
2026-04-11T23:46:37.902628+00:00 GitLab Importer Affected by VCID-6ck5-9e5b-w3ay https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/GMS-2022-3362.yml 38.3.0
2026-04-11T23:46:29.422313+00:00 GitLab Importer Affected by VCID-dgjq-y5zj-cud1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2022-25278.yml 38.3.0
2026-04-11T23:46:26.854500+00:00 GitLab Importer Affected by VCID-n7un-zgqv-jfef https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2022-25276.yml 38.3.0
2026-04-11T23:28:17.955181+00:00 GitLab Importer Affected by VCID-ummk-h11z-bkaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2022-39261.yml 38.3.0
2026-04-11T23:04:05.175784+00:00 GitLab Importer Affected by VCID-rhj7-dy7q-jkhw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2019-6340.yml 38.3.0
2026-04-11T22:58:50.249187+00:00 GitLab Importer Affected by VCID-wbuz-qcp3-43aq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2022-24775.yml 38.3.0
2026-04-11T22:55:42.684684+00:00 GitLab Importer Affected by VCID-77zc-1gc8-r7b7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2020-13675.yml 38.3.0
2026-04-11T22:55:41.714009+00:00 GitLab Importer Affected by VCID-bkxp-gn34-67av https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2020-13674.yml 38.3.0
2026-04-11T22:55:40.926828+00:00 GitLab Importer Affected by VCID-ww44-hb2y-mfd5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2020-13668.yml 38.3.0
2026-04-11T22:55:40.135003+00:00 GitLab Importer Affected by VCID-n119-gta2-kfg1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2020-13669.yml 38.3.0
2026-04-11T22:55:39.262695+00:00 GitLab Importer Affected by VCID-k1gx-nznx-7qd6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2020-13672.yml 38.3.0
2026-04-11T22:55:37.354099+00:00 GitLab Importer Affected by VCID-w6cz-mg4v-3udj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2020-13677.yml 38.3.0
2026-04-11T22:55:36.363520+00:00 GitLab Importer Affected by VCID-uqcw-p8g2-cfd2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2020-13670.yml 38.3.0
2026-04-11T22:55:33.581105+00:00 GitLab Importer Affected by VCID-fwbj-ctxz-2bc6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2020-13676.yml 38.3.0
2026-04-11T22:45:34.940994+00:00 GitLab Importer Affected by VCID-6m8x-cfzp-tkf4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2020-13671.yml 38.3.0
2026-04-11T22:26:19.875695+00:00 GitLab Importer Affected by VCID-v9v6-ae3e-g3hk https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2020-28948.yml 38.3.0
2026-04-11T22:05:20.515991+00:00 GitLab Importer Affected by VCID-636u-5bdw-puh4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2019-10909.yml 38.3.0
2026-04-11T22:05:12.038001+00:00 GitLab Importer Affected by VCID-349d-w26k-mqfw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2019-11831.yml 38.3.0
2026-04-11T22:04:44.621422+00:00 GitLab Importer Affected by VCID-3s9f-prpy-hbcx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2019-11358.yml 38.3.0
2026-04-11T22:03:53.245438+00:00 GitLab Importer Affected by VCID-djgn-ezxp-37eu https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2019-6341.yml 38.3.0
2026-04-11T22:03:43.119775+00:00 GitLab Importer Affected by VCID-565p-mgqe-gkfc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/2019-03-20.yml 38.3.0
2026-04-11T22:02:06.758735+00:00 GitLab Importer Affected by VCID-3fka-y25d-m7a3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2019-6339.yml 38.3.0
2026-04-11T22:02:05.922666+00:00 GitLab Importer Affected by VCID-cucx-jfqf-pkd1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2019-6338.yml 38.3.0
2026-04-03T01:23:04.132845+00:00 GitLab Importer Affected by VCID-g33x-1paw-7udm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2025-13081.yml 38.1.0
2026-04-03T01:23:01.806697+00:00 GitLab Importer Affected by VCID-syrg-ckq7-cbd6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2025-13083.yml 38.1.0
2026-04-03T01:22:59.127641+00:00 GitLab Importer Affected by VCID-hgb1-xrne-e7c8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2025-13080.yml 38.1.0
2026-04-03T01:22:55.867053+00:00 GitLab Importer Affected by VCID-hwnd-nuv7-jqbh https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2025-13082.yml 38.1.0
2026-04-03T00:52:57.289402+00:00 GitLab Importer Affected by VCID-ed6y-c9tz-mbds https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2025-31675.yml 38.1.0
2026-04-03T00:52:51.364569+00:00 GitLab Importer Affected by VCID-kam1-84p4-qych https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2025-31674.yml 38.1.0
2026-04-03T00:52:47.514382+00:00 GitLab Importer Affected by VCID-vrdx-165p-efda https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2025-3057.yml 38.1.0
2026-04-03T00:52:44.821623+00:00 GitLab Importer Affected by VCID-j21d-w3g7-cbcg https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2025-31673.yml 38.1.0
2026-04-03T00:43:11.809566+00:00 GitLab Importer Affected by VCID-vevm-4sfk-f7gq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2024-55634.yml 38.1.0
2026-04-03T00:32:32.587389+00:00 GitLab Importer Affected by VCID-u4w3-usvb-jyf6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2024-45440.yml 38.1.0
2026-04-03T00:23:57.395187+00:00 GitLab Importer Affected by VCID-5kh7-v1uc-wfha https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/GHSA-7gwj-7fhm-vw4w.yml 38.1.0
2026-04-03T00:23:54.305394+00:00 GitLab Importer Affected by VCID-9ss3-mvt3-8bem https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/GHSA-gxxj-g9v8-w28p.yml 38.1.0
2026-04-03T00:23:52.084590+00:00 GitLab Importer Affected by VCID-wzgs-fr3u-cbdn https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/GHSA-98h9-727m-44qv.yml 38.1.0
2026-04-03T00:23:38.800836+00:00 GitLab Importer Affected by VCID-7fs3-gwc7-nkes https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/GHSA-pr99-c33p-fwf6.yml 38.1.0
2026-04-03T00:23:37.560823+00:00 GitLab Importer Affected by VCID-qvbt-7e55-4bg4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/GHSA-vfgc-c76h-mwh4.yml 38.1.0
2026-04-03T00:23:31.518335+00:00 GitLab Importer Affected by VCID-st6v-ch5g-r7h2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/GHSA-mh4h-27gq-cxwj.yml 38.1.0
2026-04-03T00:23:26.625595+00:00 GitLab Importer Affected by VCID-jrb8-jnz4-83c8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/GHSA-v273-j5hq-26xp.yml 38.1.0
2026-04-03T00:15:09.465677+00:00 GitLab Importer Affected by VCID-jctf-yffu-hbag https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/GMS-2024-214.yml 38.1.0
2026-04-02T23:50:09.934572+00:00 GitLab Importer Affected by VCID-bbzr-hbhv-yyee https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2022-25273.yml 38.1.0
2026-04-02T23:50:08.866417+00:00 GitLab Importer Affected by VCID-mapb-hsvc-2khc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/GMS-2022-3361.yml 38.1.0
2026-04-02T23:50:07.689361+00:00 GitLab Importer Affected by VCID-6ck5-9e5b-w3ay https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/GMS-2022-3362.yml 38.1.0
2026-04-02T23:50:00.336845+00:00 GitLab Importer Affected by VCID-dgjq-y5zj-cud1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2022-25278.yml 38.1.0
2026-04-02T23:49:58.211483+00:00 GitLab Importer Affected by VCID-n7un-zgqv-jfef https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2022-25276.yml 38.1.0
2026-04-02T23:34:05.720678+00:00 GitLab Importer Affected by VCID-ummk-h11z-bkaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2022-39261.yml 38.1.0
2026-04-02T23:12:26.231678+00:00 GitLab Importer Affected by VCID-rhj7-dy7q-jkhw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2019-6340.yml 38.1.0
2026-04-02T23:07:36.032938+00:00 GitLab Importer Affected by VCID-wbuz-qcp3-43aq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2022-24775.yml 38.1.0
2026-04-02T23:04:46.667118+00:00 GitLab Importer Affected by VCID-77zc-1gc8-r7b7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2020-13675.yml 38.1.0
2026-04-02T23:04:45.768474+00:00 GitLab Importer Affected by VCID-bkxp-gn34-67av https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2020-13674.yml 38.1.0
2026-04-02T23:04:45.073046+00:00 GitLab Importer Affected by VCID-ww44-hb2y-mfd5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2020-13668.yml 38.1.0
2026-04-02T23:04:44.365495+00:00 GitLab Importer Affected by VCID-n119-gta2-kfg1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2020-13669.yml 38.1.0
2026-04-02T23:04:43.567107+00:00 GitLab Importer Affected by VCID-k1gx-nznx-7qd6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2020-13672.yml 38.1.0
2026-04-02T23:04:41.898967+00:00 GitLab Importer Affected by VCID-w6cz-mg4v-3udj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2020-13677.yml 38.1.0
2026-04-02T23:04:41.030006+00:00 GitLab Importer Affected by VCID-uqcw-p8g2-cfd2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2020-13670.yml 38.1.0
2026-04-02T23:04:38.520055+00:00 GitLab Importer Affected by VCID-fwbj-ctxz-2bc6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2020-13676.yml 38.1.0
2026-04-02T22:55:28.809979+00:00 GitLab Importer Affected by VCID-6m8x-cfzp-tkf4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2020-13671.yml 38.1.0
2026-04-02T22:38:04.606549+00:00 GitLab Importer Affected by VCID-v9v6-ae3e-g3hk https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2020-28948.yml 38.1.0
2026-04-02T22:18:12.781934+00:00 GitLab Importer Affected by VCID-636u-5bdw-puh4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2019-10909.yml 38.1.0
2026-04-02T22:18:04.684041+00:00 GitLab Importer Affected by VCID-349d-w26k-mqfw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2019-11831.yml 38.1.0
2026-04-02T22:17:40.690259+00:00 GitLab Importer Affected by VCID-3s9f-prpy-hbcx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2019-11358.yml 38.1.0
2026-04-02T22:16:53.239459+00:00 GitLab Importer Affected by VCID-djgn-ezxp-37eu https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2019-6341.yml 38.1.0
2026-04-02T22:16:43.191455+00:00 GitLab Importer Affected by VCID-565p-mgqe-gkfc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/2019-03-20.yml 38.1.0
2026-04-02T22:15:06.529998+00:00 GitLab Importer Affected by VCID-3fka-y25d-m7a3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2019-6339.yml 38.1.0
2026-04-02T22:15:05.766458+00:00 GitLab Importer Affected by VCID-cucx-jfqf-pkd1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2019-6338.yml 38.1.0
2026-04-01T18:13:32.144035+00:00 GitLab Importer Affected by VCID-bbzr-hbhv-yyee https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2022-25273.yml 38.0.0
2026-04-01T18:13:31.506032+00:00 GitLab Importer Affected by VCID-mapb-hsvc-2khc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/GMS-2022-3361.yml 38.0.0
2026-04-01T18:13:30.789117+00:00 GitLab Importer Affected by VCID-6ck5-9e5b-w3ay https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/GMS-2022-3362.yml 38.0.0
2026-04-01T18:13:26.246759+00:00 GitLab Importer Affected by VCID-dgjq-y5zj-cud1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2022-25278.yml 38.0.0
2026-04-01T18:13:25.002417+00:00 GitLab Importer Affected by VCID-n7un-zgqv-jfef https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2022-25276.yml 38.0.0
2026-04-01T17:56:03.659879+00:00 GitLab Importer Affected by VCID-ummk-h11z-bkaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2022-39261.yml 38.0.0
2026-04-01T17:32:22.280106+00:00 GitLab Importer Affected by VCID-rhj7-dy7q-jkhw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2019-6340.yml 38.0.0
2026-04-01T17:26:56.214784+00:00 GitLab Importer Affected by VCID-wbuz-qcp3-43aq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2022-24775.yml 38.0.0
2026-04-01T17:23:43.703737+00:00 GitLab Importer Affected by VCID-77zc-1gc8-r7b7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2020-13675.yml 38.0.0
2026-04-01T17:23:42.718506+00:00 GitLab Importer Affected by VCID-bkxp-gn34-67av https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2020-13674.yml 38.0.0
2026-04-01T17:23:41.963601+00:00 GitLab Importer Affected by VCID-ww44-hb2y-mfd5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2020-13668.yml 38.0.0
2026-04-01T17:23:41.189041+00:00 GitLab Importer Affected by VCID-n119-gta2-kfg1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2020-13669.yml 38.0.0
2026-04-01T17:23:40.314068+00:00 GitLab Importer Affected by VCID-k1gx-nznx-7qd6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2020-13672.yml 38.0.0
2026-04-01T17:23:38.489422+00:00 GitLab Importer Affected by VCID-w6cz-mg4v-3udj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2020-13677.yml 38.0.0
2026-04-01T17:23:37.558624+00:00 GitLab Importer Affected by VCID-uqcw-p8g2-cfd2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2020-13670.yml 38.0.0
2026-04-01T17:23:34.642708+00:00 GitLab Importer Affected by VCID-fwbj-ctxz-2bc6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2020-13676.yml 38.0.0
2026-04-01T17:13:47.001101+00:00 GitLab Importer Affected by VCID-6m8x-cfzp-tkf4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2020-13671.yml 38.0.0
2026-04-01T16:55:29.599025+00:00 GitLab Importer Affected by VCID-v9v6-ae3e-g3hk https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2020-28948.yml 38.0.0
2026-04-01T16:35:53.176309+00:00 GitLab Importer Affected by VCID-636u-5bdw-puh4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2019-10909.yml 38.0.0
2026-04-01T16:35:45.489713+00:00 GitLab Importer Affected by VCID-349d-w26k-mqfw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2019-11831.yml 38.0.0
2026-04-01T16:35:18.876109+00:00 GitLab Importer Affected by VCID-3s9f-prpy-hbcx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2019-11358.yml 38.0.0
2026-04-01T16:34:31.213312+00:00 GitLab Importer Affected by VCID-djgn-ezxp-37eu https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2019-6341.yml 38.0.0
2026-04-01T16:34:19.997554+00:00 GitLab Importer Affected by VCID-565p-mgqe-gkfc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/2019-03-20.yml 38.0.0
2026-04-01T16:32:39.399716+00:00 GitLab Importer Affected by VCID-3fka-y25d-m7a3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2019-6339.yml 38.0.0
2026-04-01T16:32:38.582073+00:00 GitLab Importer Affected by VCID-cucx-jfqf-pkd1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2019-6338.yml 38.0.0