Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <af3ef719-2b0a-b7db-9831-74342941b1e1@apache.org>
Date: Mon, 05 Jan 2026 13:18:35 +0000
From: Martin Desruisseaux <desruisseaux@...che.org>
To: oss-security@...ts.openwall.com
Subject: CVE-2025-68280: Apache SIS: XML External Entity (XXE)
 vulnerability 

Severity: moderate 

Affected versions:

- Apache SIS (org.apache.sis.core:sis-metadata) 0.4 through 1.5

Description:

Improper Restriction of XML External Entity Reference vulnerability in Apache SIS.



It is possible to write XML files in such a way that, when parsed by Apache SIS, an XML file reveals to the attacker the content of a local file on the server running Apache SIS. This vulnerability impacts the following SIS services:




  *  Reading of GeoTIFF files having the GEO_METADATA tag defined by the Defense Geospatial Information Working Group (DGIWG).

  *  Parsing of ISO 19115 metadata in XML format.

  *  Parsing of Coordinate Reference Systems defined in the GML format.

  *  Parsing of files in GPS Exchange Format (GPX).





This issue affects Apache SIS from versions 0.4 through 1.5 inclusive. Users are recommended to upgrade to version 1.6, which will fix the issue. In the meantime, the security vulnerability can be avoided by launching Java with the javax.xml.accessExternalDTD system property sets to a comma-separated list of authorized protocols. For example:



java -Djavax.xml.accessExternalDTD="" ...

Credit:

LEE (finder)

References:

https://sis.apache.org/
https://www.cve.org/CVERecord?id=CVE-2025-68280

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.