Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:deb/debian/drupal7@7.52-2%2Bdeb9u11
purl pkg:deb/debian/drupal7@7.52-2%2Bdeb9u11
Vulnerabilities affecting this package (0)
Vulnerability Summary Fixed by
This package is not known to be affected by vulnerabilities.
Vulnerabilities fixed by this package (17)
Vulnerability Summary Aliases
VCID-349d-w26k-mqfw 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. CVE-2019-11831
GHSA-xv7v-rf6g-xwrc
VCID-3fka-y25d-m7a3 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. CVE-2019-6339
GHSA-8cw5-rv98-5c46
VCID-3hf4-tvxn-zyh4 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. CVE-2017-6922
GHSA-58f3-cx8p-h8jg
VCID-3s9f-prpy-hbcx 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.` CVE-2019-11358
GHSA-6c3j-c64m-qhgq
VCID-5618-53yg-8qh4 Potential XSS vulnerability in jQuery ### Impact Passing HTML from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. `.html()`, `.append()`, and others) may execute untrusted code. ### Patches This problem is patched in jQuery 3.5.0. ### Workarounds To workaround the issue without upgrading, adding the following to your code: ```js jQuery.htmlPrefilter = function( html ) { return html; }; ``` You need to use at least jQuery 1.12/2.2 or newer to be able to apply this workaround. ### References https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/ https://jquery.com/upgrade-guide/3.5/ ### For more information If you have any questions or comments about this advisory, search for a relevant issue in [the jQuery repo](https://github.com/jquery/jquery/issues). If you don't find an answer, open a new issue. CVE-2020-11022
GHSA-gxr4-xjj5-5px2
VCID-cucx-jfqf-pkd1 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. CVE-2019-6338
GHSA-6rmq-x2hv-vxpp
VCID-cvxp-ctj9-guej Potential XSS vulnerability in jQuery ### Impact Passing HTML containing `<option>` elements from untrusted sources - even after sanitizing them - to one of jQuery's DOM manipulation methods (i.e. `.html()`, `.append()`, and others) may execute untrusted code. ### Patches This problem is patched in jQuery 3.5.0. ### Workarounds To workaround this issue without upgrading, use [DOMPurify](https://github.com/cure53/DOMPurify) with its `SAFE_FOR_JQUERY` option to sanitize the HTML string before passing it to a jQuery method. ### References https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/ ### For more information If you have any questions or comments about this advisory, search for a relevant issue in [the jQuery repo](https://github.com/jquery/jquery/issues). If you don't find an answer, open a new issue. CVE-2020-11023
GHSA-jpcq-cgw6-v4j6
VCID-djgn-ezxp-37eu 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. CVE-2019-6341
GHSA-cmmh-8mwp-gq5p
VCID-g1rp-twzp-63e1 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. CVE-2017-6929
GHSA-5vpr-v24w-mmjj
VCID-ga35-289v-vqhr Drupal Core Remote Code Execution Vulnerability Drupal before 7.58, 8.x before 8.3.9, 8.4.x before 8.4.6, and 8.5.x before 8.5.1 allows remote attackers to execute arbitrary code because of an issue affecting multiple subsystems with default or common module configurations. CVE-2018-7600
GHSA-7fh9-933g-885p
VCID-jnu7-1j9c-dqck 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. CVE-2017-6927
GHSA-585j-5449-mf5m
VCID-s9kv-9qfu-gbdq 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. CVE-2017-6928
GHSA-66mv-q8r2-hj8w
VCID-ssyn-dxp9-3kdq Drupal Core Cross-Site Request Forgery (CSRF) vulnerability Cross Site Request Forgery vulnerability in Drupal Core Form API does not properly handle certain form input from cross-site requests, which can lead to other vulnerabilities. CVE-2020-13663
GHSA-m648-hpf8-qcjw
VCID-vura-3gnb-rybs Drupal Core Open Redirect vulnerability Open Redirect vulnerability in Drupal Core allows a user to be tricked into visiting a specially crafted link which would redirect them to an arbitrary external URL. This issue affects: Drupal Drupal Core 7 version 7.70 and prior versions. CVE-2020-13662
GHSA-gjqg-9rhv-qj67
VCID-wq7j-1ruu-mkd9 security update DSA-4323-1 drupal7
VCID-wwvq-399y-rfhc Drupal Core Remote Code Execution Vulnerability A remote code execution vulnerability exists within multiple subsystems of Drupal 7.x and 8.x. This potentially allows attackers to exploit multiple attack vectors on a Drupal site, which could result in the site being compromised. This vulnerability is related to Drupal core - Highly critical - Remote Code Execution - SA-CORE-2018-002. Both SA-CORE-2018-002 and this vulnerability are being exploited in the wild. CVE-2018-7602
GHSA-297x-j9pm-xjgg
VCID-yare-57j9-j7cs 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. CVE-2017-6932
GHSA-wm86-w3cf-h6vm

Date Actor Action Vulnerability Source VulnerableCode Version
2026-04-15T14:39:15.638370+00:00 Debian Oval Importer Fixing VCID-vura-3gnb-rybs https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:36:31.782536+00:00 Debian Oval Importer Fixing VCID-s9kv-9qfu-gbdq https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:35:38.274255+00:00 Debian Oval Importer Fixing VCID-jnu7-1j9c-dqck https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:35:19.317027+00:00 Debian Oval Importer Fixing VCID-ssyn-dxp9-3kdq https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:34:18.958386+00:00 Debian Oval Importer Fixing VCID-g1rp-twzp-63e1 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:34:12.881160+00:00 Debian Oval Importer Fixing VCID-ga35-289v-vqhr https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:33:15.920338+00:00 Debian Oval Importer Fixing VCID-djgn-ezxp-37eu https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:31:24.484633+00:00 Debian Oval Importer Fixing VCID-wwvq-399y-rfhc https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:22:45.642226+00:00 Debian Oval Importer Fixing VCID-3fka-y25d-m7a3 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:22:20.658485+00:00 Debian Oval Importer Fixing VCID-3s9f-prpy-hbcx https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:21:18.831427+00:00 Debian Oval Importer Fixing VCID-349d-w26k-mqfw https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:20:00.231778+00:00 Debian Oval Importer Fixing VCID-cucx-jfqf-pkd1 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:18:12.988668+00:00 Debian Oval Importer Fixing VCID-3hf4-tvxn-zyh4 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:16:27.322466+00:00 Debian Oval Importer Fixing VCID-wq7j-1ruu-mkd9 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:14:05.992087+00:00 Debian Oval Importer Fixing VCID-5618-53yg-8qh4 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:12:18.822338+00:00 Debian Oval Importer Fixing VCID-cvxp-ctj9-guej https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:06:05.838797+00:00 Debian Oval Importer Fixing VCID-yare-57j9-j7cs https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-11T14:27:33.340331+00:00 Debian Oval Importer Fixing VCID-vura-3gnb-rybs https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T14:24:48.582530+00:00 Debian Oval Importer Fixing VCID-s9kv-9qfu-gbdq https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T14:23:54.964185+00:00 Debian Oval Importer Fixing VCID-jnu7-1j9c-dqck https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T14:23:36.110661+00:00 Debian Oval Importer Fixing VCID-ssyn-dxp9-3kdq https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T14:22:36.630333+00:00 Debian Oval Importer Fixing VCID-g1rp-twzp-63e1 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T14:22:30.286772+00:00 Debian Oval Importer Fixing VCID-ga35-289v-vqhr https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T14:21:33.760690+00:00 Debian Oval Importer Fixing VCID-djgn-ezxp-37eu https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T14:19:42.081480+00:00 Debian Oval Importer Fixing VCID-wwvq-399y-rfhc https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T14:11:06.696319+00:00 Debian Oval Importer Fixing VCID-3fka-y25d-m7a3 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T14:10:42.299905+00:00 Debian Oval Importer Fixing VCID-3s9f-prpy-hbcx https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T14:09:41.249320+00:00 Debian Oval Importer Fixing VCID-349d-w26k-mqfw https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T14:08:26.941656+00:00 Debian Oval Importer Fixing VCID-cucx-jfqf-pkd1 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T14:06:43.953556+00:00 Debian Oval Importer Fixing VCID-3hf4-tvxn-zyh4 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T14:04:58.428923+00:00 Debian Oval Importer Fixing VCID-wq7j-1ruu-mkd9 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T14:02:38.543455+00:00 Debian Oval Importer Fixing VCID-5618-53yg-8qh4 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T14:00:51.412545+00:00 Debian Oval Importer Fixing VCID-cvxp-ctj9-guej https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T13:54:41.455924+00:00 Debian Oval Importer Fixing VCID-yare-57j9-j7cs https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-07T23:00:58.741646+00:00 Debian Oval Importer Fixing VCID-vura-3gnb-rybs https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:58:19.230427+00:00 Debian Oval Importer Fixing VCID-s9kv-9qfu-gbdq https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:57:27.535591+00:00 Debian Oval Importer Fixing VCID-jnu7-1j9c-dqck https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:57:09.130483+00:00 Debian Oval Importer Fixing VCID-ssyn-dxp9-3kdq https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:56:10.943360+00:00 Debian Oval Importer Fixing VCID-g1rp-twzp-63e1 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:56:04.864122+00:00 Debian Oval Importer Fixing VCID-ga35-289v-vqhr https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:55:09.656798+00:00 Debian Oval Importer Fixing VCID-djgn-ezxp-37eu https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:53:23.147806+00:00 Debian Oval Importer Fixing VCID-wwvq-399y-rfhc https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:45:04.987147+00:00 Debian Oval Importer Fixing VCID-3fka-y25d-m7a3 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:44:41.408290+00:00 Debian Oval Importer Fixing VCID-3s9f-prpy-hbcx https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:43:42.776985+00:00 Debian Oval Importer Fixing VCID-349d-w26k-mqfw https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:42:28.174689+00:00 Debian Oval Importer Fixing VCID-cucx-jfqf-pkd1 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:40:46.364069+00:00 Debian Oval Importer Fixing VCID-3hf4-tvxn-zyh4 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:39:04.848651+00:00 Debian Oval Importer Fixing VCID-wq7j-1ruu-mkd9 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:36:57.408515+00:00 Debian Oval Importer Fixing VCID-5618-53yg-8qh4 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:35:19.302068+00:00 Debian Oval Importer Fixing VCID-cvxp-ctj9-guej https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:29:36.477398+00:00 Debian Oval Importer Fixing VCID-yare-57j9-j7cs https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0