CVE-2026-73532: Fluent Forms Pro 6.2.7 Embedded Malicious Code via Tampered Plugin Build
Fluent Forms Pro 6.2.7 contains an embedded malicious code vulnerability introduced via a tampered plugin build served through a decommissioned update server. The tampered build introduced a rogue PHP file (libs/class-license-sync.php), loaded via a require_once directive added to fluentformpro.php, that established a backdoor REST API endpoint, dropped persistent PHP files in mu-plugins and uploads directories, installed a passwordless administrator account, and registered scheduled tasks that survived plugin removal.
Security readout for executives and security teams
Plain-English summary
A tampered Fluent Forms Pro 6.2.7 update contained a built-in backdoor. Installing it could give attackers persistent administrator-level control, expose data, alter the website, and disrupt service. Removing the plugin alone may not remove the compromise because the malicious build created additional files, accounts, and scheduled tasks.
Executive priority
Treat confirmed installation as an incident requiring immediate containment and forensic review. Prioritize public-facing and data-sensitive sites. Because persistence survives plugin removal, authorize credential rotation, clean restoration, and broader environment validation rather than a routine plugin update alone.
Technical view
The malicious 6.2.7 build added libs/class-license-sync.php and loaded it from fluentformpro.php. It exposed a rogue REST endpoint, created persistent PHP files under mu-plugins and uploads, installed a passwordless administrator account, and registered scheduled tasks. This is classified as embedded malicious code, CWE-506, with CVSS 3.1 score 9.8.
Likely exposure
Exposure is limited to sites that obtained or installed the tampered Fluent Forms Pro 6.2.7 build. The bundle does not identify an exact download window or reliable installation count. Sites using other versions are not stated as affected, but version labels alone should not replace integrity and compromise checks.
Exploitation context
The malicious build provided unauthenticated remote compromise capability and persistence. However, this CVE is not listed as KEV, and the supplied sources do not establish active exploitation against sites. Installing the tampered package itself should be treated as a potential compromise, not merely an unexploited vulnerability.
Researcher notes
The evidence describes a software supply-chain compromise rather than a conventional coding defect. Key investigation targets are the rogue loader, REST endpoint, secondary PHP persistence, administrator creation, and scheduled tasks. The supplied bundle does not provide hashes, endpoint details, download-window boundaries, confirmed victim counts, or evidence of active exploitation.
Mitigation direction
Immediately isolate sites that installed the affected 6.2.7 build.
Follow WPManageNinja guidance for obtaining a verified-clean plugin release.
Do not rely on plugin removal; eradicate persistent files, accounts, and scheduled tasks.
Restore from a known-clean backup when compromise scope cannot be confidently established.
Rotate WordPress, hosting, database, API, and other exposed credentials after containment.
Validation and detection
Confirm whether Fluent Forms Pro 6.2.7 was downloaded or installed.
Check for libs/class-license-sync.php and unexpected changes to fluentformpro.php.
Inspect mu-plugins and uploads for unexpected PHP files.
Review administrator accounts for unauthorized or passwordless access.
Audit WordPress and system scheduled tasks for unfamiliar entries.
Review REST access, authentication, and file-change logs for suspicious activity.
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 · low confidence lookup
CWE-506: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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.
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.
2CVSS vectors
3Timeline events
1ADP providers
5Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: yesTechnical Impact: total
CVSS vector scores
2 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-506 · source CWE mapping
Embedded Malicious Code
Embedded Malicious Code represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.