CVE Catalog

CVE-2026-85392

MediumCVSS 4.3
Published: Translated: NVD NIST

Summary

Peppermint through 0.5.5 contains an authorization bypass vulnerability in the GET /api/v1/auth/user/:id/logout endpoint that allows authenticated attackers to delete sessions for any user by supplying arbitrary user IDs. Attackers can forcibly log out any user including administrators by calling the logout handler with another user's ID, since the endpoint performs no authorization checks to verify the caller owns the target account.

Risk Assessment

An attacker can force logout of administrators or other users, potentially leading to session disruption, loss of access, and potential operational impact.

Recommendation

It is recommended to update Peppermint to a patched version and implement authorization checks in the logout endpoint.

Other vulnerabilities in Peppermint

See all
Original NVD description (English source)

Peppermint through 0.5.5 contains an authorization bypass vulnerability in the GET /api/v1/auth/user/:id/logout endpoint that allows authenticated attackers to delete sessions for any user by supplying arbitrary user IDs. Attackers can forcibly log out any user including administrators by calling the logout handler with another user's ID, since the endpoint performs no authorization checks to verify the caller owns the target account.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS