Skip to content

mwrusnak/lsapi-issue-2018-03

Repository files navigation

lsapi-issue-2018-03

  • send-request-to-lsapi.php - run from the command line to simulate a request to litespeed PHP that triggers the issue
    • Contains instructions that reproduces the issue
  • index.php - Belongs at /usr/local/lsws/Example/html/index.php (a simple form that uses file_get_contents('php://input');)
  • Three strace files:
    • strace-1-original-litespeed-request.txt - captured using index.php on a litespeed installation
    • strace-2-normal-duplicated-request.txt - captured a request using send-request-to-lsapi.php, confirming that it works
    • strace-3-bad-truncated-request.txt - captured using send-request-to-lsapi.php, with the POST body removed, which causes the excessive writing to tmp files

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages