
Exploit PoC of CVE-2026-6356
This CVE was a collaborative effort between:
Raznov – GitHub: https://github.com/basraznov
HelloWorld (Author)– GitHub: https://github.com/Penquinsecq
A vulnerability in the web application allows unauthorized users to access and manipulate sensitive data across different tenants by exploiting insecure direct object references. This could lead to unauthorized access to sensitive information and unauthorized changes to the tenant's configuration.
[!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-6355
Category: Web Application\
customeridcustomerid parameter to another tenant’s IDPlease 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: Before processing any request that uses an external identifier (like customerid) the backend must perform a mandatory check. This check must ensure that the authenticated session's user ID is explicitly authorized to access the requested resource ID. If the user ID does not match the resource's owner ID, the server must reject the request and return a generic error (e.g., HTTP 404 Not Found or HTTP 403 Forbidden).