CVE-2026-29782: OpenSTAManager Affected by Remote Code Execution via Insecure Deserialization in OAuth2
The oauth2.php file in OpenSTAManager is an unauthenticated endpoint ($skip_permissions = true). It loads a record from the zz_oauth2 table using the attacker-controlled GET parameter state, and during the OAuth2 configuration flow calls unserialize() on the access_token field without any class restriction.
References
- github.com/advisories/GHSA-whv5-4q2f-q68g
- github.com/devcode-it/openstamanager
- github.com/devcode-it/openstamanager/commit/d2e38cbdf91a831cefc0da1548e02b297ae644cc
- github.com/devcode-it/openstamanager/releases/tag/v2.10.2
- github.com/devcode-it/openstamanager/security/advisories/GHSA-whv5-4q2f-q68g
- nvd.nist.gov/vuln/detail/CVE-2026-29782
Code Behaviors & Features
Detect and mitigate CVE-2026-29782 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →