The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-2025-30793

CVE-2025-30793: Houzez Property Feed Path Traversal

CVE-2025-30793 is a path traversal vulnerability in the Houzez Property Feed WordPress plugin that allows attackers to access restricted directories. This article covers technical details, affected versions, and mitigation.

Published: April 21, 2026

CVE-2025-30793 Overview

CVE-2025-30793 is a Path Traversal vulnerability (CWE-22) affecting the Houzez Property Feed WordPress plugin developed by Property Hive. This improper limitation of a pathname to a restricted directory allows attackers to traverse the file system and potentially download arbitrary files from the vulnerable WordPress installation.

Critical Impact

Attackers can exploit this vulnerability to access sensitive files outside the intended directory, potentially exposing configuration files, database credentials, and other critical system information.

Affected Products

  • Houzez Property Feed plugin versions up to and including 2.5.4
  • WordPress installations running the vulnerable plugin versions

Discovery Timeline

  • 2025-04-01 - CVE-2025-30793 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-30793

Vulnerability Analysis

This vulnerability stems from improper input validation in the Houzez Property Feed plugin's file handling functionality. The plugin fails to properly sanitize user-supplied file path parameters, allowing attackers to use directory traversal sequences (such as ../) to escape the intended directory and access files elsewhere on the server's file system.

The arbitrary file download capability means an attacker could potentially retrieve sensitive WordPress configuration files like wp-config.php, which typically contains database credentials and authentication keys. This could lead to full site compromise or lateral movement within the hosting environment.

Root Cause

The root cause is the lack of proper path canonicalization and validation when processing file paths supplied by users. The plugin does not adequately restrict file access to the intended directory, failing to sanitize traversal sequences before using them in file operations. This is a classic example of CWE-22 (Improper Limitation of a Pathname to a Restricted Directory).

Attack Vector

The attack can be executed by authenticated or potentially unauthenticated users who can interact with the vulnerable file download functionality. By manipulating file path parameters with directory traversal sequences, an attacker can request files from arbitrary locations on the server. The attack does not require any special privileges and can be conducted remotely through normal HTTP requests to the WordPress installation.

For detailed technical information, refer to the Patchstack vulnerability advisory.

Detection Methods for CVE-2025-30793

Indicators of Compromise

  • Unusual file access requests containing directory traversal sequences (../, ..%2f, %2e%2e/) in WordPress access logs
  • Requests targeting sensitive files such as wp-config.php, /etc/passwd, or other system configuration files
  • HTTP requests to the Houzez Property Feed plugin endpoints with suspicious path parameters
  • Unexpected outbound data transfers following requests to the plugin

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block path traversal patterns in request parameters
  • Configure intrusion detection systems to alert on directory traversal sequences in HTTP traffic
  • Deploy file integrity monitoring on critical configuration files to detect unauthorized access
  • Enable detailed WordPress access logging and monitor for anomalous file request patterns

Monitoring Recommendations

  • Monitor WordPress access logs for requests containing encoded or unencoded traversal sequences
  • Set up alerts for any access attempts to sensitive system files outside the WordPress directory
  • Implement real-time log analysis to detect exploitation attempts against the Houzez Property Feed plugin
  • Review server audit logs for file access events originating from the web server process

How to Mitigate CVE-2025-30793

Immediate Actions Required

  • Update the Houzez Property Feed plugin to a patched version immediately if one is available
  • If no patch is available, consider temporarily disabling the plugin until a fix is released
  • Implement WAF rules to block path traversal attempts targeting the plugin
  • Audit WordPress installations to identify all instances of the vulnerable plugin

Patch Information

Administrators should check the official Property Hive plugin repository and the WordPress plugin directory for updated versions that address this vulnerability. Review the Patchstack advisory for the latest patch status and remediation guidance.

Workarounds

  • Implement server-level restrictions to prevent web server processes from accessing files outside the WordPress installation directory
  • Configure .htaccess rules to block requests containing path traversal patterns
  • Use a security plugin or WAF to filter malicious input before it reaches the vulnerable plugin
  • Restrict plugin functionality to authenticated administrators only if possible
bash
# Example .htaccess rule to block path traversal attempts
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{QUERY_STRING} (\.\./|\.\.%2f|%2e%2e/) [NC,OR]
    RewriteCond %{REQUEST_URI} (\.\./|\.\.%2f|%2e%2e/) [NC]
    RewriteRule .* - [F,L]
</IfModule>

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechHouzez Property Feed

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.24%

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Technical References
  • Patchstack WordPress Vulnerability
  • Latest CVEs
  • CVE-2026-44572: Vercel Next.js DoS Vulnerability

  • CVE-2026-42945: NGINX Buffer Overflow Vulnerability

  • CVE-2026-44005: Vm2 Sandbox RCE Vulnerability

  • CVE-2026-43999: Vm2_project Vm2 RCE 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