Description
The MailArchiver plugin for WordPress is vulnerable to SQL Injection via the ‘logid’ parameter in all versions up to, and including, 4.5.0 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with Administrator-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Published: 2026-02-27
Score: 4.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: SQL Injection leading to data exposure
Action: Upgrade
AI Analysis

Impact

The MailArchiver plugin for WordPress contains an SQL injection flaw in the ‘logid’ parameter. The code fails to escape user-supplied input, allowing an attacker to inject arbitrary SQL into the existing query. When an attacker with Administrator or higher privileges crafts a malicious value for logid, they can retrieve sensitive data from the database, potentially exposing personally identifiable information or asset‑level details. The weakness is a classic instance of OWASP CWE‑89, where unsanitized input is concatenated directly into a SQL statement.

Affected Systems

The vulnerability exists in all MailArchiver releases up to and including version 4.5.0. The affected product is the WordPress MailArchiver plugin developed by pierrelannoy. Any installation of MailArchiver <=4.5.0 that is active on a WordPress site is potentially exposed.

Risk and Exploitability

The CVSS score of 4.9 reflects a moderate severity, with an EPSS of less than 1%, indicating a low likelihood of exploitation at the time of analysis. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog. The exploit requires authenticated access at the Administrator level or higher and manipulation of the logid parameter, which can typically be supplied as a query string in an HTTP request. An attacker who is able to activate the plugin and supply a crafted logid value can extract database contents, and potentially pivot to further compromise if additional privileges are available.

Generated by OpenCVE AI on April 15, 2026 at 18:01 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade your MailArchiver plugin to the latest available version, which removes the vulnerable code path.
  • If an upgrade is not immediately possible, remove or severely limit Administrator accounts that have access to the plugin, ensuring only trusted users can run the feature.
  • Disable the MailArchiver plugin entirely if it is not required for your WordPress deployment.
  • Ensure that any remaining logid parameter values are validated and properly escaped or bound as parameters in a prepared statement to prevent future injection attempts.

Generated by OpenCVE AI on April 15, 2026 at 18:01 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 02 Mar 2026 12:15:00 +0000

Type Values Removed Values Added
First Time appeared Pierrelannoy
Pierrelannoy mailarchiver
Wordpress
Wordpress wordpress
Vendors & Products Pierrelannoy
Pierrelannoy mailarchiver
Wordpress
Wordpress wordpress

Fri, 27 Feb 2026 16:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Fri, 27 Feb 2026 11:45:00 +0000

Type Values Removed Values Added
Description The MailArchiver plugin for WordPress is vulnerable to SQL Injection via the ‘logid’ parameter in all versions up to, and including, 4.5.0 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with Administrator-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Title MailArchiver <= 4.5.0 - Authenticated (Admininistrator+) SQL Injection via 'logid' Parameter
Weaknesses CWE-89
References
Metrics cvssV3_1

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


Subscriptions

Pierrelannoy Mailarchiver
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-04-08T16:55:26.106Z

Reserved: 2026-02-19T20:44:16.387Z

Link: CVE-2026-2831

cve-icon Vulnrichment

Updated: 2026-02-27T15:36:02.914Z

cve-icon NVD

Status : Deferred

Published: 2026-02-27T12:16:03.383

Modified: 2026-04-15T00:35:42.020

Link: CVE-2026-2831

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-15T18:15:10Z

Weaknesses