FILTER_UNSAFE_RAW SQL Injection Vulnerability in PHP

Summary
The host is running PHP and is prone to SQL Injection vulnerability.
Impact
Successful exploitation could allow attackers to inject SQL code in the affected user application, and this may lead to other attacks also. Impact Level: Application
Solution
Upgrade to higher version, http://www.php.net/downloads.php
Insight
The flaw is due to improper field change in FILTER_UNSAFE_RAW. These can be exploited when magic_quotes_gpc settings is disabled.
Affected
PHP, PHP version 5.2.7 on all running platform.
References