CVE-2021-41616

Source
https://nvd.nist.gov/vuln/detail/CVE-2021-41616
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2021-41616.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2021-41616
Aliases
Published
2021-09-30T08:15:06Z
Modified
2024-10-11T09:41:29Z
Severity
  • 9.8 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
[none]
Details

Apache DB DdlUtils 1.0 included a BinaryObjectsHelper that was intended for use when migrating database data with a SQL data type of BINARY, VARBINARY, LONGVARBINARY, or BLOB between databases using the ddlutils features. The BinaryObjectsHelper class was insecure and used ObjectInputStream.readObject without validating that the input data was safe to deserialize. Please note that DdlUtils is no longer being actively developed. To address the insecurity of the BinaryObjectHelper class, the following changes to DdlUtils have been made: (1) BinaryObjectsHelper.java has been deleted from the DdlUtils source repository and the DdlUtils feature of propagating data of SQL binary types is therefore no longer present in DdlUtils; (2) The ddlutils-1.0 release has been removed from the Apache Release Distribution Infrastructure; (3) The DdlUtils web site has been updated to indicate that DdlUtils is now available only as source code, not as a packaged release.

References

Affected packages

Git / github.com/apache/ddlutils

Affected ranges

Type
GIT
Repo
https://github.com/apache/ddlutils
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Last affected