Thanks to visit codestin.com
Credit goes to github.com

Skip to content

php -S runs single-threaded / DOS attack vector #9

Description

@W1zzardTPU

Since PHP is running in single-threaded mode, opening a new tab while executing a long-running query will hang.

This can also be used for DOS attacks, since a single user can block access for everyone else by running SLEEP(1000000)

php:x.x-apache should be a good alternative that's simple enough and that runs as single process

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions