CVE-2025-15489
Received Received - Intake

Unauthenticated Content Exposure in Passster WordPress Plugin

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

Publication date: 2026-09-02

Last updated on: 2026-09-02

Assigner: WPScan

Description

The Passster WordPress plugin before 4.2.24 does not handle input properly in an AJAX action, allowing unauthenticated users to retrieve the value of password protected content

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-02
Last Modified
2026-09-02
Generated
2026-09-02
AI Q&A
2026-09-02
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
passster passster to 4.2.24 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-863 The product performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability affects the Passster WordPress plugin versions before 4.2.24. It allows unauthenticated users to bypass password protection and access protected content by exploiting improper input handling in an AJAX action.

Detection Guidance

To detect this vulnerability, check if the Passster plugin version is below 4.2.24. Use WordPress admin panel or run a command like 'wp plugin list' if using WP-CLI. For testing, send a crafted AJAX request to retrieve protected content. Example curl command: curl -X POST -d 'action=passster_ajax&input=.*&nonce=YOUR_NONCE&post_id=YOUR_POST_ID' https://your-site.com/wp-admin/admin-ajax.php

If the response contains protected content without authentication, the vulnerability exists. Ensure your plugin is updated to version 4.2.24 or later.

Impact Analysis

Unauthenticated users could retrieve sensitive or private content that was meant to be password-protected. This could lead to unauthorized access to confidential information, data leaks, or privacy violations.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR, HIPAA, or other privacy regulations by exposing protected personal or sensitive data to unauthorized parties, potentially resulting in legal penalties or reputational damage.

Mitigation Strategies

Immediately update the Passster plugin to version 4.2.24 or later. If updating is not possible, disable the plugin temporarily until an update is applied. Review all password-protected content for unauthorized access and reset any exposed sensitive data.

Chat Assistant

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

EPSS Chart