Adobe Flash suffers from a heap use-after-free vulnerability in SurfaceFilterList::CreateFromScriptAtom.
Monthly Archives: August 2015
Search API Autocomplete – Moderately Critical – Cross Site Scripting (XSS) – SA-CONTRIB-2015-140
- Advisory ID: DRUPAL-SA-CONTRIB-2015-140
- Project: Search API Autocomplete (third-party module)
- Version: 7.x
- Date: 2015-August-19
- Security risk: 6/25 ( Less Critical) AC:Complex/A:User/CI:None/II:None/E:Theoretical/TD:Default
- Vulnerability: Cross Site Scripting
Description
This module enables you to add autocomplete suggestions for search forms created with the Search API module.
The module doesn’t sufficiently sanitize the HTML output for the returned suggestions, theoretically allowing an attacker to include custom HTML there.
This vulnerability is mitigated by the fact that an attacker must have a role with the permission to create new content (or other indexed entities) and that the search index must be configured to use the HTML filter processor.
CVE identifier(s) issued
- A CVE identifier will be requested, and added upon issuance, in accordance with Drupal Security Team processes.
Versions affected
- Search API Autocomplete 7.x-1.x versions prior to 7.x-1.3.
Drupal core is not affected. If you do not use the contributed Search API Autocomplete module, there is nothing you need to do.
Solution
Install the latest version:
- If you use the Search API Autocomplete module for Drupal 7.x, upgrade to Search API Autocomplete 7.x-1.3
Also see the Search API Autocomplete project page.
Reported by
- Thomas Seidl the module maintainer
Fixed by
- Thomas Seidl the module maintainer
Coordinated by
- Klaus Purer of the Drupal Security Team
Contact and More Information
The Drupal security team can be reached at security at drupal.org or via the contact form at https://www.drupal.org/contact.
Learn more about the Drupal Security team and their policies, writing secure code for Drupal, and securing your site.
Follow the Drupal Security Team on Twitter at https://twitter.com/drupalsecurity
Back to university: cybersecurity now a major concern in higher education
Cybersecurity in higher education was top of mind and top of the agenda at the latest Campus Technology conference, in Boston.
The post Back to university: cybersecurity now a major concern in higher education appeared first on We Live Security.
![]()
CVE-2015-4297
Open redirect vulnerability in Cisco WebEx Node for Media Convergence Server (MCS) allows remote attackers to redirect users to arbitrary web sites and conduct phishing attacks via crafted HTTP request parameters, aka Bug ID CSCuv32136.
CVE-2015-4302
The web interface in Cisco FireSIGHT Management Center 5.3.1.4 allows remote attackers to delete arbitrary system policies via modified parameters in a POST request, aka Bug ID CSCuu25390.
Workbench Email – Moderately Critical – Access bypass – DRUPAL-SA-CONTRIB-2015-139
- Advisory ID: DRUPAL-SA-CONTRIB-2015-139
- Project: Workbench Email (third-party module)
- Version: 7.x
- Date: 2015-August-19
- Security risk: 10/25 ( Moderately Critical) AC:Basic/A:User/CI:None/II:Some/E:Theoretical/TD:Default
- Vulnerability: Access bypass
Description
Workbench Email module provides a way for administrators to define email transitions and configurable email subject / messages between those transitions.
The module causes node and field validations to be skipped when saving nodes.
The vulnerability is mitigated by the fact that an attacker must have a role with permission to create or update nodes.
CVE identifier(s) issued
- A CVE identifier will be requested, and added upon issuance, in accordance with Drupal Security Team processes.
Versions affected
- Workbench Email 7.x-3.x versions prior to 7.x-3.4
Drupal core is not affected. If you do not use the contributed Workbench Email module, there is nothing you need to do.
Solution
Install the latest version:
- If you use the Workbench Email module for Drupal 7.x, upgrade to Workbench Email 7.x-3.4
Also see the Workbench Email project page.
Reported by
Fixed by
- Brandon Tate the module maintainer
Coordinated by
- Pere orga of the Drupal Security Team
Contact and More Information
The Drupal security team can be reached at security at drupal.org or via the contact form at https://www.drupal.org/contact.
Learn more about the Drupal Security team and their policies, writing secure code for Drupal, and securing your site.
Follow the Drupal Security Team on Twitter at https://twitter.com/drupalsecurity
Easy File Management Web Server 5.6 Buffer Overflow
Easy File Management Web Server version 5.6 suffers from a USERID remote buffer overflow vulnerability.
Impact Team releases stolen Ashley Madison data online
The Impact Team have released stolen Ashley Madison data on the dark web, which includes personal information belonging to 37 million users of the website.
The post Impact Team releases stolen Ashley Madison data online appeared first on We Live Security.
![]()
Flash Broker-Based Sandbox Escape Via Timing Attack Against File Moving
FlashBroker is vulnerable to NTFS junction attack to write an arbitrary file to the filesystem under user permissions. There is a race condition in FlashBroker BrokerMoveFileEx method. This race can be won by using an oplock to wait for the point where the BrokerMoveFileEx method opens the original file and then making destination to be a junction.
Flash Broker-Based Sandbox Escape Via Unexpected Directory Lock
FlashBroker is vulnerable to NTFS junction attack to write an arbitrary file to the filesystem under user permissions. There is a bad check in FlashBroker BrokerCreateFile method and BrokerMoveFileEx method. FlashBroker uses CreateFile to open the destination folder for check. If CreateFile fails, the destination will be considered as a valid path. However, FlashBroker uses dwShareMode as 0 in CreateFile, which make CreateFile always fail if handle of the destination folder is held by other.