Startseite
  • » Home
  • » Handbuch & FAQ
  • » Forum
  • » Übersetzungsserver
  • » Suche
Startseite › Newsfeed-Generator › Kategorien ›

Drupal Security

Entity API - Moderately critical - Information disclosure - SA-CONTRIB-2026-113

Drupal Contrib Security - 26 August, 2026 - 19:41
Project: Entity APIDate: 2026-August-26Security risk: Moderately critical 12 ∕ 25 AC:Basic/A:None/CI:Some/II:None/E:Theoretical/TD:DefaultVulnerability: Information disclosureAffected versions: <1.8.0CVE IDs: CVE-2026-81158Description: 

The Entity API module extends the Drupal core entity API to provide a unified way to deal with entities and their properties.

The module doesn't correctly apply access controls for JSON:API entity collection endpoints. This exposes an information disclosure vulnerability.

This vulnerability is mitigated by the fact that the JSON:API module must be enabled in combination with the Entity API module.

Solution: 

Install the latest version:

  • If you use the Entity API module, upgrade to Entity API 8.x-1.8.
Reported By: 
  • Douglas Groene (dgroene)
  • Matt Glaman (mglaman)
Fixed By: 
  • Sascha Grossenbacher (berdir)
  • Klaus Purer (klausi)
  • Kristiaan Van den Eynde (kristiaanvandeneynde)
  • Matt Glaman (mglaman)
Coordinated By: 
  • Swan Kalata (akalata) of the Drupal Security Team
  • Greg Knaddison (greggles) of the Drupal Security Team
  • Lee Rowlands (larowlan) of the Drupal Security Team
  • Juraj Nemec (poker10) of the Drupal Security Team
  • Jess (xjm) of the Drupal Security Team
Kategorien: Drupal Security

DXPR Builder: The AI Visual Page Builder for Drupal - Moderately critical - Information Disclosure - SA-CONTRIB-2026-112

Drupal Contrib Security - 26 August, 2026 - 19:40
Project: DXPR Builder: The Best Editing (AI) Experience for DrupalDate: 2026-August-26Security risk: Moderately critical 14 ∕ 25 AC:None/A:None/CI:Some/II:None/E:Theoretical/TD:DefaultVulnerability: Information DisclosureAffected versions: <2.8.1CVE IDs: CVE-2026-81162Description: 

The DXPR Builder module provides a visual / AI page builder for Drupal. The module uses a JSON Web Token for licensing, user license management, AI services, and subscription metadata.

The 2.x version of the module does not sufficiently restrict access to API credentials in JavaScript settings. When AI agent features are enabled, the token is exposed to all page visitors (including anonymous users) via drupalSettings.

This vulnerability is mitigated by the fact that a site must have DXPR Builder AI features enabled and configured with an API token.

Solution: 

Install the latest version:

  • If you use the 2.x branch of the DXPR Builder module, upgrade to DXPR Builder 2.8.1 or later.
  • The 3.x branch is not affected as it proxies AI requests through the contributed AI module.
Reported By: 
  • jurriaanroelofs
Fixed By: 
  • jurriaanroelofs
Coordinated By: 
  • Greg Knaddison (greggles) of the Drupal Security Team
  • Juraj Nemec (poker10) of the Drupal Security Team
  • Jess (xjm) of the Drupal Security Team
Kategorien: Drupal Security

Disable Login Page - Moderately critical - Access bypass - SA-CONTRIB-2026-111

Drupal Contrib Security - 26 August, 2026 - 19:39
Project: Disable Login PageDate: 2026-August-26Security risk: Moderately critical 13 ∕ 25 AC:None/A:None/CI:None/II:None/E:Proof/TD:AllVulnerability: Access bypassAffected versions: <1.1.4CVE IDs: CVE-2026-16647Description: 

This module enables you to disable access to the /user/login form unless a secret key is provided.

The module does not invalidate the relevant caches when login page access restrictions are enabled. As a result, previously cached login page responses may remain accessible until caches are cleared. An attacker may continue to access the login page despite the restriction having been enabled.

Solution: 

Install the latest version:

  • If you use the Disable Login Page module, upgrade to Disable Login Page 1.1.4.
Reported By: 
  • Brian Osborne (bkosborne)
  • Jason Partyka (partyka)
Fixed By: 
  • Brian Osborne (bkosborne)
  • Jason Partyka (partyka)
Coordinated By: 
  • Greg Knaddison (greggles) of the Drupal Security Team
  • Juraj Nemec (poker10) of the Drupal Security Team
  • Pierre Rudloff (prudloff) of the Drupal Security Team
  • Jess (xjm) of the Drupal Security Team
Kategorien: Drupal Security

Disable Login Page - Moderately critical - Access bypass - SA-CONTRIB-2026-110

Drupal Contrib Security - 26 August, 2026 - 19:38
Project: Disable Login PageDate: 2026-August-26Security risk: Moderately critical 13 ∕ 25 AC:Basic/A:None/CI:Some/II:None/E:Theoretical/TD:AllVulnerability: Access bypassAffected versions: <1.1.4CVE IDs: CVE-2026-18260Description: 

This module enables you to disable access to the /user/login form unless a secret key is provided.

The module does not sufficiently restrict repeated attempts to guess that key, allowing brute-force attacks against the access-control mechanism.

Solution: 

Install the latest version:

  • If you use the Disable Login Page module, upgrade to Disable Login Page 1.1.4.
Reported By: 
  • Pierre Rudloff (prudloff) of the Drupal Security Team
Fixed By: 
  • Brian Osborne (bkosborne)
  • Jason Partyka (partyka)
Coordinated By: 
  • Neil Drumm (drumm) of the Drupal Security Team
  • Greg Knaddison (greggles) of the Drupal Security Team
  • Dave Long (longwave) of the Drupal Security Team
  • Juraj Nemec (poker10) of the Drupal Security Team
  • Pierre Rudloff (prudloff) of the Drupal Security Team
  • Jess (xjm) of the Drupal Security Team
Kategorien: Drupal Security

Digital Signage Framework - Moderately critical - Access bypass - SA-CONTRIB-2026-109

Drupal Contrib Security - 26 August, 2026 - 19:38
Project: Digital Signage FrameworkDate: 2026-August-26Security risk: Moderately critical 13 ∕ 25 AC:Basic/A:None/CI:Some/II:None/E:Theoretical/TD:AllVulnerability: Access bypassAffected versions: <2.6.1CVE IDs: CVE-2026-81166Description: 

The Digital Signage Framework module provides a route that signage devices can call to refresh dynamic blocks on a display.

The route did not check whether the requester was a signage device, nor whether the requested block was one that the module delivers to displays. As a result, an anonymous visitor could read the rendered content of blocks they were not meant to see.

This vulnerability is mitigated by the fact that many block plugins perform their own access checks on the content they display, which limits what can be disclosed through this route.

Solution: 

Install the latest version:

  • If you use Digital Signage Framework 2.6.x, update to 2.6.1.
Reported By: 
  • Marcus Johansson (marcus_johansson)
Fixed By: 
  • Daniel Speicher (danielspeicher)
  • Jürgen Haas (jurgenhaas)
Coordinated By: 
  • Swan Kalata (akalata) of the Drupal Security Team
  • Greg Knaddison (greggles) of the Drupal Security Team
  • Jess (xjm) of the Drupal Security Team
Kategorien: Drupal Security

Data field - Moderately critical - Information disclosure - SA-CONTRIB-2026-108

Drupal Contrib Security - 26 August, 2026 - 19:37
Project: Data fieldDate: 2026-August-26Security risk: Moderately critical 13 ∕ 25 AC:Basic/A:None/CI:Some/II:None/E:Theoretical/TD:AllVulnerability: Information disclosureAffected versions: <2.0.13CVE IDs: CVE-2026-81269Description: 

This module enables you to store structured data in configurable fields and expose Data Field values through JSON endpoints.

The module doesn't sufficiently check access when returning Data Field values through its JSON endpoint. This may allow anonymous users to access field values belonging to entities they cannot otherwise view, including unpublished content.

Solution: 

Install the latest version:

  • If you use the Data Field module, upgrade to Data Field 2.0.13
Reported By: 
  • Marcus Johansson (marcus_johansson)
  • Drew Webber (mcdruid) of the Drupal Security Team
  • Steven Jones (steven jones)
Fixed By: 
  • Joseph Olstad (joseph.olstad)
  • NGUYEN Bao (lazzyvn)
  • Marcus Johansson (marcus_johansson)
  • Steven Jones (steven jones)
Coordinated By: 
  • Swan Kalata (akalata) of the Drupal Security Team
  • David Stoline (dstol)
  • Greg Knaddison (greggles) of the Drupal Security Team
  • Drew Webber (mcdruid) of the Drupal Security Team
  • Juraj Nemec (poker10) of the Drupal Security Team
  • Jess (xjm) of the Drupal Security Team
Kategorien: Drupal Security

Content Moderation Notifications - Moderately critical - Access bypass - SA-CONTRIB-2026-107

Drupal Contrib Security - 26 August, 2026 - 19:36
Project: Content Moderation NotificationsDate: 2026-August-26Security risk: Moderately critical 12 ∕ 25 AC:Basic/A:Admin/CI:Some/II:Some/E:Theoretical/TD:DefaultVulnerability: Access bypassAffected versions: <3.9.0CVE IDs: CVE-2026-81161Description: 

The module provides a permission that allows users to configure email templates containing Twig code. This permission was not marked as restricted.

A site administrator might inadvertently grant this permission to less-trusted users. This would allow those users to execute Twig within email templates, and to gain access to functionality and information intended only for highly trusted administrators.

Solution: 

Install the latest version:

  • If you use Content Moderation Notifications, upgrade to version 8.x-3.9.
  • Review roles to ensure only trusted roles have access to the "administer content moderation notifications" permission.

changed.

Reported By: 
  • Lee Rowlands (larowlan) of the Drupal Security Team
  • Luke Leber (luke.leber)
Fixed By: 
  • Brian Osborne (bkosborne)
  • Jonathan Hedstrom (jhedstrom)
  • Luke Leber (luke.leber)
Coordinated By: 
  • Swan Kalata (akalata) of the Drupal Security Team
  • Greg Knaddison (greggles) of the Drupal Security Team
  • Lee Rowlands (larowlan) of the Drupal Security Team
  • Juraj Nemec (poker10) of the Drupal Security Team
Kategorien: Drupal Security

Commerce CyberSource - Moderately critical - Insufficient input validation - SA-CONTRIB-2026-106

Drupal Contrib Security - 26 August, 2026 - 19:35
Project: Commerce CyberSourceDate: 2026-August-26Security risk: Moderately critical 11 ∕ 25 AC:Complex/A:None/CI:None/II:Some/E:Theoretical/TD:DefaultVulnerability: Insufficient input validationAffected versions: <1.10.0CVE IDs: CVE-2026-81159Description: 

This module integrates Drupal Commerce with the CyberSource payment gateway.

The module does not correctly verify the integrity of data returned by the payment provider. A timing attack could allow an attacker to trick the site into registering that payment has been received even if it hasn't.

This issue only affects the Secure Acceptance Hosted Checkout gateway integration.

Solution: 

Install the latest version:

  • If you use the Commerce CyberSource module, upgrade to Commerce CyberSource 8.x-1.10.
Reported By: 
  • Brian Willows
Fixed By: 
  • Adrian M. (adrianandres)
  • Ryan Szrama (rszrama)
  • Vitaliy Marchuk (vmarchuk)
Coordinated By: 
  • Neil Drumm (drumm) of the Drupal Security Team
  • Greg Knaddison (greggles) of the Drupal Security Team
  • Heine Deelstra (heine) of the Drupal Security Team
  • Juraj Nemec (poker10) of the Drupal Security Team
  • Jess (xjm) of the Drupal Security Team
Kategorien: Drupal Security

CAPTCHA Protected Page - Moderately critical - Cookie Forgery - SA-CONTRIB-2026-105

Drupal Contrib Security - 26 August, 2026 - 19:34
Project: CAPTCHA Protected PageDate: 2026-August-26Security risk: Moderately critical 12 ∕ 25 AC:Complex/A:None/CI:Some/II:None/E:Theoretical/TD:AllVulnerability: Cookie ForgeryAffected versions: <1.0.2CVE IDs: CVE-2026-81168Description: 

This module enables site administrators to require CAPTCHA confirmation on specific pages.

The module does not sufficiently validate its CAPTCHA verification cookies. Under certain circumstances, an unauthenticated user or automated bot can forge the cookie and bypass CAPTCHA verification entirely.

Solution: 

Install the latest version:

  • If you use the CAPTCHA Protected Page module, upgrade to CAPTCHA Protected Page 1.0.2.
Reported By: 
  • lovasoa
Fixed By: 
  • Carlo Miguel Agno (carlagno)
  • Mark Jayson Gruta (mjgruta)
Coordinated By: 
  • Swan Kalata (akalata) of the Drupal Security Team
  • Carlo Miguel Agno (carlagno)
  • Greg Knaddison (greggles) of the Drupal Security Team
  • Heine Deelstra (heine) of the Drupal Security Team
  • Juraj Nemec (poker10) of the Drupal Security Team
  • Jess (xjm) of the Drupal Security Team
Kategorien: Drupal Security

Blazy - Less critical - Access bypass - SA-CONTRIB-2026-104

Drupal Contrib Security - 26 August, 2026 - 19:33
Project: BlazyDate: 2026-August-26Security risk: Less critical 9 ∕ 25 AC:Basic/A:User/CI:Some/II:None/E:Theoretical/TD:UncommonVulnerability: Access bypassAffected versions: <3.0.18CVE IDs: CVE-2026-81165Description: 

This module enables users to display a field of a target entity through a Blazy Filter plugin shortcode.

The module does not consistently check entity view access. If a user has access to a Blazy-enabled text format, this allows them to render a field from an entity they are not permitted to view.

The issue is mitigated by the fact that the shortcode does not expose the entire entity. Only fields that the shortcode can render are vulnerable.

Solution: 

Install the latest version:

  • If you use the Blazy module for Drupal, upgrade to Blazy 3.0.18.
Reported By: 
  • Drew Webber (mcdruid) of the Drupal Security Team
Fixed By: 
  • Gaus Surahman (gausarts)
  • Drew Webber (mcdruid) of the Drupal Security Team
Coordinated By: 
  • Swan Kalata (akalata) of the Drupal Security Team
  • Greg Knaddison (greggles) of the Drupal Security Team
  • Jess (xjm) of the Drupal Security Team
Kategorien: Drupal Security

Address Suggestion - Moderately critical - Cross-site scripting - SA-CONTRIB-2026-103

Drupal Contrib Security - 26 August, 2026 - 19:32
Project: Address SuggestionDate: 2026-August-26Security risk: Moderately critical 14 ∕ 25 AC:Basic/A:User/CI:Some/II:Some/E:Theoretical/TD:AllVulnerability: Cross-site scriptingAffected versions: <1.0.25CVE IDs: CVE-2026-81167Description: 

The Address Suggestion module provides address autocomplete functionality using configured address providers.

The module doesn't sufficiently sanitize address suggestion data returned by configured providers, which can lead to a cross-site scripting (XSS) vulnerability.

This vulnerability is mitigated by the fact that an attacker must be able to inject malicious content into data returned by a configured address provider, and a user must perform a search that returns the malicious suggestion.

Solution: 

Install the latest version:

  • If you use the address_suggestion module, upgrade to address_suggestion 1.0.25.
Reported By: 
  • Conrad Lara (cmlara)
Fixed By: 
  • Conrad Lara (cmlara)
  • Joseph Olstad (joseph.olstad)
  • NGUYEN Bao (lazzyvn)
Coordinated By: 
  • Swan Kalata (akalata) of the Drupal Security Team
  • Greg Knaddison (greggles) of the Drupal Security Team
  • Jess (xjm) of the Drupal Security Team
Kategorien: Drupal Security

Screenshot - Critical - Unsupported - SA-CONTRIB-2026-102

Drupal Contrib Security - 19 August, 2026 - 19:21
Project: ScreenshotDate: 2026-August-19Security risk: Critical 16 ∕ 25 AC:Complex/A:Admin/CI:All/II:All/E:Theoretical/TD:AllVulnerability: UnsupportedAffected versions: *CVE IDs: CVE-2026-76759CVE-2026-76782Description: 

The security team is marking this project unsupported. There is a known security issue with the project that has not been fixed by the maintainer. If you would like to maintain this project, read the documentation on becoming the maintainer of a project that is unsupported for security reasons.

Solution: 

If you use this project, you should uninstall it.

To take over maintainership, read Becoming the maintainer of a project that is unsupported for security reasons.

Reported By: 
  • Conrad Lara (cmlara)
Coordinated By: 
  • Greg Knaddison (greggles) of the Drupal Security Team
  • Heine Deelstra (heine) of the Drupal Security Team
  • Juraj Nemec (poker10) of the Drupal Security Team
  • Jess (xjm) of the Drupal Security Team
Kategorien: Drupal Security

Link content parser - Critical - Unsupported - SA-CONTRIB-2026-101

Drupal Contrib Security - 19 August, 2026 - 19:17
Project: Link content parserDate: 2026-August-19Security risk: Critical 16 ∕ 25 AC:Complex/A:Admin/CI:All/II:All/E:Theoretical/TD:AllVulnerability: UnsupportedAffected versions: *CVE IDs: CVE-2026-76758Description: 

The security team is marking this project unsupported. There is a known security issue with the project that has not been fixed by the maintainer. If you would like to maintain this project, read the documentation on becoming the maintainer of a project that is unsupported for security reasons.

Solution: 

If you use this project, you should uninstall it.

To take over maintainership, read Becoming the maintainer of a project that is unsupported for security reasons.

Reported By: 
  • Drew Webber (mcdruid) of the Drupal Security Team
Coordinated By: 
  • Heine Deelstra (heine) of the Drupal Security Team
  • Drew Webber (mcdruid) of the Drupal Security Team
  • Juraj Nemec (poker10) of the Drupal Security Team
  • Jess (xjm) of the Drupal Security Team
Kategorien: Drupal Security

Gammu SMS Daemon - Critical - Unsupported - SA-CONTRIB-2026-100

Drupal Contrib Security - 19 August, 2026 - 19:16
Project: Gammu SMS DaemonDate: 2026-August-19Security risk: Critical 16 ∕ 25 AC:Complex/A:Admin/CI:All/II:All/E:Theoretical/TD:AllVulnerability: UnsupportedAffected versions: *CVE IDs: CVE-2026-76755CVE-2026-76756CVE-2026-76757Description: 

The security team is marking this project unsupported. There is a known security issue with the project that has not been fixed by the maintainer. If you would like to maintain this project, read the documentation on becoming the maintainer of a project that is unsupported for security reasons.

Solution: 

If you use this project, you should uninstall it.

To take over maintainership, read Becoming the maintainer of a project that is unsupported for security reasons.

Coordinated By: 
  • Greg Knaddison (greggles) of the Drupal Security Team
  • Heine Deelstra (heine) of the Drupal Security Team
  • Juraj Nemec (poker10) of the Drupal Security Team
  • Jess (xjm) of the Drupal Security Team
Kategorien: Drupal Security

Quick Tabs - Moderately critical - Access bypass - SA-CONTRIB-2026-099

Drupal Contrib Security - 12 August, 2026 - 19:56
Project: Quick TabsDate: 2026-August-12Security risk: Moderately critical 13 ∕ 25 AC:None/A:None/CI:Some/II:None/E:Theoretical/TD:UncommonVulnerability: Access bypassAffected versions: <4.3.1CVE IDs: CVE-2026-73477Description: 

This module enables you to display content in tabs, where each tab renders a block, a node, a view, or another Quick Tabs instance.

The module did not correctly enforce access when rendering node and block tabs. It treated a neutral access result as a grant for node tabs and block plugins, and performed no access check for reusable custom blocks. Content that should have been denied was therefore rendered — for example, an unpublished node or unpublished reusable custom block could be shown to users without permission to view it.

The access bypass is mitigated by the fact that affected content is selected by a user with the “administer quicktabs” permission when the tab is configured, so an attacker cannot choose which content is exposed.

Solution: 

Install the latest version:

  • If you use the Quick Tabs module for Drupal, upgrade to Quick Tabs 4.3.1
Reported By: 
  • Joël Pittet (joelpittet)
Fixed By: 
  • Joël Pittet (joelpittet)
Coordinated By: 
  • Swan Kalata (akalata) of the Drupal Security Team
  • Neil Drumm (drumm) of the Drupal Security Team
  • Greg Knaddison (greggles) of the Drupal Security Team
Kategorien: Drupal Security

External Authentication - Moderately critical - Access bypass - SA-CONTRIB-2026-098

Drupal Contrib Security - 12 August, 2026 - 19:56
Project: External AuthenticationDate: 2026-August-12Security risk: Moderately critical 13 ∕ 25 AC:Basic/A:User/CI:Some/II:Some/E:Theoretical/TD:DefaultVulnerability: Access bypassAffected versions: <2.0.13CVE IDs: CVE-2026-73476Description: 

This module enables you to authenticate Drupal users against external identity providers.

The module does not sufficiently ensure exact matching of externally supplied identity values when storing and looking up authentication mappings under certain database collation configurations.

This vulnerability is minimally mitigated by the fact that it affects only sites using impacted MySQL or MariaDB collation settings for the module’s authentication mapping storage. Affected collations are quite common so all sites are encouraged to upgrade.

Solution: 

Install the latest version:

  • If you use the externalauth module for Drupal, upgrade to 2.0.13
Reported By: 
  • 晉宇 林 (whale120)
Fixed By: 
  • Sven Decabooter (svendecabooter)
Coordinated By: 
  • Swan Kalata (akalata) of the Drupal Security Team
  • Neil Drumm (drumm) of the Drupal Security Team
  • Greg Knaddison (greggles) of the Drupal Security Team
  • Juraj Nemec (poker10) of the Drupal Security Team
Kategorien: Drupal Security

Entity Share Websub - Moderately critical - Server-side request forgery (SSRF) - SA-CONTRIB-2026-097

Drupal Contrib Security - 12 August, 2026 - 19:55
Project: Entity Share WebsubDate: 2026-August-12Security risk: Moderately critical 13 ∕ 25 AC:Basic/A:None/CI:Some/II:None/E:Theoretical/TD:AllVulnerability: Server-side request forgery (SSRF)Affected versions: <1.1.2CVE IDs: CVE-2026-73474Description: 

This module enables you to share content between sites in a hub - subscriber model.

Certain inputs were not sufficiently validated, allowing an attacker to achieve server-side request forgery attacks.

Solution: 

Install the latest version:

  • If you use the Entity Share Websub module for Drupal 9.x or 10.x, upgrade to Entity Share Websub 1.1.2
Reported By: 
  • Marcus Johansson (marcus_johansson)
Fixed By: 
  • Shawn Duncan (fathershawn)
  • Jeffrey S. Mattson (jeffreysmattson)
Coordinated By: 
  • Swan Kalata (akalata) of the Drupal Security Team
  • Neil Drumm (drumm) of the Drupal Security Team
  • Greg Knaddison (greggles) of the Drupal Security Team
Kategorien: Drupal Security

Diff - Moderately critical - Access bypass - SA-CONTRIB-2026-096

Drupal Contrib Security - 12 August, 2026 - 19:54
Project: DiffDate: 2026-August-12Security risk: Moderately critical 13 ∕ 25 AC:Basic/A:None/CI:Some/II:None/E:Theoretical/TD:AllVulnerability: Access bypassAffected versions: <2.0.1 || >=2.1.0 <2.1.1CVE IDs: CVE-2026-73478Description: 

This module enables you to view the differences between revisions on any entity type.

The module doesn't sufficiently restrict access to non-node entity revision diffs.

This vulnerability is mitigated by the fact that an attacker must have a role with the permission to view the entity.

Solution: 

Install the latest version:

  • If you use the Diff module, upgrade to Diff 2.1.1 or Diff 2.0.1
Reported By: 
  • Alexei Rayu (alexrayu)
Fixed By: 
  • Adam Bramley (acbramley)
  • Derek Wright (dww)
  • Lee Rowlands (larowlan) of the Drupal Security Team
Coordinated By: 
  • Swan Kalata (akalata) of the Drupal Security Team
  • Greg Knaddison (greggles) of the Drupal Security Team
  • Lee Rowlands (larowlan) of the Drupal Security Team
Kategorien: Drupal Security

Commerce PayPal - Moderately critical - Access bypass - SA-CONTRIB-2026-095

Drupal Contrib Security - 12 August, 2026 - 19:53
Project: Commerce PayPalDate: 2026-August-12Security risk: Moderately critical 12 ∕ 25 AC:Basic/A:None/CI:None/II:Some/E:Theoretical/TD:DefaultVulnerability: Access bypassAffected versions: < 1.12.0 || >= 2.0.0 < 2.1.3CVE IDs: CVE-2026-73475Description: 

This module enables you to pay for Commerce transactions using Paypal.

The module doesn't sufficiently validate the transaction result in certain circumstances, allowing a malicious user to mark transactions placed without payment.

This vulnerability only affects sites using the Payflow Link payment gateway.

Solution: 
  • If you use the Commerce Paypal module for Drupal, upgrade to Commerce Paypal 2.1.3 or Commerce Paypal 8.x-1.12
Reported By: 
  • Kimberley Massey (kimberleycgm)
Fixed By: 
  • Jonathan Sacksick (jsacksick)
  • Kimberley Massey (kimberleycgm)
  • Ryan Szrama (rszrama)
  • Tom Ashe (tomtech)
Coordinated By: 
  • Swan Kalata (akalata) of the Drupal Security Team
  • Benji Fisher (benjifisher) of the Drupal Security Team
  • Neil Drumm (drumm) of the Drupal Security Team
  • Greg Knaddison (greggles) of the Drupal Security Team
  • Juraj Nemec (poker10) of the Drupal Security Team
Kategorien: Drupal Security

Entity Browser - Moderately critical - Cross site scripting - SA-CONTRIB-2026-094

Drupal Contrib Security - 5 August, 2026 - 19:59
Project: Entity BrowserDate: 2026-August-05Security risk: Moderately critical 12 ∕ 25 AC:Basic/A:Admin/CI:Some/II:Some/E:Theoretical/TD:DefaultVulnerability: Cross site scriptingAffected versions: <2.16.0CVE IDs: CVE-2026-18986Description: 

The Entity Browser module allows you to select entities from entity reference fields using a custom entity browser widget.

The module doesn't sufficiently sanitize the the tab titles, resulting in a stored cross-site scripting (XSS) vulnerability.

The vulnerability is mitigated by the fact an attacker must be able to insert HTML with specific attributes on a page that is displaying an entity browser.

Solution: 

Install the latest version:

  • If you use the Entity Browser module, upgrade to Entity Browser 8.x-2.16
Reported By: 
  • Pierre Rudloff (prudloff) of the Drupal Security Team
Fixed By: 
  • Julian Pustkuchen (anybody)
  • Sascha Grossenbacher (berdir)
  • Pierre Rudloff (prudloff) of the Drupal Security Team
Coordinated By: 
  • Greg Knaddison (greggles) of the Drupal Security Team
  • Drew Webber (mcdruid) of the Drupal Security Team
  • Pierre Rudloff (prudloff) of the Drupal Security Team
Kategorien: Drupal Security
  • « erste Seite
  • ‹ vorherige Seite
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • nächste Seite ›
  • letzte Seite »

Benutzeranmeldung

  • Registrieren
  • Neues Passwort anfordern

Aktive Forenthemen

  • Vergleich Drupal und Contao
  • DrupalCamp Frankfurt 27-28 November 2026
  • Canvas Palette: Eine fertige Komponentenbibliothek für Drupal Canvas
  • Bitte mein Bentzerkonto löschen
  • Beim Aufruf einiger Inhalte erhalte ich folgende Fehlermeldung
  • Neuinstallation: vermutlich ein rewrite-Problem
  • Drupal CMS installieren
  • [erledigt]MP3 in Drupal 10 einbinden
  • (gelöst)Drupal 11 installieren
  • Titel ausblenden
  • Ich brauche dringen Hilfe zu Updates oder ggf. wwie geht Composer?
  • Dynamische Ansicht von Seiteninhalt (als Tabelle?)
Weiter

Neue Kommentare

  • Dass ist eine spannende
    vor 6 Stunden 24 Minuten
  • Moin
    vor 16 Stunden 57 Minuten
  • Drupal-Contao-Vergleich ist nicht einfach
    vor 1 Tag 12 Stunden
  • Hab ich installiert find ich
    vor 5 Tagen 19 Stunden
  • Gefunden
    vor 9 Wochen 6 Tagen
  • Vielen Dank für die ausführlichen Hinweise...
    vor 10 Wochen 3 Tagen
  • Mögliche Ursachen und nächste Schritte
    vor 10 Wochen 3 Tagen
  • Was für einen Server benutzt
    vor 12 Wochen 6 Tagen
  • Wenn die Subdomain auf
    vor 13 Wochen 1 Tag
  • ordnerstruktur
    vor 13 Wochen 2 Tagen

Statistik

Beiträge im Forum: 250303
Registrierte User: 20552

Neue User:

  • tschero
  • Roberttop
  • levmyshkin

» Alle User anzeigen

User nach Punkten sortiert:
wla9466
stBorchert6003
quiptime4972
Tobias Bähr4019
bv3924
ronald3857
md3717
Thoor3678
Alexander Langer3416
Exterior2903
» User nach Punkten
Zur Zeit sind 0 User und 9 Gäste online.

Drupal Security

  • Webform Submissions Delete - Moderately critical - Access bypass - SA-CONTRIB-2026-133
  • Unpublished Node Permissions - Critical - Access bypass - SA-CONTRIB-2026-132
  • PhotoSwipe - Responsive JavaScript Modal Image Gallery - Moderately critical - Cross-site scripting - SA-CONTRIB-2026-131
  • Monobank payment API - Moderately critical - Access bypass - SA-CONTRIB-2026-130
  • Media Library Importer - Moderately critical - Access bypass - SA-CONTRIB-2026-129
Weiter

Hauptmenü

  • » Home
  • » Handbuch & FAQ
  • » Forum
  • » Übersetzungsserver
  • » Suche

Quicklinks I

  • Infos
  • Drupal Showcase
  • Installation
  • Update
  • Forum
  • Team
  • Verhaltensregeln

Quicklinks II

  • Drupal Jobs
  • FAQ
  • Drupal-Kochbuch
  • Best Practice - Drupal Sites - Guidelines
  • Drupal How To's

Quicklinks III

  • Tipps & Tricks
  • Drupal Theme System
  • Theme Handbuch
  • Leitfaden zur Entwicklung von Modulen

RSS & Twitter

  • Drupal Planet deutsch
  • RSS Feed News
  • RSS Feed Planet
  • Twitter Drupalcenter
Drupalcenter Team | Impressum & Datenschutz | Kontakt
Angetrieben von Drupal | Drupal is a registered trademark of Dries Buytaert.
Drupal Initiative - Drupal Association