CVE-2026-85392
Received Received - Intake

Peppermint Authorization Bypass via Arbitrary User Logout

Vulnerability report for CVE-2026-85392, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-03

Last updated on: 2026-09-03

Assigner: VulnCheck

Description

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-03
Last Modified
2026-09-03
Generated
2026-09-04
AI Q&A
2026-09-03
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
peppermint peppermint to 0.5.5 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-639 The system's authorization functionality does not prevent one user from gaining access to another user's data or record by modifying the key value identifying the data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

Peppermint through version 0.5.5 has an authorization bypass flaw in the logout endpoint. Authenticated attackers can delete sessions for any user by providing arbitrary user IDs. The endpoint fails to verify if the caller owns the target account, allowing forced logouts of any user including administrators.

Detection Guidance

To detect this vulnerability, monitor for unauthorized logout requests targeting arbitrary user IDs. Check server logs for repeated calls to the /api/v1/auth/user/:id/logout endpoint with varying IDs. Look for failed authentication attempts following such requests.

Impact Analysis

This vulnerability allows attackers to forcibly log out users, disrupting access to the system. Administrators could be logged out, causing service disruptions. Users may lose access to their sessions without warning, leading to potential data loss or service unavailability.

Compliance Impact

This vulnerability could violate compliance with GDPR and HIPAA by enabling unauthorized session termination, potentially disrupting user access to sensitive data. For GDPR, it may compromise data availability and integrity, while for HIPAA, it could disrupt healthcare service access. The lack of proper authorization checks in session management increases risks of unauthorized access or service disruption.

Mitigation Strategies

Immediately update Peppermint to the latest version beyond 0.5.5. Implement strict authorization checks on the logout endpoint to ensure only the logged-in user can log out. Review server logs for signs of exploitation and revoke any suspicious sessions.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-85392. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart