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

Reflected Cross Site Scripting (XSS) - export.php #2443

Closed
Loginsoft-Research opened this issue Jan 24, 2019 · 0 comments
Closed

Reflected Cross Site Scripting (XSS) - export.php #2443

Loginsoft-Research opened this issue Jan 24, 2019 · 0 comments
Assignees

Comments

@Loginsoft-Research
Copy link

Loginsoft-Research commented Jan 24, 2019

Describe Your Environment

  • ZoneMinder v1.33.1
  • Installed from - ppa:iconnor/zoneminder-master

Describe the bug
The view export, while exporting an event file, prints the Exportfile name of the webpage without applying any proper filtration, leading to an XSS issue

To Reproduce
Affected URL :
http://localhost/zm/index.php?view=export&eid=&exportFile=javascript:alert('1');&generated=1

Payload used - javascript:alert('1');

  • Navigate to the Affected URL
  • Click on Download, Payload would be triggered.

export - 1

Expected behavior

  • Proper escaping of special characters.

Debug Logs


None

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

No branches or pull requests

2 participants