Unsanitized request parameters may cause the request loop endlessly
Specially forged params with ctrl chars may cause tomcat to respond to a request forever. Params have to be checked for (non)-validity.
Change History (6)
| Summary: |
Unsanizied request parameters may loop the request endlessly →
Unsanitizied request parameters may loop the request endlessly
|
| Description: |
modified (diff)
|
| Summary: |
Unsanitizied request parameters may loop the request endlessly →
Unsanitized request parameters may cause the request loop endlessly
|
| Owner: |
set to Michael Osipov
|
| Status: |
new →
assigned
|
| Resolution: |
→ fixed
|
| Status: |
assigned →
closed
|
| Resolution: |
fixed
|
| Status: |
closed →
reopened
|
| Resolution: |
→ fixed
|
| Status: |
reopened →
closed
|
Fixed with [3834] and [3835].