File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -142,6 +142,16 @@ buildGoModule (
142142 license = lib . licenses . agpl3Only ;
143143 maintainers = with lib . maintainers ; [ defelo ] ;
144144 mainProgram = "OliveTin" ;
145+ knownVulnerabilities = [
146+ "CVE-2026-27626: OS Command Injection via password argument type and webhook JSON extraction bypasses shell safety checks"
147+ "CVE-2026-28342: Unauthenticated Denial of Service via Memory Exhaustion in PasswordHash API Endpoint"
148+ "CVE-2026-30223: JWT Audience Validation Bypass in Local Key and HMAC Modes"
149+ "CVE-2026-28789: Unauthenticated DoS via concurrent map writes in OAuth2 state handling"
150+ "CVE-2026-30224: Session Fixation - Logout Fails to Invalidate Server-Side Session"
151+ "CVE-2026-28790: Unauthenticated Action Termination via KillAction When Guests Must Login"
152+ "CVE-2026-30233: View permission not being checked when returning dashboards"
153+ "CVE-2026-30225: RestartAction always runs actions as guest"
154+ ] ;
145155 } ;
146156 }
147157)
You can’t perform that action at this time.
0 commit comments