
Exploit PoC of CVE-2026-6356
This CVE was a collaborative effort between:
HelloWorld (Author) – GitHub: https://github.com/Penquinsecq
Raznov – GitHub: https://github.com/basraznov
A vulnerability in the web application allows standard users to escalate their privileges to those of a super administrator through parameter manipulation, enabling them to access and modify sensitive information.
[!CAUTION]This research is published for educational and defensive purposes. The vulnerabilities were disclosed responsibly and coordinated prior to publication.
Product: Augmentt Web Application
Version: Unknown version but release before October 2025
Date: 02-October-2025
Software Link: https://app.augmentt.com/
CVE ID: CVE-2026-6356
Category: Web Application\
Please find in PDF file.
| Date | Event |
|---|---|
| 02 October 2025 | Initial report sent to vendor |
| 16 April 2026 | CVE Assigned |
| Before 22 May 2026 | Publish |
At the time of writing, the vendor has not responded to multiple disclosure attempts.
Recommended fixes: The server must look up the authenticated user's role/permissions from a secure backend database and enforce access rules based only on that verified server-side data. Even if the attacker manages to make the unauthorized menu item visible, the API endpoint that the menu item links to must perform its own, mandatory access check before processing any data.