CVE-2021-23463
jbrenaudin opened this issue · comments
jbrenaudin commented
Could you please update the h2 library because there is a vulnerability (High severity) with the version 1.4.200 : https://nvd.nist.gov/vuln/detail/CVE-2021-23463
CVE : CVE-2021-23463
Priority : high severity
Vulnerable versions: < 2.0.202
Patched version: 2.0.202
The package com.h2database:h2 from 0 and before 2.0.202 are vulnerable to XML External Entity (XXE) Injection via the org.h2.jdbc.JdbcSQLXML class object, when it receives parsed string data from org.h2.jdbc.JdbcResultSet.getSQLXML() method. If it executes the getSource() method when the parameter is DOMSource.class it will trigger the vulnerability.
Thanks
Christopher Broderick commented
This will be patched in the next reelase.
The XML capabilities of H2 are not used in OpenAS2 so is not an active threat.
jbrenaudin commented
Thanks a lot.