Skip to content

Reflected XSS Vulnerability in tinyfilemanager.php #1341

@hackersatyamrastogi

Description

@hackersatyamrastogi

Summary

A reflected cross-site scripting (XSS) vulnerability exists in TinyFileManager.
User-supplied GET parameters (view and edit) are not properly sanitized when rendered in the HTML <title> tag.

Affected Component

  • File: tinyfilemanager.php
  • Line: 3990

php

<title> | </title>

Proof of Concept (PoC)
GET /tinyfilemanager.php?view="><script>alert('XSS')</script>

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