| 0 |
| url |
VCID-2989-fmjz-nkby |
| vulnerability_id |
VCID-2989-fmjz-nkby |
| summary |
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. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2017-6923
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-2989-fmjz-nkby |
|
| 1 |
| url |
VCID-31qy-vagp-83b6 |
| vulnerability_id |
VCID-31qy-vagp-83b6 |
| summary |
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. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2020-13670, GHSA-mmjr-5q74-p3m4
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-31qy-vagp-83b6 |
|
| 2 |
| url |
VCID-3xk4-qwaq-5yaj |
| vulnerability_id |
VCID-3xk4-qwaq-5yaj |
| summary |
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. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2022-25278, GHSA-cfh2-7f6h-3m85
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-3xk4-qwaq-5yaj |
|
| 3 |
| url |
VCID-56ze-2yw2-bfh8 |
| vulnerability_id |
VCID-56ze-2yw2-bfh8 |
| summary |
Reflected file download vulnerability
The System module in Drupal might allow remote attackers to hijack the authentication of site administrators for requests that download and run files with arbitrary JSON-encoded content. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2016-3168
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-56ze-2yw2-bfh8 |
|
| 4 |
| url |
VCID-5c5c-m7ba-kqct |
| vulnerability_id |
VCID-5c5c-m7ba-kqct |
| summary |
Open redirect via double-encoded 'destination' parameter
Open redirect vulnerability in the `drupal_goto` function in Drupal allows remote attackers to redirect users to arbitrary web sites and conduct phishing attacks via a double-encoded URL in the `destination` parameter. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2016-3167
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-5c5c-m7ba-kqct |
|
| 5 |
| url |
VCID-6rtn-zphz-sydn |
| vulnerability_id |
VCID-6rtn-zphz-sydn |
| summary |
Incorrect Permission Assignment for Critical Resource
When using Drupal's private file system, Drupal will check to make sure a user has access to a file before allowing the user to view or download it. This check fails under certain conditions in which one module is trying to grant access to the file and another is trying to deny it, leading to an access bypass vulnerability. This vulnerability is mitigated by the fact that it only occurs for unusual site configurations. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2017-6928
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-6rtn-zphz-sydn |
|
| 6 |
| url |
VCID-9nk8-dban-g7h9 |
| vulnerability_id |
VCID-9nk8-dban-g7h9 |
| summary |
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.) |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2019-6340, GHSA-3gx6-h57h-rm27
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-9nk8-dban-g7h9 |
|
| 7 |
|
| 8 |
| url |
VCID-a7ss-tkb6-gkge |
| vulnerability_id |
VCID-a7ss-tkb6-gkge |
| summary |
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. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2022-25275, GHSA-xh3v-6f9j-wxw3, GMS-2022-3362
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-a7ss-tkb6-gkge |
|
| 9 |
| url |
VCID-ah3h-t9qa-gudr |
| vulnerability_id |
VCID-ah3h-t9qa-gudr |
| summary |
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. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2017-6925
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-ah3h-t9qa-gudr |
|
| 10 |
| url |
VCID-ard5-3cjv-1beu |
| vulnerability_id |
VCID-ard5-3cjv-1beu |
| summary |
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. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2022-24775, GHSA-q7rv-6hp3-vh96
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-ard5-3cjv-1beu |
|
| 11 |
| url |
VCID-asm8-guag-b3ep |
| vulnerability_id |
VCID-asm8-guag-b3ep |
| summary |
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. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2016-6212
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-asm8-guag-b3ep |
|
| 12 |
| url |
VCID-avmn-kqky-83dd |
| vulnerability_id |
VCID-avmn-kqky-83dd |
| summary |
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. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2020-13669, GHSA-c533-c843-67h8
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-avmn-kqky-83dd |
|
| 13 |
| url |
VCID-ay6b-1a7z-qkas |
| vulnerability_id |
VCID-ay6b-1a7z-qkas |
| summary |
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. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2016-6211
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-ay6b-1a7z-qkas |
|
| 14 |
|
| 15 |
| url |
VCID-bq2j-t19h-zyad |
| vulnerability_id |
VCID-bq2j-t19h-zyad |
| summary |
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. |
| references |
| 0 |
|
| 1 |
|
| 2 |
|
| 3 |
|
| 4 |
|
| 5 |
|
| 6 |
|
| 7 |
|
| 8 |
|
| 9 |
|
| 10 |
|
| 11 |
|
| 12 |
|
| 13 |
|
| 14 |
|
| 15 |
|
| 16 |
|
| 17 |
|
| 18 |
|
| 19 |
|
| 20 |
|
| 21 |
|
| 22 |
|
| 23 |
|
| 24 |
|
| 25 |
|
| 26 |
|
| 27 |
|
| 28 |
|
| 29 |
|
| 30 |
|
| 31 |
|
| 32 |
|
| 33 |
|
| 34 |
|
| 35 |
|
| 36 |
|
| 37 |
|
| 38 |
|
| 39 |
|
| 40 |
|
| 41 |
|
| 42 |
|
| 43 |
|
| 44 |
|
| 45 |
|
| 46 |
|
| 47 |
|
| 48 |
|
| 49 |
|
|
| fixed_packages |
|
| aliases |
CVE-2016-5385, GHSA-m6ch-gg5f-wxx3
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-bq2j-t19h-zyad |
|
| 16 |
|
| 17 |
| url |
VCID-dyhz-g3nv-yuc3 |
| vulnerability_id |
VCID-dyhz-g3nv-yuc3 |
| summary |
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. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2022-25276, GHSA-4wfq-jc9h-vpcx
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-dyhz-g3nv-yuc3 |
|
| 18 |
| url |
VCID-e8un-nbkk-cbf9 |
| vulnerability_id |
VCID-e8un-nbkk-cbf9 |
| summary |
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. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2019-6338
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-e8un-nbkk-cbf9 |
|
| 19 |
| url |
VCID-egtv-y9w1-skgr |
| vulnerability_id |
VCID-egtv-y9w1-skgr |
| summary |
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. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2022-25273, GHSA-g36h-4jr6-qmm9
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-egtv-y9w1-skgr |
|
| 20 |
|
| 21 |
|
| 22 |
| url |
VCID-mm13-6dhq-nqfb |
| vulnerability_id |
VCID-mm13-6dhq-nqfb |
| summary |
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. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2017-6924
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-mm13-6dhq-nqfb |
|
| 23 |
| url |
VCID-mscp-wvvx-zfh3 |
| vulnerability_id |
VCID-mscp-wvvx-zfh3 |
| summary |
Saving user accounts can sometimes grant the user all roles
The User module in Drupal allows remote attackers to gain privileges by leveraging contributed or custom code that calls the `user_save` function with an explicit category and loads all roles into the array. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2016-3169
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-mscp-wvvx-zfh3 |
|
| 24 |
| url |
VCID-n5n3-p5yy-13d9 |
| vulnerability_id |
VCID-n5n3-p5yy-13d9 |
| summary |
Open redirect via path manipulation
Drupal might allow remote attackers to conduct open redirect attacks by leveraging (1) custom code or (2) a form shown on an error page, related to path manipulation. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2016-3164
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-n5n3-p5yy-13d9 |
|
| 25 |
| url |
VCID-nacy-y1qt-5yhb |
| vulnerability_id |
VCID-nacy-y1qt-5yhb |
| summary |
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. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2020-13668, GHSA-m6q5-wv4x-fv6h
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-nacy-y1qt-5yhb |
|
| 26 |
| url |
VCID-ng6g-hvc2-bkg4 |
| vulnerability_id |
VCID-ng6g-hvc2-bkg4 |
| summary |
Session data truncation can lead to unserialization of user provided data
Drupal might allow remote attackers to execute arbitrary code via vectors related to session data truncation. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2016-3171
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-ng6g-hvc2-bkg4 |
|
| 27 |
|
| 28 |
|
| 29 |
| url |
VCID-pnme-dc73-efcb |
| vulnerability_id |
VCID-pnme-dc73-efcb |
| summary |
Improper Access Control
The File module in Drupal allows remote authenticated users to bypass access restrictions and read, delete, or substitute a link to a file uploaded to an unprocessed form by leveraging permission to create content or comment and upload files. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2016-3162
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-pnme-dc73-efcb |
|
| 30 |
|
| 31 |
| url |
VCID-rd4g-h1j9-23cb |
| vulnerability_id |
VCID-rd4g-h1j9-23cb |
| summary |
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. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2022-25277, GHSA-6955-67hm-vjjq, GMS-2022-3361
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-rd4g-h1j9-23cb |
|
| 32 |
| url |
VCID-rsc6-y1uv-6bfq |
| vulnerability_id |
VCID-rsc6-y1uv-6bfq |
| summary |
Information Exposure
The `have you forgotten your password` links in the User module in Drupal allow remote attackers to obtain sensitive username information by leveraging a configuration that permits using an email address to login and a module that permits logging in. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2016-3170
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-rsc6-y1uv-6bfq |
|
| 33 |
| url |
VCID-s5qd-cpvc-c3cd |
| vulnerability_id |
VCID-s5qd-cpvc-c3cd |
| summary |
Improper Access Control
The Form API in Drupal ignores access restrictions on submit buttons, which might allow remote attackers to bypass intended access restrictions by leveraging permission to submit a form with a button that has `#access` set to `FALSE` in the server-side form definition. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2016-3165
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-s5qd-cpvc-c3cd |
|
| 34 |
| url |
VCID-ta99-gcmk-2qc8 |
| vulnerability_id |
VCID-ta99-gcmk-2qc8 |
| summary |
Brute force amplification attacks via XML-RPC
The XML-RPC system in Drupal might make it easier for remote attackers to conduct brute-force attacks via a large number of calls made at once to the same method. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2016-3163
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-ta99-gcmk-2qc8 |
|
| 35 |
|
| 36 |
| url |
VCID-tbk2-zprq-27c8 |
| vulnerability_id |
VCID-tbk2-zprq-27c8 |
| summary |
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. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2017-6381
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-tbk2-zprq-27c8 |
|
| 37 |
|
| 38 |
|
| 39 |
| url |
VCID-w4ks-ufnz-vfav |
| vulnerability_id |
VCID-w4ks-ufnz-vfav |
| summary |
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. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2017-6929
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-w4ks-ufnz-vfav |
|
| 40 |
| url |
VCID-wapd-e3mu-sffn |
| vulnerability_id |
VCID-wapd-e3mu-sffn |
| summary |
HTTP header injection using line breaks
CRLF injection vulnerability in the `drupal_set_header` function in Drupal allows remote attackers to inject arbitrary HTTP headers and conduct HTTP response splitting attacks by leveraging a module that allows user-submitted data to appear in HTTP headers. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2016-3166
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-wapd-e3mu-sffn |
|
| 41 |
| url |
VCID-wsv7-je8g-sqet |
| vulnerability_id |
VCID-wsv7-je8g-sqet |
| summary |
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. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2020-13671, GHSA-68jc-v27h-vhmw
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-wsv7-je8g-sqet |
|
| 42 |
| url |
VCID-wszp-2es5-z7fy |
| vulnerability_id |
VCID-wszp-2es5-z7fy |
| summary |
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. |
| references |
| 0 |
|
| 1 |
|
| 2 |
|
| 3 |
|
| 4 |
|
| 5 |
|
| 6 |
|
| 7 |
|
| 8 |
|
| 9 |
|
| 10 |
|
| 11 |
|
| 12 |
|
| 13 |
|
| 14 |
|
| 15 |
|
| 16 |
|
| 17 |
|
|
| fixed_packages |
|
| aliases |
CVE-2019-11831, GHSA-xv7v-rf6g-xwrc
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-wszp-2es5-z7fy |
|
| 43 |
| url |
VCID-x34m-u169-1bce |
| vulnerability_id |
VCID-x34m-u169-1bce |
| summary |
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. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2019-6339
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-x34m-u169-1bce |
|
| 44 |
|
| 45 |
| url |
VCID-zqer-y4s4-hqhy |
| vulnerability_id |
VCID-zqer-y4s4-hqhy |
| summary |
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. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2017-6932
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-zqer-y4s4-hqhy |
|