CVE-2008-1484
PunBB <= 1.2.16 - Authenticated Password Reset Brute Force via Predictable Random Seed
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2008-1484. PoCs published by EpiBite.
AI-analyzed exploit summary This exploit targets a password reset vulnerability in PunBB 1.2.16 by brute-forcing the seed and SRAND values to generate a valid password reset key for the admin account. It leverages weak randomness in the password reset mechanism to bypass authentication.
Description
The password reset feature in PunBB 1.2.16 and earlier uses predictable random numbers based on the system time, which allows remote authenticated users to determine the new password via a brute force attack on a seed that is based on the approximate creation time of the targeted account. NOTE: this issue might be related to CVE-2006-5737.
Exploits (1)
This exploit targets a password reset vulnerability in PunBB 1.2.16 by brute-forcing the seed and SRAND values to generate a valid password reset key for the admin account. It leverages weak randomness in the password reset mechanism to bypass authentication.