Skip to content

allows to write files on server without auth #4

@bmwiedemann

Description

@bmwiedemann

Currently, the php allows anyone to write files on server without authentication.
An effective auth could involve a shared secret (placed in php via generate).
For a request the client hashes all request data plus the secret (plus the date+time to avoid replay attacks) and the php validates it on the server side before any action is taken

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