CVE-2006-0167
MyPhPim 01.05 - SQL Injection via cal_id Parameter or Login Password Field
Title source: llmExploitation Summary
EIP tracks 2 public exploits for CVE-2006-0167. PoCs published by Aliaksandr Hartsuyeu.
AI-analyzed exploit summary This exploit demonstrates an SQL injection vulnerability in MyPhPim due to improper input sanitization. The provided payload bypasses authentication by manipulating the SQL query logic.
Description
SQL injection vulnerability in MyPhPim 01.05 allows remote attackers to execute arbitrary SQL commands via the (1) cal_id parameter in calendar.php3 and the (2) password field on the login page.
Exploits (2)
This exploit demonstrates an SQL injection vulnerability in MyPhPim due to improper input sanitization. The provided payload bypasses authentication by manipulating the SQL query logic.
This exploit demonstrates a SQL injection vulnerability in MyPhPim's calendar.php3 by injecting a UNION-based SQL query via the 'cal_id' parameter. It bypasses input validation to extract arbitrary data from the database.