Skip to content

Instantly share code, notes, and snippets.

@Y0ung-DST
Last active May 8, 2021 21:33
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Y0ung-DST/d1b6b65be6248b0ffc2b2f2120deb205 to your computer and use it in GitHub Desktop.
Save Y0ung-DST/d1b6b65be6248b0ffc2b2f2120deb205 to your computer and use it in GitHub Desktop.
# Exploit Title: Jenzabar 9.2.x through 9.2.2 allows /ics?tool=search&query= XSS.
# Google Dork: Jenzabar — v9.2.0 / v9.2.1 / v9.2.2
# Date: 2021–02–05
# Exploit Author: y0ung_dst
# Vendor Homepage: https://jenzabar.com
# Version: Jenzabar — v9.2.0-v9.2.1-v9.2.2 (and maybe other versions)
# Tested on: Windows 10
# CVE : CVE-2021-26723
-Description:
A Reflected Cross-site scripting (XSS) vulnerability in Jenzabar v9.2.0 through 9.2.2. Attacker could inject web script or HTML via the query parameter (aka the Search Field). To exploit the vulnerability, someone must click the link.
-Payload used:
"><script>alert(1)</script>
-Example :
https://my.example.edu/ics?tool=search&query="><script>alert(1)</script>
-Steps to reproduce:
1. Open a website that use Jenzabar v9.2.0 through 9.2.2.
2. In the Search Field, enter anything.
3. Edit the query by replacing the text with the payload.
4. Press Enter to trigger the alert.
-MITIGATION:
Because of still no official patch from vendor, so that possible workaround is not click any suspicious link.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment