mysql-5.6 icon indicating copy to clipboard operation
mysql-5.6 copied to clipboard

Deserialization of Untrusted Data in Apache OpenJPA

Open imhunterand opened this issue 1 year ago • 0 comments

The BrokerFactory functionality in Apache OpenJPA 1.x before 1.2.3 and 2.x before 2.2.2 creates local executable JSP files containing logging trace data produced during deserialization of certain crafted OpenJPA objects, which makes it easier for remote attackers to execute arbitrary code by creating a serialized object and leveraging improperly secured server programs.

CVE-2013-1768 GHSA-j65f-mvgw-prp2

Fixing a security update for org.apache.openjpa:openjpa

@imhunterand is creating a security update to fix 1 vulnerabilities alert on org.apache.openjpa:openjpa in storage/ndb/clusterj/pom.xml.

Or, manually upgrade org.apache.openjpa:openjpa to version 2.2.2 or later. For example:

<dependency>
  <groupId>org.apache.openjpa</groupId>
  <artifactId>openjpa</artifactId>
  <version>[2.2.2,)</version>
</dependency>

imhunterand avatar Aug 21 '22 11:08 imhunterand