Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bypass Cross Site Script Vulnerability on "Calendar" in TikiWiki version 21.4 #7

Open
r0ck3t1973 opened this issue Jul 7, 2021 · 0 comments

Comments

@r0ck3t1973
Copy link
Owner

Hi Team,
I found stored xss in Calendar
To Reproduce

  1. Login into panel
  2. Go to Documents: '/tiki-21.4/tiki-index.php'
  3. Click Calendar: '/tiki-21.4/tiki-calendar.php'
  4. Click Add Event
  5. insert payload bypass xss in Description
    <a href="javascript&colon;alert&lpar;document&period;domain&rpar;">Click Here</a>
  6. Click Details Event >> ClickHere>> Boom alert message xss!

Impact
Commonly include transmitting private data, like cookies or other session information, to the attacker, redirecting the victim to web content controlled by the attacker, or performing other malicious operations on the user’s machine under the guise of the vulnerable site.
POC
calendar1
calendar
image_2021-07-07_19-43-05

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant