News

A flaw in code for handling Parquet, Apache’s open-source columnar data file format, allows attackers to run arbitrary code on vulnerable instances. The vulnerability, tracked as CVE-2025-30065 ...
Arrow Flight is a RPC (remote procedure call) framework added to Apache Arrow to allow easy transfer of large amounts of data across networks without the overhead of serialization and deserialization.
In 2017, HPE security researchers also discovered that many .NET libraries for supporting serialization and deserialization operations were also vulnerable to similar attacks, which allowed ...
Moreover, XML serialization and deserialization (serde-xml-rs) are not as straightforward as in other languages like Python or Java, adding extra overhead for developers.
Java provides a means to conveniently serialize data to maintain its integrity as it's sent over a network. Attackers can exploit vulnerabilities in the deserialization process if there aren't ...
In programming languages, serialization is the process of converting data to a binary format for storing it or for sending it over the network. Deserialization is the reverse of that process.