Vulnerability Description
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.
CVSS Score
CRITICAL
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Apache | Ddlutils | 1.0 |
Related Weaknesses (CWE)
References
- https://lists.apache.org/thread.html/r3d7a8303a820144f5e2d1fd0b067e18d419421b583Mailing ListVendor Advisory
- https://lists.apache.org/thread.html/r3d7a8303a820144f5e2d1fd0b067e18d419421b583Mailing ListVendor Advisory
FAQ
What is CVE-2021-41616?
CVE-2021-41616 is a vulnerability with a CVSS score of 9.8 (CRITICAL). 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 t...
How severe is CVE-2021-41616?
CVE-2021-41616 has been rated CRITICAL with a CVSS base score of 9.8/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2021-41616?
Check the references section above for vendor advisories and patch information. Affected products include: Apache Ddlutils.