CVE-2023-33999
Deferred Deferred - Pending Action
DOM-Based XSS in WP Mail Log WordPress Plugin

Publication date: 2026-06-11

Last updated on: 2026-06-11

Assigner: Patchstack

Description
Improper neutralization of input during web page generation ('cross-site scripting') vulnerability in WPVibes WP Mail Log allows DOM-Based XSS. This issue affects WP Mail Log: from n/a through 1.0.2.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-11
Last Modified
2026-06-11
Generated
2026-06-11
AI Q&A
2026-06-11
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 3 associated CPEs
Vendor Product Version / Range
wpvibes wp_mail_log From 1.0.0 (inc) to 1.0.2 (inc)
freemius freemius_library to 2.5.10 (exc)
wpvibes wp_mail_log 1.1.1
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

CVE-2023-33999 is a Cross-Site Scripting (XSS) vulnerability in the WordPress WP Mail Log Plugin versions 1.0.2 and below. It occurs due to improper neutralization of input during web page generation, allowing attackers to inject malicious scripts into the website.

This vulnerability is DOM-Based XSS, meaning the malicious script executes in the user's browser when they interact with a crafted link, page, or form.

The issue stems from the Freemius library versions prior to 2.5.10 used by the plugin.

Impact Analysis

Exploitation of this vulnerability can allow attackers to execute malicious scripts in the context of the affected website.

  • Attackers could redirect visitors to malicious sites.
  • They could display unwanted or harmful content to users.
  • It could lead to theft of sensitive information or session hijacking.

Successful exploitation requires a privileged user to interact with a malicious link, page, or form.

The vulnerability has a high CVSS score of 7.1, indicating a high risk of exploitation and potential for mass-exploit campaigns.

Detection Guidance

Detection of this vulnerability involves monitoring for attempts to exploit the Cross Site Scripting (XSS) issue in the WP Mail Log plugin, particularly targeting versions 1.0.2 and below.

Since the vulnerability requires a privileged user to interact with a malicious link, page, or form, detection can focus on unusual or suspicious HTTP requests containing script injections or unexpected parameters targeting the WP Mail Log plugin endpoints.

Network or web server logs can be inspected for suspicious payloads that include JavaScript or encoded script tags.

While no specific commands are provided in the resources, common approaches include using web application firewalls (WAF) with rules to detect XSS patterns, or employing tools like grep or log analyzers to search for suspicious input patterns in access logs.

  • Example command to search Apache logs for suspicious script tags: grep -iE "<script|%3Cscript" /var/log/apache2/access.log
  • Use security scanners or vulnerability assessment tools that support WordPress plugins to detect known XSS vulnerabilities.
Mitigation Strategies

The immediate and recommended mitigation step is to update the WP Mail Log plugin to version 1.1.1 or later, which contains the fix for this vulnerability.

Until the update can be applied, Patchstack has provided a mitigation rule to block attacks exploiting this vulnerability. Implementing this rule in your web application firewall or security system can help prevent exploitation.

Additionally, restrict privileged user interactions with untrusted links or pages to reduce the risk of exploitation.

Compliance Impact

The provided information does not specify how the CVE-2023-33999 vulnerability affects compliance with common standards and regulations such as GDPR or HIPAA.

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