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.
Published: 2026-09-03
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability lies in the user logout route, where the server accepts a GET request to /api/v1/auth/user/:id/logout and deletes the target session without validating that the caller is the same user. An attacker who already has a valid session can therefore supply any user identifier, causing the targeted account to be logged out instantly. This can deny service to legitimate users, including administrators, and disrupt ongoing work. The flaw is a classic authorization bypass, cataloged as CWE‑639.

Affected Systems

Affects the Peppermint project for all releases up to and including 0.5.5. The affected product is Peppermint from Peppermint‑Lab, and version 0.5.5 is explicitly vulnerable. Older or newer releases that do not contain the fix are not affected.

Risk and Exploitability

The CVSS score is 5.3, indicating a moderate severity. The EPSS value is not available, and the vulnerability is not listed in CISA KEV, suggesting no known widespread exploitation to date. Attackers need remote network access and a valid user session to trigger the flaw; the path is a simple authenticated HTTP call. Given the lack of active exploitation data, the risk is moderate but mitigable by updating the application or adding safeguards.

Generated by OpenCVE AI on September 3, 2026 at 21:15 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Peppermint to the latest release that addresses the logout endpoint authorization controls.
  • Add a server‑side check that the authenticated user’s ID matches the :id parameter before allowing session deletion.
  • Restrict the logout API to requests originating from the application’s frontend or trusted IP addresses to limit abuse.

Generated by OpenCVE AI on September 3, 2026 at 21:15 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 03 Sep 2026 19:00:00 +0000

Type Values Removed Values Added
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.
Title Peppermint through 0.5.5 Authorization Bypass on the User Logout Endpoint
First Time appeared Peppermint
Peppermint peppermint
Weaknesses CWE-639
CPEs cpe:2.3:a:peppermint:peppermint:*:*:*:*:*:*:*:*
Vendors & Products Peppermint
Peppermint peppermint
References
Metrics cvssV3_1

{'score': 4.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N'}


Subscriptions

Peppermint Peppermint
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-03T18:54:25.208Z

Reserved: 2026-09-03T18:10:52.289Z

Link: CVE-2026-85392

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-03T19:17:30.970

Modified: 2026-09-03T19:17:30.970

Link: CVE-2026-85392

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-03T21:30:06Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key