Skip to content

Server DOS attack via large buffer input #45

@ghost

Description

Currently, if a client creates a buffer with a very large size (e.g., buffer.create(1000000)) and sends it to the server, the server attempts to parse the entire buffer within a loop. This can cause severe performance issues or even crash the server.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions