Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:composer/drupal/core@8.1.0-beta2
purl pkg:composer/drupal/core@8.1.0-beta2
Next non-vulnerable version 8.8.12
Latest non-vulnerable version 11.2.8
Risk 9.0
Vulnerabilities affecting this package (39)
Vulnerability Summary Fixed by
VCID-2989-fmjz-nkby
Aliases:
CVE-2017-6923
GHSA-v3f6-f29f-rgvp
Missing Authorization When creating a view, you can optionally use Ajax to update the displayed data via filter parameters. The views subsystem/module did not restrict access to the Ajax endpoint to only views configured to use Ajax. This is mitigated if you have access restrictions on the view. It is best practice to always include some form of access restrictions on all views, even if you are using another module to display them.
8.3.0
Affected by 25 other vulnerabilities.
8.3.7
Affected by 20 other vulnerabilities.
VCID-4dpp-gg2v-q3et
Aliases:
GMS-2018-51
Cross-site Scripting XSS vulnerabiltiy in drupal.
8.4.7
Affected by 11 other vulnerabilities.
8.5.0-alpha1
Affected by 12 other vulnerabilities.
8.5.2
Affected by 13 other vulnerabilities.
VCID-4pg6-hqge-wkcb
Aliases:
CVE-2017-6921
GHSA-h377-287m-w2r9
File REST resource does not properly validate The file REST resource does not properly validate some fields when manipulating files. the file REST resource is enabled and allows PATCH requests, and an attacker can get or register a user account on the site with permissions to upload files and to modify the file resource.
8.3.4
Affected by 21 other vulnerabilities.
VCID-5jy9-mhbb-nuh7
Aliases:
CVE-2020-28948
GHSA-jh5x-hfhg-78jq
Deserialization of Untrusted Data Archive_Tar allows an unserialization attack because phar: is blocked but PHAR: is not blocked.
8.9.10
Affected by 1 other vulnerability.
9.0.0-alpha1
Affected by 0 other vulnerabilities.
9.0.9
Affected by 1 other vulnerability.
9.1.0-alpha1
Affected by 0 other vulnerabilities.
VCID-6c6t-kmb3-2qcm
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.5.15
Affected by 2 other vulnerabilities.
8.6.15
Affected by 2 other vulnerabilities.
VCID-7bq1-m8df-k3ba
Aliases:
CVE-2017-6930
GHSA-3327-jr93-7hq3
Language fallback can be incorrect on multilingual sites with node access restrictions When using node access controls with a multilingual site, Drupal marks the untranslated version of a node as the default fallback for access queries. This fallback is used for languages that do not yet have a translated version of the created node. This can result in an access bypass vulnerability. This issue is mitigated by the fact that it only applies to sites that a) use the Content Translation module; and b) use a node access module such as Domain Access which implement hook_node_access_records(). Note that the update will mark the node access tables as needing a rebuild, which will take a long time on sites with a large number of nodes.
8.4.5
Affected by 14 other vulnerabilities.
VCID-8qd6-8ckc-h3g5
Aliases:
CVE-2016-7570
GHSA-6g9h-6v79-w4pc
Unprivileged access to "Administer comments" Users who have rights to edit a node can set the visibility on comments for that node. This should be restricted to those who have the administer comments permission.
8.1.10
Affected by 33 other vulnerabilities.
VCID-ah3h-t9qa-gudr
Aliases:
CVE-2017-6925
GHSA-f4qx-jqfq-7785
Entity Access Bypass In versions of Drupal 8 core ; There is a vulnerability in the entity access system that could allow unwanted access to view, create, update, or delete entities. This only affects entities that do not use or do not have UUIDs, and entities that have different access restrictions on different revisions of the same entity.
8.3.7
Affected by 20 other vulnerabilities.
VCID-asm8-guag-b3ep
Aliases:
CVE-2016-6212
GHSA-rfxx-gxwc-923c
Information Exposure The Views module in Drupal and the Views module might allow remote authenticated users to bypass intended access restrictions and obtain sensitive Statistics information via unspecified vectors.
8.1.0
Affected by 36 other vulnerabilities.
8.1.3
Affected by 36 other vulnerabilities.
VCID-ay6b-1a7z-qkas
Aliases:
CVE-2016-6211
GHSA-frqf-9qr4-6vxf
Saving user accounts can sometimes grant the user all roles The User module in Drupal allows remote authenticated users to gain privileges via vectors involving contributed or custom code that triggers a rebuild of the user profile form.
8.1.0
Affected by 36 other vulnerabilities.
VCID-bq2j-t19h-zyad
Aliases:
CVE-2016-5385
GHSA-m6ch-gg5f-wxx3
Improper Access Control PHP does not attempt to address RFC section namespace conflicts and therefore does not protect applications from the presence of untrusted client data in the `HTTP_PROXY` environment variable, which might allow remote attackers to redirect an application's outbound HTTP traffic to an arbitrary proxy server via a crafted Proxy header in an HTTP request, as demonstrated by (1) an application that makes a getenv('HTTP_PROXY') call or (2) a CGI configuration of PHP, aka an `httpoxy` issue.
8.1.0
Affected by 36 other vulnerabilities.
VCID-dhwb-tvs2-vkht
Aliases:
CVE-2016-9449
GHSA-p745-347h-hjfw
Unprivileged access to taxonomy terms Modules wishing to restrict access to taxonomy terms may be incompatible with queries generated both by Drupal core as well as those generated by contributed modules like Entity Reference. As a result, information on taxonomy terms may be disclosed to unprivileged users.
8.2.3
Affected by 30 other vulnerabilities.
VCID-e12q-qavs-qybu
Aliases:
GMS-2019-147
Cross-site Scripting vulnerability in drupal.
8.6.12
Affected by 5 other vulnerabilities.
VCID-e8un-nbkk-cbf9
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 6 other vulnerabilities.
VCID-es39-uyu2-myap
Aliases:
CVE-2017-6927
GHSA-585j-5449-mf5m
JavaScript cross-site scripting prevention is incomplete Drupal has a Drupal.checkPlain() JavaScript function which is used to escape potentially dangerous text before outputting it to HTML (as JavaScript output is not auto-escaped by either Drupal 7 or Drupal 8). This function does not correctly handle all methods of injecting malicious HTML, leading to a cross-site scripting vulnerability under certain circumstances. The PHP functions which Drupal provides for HTML escaping are not affected.
8.4.5
Affected by 14 other vulnerabilities.
VCID-jb63-xjup-1khv
Aliases:
CVE-2016-7572
GHSA-fmqh-2j2x-vgp3
Unprivileged access to config export The `system.temporary` route allows the download of a full config export. The full config export should be limited to those with "Export configuration" permission.
8.1.10
Affected by 33 other vulnerabilities.
VCID-jrhg-3271-tqdy
Aliases:
GMS-2018-56
Improper Access Control In some conditions, content moderation fails to check a users access to use certain transitions, leading to an access bypass.
8.6.2
Affected by 8 other vulnerabilities.
VCID-ks17-b29e-73au
Aliases:
CVE-2017-6919
GHSA-6hpj-9xj7-2jxx
Access Bypass This is a critical access bypass vulnerability in Drupal.
8.2.8
Affected by 26 other vulnerabilities.
8.3.1
Affected by 24 other vulnerabilities.
VCID-mm13-6dhq-nqfb
Aliases:
CVE-2017-6924
GHSA-p8g6-5mg7-9r5q
Improper Privilege Management When using the REST API, users without the correct permission can post comments via REST that are approved even if the user does not have permission to post approved comments. This issue only affects sites that have the RESTful Web Services (rest) module enabled, the comment entity REST resource enabled, and where an attacker can access a user account on the site with permissions to post comments, or where anonymous users can post comments.
8.3.0
Affected by 25 other vulnerabilities.
8.3.7
Affected by 20 other vulnerabilities.
VCID-myja-t33q-q3cv
Aliases:
GMS-2018-52
Improper Access Control in drupal.
8.6.2
Affected by 8 other vulnerabilities.
VCID-nwdx-mgsc-s3f3
Aliases:
CVE-2017-6379
GHSA-gxxq-fhc7-3jv9
Cross Site Request Forgery Some administrative paths did not include protection for CSRF. This would allow an attacker to disable some blocks on a site. This issue is mitigated by the fact that users would have to know the block ID.
8.2.7
Affected by 27 other vulnerabilities.
VCID-pgnc-fq4m-3kaz
Aliases:
GMS-2018-54
URL Redirection to Untrusted Site ('Open Redirect') Anonymous Open Redirect in drupal.
8.6.2
Affected by 8 other vulnerabilities.
VCID-q6zh-decq-bkau
Aliases:
CVE-2016-9450
GHSA-98w5-wqp9-w466
Incorrect cache context on password reset page The user password reset form does not specify a proper cache context, which can lead to cache poisoning and unwanted content on the page.
8.2.3
Affected by 30 other vulnerabilities.
VCID-qsuc-53pg-zkda
Aliases:
GMS-2018-55
Code Injection Injection in `DefaultMailSystem::mail()`.
8.6.2
Affected by 8 other vulnerabilities.
VCID-t5ya-jzjf-ckh6
Aliases:
CVE-2017-6931
GHSA-7ffh-cjvg-fpr4
Settings Tray access bypass In Drupal, the Settings Tray module has a vulnerability that allows users to update certain data that they do not have the permissions for.
8.4.5
Affected by 14 other vulnerabilities.
VCID-tbhc-6qre-7kc5
Aliases:
CVE-2017-6926
GHSA-2p28-5mvp-2j2r
Comment reply form allows access to restricted content Users with permission to post comments are able to view content and comments they do not have access to, and are also able to add comments to this content. This vulnerability is mitigated by the fact that the comment system must be enabled and the attacker must have permission to post comments.
8.4.5
Affected by 14 other vulnerabilities.
VCID-tbk2-zprq-27c8
Aliases:
CVE-2017-6381
GHSA-rhx9-3qf7-r3j7
Remote code execution A 3rd party development library including with Drupal 8 development dependencies is vulnerable to remote code execution. This is mitigated by the default .htaccess protection against PHP execution, and the fact that Composer development dependencies aren't normal installed. You might be vulnerable to this if you are running a version of Drupal. To be sure you aren’t vulnerable, you can remove the /vendor/phpunit directory from the site root of your production deployments.
8.2.7
Affected by 27 other vulnerabilities.
VCID-ughj-q27r-yfe2
Aliases:
CVE-2016-7571
GHSA-vhg8-x858-7wq6
Cross-site Scripting in HTTP exceptions An attacker can create a specially crafted url, which can execute arbitrary code in the victim’s browser if loaded. Drupal is not properly sanitizing an exception.
8.1.10
Affected by 33 other vulnerabilities.
VCID-uvmv-j9kx-jfeq
Aliases:
CVE-2017-6377
GHSA-w7qx-vwr9-2j3r
Access Bypass When adding a private file via the editor in Drupal, the editor will not correctly check access for the file being attached, resulting in an access bypass.
8.2.7
Affected by 27 other vulnerabilities.
VCID-w4ks-ufnz-vfav
Aliases:
CVE-2017-6929
GHSA-5vpr-v24w-mmjj
Cross-site Scripting A jQuery cross site scripting vulnerability is present when making Ajax requests to untrusted domains. This vulnerability is mitigated by the fact that it requires contributed or custom modules in order to exploit.
8.4.0
Affected by 21 other vulnerabilities.
8.4.5
Affected by 14 other vulnerabilities.
VCID-wszp-2es5-z7fy
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 1 other vulnerability.
8.7.1
Affected by 4 other vulnerabilities.
VCID-x34m-u169-1bce
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.5.9
Affected by 8 other vulnerabilities.
8.6.6
Affected by 6 other vulnerabilities.
VCID-y1nb-prqc-suaj
Aliases:
CVE-2018-9861
GHSA-g78h-pf65-46rv
Cross-site Scripting Cross-site scripting (XSS) vulnerability in the Enhanced Image plugin for CKEditor.
8.4.7
Affected by 11 other vulnerabilities.
8.5.2
Affected by 13 other vulnerabilities.
VCID-y5mz-1wsc-w3g7
Aliases:
CVE-2017-6922
GHSA-58f3-cx8p-h8jg
Files uploaded by anonymous users accessed by other users Private files that have been uploaded by an anonymous user but not permanently attached to content on the site should only be visible to the anonymous user that uploaded them, rather than all anonymous users. Drupal core does not provide this protection, allowing an access bypass vulnerability to occur. This issue is mitigated by the fact that in order to be affected, the site must allow anonymous users to upload files into a private file system.
8.3.4
Affected by 21 other vulnerabilities.
VCID-yygb-pp11-5udj
Aliases:
GMS-2018-53
URL Redirection to Untrusted Site ('Open Redirect') External URL injection through URL aliases in drupal.
8.6.2
Affected by 8 other vulnerabilities.
VCID-z2xs-z24v-c3e5
Aliases:
CVE-2016-9452
GHSA-jpj8-49hr-wcwv
Denial of service via transliterate mechanism A specially crafted URL can cause a denial of service via the transliterate mechanism.
8.2.3
Affected by 30 other vulnerabilities.
VCID-zpeb-7dhc-9kcx
Aliases:
CVE-2017-6920
GHSA-9c24-g32g-35rj
PECL YAML parser unsafe object handling PECL YAML parser does not handle PHP objects safely during certain operations within Drupal core. This can lead to remote code execution.
8.3.4
Affected by 21 other vulnerabilities.
VCID-zqer-y4s4-hqhy
Aliases:
CVE-2017-6932
GHSA-wm86-w3cf-h6vm
URL Redirection to Untrusted Site (Open Redirect) Drupal core has an external link injection vulnerability when the language switcher block is used. A similar vulnerability exists in various custom and contributed modules. This vulnerability could allow an attacker to trick users into unwillingly navigating to an external site.
8.4.5
Affected by 14 other vulnerabilities.
VCID-zvtm-9bd5-ufgy
Aliases:
SA-CORE-2018-003
XSS Vulnerability CKEditor, a third-party JavaScript library included in Drupal core, is affected by a cross-site scripting (XSS) vulnerability. It's possible to execute XSS inside CKEditor when using the `image2` plugin.
8.4.7
Affected by 11 other vulnerabilities.
8.5.2
Affected by 13 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-06-04T20:41:33.149930+00:00 GitLab Importer Affected by VCID-5jy9-mhbb-nuh7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2020-28948.yml 38.6.0
2026-06-04T20:21:36.084450+00:00 GitLab Importer Affected by VCID-6c6t-kmb3-2qcm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2019-10909.yml 38.6.0
2026-06-04T20:21:27.663085+00:00 GitLab Importer Affected by VCID-wszp-2es5-z7fy https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2019-11831.yml 38.6.0
2026-06-04T20:20:00.327176+00:00 GitLab Importer Affected by VCID-e12q-qavs-qybu https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/GMS-2019-147.yml 38.6.0
2026-06-04T20:18:35.546956+00:00 GitLab Importer Affected by VCID-y5mz-1wsc-w3g7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2017-6922.yml 38.6.0
2026-06-04T20:18:29.402088+00:00 GitLab Importer Affected by VCID-2989-fmjz-nkby https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2017-6923.yml 38.6.0
2026-06-04T20:18:28.467058+00:00 GitLab Importer Affected by VCID-x34m-u169-1bce https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2019-6339.yml 38.6.0
2026-06-04T20:18:27.405806+00:00 GitLab Importer Affected by VCID-e8un-nbkk-cbf9 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2019-6338.yml 38.6.0
2026-06-04T20:18:17.617043+00:00 GitLab Importer Affected by VCID-mm13-6dhq-nqfb https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2017-6924.yml 38.6.0
2026-06-04T20:18:16.659188+00:00 GitLab Importer Affected by VCID-4pg6-hqge-wkcb https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2017-6921.yml 38.6.0
2026-06-04T20:18:15.702026+00:00 GitLab Importer Affected by VCID-ah3h-t9qa-gudr https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2017-6925.yml 38.6.0
2026-06-04T20:16:30.170680+00:00 GitLab Importer Affected by VCID-qsuc-53pg-zkda https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/GMS-2018-55.yml 38.6.0
2026-06-04T20:16:24.562257+00:00 GitLab Importer Affected by VCID-myja-t33q-q3cv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/GMS-2018-52.yml 38.6.0
2026-06-04T20:16:23.576326+00:00 GitLab Importer Affected by VCID-pgnc-fq4m-3kaz https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/GMS-2018-54.yml 38.6.0
2026-06-04T20:16:18.435461+00:00 GitLab Importer Affected by VCID-yygb-pp11-5udj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/GMS-2018-53.yml 38.6.0
2026-06-04T20:16:14.626078+00:00 GitLab Importer Affected by VCID-jrhg-3271-tqdy https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/GMS-2018-56.yml 38.6.0
2026-06-04T20:14:22.010578+00:00 GitLab Importer Affected by VCID-zpeb-7dhc-9kcx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2017-6920.yml 38.6.0
2026-06-04T20:11:54.437543+00:00 GitLab Importer Affected by VCID-y1nb-prqc-suaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2018-9861.yml 38.6.0
2026-06-04T20:11:53.232608+00:00 GitLab Importer Affected by VCID-4dpp-gg2v-q3et https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/GMS-2018-51.yml 38.6.0
2026-06-04T20:11:36.058306+00:00 GitLab Importer Affected by VCID-zvtm-9bd5-ufgy https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/SA-CORE-2018-003.yml 38.6.0
2026-06-04T20:11:22.710173+00:00 GitLab Importer Affected by VCID-es39-uyu2-myap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2017-6927.yml 38.6.0
2026-06-04T20:11:22.458228+00:00 GitLab Importer Affected by VCID-t5ya-jzjf-ckh6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2017-6931.yml 38.6.0
2026-06-04T20:11:22.213115+00:00 GitLab Importer Affected by VCID-7bq1-m8df-k3ba https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2017-6930.yml 38.6.0
2026-06-04T20:11:21.737238+00:00 GitLab Importer Affected by VCID-tbhc-6qre-7kc5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2017-6926.yml 38.6.0
2026-06-04T20:11:21.496976+00:00 GitLab Importer Affected by VCID-zqer-y4s4-hqhy https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2017-6932.yml 38.6.0
2026-06-04T20:11:20.563162+00:00 GitLab Importer Affected by VCID-w4ks-ufnz-vfav https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2017-6929.yml 38.6.0
2026-06-04T20:07:49.747752+00:00 GitLab Importer Affected by VCID-ks17-b29e-73au https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2017-6919.yml 38.6.0
2026-06-04T20:07:41.444381+00:00 GitLab Importer Affected by VCID-uvmv-j9kx-jfeq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2017-6377.yml 38.6.0
2026-06-04T20:07:40.874446+00:00 GitLab Importer Affected by VCID-nwdx-mgsc-s3f3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2017-6379.yml 38.6.0
2026-06-04T20:07:40.474124+00:00 GitLab Importer Affected by VCID-tbk2-zprq-27c8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2017-6381.yml 38.6.0
2026-06-04T20:06:38.598654+00:00 GitLab Importer Affected by VCID-z2xs-z24v-c3e5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2016-9452.yml 38.6.0
2026-06-04T20:06:37.789936+00:00 GitLab Importer Affected by VCID-q6zh-decq-bkau https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2016-9450.yml 38.6.0
2026-06-04T20:06:36.818173+00:00 GitLab Importer Affected by VCID-dhwb-tvs2-vkht https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2016-9449.yml 38.6.0
2026-06-04T20:06:27.864076+00:00 GitLab Importer Affected by VCID-jb63-xjup-1khv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2016-7572.yml 38.6.0
2026-06-04T20:06:27.540004+00:00 GitLab Importer Affected by VCID-ughj-q27r-yfe2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2016-7571.yml 38.6.0
2026-06-04T20:06:26.687880+00:00 GitLab Importer Affected by VCID-8qd6-8ckc-h3g5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2016-7570.yml 38.6.0
2026-06-04T20:06:23.804686+00:00 GitLab Importer Affected by VCID-asm8-guag-b3ep https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2016-6212.yml 38.6.0
2026-06-04T20:06:23.543896+00:00 GitLab Importer Affected by VCID-ay6b-1a7z-qkas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2016-6211.yml 38.6.0
2026-06-04T20:06:11.132459+00:00 GitLab Importer Affected by VCID-bq2j-t19h-zyad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/drupal/core/CVE-2016-5385.yml 38.6.0