CVE-2025-10638
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-10-22

Last updated on: 2025-10-22

Assigner: WPScan

Description
The NS Maintenance Mode for WP WordPress plugin through 1.3.1 lacks authorization in its subscriber export function allowing unauthenticated attackers to download a list of a site's subscribers containing their name and email address
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-10-22
Last Modified
2025-10-22
Generated
2026-06-16
AI Q&A
2025-10-22
EPSS Evaluated
2026-06-14
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
wordpress ns_maintenance_mode_for_wp 1.3.1
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

CVE-2025-10638 is a vulnerability in the NS Maintenance Mode for WP WordPress plugin (up to version 1.3.1) where the subscriber export function lacks proper authorization checks. This flaw allows unauthenticated attackers to send a specially crafted request to the plugin's endpoint and download a CSV file containing all site subscribers' sensitive information, including their names and email addresses. [1]

Impact Analysis

This vulnerability can lead to unauthorized disclosure of subscriber data, exposing names and email addresses to attackers without any authentication. This can result in privacy breaches, spam, phishing attacks targeting subscribers, and damage to the site's reputation. [1]

Detection Guidance

This vulnerability can be detected by checking if the WordPress site is running the NS Maintenance Mode for WP plugin version 1.3.1 or earlier and by testing the subscriber export functionality for unauthorized access. Specifically, you can send an unauthenticated POST request to the endpoint `wp-admin/admin-ajax.php` with the parameter `action=ns_mm_create_csv_subscriber`. If the request returns a CSV file containing subscriber data (names and email addresses) without authentication, the vulnerability is present. Example command using curl: `curl -X POST https://yourwordpresssite.com/wp-admin/admin-ajax.php -d "action=ns_mm_create_csv_subscriber"` and check if subscriber data is returned. [1]

Mitigation Strategies

Immediate mitigation steps include disabling or removing the NS Maintenance Mode for WP plugin until a patch or fix is available, restricting access to the `wp-admin/admin-ajax.php` endpoint to authenticated users only via server or application-level controls, and monitoring for any unauthorized access attempts to the subscriber export functionality. Since no fix is currently available, limiting exposure and access is critical. [1]

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-10638. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart