← Back

Drupal

drupal

443 CVEs • 143 products

Products (143)

Click to collapse
Toggle
Drupal
drupal
Print
print
Project
project
Everyblog
everyblog
Imce Module
imce_module
Talk
talk
Views
views
Activity
activity
Data
data
Job Search
job_search
Recipe Module
recipe_module
Drupal Project
drupal_project
Drupal Mysite
drupal_mysite
Acidfree
acidfree
Textimage
textimage
Audio Module
audio_module
Getid3
getid3
Nodefamily
nodefamily
Print Module
print_module
Forward Module
forward_module
Invite Module
invite_module
Token Module
token_module
Shoutbox
shoutbox
Feature Module
feature_module
Bueditor
bueditor
Atom Module
atom_module
Archive Module
archive_module
Workflow
workflow
Openid
openid
Header Image
header_image
Webform Module
webform_module
E Publish
e-publish
Upload Module
upload_module
Mailsave
mailsave
Mailhandler
mailhandler
Link To Us
link_to_us
Node Clone
node_clone
Stock Module
stock_module
Link Module
link_module
Storm
storm
Comment Mail
comment_mail
Tasklist
tasklist
Plus1
plus1
Feedapi Mapper
feedapi_mapper

CVEs (443)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
2Debian
Drupal
2Debian Linux
Drupal
Jun 17, 2026
Mar 29, 2018
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
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 configura...Show more
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.Show less
2Debian
Drupal
2Debian Linux
Drupal
Nov 21, 2024
Mar 1, 2018
N/A· v4
4.7 MEDIUM· v3
5.8 MEDIUM· v2
Drupal core 7.x versions before 7.57 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 cou...Show more
Drupal core 7.x versions before 7.57 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.Show less
1Drupal
1Drupal
Nov 21, 2024
Mar 1, 2018
N/A· v4
6.5 MEDIUM· v3
4.0 MEDIUM· v2
In Drupal versions 8.4.x versions before 8.4.5 the Settings Tray module has a vulnerability that allows users to update certain data that they do not have the permissions for. If you have implemented a Settings Tray form...Show more
In Drupal versions 8.4.x versions before 8.4.5 the Settings Tray module has a vulnerability that allows users to update certain data that they do not have the permissions for. If you have implemented a Settings Tray form in contrib or a custom module, the correct access checks should be added. This release fixes the only two implementations in core, but does not harden against other such bypasses. This vulnerability can be mitigated by disabling the Settings Tray module.Show less
1Drupal
1Drupal
Nov 21, 2024
Mar 1, 2018
N/A· v4
8.1 HIGH· v3
6.8 MEDIUM· v2
In Drupal versions 8.4.x versions before 8.4.5 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 f...Show more
In Drupal versions 8.4.x versions before 8.4.5 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().Show less
2Debian
Drupal
2Debian Linux
Drupal
Nov 21, 2024
Mar 1, 2018
N/A· v4
6.1 MEDIUM· v3
4.3 MEDIUM· v2
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. For D...Show more
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. For Drupal 8, this vulnerability was already fixed in Drupal 8.4.0 in the Drupal core upgrade to jQuery 3. For Drupal 7, it is fixed in the current release (Drupal 7.57) for jQuery 1.4.4 (the version that ships with Drupal 7 core) as well as for other newer versions of jQuery that might be used on the site, for example using the jQuery Update module.Show less
2Debian
Drupal
2Debian Linux
Drupal
Nov 21, 2024
Mar 1, 2018
N/A· v4
5.3 MEDIUM· v3
3.5 LOW· v2
Drupal core 7.x versions before 7.57 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 con...Show more
Drupal core 7.x versions before 7.57 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.Show less
2Debian
Drupal
2Debian Linux
Drupal
Nov 21, 2024
Mar 1, 2018
N/A· v4
6.1 MEDIUM· v3
4.3 MEDIUM· v2
Drupal 8.4.x versions before 8.4.5 and Drupal 7.x versions before 7.57 has a Drupal.checkPlain() JavaScript function which is used to escape potentially dangerous text before outputting it to HTML (as JavaScript output d...Show more
Drupal 8.4.x versions before 8.4.5 and Drupal 7.x versions before 7.57 has a Drupal.checkPlain() JavaScript function which is used to escape potentially dangerous text before outputting it to HTML (as JavaScript output does not typically go through Twig autoescaping). 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.Show less
1Drupal
1Drupal
Nov 21, 2024
Mar 1, 2018
N/A· v4
8.1 HIGH· v3
5.5 MEDIUM· v2
In Drupal versions 8.4.x versions before 8.4.5 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 vulnerabilit...Show more
In Drupal versions 8.4.x versions before 8.4.5 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.Show less
3Drupal
Jquery Update ProjectLabjs Project
3Drupal
Jquery UpdateLabjs
May 13, 2026
Oct 18, 2017
N/A· v4
6.1 MEDIUM· v3
5.8 MEDIUM· v2
Open redirect vulnerability in the Overlay module in Drupal 7.x before 7.41, the jQuery Update module 7.x-2.x before 7.x-2.7 for Drupal, and the LABjs module 7.x-1.x before 7.x-1.8 allows remote attackers to redirect use...Show more
Open redirect vulnerability in the Overlay module in Drupal 7.x before 7.41, the jQuery Update module 7.x-2.x before 7.x-2.7 for Drupal, and the LABjs module 7.x-1.x before 7.x-1.8 allows remote attackers to redirect users to arbitrary web sites and conduct phishing attacks via unspecified vectors. NOTE: this vulnerability exists because of an incomplete fix for CVE-2015-3233.Show less
1Drupal
1Drupal
May 13, 2026
Sep 13, 2017
N/A· v4
4.3 MEDIUM· v3
4.0 MEDIUM· v2
The Entity Registration module 7.x-1.x before 7.x-1.5 for Drupal allows remote attackers to obtain sensitive event registration information by leveraging the "Register other accounts" permission and knowledge of username...Show more
The Entity Registration module 7.x-1.x before 7.x-1.5 for Drupal allows remote attackers to obtain sensitive event registration information by leveraging the "Register other accounts" permission and knowledge of usernames.Show less
2Debian
Drupal
2Debian Linux
Drupal
May 13, 2026
Sep 13, 2017
N/A· v4
6.1 MEDIUM· v3
5.8 MEDIUM· v2
Open redirect vulnerability in URL-related API functions in Drupal 6.x before 6.35 and 7.x before 7.35 allows remote attackers to redirect users to arbitrary web sites and conduct phishing attacks via vectors involving t...Show more
Open redirect vulnerability in URL-related API functions in Drupal 6.x before 6.35 and 7.x before 7.35 allows remote attackers to redirect users to arbitrary web sites and conduct phishing attacks via vectors involving the "//" initial sequence.Show less
2Debian
Drupal
2Debian Linux
Drupal
May 13, 2026
Sep 13, 2017
N/A· v4
6.1 MEDIUM· v3
5.8 MEDIUM· v2
Open redirect vulnerability in Drupal 6.x before 6.35 and 7.x before 7.35 allows remote attackers to redirect users to arbitrary web sites and conduct phishing attacks via a URL in the destination parameter.
1Drupal
1Drupal
May 13, 2026
Apr 20, 2017
N/A· v4
7.5 HIGH· v3
6.0 MEDIUM· v2
Drupal 8 before 8.2.8 and 8.3 before 8.3.1 allows critical access bypass by authenticated users if the RESTful Web Services (rest) module is enabled and the site allows PATCH requests.
1Drupal
1Drupal
May 13, 2026
Mar 16, 2017
N/A· v4
8.1 HIGH· v3
6.8 MEDIUM· v2
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 Comp...Show more
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 before 8.2.2. To be sure you aren't vulnerable, you can remove the <siteroot>/vendor/phpunit directory from your production deploymentsShow less
1Drupal
1Drupal
May 13, 2026
Mar 16, 2017
N/A· v4
7.5 HIGH· v3
5.1 MEDIUM· v2
Some administrative paths in Drupal 8.2.x before 8.2.7 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...Show more
Some administrative paths in Drupal 8.2.x before 8.2.7 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.Show less
1Drupal
1Drupal
May 13, 2026
Mar 16, 2017
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
When adding a private file via the editor in Drupal 8.2.x before 8.2.7, the editor will not correctly check access for the file being attached, resulting in an access bypass.
1Drupal
1Drupal
May 6, 2026
Nov 25, 2016
N/A· v4
6.5 MEDIUM· v3
4.3 MEDIUM· v2
The transliterate mechanism in Drupal 8.x before 8.2.3 allows remote attackers to cause a denial of service via a crafted URL.
1Drupal
1Drupal
May 6, 2026
Nov 25, 2016
N/A· v4
6.8 MEDIUM· v3
4.9 MEDIUM· v2
Confirmation forms in Drupal 7.x before 7.52 make it easier for remote authenticated users to conduct open redirect attacks via unspecified vectors.
1Drupal
1Drupal
May 6, 2026
Nov 25, 2016
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
The user password reset form in Drupal 8.x before 8.2.3 allows remote attackers to conduct cache poisoning attacks by leveraging failure to specify a correct cache context.
1Drupal
1Drupal
May 6, 2026
Nov 25, 2016
N/A· v4
4.3 MEDIUM· v3
4.0 MEDIUM· v2
The taxonomy module in Drupal 7.x before 7.52 and 8.x before 8.2.3 might allow remote authenticated users to obtain sensitive information about taxonomy terms by leveraging inconsistent naming of access query tags.