1 min read
Surveying Five years of Java Deserialization CVE’s
Palindrome Technologies
:
Oct 22, 2024 12:47:52 PM

The Java programming language has been one of the most popular programming languages for years. Starting in 2015, a flaw in a core function of the Java language, deserialization, gained substantial attention in the security community.
A large number of CVEs resulted from research about Java deserialization, enough to place deserialization vulnerabilities into 8th position on the 2017 OWASP Top 10 Application Security Risks.
While Java is not the only language in which deserialization vulnerabilities occur, Java deserialization vulnerabilities have gained widespread attention in particular due to a number of factors.
One factor is that Java is extremely common, as seen in the image below, especially among enterprise applications. Another factor is that deserialization vulnerabilities are often high-impact, commonly resulting in remote code execution.
Lastly, it has historically been hard to detect whether a Java application is vulnerable to deserialization or not, in part because Java has many interconnected dependencies.
Read the complete article published in the ISSA Journal.
Pi (π)

Pi (π) is more than just an irrational number; it is a fundamental constant in mathematics that has shaped numerous aspects of our world.
NetBackup - RabbitMQ Authentication Bypass Vulnerability

The Palindrome Team discovered a vulnerability in Veritas NetBackup Snapshot Manager which allowed untrusted clients to interact with the RabbitMQ...