CVE-2015-4148: Input Validation
The dosoapcall function in ext/soap/soap.c in PHP before 5.4.39, 5.5.x before 5.5.23, and 5.6.x before 5.6.7 does not verify that the uri property is a string, which allows remote attackers to obtain sensitive information by providing crafted serialized data with an int data type, related to a "type confusion" issue.
Affected Software
Remediation
Patch Available
Patch Available
Event History
Frequently Asked Questions
What is the severity of CVE-2015-4148?
CVE-2015-4148 is considered a medium severity vulnerability, allowing potential information disclosure.
How do I fix CVE-2015-4148?
To fix CVE-2015-4148, upgrade PHP to a version that has addressed this vulnerability, specifically PHP 5.4.39, 5.5.23, or 5.6.7 and later.
Who is affected by CVE-2015-4148?
CVE-2015-4148 affects users of PHP versions prior to 5.4.39, 5.5.x prior to 5.5.23, and 5.6.x prior to 5.6.7.
What kind of attack can exploit CVE-2015-4148?
CVE-2015-4148 can be exploited by remote attackers using crafted serialized data to access sensitive information.
Is CVE-2015-4148 related to any specific programming function?
Yes, CVE-2015-4148 specifically involves the do_soap_call function in PHP.