Nodequeue - Critical - Cross site scripting - BACKDROP-SA-CONTRIB-2019-013

Date: 
Nov 13th, 2019
Security risk: 
Critical
Vulnerability: 
Cross Site Scripting

This module enables you to collect nodes in an arbitrarily ordered list.

Nodequeue's JavaScript can be leveraged to insert HTML from attacker-controlled JSON data. This is exploitable if user-submitted "Filtered HTML" content is displayed on a page where nodequeue.js is loaded.

This vulnerability is mitigated by the fact that an attacker must have a role with the permission "manipulate queues".

Advisory ID: 
BACKDROP-SA-CONTRIB-2019-013
Versions affected: 
  • Nodequeue 1.x versions prior to  1.x-2.2.0

Ubercart - Moderately critical - Cross site scripting - BACKDROP-SA-CONTRIB-2019-012

Date: 
Oct 8th, 2019
Security risk: 
Moderately Critical
Vulnerability: 
Cross Site Scripting

The Ubercart module provides a shopping cart and e-commerce features for Backdrop CMS.

The order submodule doesn't sufficiently sanitize user input when displayed on an invoice, leading to a Cross Site Scripting (XSS) vulnerability.

This vulnerability is mitigated by the fact that an attacker must have a role with the permission "edit orders".

Advisory ID: 
BACKDROP-SA-CONTRIB-2019-012
Versions affected: 

Backdrop core - Critical - Remote Code Execution - SA-CORE-2019-012

Date: 
Aug 7th, 2019
Security risk: 
Critical
Vulnerabilities: 
  • Information Disclosure
  • Remote Code Execution

Backdrop CMS allows the upload of entire-site configuration archives through the user interface or command-line. Backdrop CMS does not sufficiently check uploaded archives for invalid data, allowing non-configuration scripts to potentially be uploaded to the server.

This attack is mitigated by the attacker needing the "Synchronize, import, and export configuration" permission, a permission that only trusted administrators should be given. Other preventative measures in Backdrop CMS prevent the execution of PHP scripts, so another server-side scripting language must be accessible on the server to execute code.

Advisory ID: 
BACKDROP-SA-CORE-2019-012
Versions affected: 
  • Backdrop Core 1.13.x versions prior to 1.13.3
  • Backdrop Core 1.12.x versions prior to 1.12.8

Backdrop core - Moderately critical - Cross Site Scripting - SA-CORE-2019-011

Date: 
Aug 7th, 2019
Security risk: 
Moderately Critical
Vulnerability: 
Cross Site Scripting

Backdrop CMS doesn't sufficiently filter output when displaying certain block labels created by administrators. An attacker could potentially craft a specialized label, then have an administrator execute scripting when administering a layout.

This issue is mitigated by the attacker requiring permission to create custom blocks on the site, which is typically an administrative permission.

Advisory ID: 
BACKDROP-SA-CORE-2019-011
Versions affected: 
  • Backdrop Core 1.13.x versions prior to 1.13.3
  • Backdrop Core 1.12.x versions prior to 1.12.8

Backdrop core - Moderately critical - Cross Site Scripting - SA-CORE-2019-010

Date: 
Aug 7th, 2019
Security risk: 
Moderately Critical
Vulnerability: 
Cross Site Scripting

Some menu links within the administration bar may be crafted to execute JavaScript when the administrator is logged in and uses the search functionality.

This issue is mitigated by the attacker needing permissions to create administrative menu links, such as by creating a content type or layout. Such permissions are usually restricted to trusted or administrative users.

Advisory ID: 
BACKDROP-SA-CORE-2019-010
Versions affected: 
  • Backdrop Core 1.13.x versions prior to 1.13.3
  • Backdrop Core 1.12.x versions prior to 1.12.8

Tablefield - Moderately Critical - Access bypass - SA-CONTRIB-2019-010

Date: 
May 29th, 2019
Security risk: 
Moderately Critical
Vulnerability: 
Access bypass

This module allows you to attach tabular data to any fieldable entity like a node, user, or term.

Access bypass

There's no access check for users with the "Export Tablefield Data as CSV" permission. They are able to export data from unpublished nodes or otherwise inaccessible entities.

This vulnerability is mitigated by the fact that an attacker must have a role with the permission 'Export Tablefield Data as CSV'.

Advisory ID: 
BACKDROP-SA-CONTRIB-2019-010
Versions affected: 
  • Tablefield 1.x-2.x.x versions prior to 1.x-2.5.5

Backdrop core - Moderately critical - Cross Site Scripting - SA-CORE-2019-009

Date: 
Apr 18th, 2019
Security risk: 
Moderately Critical
Vulnerability: 
Cross Site Scripting

The jQuery project released version 3.4.0, and as part of that, disclosed a security vulnerability that affects all prior versions. As described in their release notes:

jQuery 3.4.0 includes a fix for some unintended behavior when using jQuery.extend(true, {}, ...). If an unsanitized source object contained an enumerable __proto__ property, it could extend the native Object.prototype. This fix is included in jQuery 3.4.0, but patch diffs exist to patch previous jQuery versions.

It's possible that this vulnerability is exploitable with some Backdrop modules. As a precaution, this Backdrop security release backports the fix to jQuery.extend(), without making any other changes to the jQuery version 1.12.4 that is included in Backdrop core.

Advisory ID: 
BACKDROP-SA-CORE-2019-009
Versions affected: 
  • Backdrop Core 1.12.x versions prior to 1.12.6
  • Backdrop Core 1.11.x versions prior to 1.11.9

Tablefield - Critical - Remote Code Execution - SA-CONTRIB-2019-007

Date: 
Apr 17th, 2019
Security risk: 
Critical
Vulnerability: 
Remote Code Execution

The tablefield module allows you to attach tabular data to an entity.

The module doesn't sufficiently determine that the data being unserialized is the contents of a tablefield when users request a CSV export, which could lead to Remote Code Execution via Object Injection.

This vulnerability is mitigated by the fact that an attacker must have a role with the permission 'export tablefield', and be able to insert a payload into an entity's field.

Advisory ID: 
BACKDROP-SA-CONTRIB-2019-007
Versions affected: 
  • Tablefield 2.5.x versions prior to 2.5.4

Services - Less critical - Access bypass - SA-CONTRIB-2019-006

Date: 
Apr 4th, 2019
Security risk: 
Less Critical
Vulnerability: 
Access bypass

This module provides a standardized solution for building API's so that external clients can communicate with Backdrop.

The Services module has an access bypass vulnerability in its "attach_file" resource that allows users who have access to create or update pieces of content that include file fields to arbitrarily reference files they do not have access to, which can expose private files.

This vulnerability is mitigated by the fact that an attacker must have a role with permission to create or edit a piece of content.

Advisory ID: 
BACKDROP-SA-CONTRIB-2019-006
Versions affected: 
  • Services 1.x versions prior to 1.x-3.0.4-beta

Back To Top - Moderately critical - Cross Site Scripting - SA-CONTRIB-2019-005

Date: 
Mar 22nd, 2019
Security risk: 
Moderately Critical
Vulnerability: 
Cross Site Scripting

This module enables you to add a button that hovers in the bottom of your screen and allows users to smoothly scroll up the page using jQuery.

The module doesn't sufficiently sanitize the code that gets printed on pages leading to a Cross Site Scripting (XSS) issue.

This vulnerability is mitigated by the fact that an attacker must have a role with the permission "access backtotop settings".

Advisory ID: 
BACKDROP-SA-CONTRIB-2019-005
Versions affected: 
  • Back To Top 1.x-1.x versions prior to 1.x-1.1.2
  • Back To Top 1.x-2.x versions prior to 1.x-2.0.2

Pages