Skip to content

Input sanitization #72

Description

@kaizentowfiq

On line 1995 of CustomTemplateEngine.php, the template filename coming from $_POST['template']; is not being sanitized before usage. The input should be sanitized, similar to line 1830 in the same file:

$template_filename = htmlspecialchars($_POST['template'], ENT_QUOTES);

Thanks

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