CVE-2026-28789

O

liveTin gives access to predefined shell commands from a web interface. Prior to version 3000.10.3, an unauthenticated denial-of-service vulnerability exists in OliveTin’s OAuth2 login flow. Concurrent requests to /oauth/login can trigger unsynchronized access to a shared registeredStates map, causing a Go runtime panic (fatal error: concurrent map writes) and process termination. This allows remote attackers to crash the service when OAuth2 is enabled. This issue has been patched in version 3000.10.3.

Configurations

No configuration.

History

05 Mar 2026, 20:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-03-05 20:16

Updated : 2026-03-05 20:16


NVD link : CVE-2026-28789

Mitre link : CVE-2026-28789

CVE.ORG link : CVE-2026-28789


JSON object : View

Products Affected

No product.

CWE
CWE-362

Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')

CWE-400

Uncontrolled Resource Consumption

CWE-662

Improper Synchronization