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-2026-18741 — Proof-of-concept for CVE-2026-18741, a stored XSS vulnerability in Worksuite SaaS Asset Management, demonstrating attacker-controlled JavaScript execution and providing remediation guidance. | Kitploit
Tools/GitHubGitHub/lindhunt/cve-2026-18741
Vulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityLearning & Education
GitHublindhunt/cve-2026-18741

CVE-2026-18741

Proof-of-concept for CVE-2026-18741, a stored XSS vulnerability in Worksuite SaaS Asset Management, demonstrating attacker-controlled JavaScript execution and providing remediation guidance.

View Repository
17h 4m 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-2026-18741 - Stored XSS in Worksuite SaaS


About

CVE-2026-18741 is a Stored XSS vulnerability affecting Worksuite SaaS versions prior to 6.0.14.

The issue is located in the Asset Management module.

User-controlled input can be stored through fields such as:

  • Location
  • Description

The stored input is later rendered when the affected asset is viewed, allowing attacker-controlled JavaScript to execute in the browser context of the user viewing the asset.


Affected Versions

Worksuite SaaS < 6.0.14

Fixed

Worksuite SaaS >= 6.0.14


Vulnerability Flow

```
root@kitploit:~

[ Attacker-controlled input ]


Impact

A successful exploitation may allow JavaScript to execute in the security context of the affected application.

Depending on the victim's privileges and application configuration, possible consequences include:

  • Unauthorized actions
  • Sensitive information exposure
  • Modification of application content
  • Abuse of the victim's authenticated context
  • Potential account/session compromise

The actual impact depends on the application's configuration and the privileges of the affected user.


PoC

The PoC demonstrates the vulnerability through the Asset Management functionality.

The complete demonstration is available in the video below.

Video: YouTube — CVE-2026-18741 PoC


Technical Information

FieldValue
CVECVE-2026-18741
TypeStored Cross-Site Scripting
CWECWE-79
CVSS v4.04.6 — Medium
Affected ComponentAsset Management
Affected Versions< 6.0.14
Fixed Version6.0.14+

Remediation

Upgrade Worksuite SaaS to version 6.0.14 or later.

Applications should also ensure that untrusted input is properly validated and contextually encoded before being rendered in HTML.


References

  • CVE-2026-18741
  • CWE-79 — Cross-Site Scripting

Disclaimer

This repository is intended for educational purposes and authorized security research only.

The PoC was demonstrated in a controlled environment.

Do not use this PoC against systems without explicit authorization.

The author is not responsible for misuse of the information contained in this repository.


CVE-2026-18741 · Security Research · Stored XSS

Download Tool