Skip to content

Empty string in $line causes an Exception that can expose a User's passwordΒ #35

@ghost

Description

In this method, if the $line variable does not contain a colon (e.g., is an empty string), then the call to list() will throw an Exception.

list($exposedHashSuffix, $occurrences) = explode(':', $line);

This exception is not caught by the handling in NIST or the DivineOmega packages. The stack trace of this exception will contain the submitted password in plain text.

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