mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 19:05:54 +03:00
[GH-ISSUE #180] SECURITY: Stored Cross-site Scripting (XSS) Vulnerability detected in File Names #125
Labels
No labels
Feature
Feature
Is It Really an Issue?
Need More Info
Request
Security
bug
duplicate
enhancement
enhancement
help wanted
invalid
pull-request
question
suggestion
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tinyfilemanager#125
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TheBinitGhimire on GitHub (May 20, 2019).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/180
Hello @prasathmani!
I was able to discover a Stored Cross-site Scripting (XSS) vulnerability in the latest version of TinyFileManager that allows me to execute my HTML/JavaScript codes in the TinyFileManager itself.
Here are the steps to reproduce the vulnerability:
"><svg onload=alert(1)>.ext(Replace 'ext' with the file extension)
This is how the Stored Cross-site Scripting (XSS) vulnerability can be reproduced and further exploited in the latest version of the TinyFileManager (/prasathmani/tinyfilemanager/).
I hope you would patch this issue during the next update to the file manager.
Thanks,
Binit Ghimire (@thebinitghimire)
@prasathmani commented on GitHub (Jul 23, 2019):
fixed
@TheBinitGhimire commented on GitHub (Jul 24, 2019):
Good to hear that the issue has been fixed!