CVE-2008-1591
PostNuke < 0.764 - SQL Injection via HTTP_CLIENT_IP Variable
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2008-1591. PoCs published by The:Paradox.
AI-analyzed exploit summary This exploit demonstrates a blind SQL injection vulnerability in Postnuke <= 0.764 by injecting malicious SQL code into the HTTP_CLIENT_IP header. The vulnerability arises due to improper handling of server variables when magic_quotes_runtime is enabled.
Description
The pnVarPrepForStore function in PostNuke 0.764 and earlier skips input sanitization when magic_quotes_runtime is enabled, which allows remote attackers to conduct SQL injection attacks and execute arbitrary SQL commands via input associated with server variables, as demonstrated by the CLIENT_IP HTTP header (HTTP_CLIENT_IP variable).
Exploits (1)
This exploit demonstrates a blind SQL injection vulnerability in Postnuke <= 0.764 by injecting malicious SQL code into the HTTP_CLIENT_IP header. The vulnerability arises due to improper handling of server variables when magic_quotes_runtime is enabled.