CVE-2026-55241 affects Checkmate, an open-source self-hosted server monitoring tool, prior to version 3.9.1. The vulnerability exists in the public POST /api/v1/auth/register endpoint, which processes multipart profileImage uploads via in-memory Multer parsing before any registration validation occurs. The upload middleware in server/src/api/middleware/upload.ts lacks file-size, file-count, and MIME-type restrictions. An unauthenticated attacker can exploit this by submitting concurrent oversized file uploads, causing files to be buffered in memory before invalid registration or invite-token checks reject the request. This leads to memory exhaustion, potentially crashing or destabilizing the backend server. The vulnerability is fixed in Checkmate version 3.9.1.