Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Sat, 5 May 2018 07:52:08 -0700
From: Bryan Pendleton <bpendleton.derby@...il.com>
To: derby-dev@...apache.org, Derby Discussion <derby-user@...apache.org>, 
	security <security@...che.org>, oss-security@...ts.openwall.com
Cc: gregory draperi <gregory.draperi@...il.com>
Subject: [ANNOUNCE] CVE-2018-1313: Apache Derby externally-controlled input vulnerability

CVE-2018-1313: Apache Derby externally-controlled input vulnerability

Severity: Important

Vendor:
The Apache Software Foundation

Versions Affected:
Derby 10.3.1.4 to 10.14.1.0

Description:
A specially-crafted network packet can be used to request the Derby
Network Server to boot a database whose location and contents are under
the user's control. If the Derby Network Server is not running with a
Java Security Manager policy file, the attack is successful. If the
server is using a policy file, the policy file must permit the
database location to be read for the attack to work. The default
Derby Network Server policy file distributed with the affected releases
includes a permissive policy as the default Network Server policy, which
allows the attack to work.

Mitigation:
Users should specify an explicit security policy file, as described here:
http://db.apache.org/derby/docs/10.14/security/csecjavasecurity.html

Derby release 10.14.2.0 disallows the specially-crafted network packet,
and also modifies the default Derby Network Server policy file to be
significantly less permissive (the default file access policy is now
limited to the derby.system.home directory and the directory from
which the Derby jar files were loaded). It is still recommended that
production installations of the Derby Network Server should specify
an explicit security policy file.

Credit:
This issue was discovered by Grégory Draperi

Powered by blists - more mailing lists

Please check out the Open Source Software Security Wiki, which is counterpart to this mailing list.

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.