Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2020-12432 | Kitploit
Tools/GitHubGitHub/d7x/cve-2020-12432
Vulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPhishingSocial Engineering
GitHubd7x/cve-2020-12432

CVE-2020-12432

View Repository
6 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2020-12432

Collabora CODE <= 4.2.2 Vereign's WOPI API Stored XSS and Insecure permissions (account hijack) - 4.2.2

Affected versions: Collabora CODE <= 4.2.2
Exploitation requirements: The Vereign's /wopi/ API interface has to be accessible using the provided generated token, which is the default configuration.

The wopi API interface developed by vereign (www.verign.com) and integrated into Collabora CODE's main package (https://www.collaboraoffice.com/code/) is prone to an xss attack and insecure file access permissions. After uploading a document with arbitrary html file, it is possible to steal the localstorage data by providing a specifically crafted link with an XSS redirect to a victim.

PoC:

  1. Upload document file containing javascript code and intercept the request through burp (or any other intercepting proxy). Put html contents within the file, containing an html form and a javascript sending cookies and local storage user data to a third party domain

  2. Access the document via the web application and get the document access token via the API response at the /wopi/getAccessToken endpoint

  3. Send the malicious html link to the victim, you may include it in an iframe or in a forum signature:

root@kitploit:~
<a href=https://target.com/wopi/files/10/contents?access_token=<token>   >Click here</a>
  1. The victim opens the link and gets redirected to another service with all his cookies and local storage data sent over to another network

Video: https://www.youtube.com/watch?v=_tkRnSr6yc0

Download Tool