CVE-2026-29782 HIGH

CVE-2026-29782: OpenSTAManager: Remote Code Execution via Insecure Deserialization in OAuth2

Vendor Devcode-It
Product openstamanager
Weakness CWE-502 · Unsafe deserialization
Published April 2, 2026
Last update April 3, 2026

CVSS base score

7.2/10
Attack vector Network
Attack complexity Low
Privileges required High
User interaction None
Confidentiality High
Integrity High

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H

What the vulnerability does

01Description

OpenSTAManager is an open source management software for technical assistance and invoicing. Prior to version 2.10.2, 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. This issue has been patched in version 2.10.2.

Key dates

02Disclosure timeline

April 2, 2026 CVE published
April 3, 2026 Record updated