CVE-2026-57381
Deferred Deferred - Pending Action

Cross-Site Scripting in PropertyHive Plugin

Vulnerability report for CVE-2026-57381, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-13

Last updated on: 2026-07-13

Assigner: Patchstack

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Property Hive PropertyHive propertyhive allows Reflected XSS.This issue affects PropertyHive: from n/a through <= 2.2.3.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-13
Last Modified
2026-07-13
Generated
2026-08-02
AI Q&A
2026-07-13
EPSS Evaluated
2026-08-01
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
property_hive propertyhive to 2.2.3 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a Cross-site Scripting (XSS) issue found in Property Hive, specifically versions up to 2.2.3. It occurs due to improper neutralization of input during web page generation, allowing attackers to inject malicious scripts that are reflected back to users.

Detection Guidance

Detecting a Reflected Cross-Site Scripting (XSS) vulnerability like CVE-2026-57381 in PropertyHive (versions <= 2.2.3) typically involves testing for improper input neutralization in web requests. Below are general approaches and commands/tools to help identify this vulnerability on your system or network.

  • Manual Testing: Inspect web pages or endpoints in PropertyHive that accept user input (e.g., search fields, form submissions). Inject simple XSS payloads (e.g., `<script>alert(1)</script>`) into parameters and observe if the payload is reflected in the response without proper sanitization.
  • Automated Scanning: Use web vulnerability scanners like OWASP ZAP or Burp Suite to crawl the PropertyHive application and test for XSS vulnerabilities. Example command for OWASP ZAP (CLI): `zap-baseline.py -t http://your-propertyhive-site.com -c config.yaml`.
  • Browser Developer Tools: Use the browser's developer console (F12) to inspect network requests and responses. Look for parameters in URLs or POST data that reflect user input without encoding or sanitization.
  • Log Analysis: Check web server logs (e.g., Apache, Nginx) for suspicious input patterns or error messages that may indicate failed XSS attempts. Example command to grep logs: `grep -i "<script>" /var/log/apache2/access.log`.

Since this is a WordPress plugin, ensure you test all plugin-specific endpoints, especially those handling property listings, search, or user interactions. Focus on input fields like property search, contact forms, or any customizable fields.

Impact Analysis

The vulnerability can lead to several impacts including unauthorized script execution in users' browsers, which may result in data theft, session hijacking, or other malicious actions. According to the CVSS score of 7.1, it has a high severity with potential impacts on confidentiality, integrity, and availability.

Compliance Impact

The vulnerability described (CVE-2026-57381) is a Reflected Cross-Site Scripting (XSS) issue in PropertyHive, which could have implications for compliance with standards and regulations like GDPR and HIPAA, depending on the context in which the software is used.

  • GDPR: If the affected application processes personal data of EU citizens, a Reflected XSS vulnerability could lead to unauthorized access or disclosure of such data. Under GDPR, organizations must implement appropriate technical measures to ensure data security (Article 32). Failure to mitigate XSS vulnerabilities could be seen as a violation of these requirements, potentially resulting in fines or penalties.
  • HIPAA: If PropertyHive is used in a healthcare context to handle protected health information (PHI), this vulnerability could expose PHI to unauthorized access or manipulation. HIPAA requires covered entities to protect PHI from security threats, and an unpatched XSS vulnerability could be considered a failure to comply with the Security Rule (45 CFR Part 164, Subpart C).

Additionally, the CVSS score of 7.1 (AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L) indicates that the vulnerability is of medium to high severity, which may require organizations to report the issue to regulatory bodies or affected individuals, depending on the jurisdiction and the nature of the data involved.

Mitigation Strategies

The vulnerability described is a Reflected Cross-Site Scripting (XSS) issue in PropertyHive versions up to and including 2.2.3. To mitigate this vulnerability immediately, consider the following steps:

  • Update PropertyHive to the latest version if a patch is available. Since the CVE affects versions through 2.2.3, check for any updates or patches released by the vendor.
  • If an update is not immediately available, consider disabling the affected plugin temporarily until a patch can be applied.
  • Implement a Web Application Firewall (WAF) to help filter out malicious XSS payloads.
  • Review and sanitize user input in web applications to prevent XSS attacks by ensuring proper input validation and output encoding.
  • Educate users and administrators about the risks of XSS and encourage safe browsing practices, such as not clicking on suspicious links.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-57381. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart