Description
The MLSImport: IDX Plugin & MLS Plugin for Real Estate Listings WordPress plugin before 7.0.4 does not have authorisation and CSRF checks in one of its AJAX actions, allowing any authenticated user, such as a subscriber, to read the contents of the MLSImport: IDX Plugin & MLS Plugin for Real Estate Listings WordPress plugin before 7.0.4's import log file as well as import-related metadata belonging to arbitrary posts.
Published: 2026-08-05
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The plugin contains an AJAX endpoint, mlsimport_logger_per_item, that lacks proper authorization and CSRF protection. The endpoint returns the import log file and import‑related metadata for any authenticated user, allowing a subscriber or other logged‑in user to read sensitive information such as listing details, configuration values, or system logs. The weakness is a lack of proper access control and request validation, which directly leads to data exposure without requiring elevated privileges.

Affected Systems

WordPress installations that use the MLSImport: IDX Plugin & MLS Plugin for Real Estate Listings plugin version 7.0.3 or older are affected. Any authenticated user—subscriber, contributor, or otherwise—can trigger the vulnerable AJAX action and obtain the import log and metadata associated with arbitrary posts.

Risk and Exploitability

The vulnerability is exploitable by simply sending an AJAX request to the endpoint while logged in, as no authentication checks or CSRF tokens are required. Although no EPSS score is available and the issue is not listed in the CISA KEV catalog, the potential impact is high because it permits disclosure of potentially confidential real‑estate data or internal configuration. The exploit does not require privileged access or network-level entry, so the threat surface is broad and should be treated with caution.

Generated by OpenCVE AI on August 5, 2026 at 07:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the MLSImport plugin to version 7.0.4 or later, which includes proper authorization and CSRF checks for the affected AJAX action.
  • If an immediate update is not possible, restrict the mlsimport_logger_per_item action to administrators by using a custom plugin filter or by disabling the AJAX endpoint through your security plugin.
  • As a temporary measure, purge or limit the contents of the import log file by modifying the plugin configuration or by manually deleting the log file from the server to reduce the data available to attackers.

Generated by OpenCVE AI on August 5, 2026 at 07:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 05 Aug 2026 07:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200
CWE-284

Wed, 05 Aug 2026 06:30:00 +0000

Type Values Removed Values Added
Description The MLSImport: IDX Plugin & MLS Plugin for Real Estate Listings WordPress plugin before 7.0.4 does not have authorisation and CSRF checks in one of its AJAX actions, allowing any authenticated user, such as a subscriber, to read the contents of the MLSImport: IDX Plugin & MLS Plugin for Real Estate Listings WordPress plugin before 7.0.4's import log file as well as import-related metadata belonging to arbitrary posts.
Title MLS Import < 7.0.4 - Subscriber+ Sensitive Information Disclosure via mlsimport_logger_per_item
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-05T06:00:12.918Z

Reserved: 2026-07-27T07:31:16.599Z

Link: CVE-2026-17515

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T07:30:16Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-284

    Improper Access Control