Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-1845

CVE-2026-1845: Real Estate Pro WordPress XSS Vulnerability

CVE-2026-1845 is a stored cross-site scripting flaw in the Real Estate Pro WordPress plugin that enables authenticated administrators to inject malicious scripts. This article covers technical details, affected versions, and mitigation.

Published: April 23, 2026

CVE-2026-1845 Overview

The Real Estate Pro plugin for WordPress is vulnerable to Stored Cross-Site Scripting (XSS) via admin settings in all versions up to, and including, 1.0.9. This vulnerability stems from insufficient input sanitization and output escaping in the plugin's administrative interface.

Authenticated attackers with administrator-level permissions or above can inject arbitrary web scripts into pages that execute whenever any user accesses the injected page. This vulnerability specifically affects WordPress multi-site installations and single-site installations where unfiltered_html capability has been disabled.

Critical Impact

Authenticated administrators can inject persistent malicious scripts that execute in the context of other users' sessions, potentially leading to session hijacking, credential theft, or further compromise of the WordPress installation.

Affected Products

  • Real Estate Pro WordPress Plugin versions up to and including 1.0.9
  • WordPress Multi-site Installations with Real Estate Pro
  • WordPress Installations with unfiltered_html disabled running Real Estate Pro

Discovery Timeline

  • 2026-04-22 - CVE CVE-2026-1845 published to NVD
  • 2026-04-22 - Last updated in NVD database

Technical Details for CVE-2026-1845

Vulnerability Analysis

This Stored Cross-Site Scripting vulnerability (CWE-79) exists due to the Real Estate Pro plugin's failure to properly sanitize user input and escape output within its administrative settings interface. When an administrator saves configuration values containing malicious JavaScript code, the plugin stores this payload without proper sanitization. Subsequently, when any user views a page that renders these settings, the malicious script executes within their browser context.

The attack requires network access and high privileges (administrator-level), but does not require user interaction for the injected scripts to execute. The vulnerability has a changed scope, meaning the impact extends beyond the vulnerable component itself—malicious scripts can affect other users viewing the affected pages.

Root Cause

The root cause lies in insufficient input validation and output encoding within the plugin's settings handling mechanism. The Real Estate Pro plugin fails to implement proper sanitization functions such as sanitize_text_field() or wp_kses() when processing administrator input, and neglects to use escaping functions like esc_html() or esc_attr() when rendering the stored values.

This creates a classic Stored XSS condition where malicious payloads persist in the WordPress database and execute each time the affected content is rendered.

Attack Vector

The attack vector is network-based, requiring an authenticated attacker with administrator privileges to access the WordPress admin panel. The attacker navigates to the Real Estate Pro plugin settings, identifies input fields that lack proper sanitization, and injects JavaScript payloads within configuration values.

Once the malicious settings are saved, any user who subsequently accesses a page that renders these stored values will have the injected script execute in their browser. This can include other administrators, editors, or even front-end visitors if the settings values are displayed publicly.

The vulnerability specifically manifests in WordPress multi-site environments or installations where unfiltered_html has been disabled, as these configurations prevent the expected administrative HTML filtering that would otherwise strip malicious scripts.

Detection Methods for CVE-2026-1845

Indicators of Compromise

  • Unexpected JavaScript code within Real Estate Pro plugin settings stored in the WordPress wp_options table
  • Suspicious <script> tags, event handlers (e.g., onerror, onload), or encoded payloads in plugin configuration values
  • Browser developer console errors or unusual network requests when viewing Real Estate Pro-enabled pages
  • Unauthorized data exfiltration attempts or cookie theft detected in network logs

Detection Strategies

  • Review Real Estate Pro plugin settings for unexpected HTML or JavaScript content using database queries against wp_options
  • Implement Content Security Policy (CSP) headers to detect and block inline script execution attempts
  • Monitor WordPress admin activity logs for unusual settings modifications to the Real Estate Pro plugin
  • Deploy web application firewall (WAF) rules to detect XSS payloads in HTTP POST requests to plugin settings pages

Monitoring Recommendations

  • Enable WordPress audit logging to track all administrative changes to plugin settings
  • Configure browser-based XSS auditor alerts for administrative users
  • Implement server-side log monitoring for suspicious JavaScript patterns in database write operations
  • Use SentinelOne Singularity to monitor endpoint behavior for indicators of script injection or credential harvesting activities

How to Mitigate CVE-2026-1845

Immediate Actions Required

  • Update the Real Estate Pro plugin to a patched version when available from the vendor
  • Review all existing Real Estate Pro plugin settings for unauthorized or suspicious JavaScript content
  • Temporarily restrict administrator access to trusted users only until the plugin is updated
  • Consider disabling the Real Estate Pro plugin if it is not critical to operations until a security patch is released

Patch Information

Currently, monitor the WordPress Plugin Directory for updated versions of the Real Estate Pro plugin that address this vulnerability. Additionally, review the Wordfence Vulnerability Report for vendor patch status and additional guidance.

Workarounds

  • Limit administrator access to the WordPress installation to reduce the attack surface
  • Implement strict Content Security Policy headers to mitigate the impact of any injected scripts
  • Use a WordPress security plugin with XSS filtering capabilities to provide an additional layer of protection
  • Regularly audit plugin settings and database entries for suspicious content
bash
# Review Real Estate Pro settings in WordPress database for suspicious content
wp db query "SELECT option_name, option_value FROM wp_options WHERE option_name LIKE '%re_pro%' OR option_name LIKE '%real_estate%';"

# Implement basic CSP header in .htaccess (Apache)
# Add to WordPress root .htaccess file:
# Header set Content-Security-Policy "script-src 'self'; object-src 'none';"

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechWordpress

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • WordPress Plugin Information

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-4512: reCaptcha by WebDesignBy XSS Vulnerability

  • CVE-2026-3361: WP Store Locator Plugin XSS Vulnerability

  • CVE-2026-1923: Social Rocket WordPress Plugin XSS Flaw

  • CVE-2026-6048: Flipbox Addon for Elementor XSS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English