Lucene search
+L

148 matches found

Kitploit
Kitploit
added 2026/09/09 1:32 p.m.7 views

CVE-2026-30225-OliveTin-RCE

OliveTin — 未認証アクション実行 → RCE(+ CVE-2026-30225) OliveTin のインスタンスが同梱のゲストデフォルト設定で実行されている場合の、権限昇格/リモートコード実行(RCE)に対するPoC。root として実行されている OliveTin 3000.10.0 (HTB: Enigma )で検証済みであり、未認証の root シェルを取得できます。 ⚠️ 許可されたテストのみ。...

5.3CVSS0.00414EPSS
SaveExploits2References2
Kitploit
Kitploit
added 2026/09/08 10:40 a.m.7 views

CVE-2026-27626-PoC

CVE-2026-27626 — Внедрение команд ОС в OliveTin PoC Сводка...

9.9CVSS8.2AI score0.00549EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/08 8:27 a.m.7 views

cve-2025-50946

cve-2025-50946 CVE-2025-50946 OliveTin get-theme RCE에 대한 익스플로잇 스크립트입니다. 문자 요구 사항이 까다로워 여러 인수를 포함하는 많은 명령이 제대로 실행되지 않을 수 있습니다. 근본 원인을 추적하거나 스크립트를 더 강력하게 만들 시간을 투자하지 않았습니다. 필요한 것이 있으면 저에게 연락하거나 PR을 열어주세요. 이 스크립트의 기반이 된 원본 연구를 제공한 chrisWalker11에게 감사드립니다: link 사용 예 기본 PoC: root@kitploit: python...

6.5CVSS8.2AI score0.013EPSS
SaveExploits2References2
Kitploit
Kitploit
added 2026/09/07 9:46 p.m.4 views

Hack-The-Box-Enigma-Findings-Report

🛡️ Hack The Box - Enigma 연구 결과 보고서 📋 개요 이 저장소는 Hack The Box 머신 Enigma에 대한 종합적인 침투 테스트 보고서를 포함합니다. 🔍 주요 발견 사항 안전하지 않은 NFS 공유로 온보딩 문서 노출 - 중간 심각도 암호화되지 않은 이메일 콘텐츠를 통한 내부 자격 증명 노출 - 중간 심각도 직원 IMAPS 계정 간 비밀번호 재사용 - 높은 심각도 OpenSTAManager 인증된 OS 명령 주입 CVE-2025-69212 - 치명적 심각도 웹 애플리케이션 구성의 평문 데이터베이스 자격 증...

9.4CVSS5.8AI score0.01969EPSS
SaveExploits15References2
Kitploit
Kitploit
added 2026/09/05 11:38 p.m.6 views

CVE-2026-27626-POC

CVE-2026-27626: OliveTin のパスワード引数コマンドインジェクション OliveTin を使用すると、管理者は「アクション」を定義できます。これは、ユーザーが Web UI または API からトリガーできるパラメータ化された引数を持つシェルコマンドです。ユーザー指定の値をシェルコマンドにテンプレート展開する前に、OliveTin はそれを checkShellArgumentSafety に通すことになっています。この関数は、string、int、bool、choice の 4 つの引数タイプをチェックします。password...

9.9CVSS8.2AI score0.00549EPSS
SaveExploits2References1
NVD
NVD
added 2026/08/21 11:16 p.m.19 views

CVE-2026-53541

OliveTin gives access to predefined shell commands from a web interface. The filterToDefinedArgumentsOnly function in the executor is intended to discard any arguments not explicitly defined in the action's configuration. However, prior to commit ebffd9f040f791208aee1db2e5a8aecd1e3e603d, a specia...

4.3CVSS0.00275EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/21 10:51 p.m.12 views

CVE-2026-53541 OliveTin has Unvalidated `ot_`-prefixed Arguments that Bypass Input Filtering

OliveTin gives access to predefined shell commands from a web interface. The filterToDefinedArgumentsOnly function in the executor is intended to discard any arguments not explicitly defined in the action's configuration. However, prior to commit ebffd9f040f791208aee1db2e5a8aecd1e3e603d, a specia...

4.3CVSS5.5AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/21 10:51 p.m.41 views

CVE-2026-53541 OliveTin has Unvalidated `ot_`-prefixed Arguments that Bypass Input Filtering

OliveTin gives access to predefined shell commands from a web interface. The filterToDefinedArgumentsOnly function in the executor is intended to discard any arguments not explicitly defined in the action's configuration. However, prior to commit ebffd9f040f791208aee1db2e5a8aecd1e3e603d, a specia...

4.3CVSS0.00275EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/21 10:51 p.m.49 views

CVE-2026-53541

OliveTin , a web interface for executing predefined shell commands, is vulnerable to improper input validation in its executor. The filterToDefinedArgumentsOnly function in service/internal/executor/executor.go contains a special case that allows any user-supplied argument prefixed with ot_ to by...

4.3CVSS8.7AI score0.00275EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/07/30 4:44 p.m.11 views

SUSE CVE-2026-48708

OliveTin gives access to predefined shell commands from a web interface. In versions 3000.0.0 and prior, the template engine uses a single shared text/template.Template instance tpl package-level variable in service/internal/tpl/templates.go across all goroutines. Every action execution calls...

7.5CVSS8AI score0.00402EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/07/30 4:44 p.m.11 views

SUSE CVE-2026-48709

OliveTin gives access to predefined shell commands from a web interface. In versions 3000.0.0 and prior, The ValidateArgumentType RPC endpoint in service/internal/api/api.go does not perform any authentication or authorization checks. Unlike all other data-returning API endpoints, it does not cal...

3.7CVSS7.5AI score0.00329EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/07/30 2:31 p.m.16 views

OliveTin OS Command Injection via Custom regex: Argument Type Bypassing Shell Safety Check

Summary OliveTin's checkShellArgumentSafety function maintains a blocklist of argument types unsafe for Shell mode actions, but does not include regex:-prefixed types. Because regex: support was added independently via typeSafetyCheckRegex, any Shell mode action using a regex:-typed argument...

6.6CVSS6.7AI score0.00997EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2026/07/30 2:31 p.m.20 views

EUVD-2026-50564

OliveTin OS Command Injection via Custom regex: Argument Type Bypassing Shell Safety Check...

6.6CVSS5.8AI score0.00997EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/30 2:31 p.m.12 views

GHSA-XC5W-4V5W-7X65 OliveTin OS Command Injection via Custom regex: Argument Type Bypassing Shell Safety Check

Summary OliveTin's checkShellArgumentSafety function maintains a blocklist of argument types unsafe for Shell mode actions, but does not include regex:-prefixed types. Because regex: support was added independently via typeSafetyCheckRegex, any Shell mode action using a regex:-typed argument...

6.6CVSS6.7AI score0.00997EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/30 2:25 p.m.11 views

GHSA-JM28-2WCR-QF3H OliveTin: StartActionAndWait Endpoints Bypass `logs` Permission and Return Action Output

Summary The synchronous execution RPCs StartActionAndWait and StartActionByGetAndWait return the full LogEntry for the just-executed action without checking whether the caller is allowed to read that action's logs. OliveTin's ACL model separates exec from logs. A deployment can intentionally allo...

4.3CVSS6.2AI score0.00253EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/30 2:24 p.m.13 views

GHSA-XPXJ-F2FM-RQCH OliveTin: Unauthenticated DoS via OAuth2 State Memory Exhaustion (Unbounded Map Growth)

Summary OliveTin's OAuth2 login handler stores per-login state in an in-memory map registeredStates that grows unboundedly. States are added on every /oauth/login request but are never deleted or expired. An unauthenticated attacker can send millions of requests to /oauth/login to fill the map wi...

7.5CVSS5.9AI score0.0035EPSS
SaveExploits0References5
NVD
NVD
added 2026/07/29 9:17 p.m.16 views

CVE-2026-67438

OliveTin gives access to predefined shell commands from a web interface. From 3000.2.0 until 3000.17.0, the service/internal/executor/arguments.go checkShellArgumentSafety function does not treat regex: custom argument types as unsafe for Shell mode actions, allowing values that pass...

6.6CVSS0.00997EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/29 9:17 p.m.16 views

CVE-2026-67439

OliveTin gives safe and simple access to predefined shell commands from a web interface. Prior to 3000.17.0, the service/internal/api/api.go StartActionAndWait and StartActionByGetAndWait endpoints return full LogEntry output after execution without enforcing the logs permission, allowing a user...

4.3CVSS0.00253EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/29 9:17 p.m.17 views

CVE-2026-67437

OliveTin gives access to predefined shell commands from a web interface. From 3000.0.0 until 3000.17.0, the service/internal/auth/otoauth2/restapiauthoauth2.go OAuth2 login handler stores per-login state in the registeredStates map on every /oauth/login request without expiring, deleting, or...

7.5CVSS0.0035EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/29 8:58 p.m.60 views

CVE-2026-67439

CVE-2026-67439 affects OliveTin prior to 3000.17.0. The StartActionAndWait and StartActionByGetAndWait endpoints in service/internal/api/api.go return full LogEntry output after execution without enforcing the logs permission, enabling a user with exec permission but logs:false to read action out...

4.3CVSS6AI score0.00253EPSS
SaveExploits0References3
Rows per page
Query Builder