Cyber Resilience

CVE-2023-1430

Wpmanageninja Fluentcrm ≤ 2.7.40

Published
09 June 2023
Modified
08 April 2026
Patch / advisory
CVSS Score v3.1 6.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
EPSS Score 0.0080 53th percentile
Risk Priority 58 floored blend · peak EPSS

Summary

CVE-2023-1430 is a medium-severity Use of a One-Way Hash without a Salt (CWE-759) vulnerability in Wpmanageninja Fluentcrm. Its CVSS base score is 6.5 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Password Cracking (T1110.002); ranked in the top 47% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

The FluentCRM marketing automation plugin for WordPress is affected by CVE-2023-1430, an authorization bypass that permits unauthenticated modification of subscription data in all versions through 2.8.01. The root cause is the plugin’s reliance on an unsalted MD5 hash to validate subscription-management requests, a weakness catalogued as CWE-759.

An attacker who obtains any subscriber email address can therefore issue crafted requests that unsubscribe the address from mailing lists or otherwise alter its subscription state. No authentication, user interaction, or special network position is required, consistent with the CVSS 6.5 vector (AV:N/AC:L/PR:N/UI:N).

Public references document both the flaw and its remediation: WordPress.org changeset 2899218 and subsequent commits updated the ExternalPages handler to replace the weak hashing mechanism, and the Wordfence advisory recommends upgrading to a version newer than 2.8.01. A proof-of-concept is also available on GitHub.

EPSS remains flat at 0.0517 with no material post-disclosure increase, indicating limited observed exploitation interest to date.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

The FluentCRM - Marketing Automation For WordPress plugin for WordPress is vulnerable to unauthorized modification of data in versions up to, and including, 2.8.01 due to the use of an MD5 hash without a salt to control subscriptions. This makes…

more

it possible for unauthenticated attackers to unsubscribe users from lists and manage subscriptions, granted they gain access to any targeted subscribers email address.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1110.002 Password Cracking Credential Access
Adversaries may use password cracking to attempt to recover usable credentials, such as plaintext passwords, when credential material such as password hashes are obtained.
T1110 Brute Force Credential Access
Adversaries may use brute force techniques to gain access to accounts when passwords are unknown or when password hashes are obtained.
T1552 Unsecured Credentials Credential Access
Adversaries may search compromised systems to find and obtain insecurely stored credentials.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-30430Same product: Wpmanageninja Fluentcrm
CVE-2025-27408Shared CWE-759
CVE-2025-36253Shared CWE-759
CVE-2025-53884Shared CWE-759
CVE-2025-10205Shared CWE-759
CVE-2024-13568Same vendor: Wpmanageninja
CVE-2024-35635Same vendor: Wpmanageninja
CVE-2023-51547Same vendor: Wpmanageninja
CVE-2024-7304Same vendor: Wpmanageninja
CVE-2024-23503Same vendor: Wpmanageninja

Affected Assets

wpmanageninja
fluentcrm
≤ 2.7.40

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-759

Security associations provide guidance on proper one-way hash usage including salting, reducing the chance of unsalted implementations.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 full match
prevents

Secure SDLC practices mandate correct password storage with salts, eliminating this exact weakness.

PR.DS-01 mostly match
prevents

Proper cryptographic hashing for data-at-rest protection directly requires salted hashes for passwords.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

prevents

Use of cryptography requires appropriate cryptographic controls including salting for password hashing.

finds

Security testing can detect unsalted hashes but does not prevent their introduction.

prevents

Secure SDLC processes can include password-handling rules but do not guarantee salted hashes.

prevents

Application security requirements can mandate salted hashing but do not prescribe the technical detail.

prevents

Secure coding standards explicitly forbid unsalted password hashes and require salting.

prevents

Secure authentication mandates salted, one-way hashes for credentials, directly preventing unsalted hashing.

References