Description
The CatalogX WordPress plugin before 6.1.3 does not sanitise or escape content that an unauthenticated user can store before including it in the product enquiry notification email sent to the site administrator, allowing unauthenticated attackers to inject arbitrary content into that email, which is delivered when an unrelated visitor later submits a product enquiry.
Published: 2026-09-02
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The CatalogX WordPress plugin before version 6.1.3 improperly stores data supplied by unauthenticated users into a shared transient without sanitizing or escaping it. When a product enquiry notification email is later constructed for the site administrator, the unsanitized content is embedded directly into that email, allowing an attacker to inject arbitrary text. This can be exploited to forge email headers, send phishing messages, or otherwise manipulate the email content sent to the administrator.

Affected Systems

Any WordPress site that has the CatalogX plugin installed with a version older than 6.1.3 is vulnerable.

Risk and Exploitability

The vulnerability can be triggered over the public web without needing authentication; an attacker can create a malicious transient entry and then wait for an unrelated visitor to submit a product enquiry, at which point the crafted email is dispatched. No EPSS or KEV scores are reported, but the flaw is unauthenticated and can lead to spoofed or compromised administrator emails, representing a significant threat to confidentiality and trust in the site’s communication channel.

Generated by OpenCVE AI on September 2, 2026 at 07:55 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor’s patch by upgrading CatalogX to version 6.1.3 or newer
  • If updating is not immediately possible, disable the product enquiry email function until a fix is available
  • Configure the site to restrict transient usage to authenticated sessions or implement input sanitization before including data in emails
  • Monitor outbound email logs for unexpected or malformed notification messages

Generated by OpenCVE AI on September 2, 2026 at 07:55 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 02 Sep 2026 08:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20
CWE-79

Wed, 02 Sep 2026 06:15:00 +0000

Type Values Removed Values Added
Description The CatalogX WordPress plugin before 6.1.3 does not sanitise or escape content that an unauthenticated user can store before including it in the product enquiry notification email sent to the site administrator, allowing unauthenticated attackers to inject arbitrary content into that email, which is delivered when an unrelated visitor later submits a product enquiry.
Title CatalogX < 6.1.3 - Unauthenticated Email Content Injection via Shared Transient
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-09-02T06:00:21.080Z

Reserved: 2026-08-25T08:35:51.210Z

Link: CVE-2026-79621

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-02T06:17:18.390

Modified: 2026-09-02T06:17:18.390

Link: CVE-2026-79621

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-02T08:00:14Z

Weaknesses
  • CWE-20

    Improper Input Validation

  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')