CVE-2008-5659

GNU Classpath <0.97.2 - Info Disclosure

Title source: llm
STIX 2.1

Exploitation Summary

EIP tracks 2 public exploits for CVE-2008-5659. PoCs published by Jack Lloyd.

AI-analyzed exploit summary This exploit demonstrates the weakness in GNU Classpath's pseudo-random number generator (PRNG) by brute-forcing the seed value based on a time guess. It leverages the predictable nature of the seed to generate potential cryptographic keys, highlighting the lack of entropy.

Description

The gnu.java.security.util.PRNG class in GNU Classpath 0.97.2 and earlier uses a predictable seed based on the system time, which makes it easier for context-dependent attackers to conduct brute force attacks against cryptographic routines that use this class for randomness, as demonstrated against DSA private keys.

Exploits (2)

exploitdb WORKING POC VERIFIED
by Jack Lloyd · c++remotemultiple
https://www.exploit-db.com/exploits/32674

This exploit demonstrates the weakness in GNU Classpath's pseudo-random number generator (PRNG) by brute-forcing the seed value based on a time guess. It leverages the predictable nature of the seed to generate potential cryptographic keys, highlighting the lack of entropy.

Classification
Working Poc 90%
Attack Type
Info Leak
Complexity
Moderate
Reliability
Theoretical
Target: GNU Classpath 0.97.2
No auth needed
Prerequisites: Knowledge of approximate time range for seed generation
MITRE ATT&CK
devstral-2 · analyzed Feb 18, 2026 Full analysis →
exploitdb WORKING POC VERIFIED
by Jack Lloyd · javaremotemultiple
https://www.exploit-db.com/exploits/32673

This PoC demonstrates the weak entropy in GNU Classpath's PRNG by generating predictable random bytes, highlighting the cryptographic weakness. It prints the hexadecimal output of the PRNG, showing the lack of sufficient randomness.

Classification
Working Poc 90%
Attack Type
Info Leak
Complexity
Trivial
Reliability
Reliable
Target: GNU Classpath 0.97.2
No auth needed
Prerequisites: GNU Classpath 0.97.2 or other vulnerable versions installed
devstral-2 · analyzed Feb 18, 2026 Full analysis →

References (3)

Core 3
Core References
Third Party Advisory, VDB Entry vdb-entry x_refsource_xf
https://exchange.xforce.ibmcloud.com/vulnerabilities/47574
Various Sources x_refsource_confirm
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38417
Mailing List mailing-list x_refsource_mlist
http://www.openwall.com/lists/oss-security/2008/12/06/2

Scores

EPSS 0.0335
EPSS Percentile 87.1%

Details

CWE
CWE-310
Status published
Products (25)
gnu/classpath 0.6
gnu/classpath 0.7
gnu/classpath 0.8
gnu/classpath 0.9
gnu/classpath 0.10
gnu/classpath 0.11
gnu/classpath 0.12
gnu/classpath 0.13
gnu/classpath 0.14
gnu/classpath 0.15
... and 15 more
Published Dec 17, 2008
Tracked Since Feb 18, 2026