Skip to content

Commit 63d4fcb

Browse files
authored
olivetin: add known vulnerabilities (NixOS#498593)
2 parents bb696df + cb203e6 commit 63d4fcb

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

pkgs/by-name/ol/olivetin/package.nix

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)