CVE-2026-67437 Details
Description
OliveTin gives access to predefined shell commands from a web interface. From 3000.0.0 until 3000.17.0, the service/internal/auth/otoauth2/restapi_auth_oauth2.go OAuth2 login handler stores per-login state in the registeredStates map on every /oauth/login request without expiring, deleting, or bounding entries, allowing an unauthenticated attacker to exhaust memory and cause a denial of service. This issue is fixed in version 3000.17.0.
A denial-of-service vulnerability has been identified in OliveTin versions 3000.0.0 prior to 3000.17.0. The issue arises in the OAuth2 login handler, which stores state information in an unbounded in-memory map called 'registeredStates'. This map grows indefinitely with each '/oauth/login' request, as there is no mechanism to expire or delete entries. An unauthenticated attacker can exploit this by sending a high volume of login requests, leading to excessive memory consumption and causing the server to become unresponsive.
Users can upgrade to OliveTin version 3000.17.0, which addresses this vulnerability by introducing a maximum entry limit and a cleanup mechanism for the OAuth2 state management.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jul 29, 2026CISA-ADP
Assessed Jul 30, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/OliveTin/OliveTin/security/advisories/GHSA-xpxj-f2fm-rqch | CISA-ADP | AdvisoryExploitRemedyVendor |
| https://github.com/OliveTin/OliveTin/commit/ec114e95d297b806c3ca0c37bc139b3c9c517b3f | [email protected] | Source CodeVendor |
| https://github.com/OliveTin/OliveTin/releases/tag/3000.17.0 | [email protected] | Release NotesVendor |
| https://github.com/OliveTin/OliveTin/security/advisories/GHSA-xpxj-f2fm-rqch | [email protected] | AdvisoryExploitRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-400 | Uncontrolled Resource Consumption | [email protected] |
| CWE-401 | Missing Release of Memory after Effective Lifetime | [email protected] |
| CWE-770 | Allocation of Resources Without Limits or Throttling | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| OliveTin | >= 3000.0.0, <= 3000.17.0 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 30, 2026 | CVE Modified | CISA-ADP |
| Jul 29, 2026 | New CVE Received | [email protected] |
Volerion