CVE-2025-49403
Deferred Deferred - Pending Action

Unauthenticated Arbitrary File Download in Premium Age Verification WordPress Plugin

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

Publication date: 2026-06-17

Last updated on: 2026-06-17

Assigner: Patchstack

Description

Unauthenticated Arbitrary File Download in Premium Age Verification / Restriction for WordPress <= 3.0.2 versions.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-17
Last Modified
2026-06-17
Generated
2026-07-08
AI Q&A
2026-06-17
EPSS Evaluated
2026-07-06
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
patchstack premium_age_verification_restriction to 3.0.2 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-98 The PHP application receives input from an upstream component, but it does not restrict or incorrectly restricts the input before its usage in "require," "include," or similar functions.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Detection Guidance

This vulnerability allows unauthenticated attackers to download arbitrary files from websites using the Premium Age Verification / Restriction WordPress plugin version 3.0.2 or below.

To detect if your system is vulnerable, you can check the version of the Premium Age Verification / Restriction plugin installed on your WordPress site.

  • Use WP-CLI to check the plugin version: wp plugin list --status=active
  • Look for the plugin named 'premium-age-verification-restriction' and verify if its version is 3.0.2 or below.

To detect exploitation attempts on your network, monitor HTTP requests for suspicious patterns that attempt to download arbitrary files via the plugin.

  • Use tools like grep or network monitoring to search web server logs for requests targeting the plugin's file download functionality.
  • Example command to search Apache logs for suspicious requests: grep -i 'premium-age-verification' /var/log/apache2/access.log | grep -E 'download|file='
  • Use intrusion detection systems or web application firewalls with rules to detect or block arbitrary file download attempts related to this plugin.
Executive Summary

The vulnerability exists in the WordPress Premium Age Verification / Restriction plugin, versions 3.0.2 and below. It is an Arbitrary File Download issue that allows unauthenticated attackers to download any file from the affected website.

This flaw can expose sensitive data such as login credentials or backup files without requiring any authentication.

The vulnerability is classified as high severity with a CVSS score of 7.5 and falls under the OWASP Top 10 category A3: Injection.

Impact Analysis

This vulnerability can have a significant impact by allowing attackers to download sensitive files from your website.

  • Exposure of sensitive data such as login credentials.
  • Access to backup files or other confidential information stored on the server.

Such data exposure can lead to further attacks, data breaches, or unauthorized access to your systems.

Mitigation Strategies

The vulnerability affects Premium Age Verification / Restriction plugin versions 3.0.2 and below, allowing unauthenticated arbitrary file downloads.

Immediate mitigation steps include updating the plugin to a non-vulnerable version once available or applying temporary mitigation rules issued by Patchstack to block attacks.

If an update is not yet available, seek assistance from your hosting provider or a developer to implement these temporary protections.

Compliance Impact

The vulnerability allows unauthenticated attackers to download any file from the affected website, potentially exposing sensitive data such as login credentials or backup files.

Exposure of sensitive data due to this vulnerability could lead to non-compliance with data protection regulations like GDPR and HIPAA, which require safeguarding personal and sensitive information.

Organizations using the affected plugin versions may face increased risk of data breaches, which can result in regulatory penalties and loss of trust.

Chat Assistant

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

EPSS Chart