Description
The Sreamit theme for WordPress is vulnerable to arbitrary file downloads in all versions up to, and including, 4.0.1. This is due to insufficient file validation in the 'st_send_download_file' function. This makes it possible for authenticated attackers, with subscriber-level access and above, to download arbitrary files.
Published: 2025-04-08
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Authenticated Arbitrary File Download
Action: Apply Patch
AI Analysis

Impact

The Streamit WordPress theme contains insufficient file validation in the function that handles download requests, enabling users with subscriber-level or higher access to download any file on the server. This flaw falls under input validation and path traversal weaknesses (CWE‑22) and could allow attackers to exfiltrate private data or internal configuration files. The impact is limited to confidentiality loss, as the flaw does not modify or execute code on the host.

Affected Systems

The vulnerability affects the iqonicdesign Streamit theme for WordPress in all versions up to and including 4.0.1. Users must verify whether their site is running a version in this range.

Risk and Exploitability

The CVSS score of 6.5 indicates a moderate severity and the EPSS score of less than 1% suggests a very low likelihood of exploitation. The flaw is not listed in the CISA KEV catalog, and it requires authenticated access at the subscriber level or higher, meaning only users who have logged in with those privileges can exploit it. However, once authenticated, attackers can retrieve arbitrary files, so the overall risk to a site depends on the sensitivity of the data behind those files.

Generated by OpenCVE AI on April 20, 2026 at 23:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Streamit theme to the latest available version that removes the vulnerable download handler.
  • If an immediate upgrade is not possible, block or restrict the download endpoint for subscriber and above roles by configuring the web server or a security plugin to prevent access to the st_send_download_file action.
  • Continuously monitor user activity logs for unauthorized download attempts and review file access permissions to ensure only necessary files are exposed.

Generated by OpenCVE AI on April 20, 2026 at 23:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
EUVD EUVD EUVD-2025-10393 The Sreamit theme for WordPress is vulnerable to arbitrary file downloads in all versions up to, and including, 4.0.1. This is due to insufficient file validation in the 'st_send_download_file' function. This makes it possible for authenticated attackers, with subscriber-level access and above, to download arbitrary files.
History

Tue, 08 Apr 2025 16:15:00 +0000

Type Values Removed Values Added
Title Streamit <= 4.0.1 - Authenticated (Subscriber+) Arbitrary File Download
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 08 Apr 2025 02:45:00 +0000

Type Values Removed Values Added
Description The Sreamit theme for WordPress is vulnerable to arbitrary file downloads in all versions up to, and including, 4.0.1. This is due to insufficient file validation in the 'st_send_download_file' function. This makes it possible for authenticated attackers, with subscriber-level access and above, to download arbitrary files.
Weaknesses CWE-22
References
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-04-08T17:34:54.985Z

Reserved: 2025-03-19T13:28:10.784Z

Link: CVE-2025-2519

cve-icon Vulnrichment

Updated: 2025-04-08T14:20:09.667Z

cve-icon NVD

Status : Deferred

Published: 2025-04-08T02:15:19.283

Modified: 2026-06-17T09:07:06.163

Link: CVE-2025-2519

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-20T23:30:16Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')