Plainpad CVE-2026-42562 Allows Low-Privilege Admin Escalation

Plainpad CVE-2026-42562 Allows Low-Privilege Admin Escalation

The National Vulnerability Database has detailed CVE-2026-42562, a high-severity vulnerability (CVSS 8.3) impacting Plainpad, a self-hosted note-taking application. Prior to version 1.1.1, Plainpad allowed any authenticated user with low privileges to escalate their account to administrator status. This was possible by submitting admin=true via a PUT request to the /api.php/v1/users/{id} endpoint.

The core issue, categorized as CWE-269 (Improper Privilege Management), is that the endpoint directly persisted the admin attribute from user input without sufficient validation or authorization checks. Once escalated, the compromised account immediately gained access to all administrator-only routes and functionalities. This is a critical design flaw, as it allows attackers who gain initial access via phishing or weak credentials to quickly achieve full control over the Plainpad instance.

Plainpad has addressed this vulnerability in version 1.1.1. Organizations utilizing Plainpad instances are strongly advised to upgrade immediately. Failure to patch leaves the door wide open for any authenticated user to become an administrator, potentially leading to data manipulation, unauthorized access to sensitive notes, or further lateral movement within the compromised environment.

What This Means For You

  • If your organization uses Plainpad, you need to check your version immediately. This isn't theoretical; any authenticated user can become an admin. Patch to version 1.1.1 without delay. After patching, review your user logs for any suspicious privilege changes or API calls to `/api.php/v1/users/{id}` made by non-admin accounts prior to the update. Assume compromise if you were running an unpatched version.

Related ATT&CK Techniques

🛡️ Detection Rules

2 rules · 6 SIEM formats

2 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.

high T1548.002 Privilege Escalation

Plainpad CVE-2026-42562 User Privilege Escalation

Sigma YAML — free preview
title: Plainpad CVE-2026-42562 User Privilege Escalation
id: scw-2026-05-09-ai-1
status: experimental
level: high
description: |
  Detects the specific API endpoint and query parameter used in Plainpad CVE-2026-42562 to escalate privileges. A low-privilege authenticated user can exploit this by sending a PUT request to /api.php/v1/users/{id} with 'admin=true' in the query string, granting them administrator access.
author: SCW Feed Engine (AI-generated)
date: 2026-05-09
references:
  - https://shimiscyberworld.com/posts/nvd-CVE-2026-42562/
tags:
  - attack.privilege_escalation
  - attack.t1548.002
logsource:
    category: webserver
detection:
  selection:
      cs-method:
          - 'PUT'
      cs-uri:
          - '/api.php/v1/users/'
      cs-uri-query|contains:
          - 'admin=true'
  condition: selection
falsepositives:
  - Legitimate administrative activity

Source: Shimi's Cyber World · License & reuse

✓ Sigma · Splunk SPL Sentinel KQL Elastic QRadar AQL Wazuh Get rules for your SIEM →

Indicators of Compromise

IDTypeIndicator
CVE-2026-42562 Privilege Escalation Plainpad versions prior to 1.1.1
CVE-2026-42562 Privilege Escalation Vulnerable endpoint: PUT /api.php/v1/users/{id}
CVE-2026-42562 Privilege Escalation Parameter: admin=true
Source & Attribution
Source PlatformNVD
ChannelNational Vulnerability Database
PublishedMay 09, 2026 at 23:16 UTC

This content was AI-rewritten and enriched by Shimi's Cyber World based on the original source. All intellectual property rights remain with the original author.

Believe this infringes your rights? Submit a takedown request.

Related coverage

CVE-2026-8210 — Aandrew-Me Tgpt Command Injection

CVE-2026-8210 — A security vulnerability has been detected in aandrew-me tgpt up to 2.11.1 on Linux/macOS. Affected by this vulnerability is the function helper.Update of...

vulnerabilityCVEmedium-severitycommand-injectioncwe-74cwe-77
/SCW Vulnerability Desk /MEDIUM /5.3 /⚑ 3 IOCs /⚙ 3 Sigma

CVE-2026-8195 — JeecgBoot Vulnerability

CVE-2026-8195 — A vulnerability was detected in JeecgBoot up to 3.9.1. The affected element is an unknown function of the file jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/system/controller/CommonController.java of the component...

vulnerabilityCVEmedium-severitycwe-79cwe-94
/SCW Vulnerability Desk /MEDIUM /4.3 /⚑ 3 IOCs /⚙ 3 Sigma

CVE-2026-8194 — OsTicket Vulnerability

CVE-2026-8194 — A security vulnerability has been detected in osTicket up to 1.18.3. Impacted is an unknown function of the file include/class.dispatcher.php of the component...

vulnerabilityCVEmedium-severitycwe-352cwe-862
/SCW Vulnerability Desk /MEDIUM /4.3 /⚑ 3 IOCs /⚙ 3 Sigma