Snyk has a proof-of-concept or detailed explanation of how to exploit this vulnerability.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLearn about Improper Input Validation vulnerabilities in an interactive lesson.
Start learningThere is no fixed version for workerman/workerman
.
workerman/workerman is an asynchronous event driven PHP framework for easily building fast, scalable network applications.
Affected versions of this package are vulnerable to Improper Input Validation. HTTP requests processed by workerman
does not have adequate validation and as such, allows malformed Transfer-Encoding headers.
In cases where workerman
is used as an intermediate proxy such as php-http-proxy
as part of a part of a chain of servers , it is possible for an attacker to leverage this behaviour to conduct HTTP Request Smuggling.
Violation of RFC 7230 (Mishandling of Space)
POST / HTTP/1.1 Host:localhost Transfer-Encoding : chunked Content-Length: 4 Content-Type: application/x-www-form-urlencoded
0