Search for packages
| purl | pkg:composer/drupal/core@8.4.0-alpha1 |
| Vulnerability | Summary | Fixed by |
|---|---|---|
|
VCID-2fas-m6vh-myhc
Aliases: CVE-2020-13677 GHSA-3xr3-phjp-g6p2 |
multiple issues |
Affected by 1 other vulnerability. Affected by 1 other vulnerability. Affected by 3 other vulnerabilities. |
|
VCID-2t34-82p3-73c3
Aliases: CVE-2020-13676 GHSA-qfhg-m6r8-xxpj |
multiple issues |
Affected by 1 other vulnerability. Affected by 1 other vulnerability. Affected by 3 other vulnerabilities. |
|
VCID-31qy-vagp-83b6
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. |
Affected by 9 other vulnerabilities. Affected by 10 other vulnerabilities. Affected by 6 other vulnerabilities. |
|
VCID-4dpp-gg2v-q3et
Aliases: GMS-2018-51 |
Cross-site Scripting XSS vulnerabiltiy in drupal. |
Affected by 22 other vulnerabilities. Affected by 23 other vulnerabilities. Affected by 24 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. |
Affected by 7 other vulnerabilities. Affected by 1 other vulnerability. Affected by 3 other vulnerabilities. Affected by 1 other vulnerability. |
|
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. |
Affected by 12 other vulnerabilities. Affected by 12 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. |
Affected by 26 other vulnerabilities. |
|
VCID-7v89-2sss-hfaz
Aliases: CVE-2020-13674 GHSA-j586-cj67-vg4p |
multiple issues |
Affected by 1 other vulnerability. Affected by 1 other vulnerability. Affected by 3 other vulnerabilities. |
|
VCID-9nk8-dban-g7h9
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.) |
Affected by 16 other vulnerabilities. Affected by 16 other vulnerabilities. |
|
VCID-ard5-3cjv-1beu
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. |
Affected by 0 other vulnerabilities. Affected by 0 other vulnerabilities. Affected by 0 other vulnerabilities. Affected by 0 other vulnerabilities. |
|
VCID-avmn-kqky-83dd
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. |
Affected by 9 other vulnerabilities. Affected by 10 other vulnerabilities. Affected by 6 other vulnerabilities. |
|
VCID-dav9-pgdh-8yey
Aliases: CVE-2020-13675 GHSA-v8wr-r69p-mmwx |
multiple issues |
Affected by 1 other vulnerability. Affected by 1 other vulnerability. Affected by 3 other vulnerabilities. |
|
VCID-e12q-qavs-qybu
Aliases: GMS-2019-147 |
Cross-site Scripting vulnerability in drupal. |
Affected by 15 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. |
Affected by 17 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. |
Affected by 26 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. |
Affected by 19 other vulnerabilities. |
|
VCID-myja-t33q-q3cv
Aliases: GMS-2018-52 |
Improper Access Control in drupal. |
Affected by 19 other vulnerabilities. |
|
VCID-nacy-y1qt-5yhb
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. |
Affected by 9 other vulnerabilities. Affected by 10 other vulnerabilities. Affected by 6 other vulnerabilities. |
|
VCID-pgnc-fq4m-3kaz
Aliases: GMS-2018-54 |
URL Redirection to Untrusted Site ('Open Redirect') Anonymous Open Redirect in drupal. |
Affected by 19 other vulnerabilities. |
|
VCID-qsuc-53pg-zkda
Aliases: GMS-2018-55 |
Code Injection Injection in `DefaultMailSystem::mail()`. |
Affected by 19 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. |
Affected by 26 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. |
Affected by 26 other vulnerabilities. |
|
VCID-tpzm-u3qp-akc8
Aliases: CVE-2020-13672 GHSA-3m36-mjwj-352c |
multiple issues |
Affected by 5 other vulnerabilities. Affected by 1 other vulnerability. Affected by 5 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. |
Affected by 32 other vulnerabilities. Affected by 26 other vulnerabilities. |
|
VCID-wsv7-je8g-sqet
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. |
Affected by 8 other vulnerabilities. Affected by 9 other vulnerabilities. Affected by 5 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. |
Affected by 11 other vulnerabilities. Affected by 14 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. |
Affected by 19 other vulnerabilities. Affected by 17 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. |
Affected by 22 other vulnerabilities. Affected by 24 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. |
Affected by 19 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. |
Affected by 26 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. |
Affected by 22 other vulnerabilities. Affected by 24 other vulnerabilities. |
| Vulnerability | Summary | Aliases |
|---|---|---|
| This package is not known to fix vulnerabilities. | ||