LiveActive security incident?Get immediate response
CVE Record

CVE-2023-3179: POST SMTP Mailer < 2.5.7 - Account Takeover via CSRF

The POST SMTP Mailer WordPress plugin before 2.5.7 does not have proper CSRF checks in some AJAX actions, which could allow attackers to make logged in users with the manage_postman_smtp capability resend an email to an arbitrary address (for example a password reset email could be resent to an attacker controlled email, and allow them to take over an account).

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

POST SMTP Mailer for WordPress before 2.5.7 could let an attacker trick a privileged logged-in user into resending an email to an attacker-controlled address. If that email is a password reset message, account takeover may be possible.

Executive priority

Treat as urgent for WordPress sites using this plugin because the plausible business impact is account takeover. Prioritize patching and log review, especially on externally reachable or high-value sites.

Technical view

The issue is CWE-352 CSRF in some AJAX actions. A victim with the manage_postman_smtp capability can be induced to resend mail to an arbitrary address. The source bundle identifies versions before 2.5.7 as affected and specifically lists 2.5.0.

Likely exposure

Exposure is limited to WordPress sites using POST SMTP Mailer before 2.5.7, where users have the manage_postman_smtp capability. The bundle does not identify affected CPEs or a known vendor name.

Exploitation context

The bundle does not show CISA KEV listing or active exploitation evidence. WPScan is tagged as an exploit reference, but the provided sources do not prove exploitation in the wild.

Researcher notes

Evidence is concise but clear on the flaw class and abuse outcome. Public data lacks CVSS, CPEs, detailed affected range beyond before 2.5.7, and confirmed in-the-wild exploitation evidence.

Mitigation direction

  • Update POST SMTP Mailer to version 2.5.7 or later.
  • Review vendor and WPScan guidance for current fixed versions.
  • Restrict manage_postman_smtp capability to necessary trusted administrators.
  • Audit recent password reset emails and unexpected mail resends.
  • Consider disabling the plugin until updated if exposure is unacceptable.

Validation and detection

  • Inventory WordPress sites using POST SMTP Mailer.
  • Confirm installed plugin versions are 2.5.7 or later.
  • Identify users or roles with manage_postman_smtp capability.
  • Review mail logs for reset emails sent to unexpected addresses.
  • Verify patched AJAX actions enforce CSRF protection.
Prepared
Confidence
medium
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-352: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Credential and access behavior lookup

The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2023-3179 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

0CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
UnknownPOST SMTP Mailer2.5.0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-352 · source CWE mapping

Cross-Site Request Forgery (CSRF)

Cross-Site Request Forgery (CSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.