From owner-svn-ports-all@FreeBSD.ORG Thu Oct 16 18:19:58 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1E8498A0; Thu, 16 Oct 2014 18:19:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E5A9BA7D; Thu, 16 Oct 2014 18:19:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9GIJvRV097949; Thu, 16 Oct 2014 18:19:57 GMT (envelope-from flo@FreeBSD.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9GIJvDL097948; Thu, 16 Oct 2014 18:19:57 GMT (envelope-from flo@FreeBSD.org) Message-Id: <201410161819.s9GIJvDL097948@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: flo set sender to flo@FreeBSD.org using -f From: Florian Smeets Date: Thu, 16 Oct 2014 18:19:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371012 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Oct 2014 18:19:58 -0000 Author: flo Date: Thu Oct 16 18:19:57 2014 New Revision: 371012 URL: https://svnweb.freebsd.org/changeset/ports/371012 QAT: https://qat.redports.org/buildarchive/r371012/ Log: Document critical SQL Injection Vulnerability in www/drupal7 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Oct 16 16:02:17 2014 (r371011) +++ head/security/vuxml/vuln.xml Thu Oct 16 18:19:57 2014 (r371012) @@ -57,6 +57,40 @@ Notes: --> + + drupal7 -- SQL injection + + + drupal7 + 7.32 + + + + +

Drupal Security Team reports:

+
+

Drupal 7 includes a database abstraction API to ensure that + queries executed against the database are sanitized to prevent + SQL injection attacks. + A vulnerability in this API allows an attacker to send + specially crafted requests resulting in arbitrary SQL execution. + Depending on the content of the requests this can lead to + privilege escalation, arbitrary PHP execution, or other attacks. + This vulnerability can be exploited by anonymous users.

+
+ +
+ + CVE-2014-3704 + https://www.drupal.org/SA-CORE-2014-005 + https://www.sektioneins.de/en/blog/14-10-15-drupal-sql-injection-vulnerability.html + + + 2014-10-15 + 2014-10-16 + +
+ OpenSSL -- multiple vulnerabilities