CVE-2008-0329
LulieBlog 1.0.1 and 1.0.2 - Unauthenticated Arbitrary Comment and Article Deletion via Admin Endpoints
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2008-0329. PoCs published by ka0x.
AI-analyzed exploit summary This is a writeup describing an authentication bypass vulnerability in LulieBlog 1.0.1, where unauthenticated users can manipulate comments and articles via direct SQL queries by passing an 'id' parameter. The vulnerability arises from improper access controls in admin functions.
Description
LulieBlog 1.0.1 and 1.0.2 does not restrict access to (1) article_suppr.php, (2) comment_accepter.php, and (3) comment_refuser.php in Admin/, which allows remote attackers to accept comments, delete comments, and delete articles via the id parameter.
Exploits (1)
This is a writeup describing an authentication bypass vulnerability in LulieBlog 1.0.1, where unauthenticated users can manipulate comments and articles via direct SQL queries by passing an 'id' parameter. The vulnerability arises from improper access controls in admin functions.