Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Shyaam Sundhar

Researcher fromeVuln.com
#22242of 53,632
10.1Total CVSS
Vulnerabilities · 2
Medium
2
PT-2006-3109
5.1
2006-05-01
Unknown · Advanced Poll · CVE-2006-2130
**Name of the Vulnerable Software and Affected Versions** Advanced Poll version 2.0.4 **Description** The issue allows remote attackers to execute arbitrary SQL commands. This is achieved via the User-Agent HTTP header in the include/class poll.php file. **Recommendations** For Advanced Poll version 2.0.4, update to a newer version that contains a fix for this issue. As a temporary workaround, consider restricting access to the include/class poll.php file to minimize the risk of exploitation.
PT-2006-3110
5.0
2006-05-01
Unknown · Advanced Poll · CVE-2006-2131
**Name of the Vulnerable Software and Affected Versions** Advanced Poll version 2.0.4 **Description** The issue allows remote attackers to spoof the source IP and bypass voting restrictions. This is because the `include/class poll.php` file in Advanced Poll uses the `HTTP X FORWARDED FOR` (X-Forwarded-For HTTP header) to identify the IP address of a client. **Recommendations** For Advanced Poll version 2.0.4, consider modifying the `include/class poll.php` file to use a more reliable method for identifying client IP addresses, such as checking the `REMOTE ADDR` variable, as a temporary workaround until a patch is available. Restrict access to voting functionality to minimize the risk of exploitation.