LiveActive security incident?Get immediate response
CVE Record

CVE-2025-69001: WordPress FluentForm plugin <= 6.1.11 - Arbitrary Shortcode Execution vulnerability

Improper Control of Generation of Code ('Code Injection') vulnerability in Shahjahan Jewel FluentForm fluentform allows Code Injection.This issue affects FluentForm: from n/a through <= 6.1.11.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2025-69001 affects the WordPress FluentForm plugin through version 6.1.11. It may let an unauthenticated remote attacker execute arbitrary WordPress shortcodes, potentially exposing limited information. The published severity is medium, with no CISA KEV listing or provided evidence of active exploitation.

Executive priority

Handle as a near-term WordPress plugin remediation item. It is not currently evidenced as actively exploited, but unauthenticated network reachability makes exposed public sites worth prioritizing in routine patch cycles.

Technical view

The issue is classified as CWE-94 Improper Control of Generation of Code. CVSS 3.1 is 5.3: network-accessible, low complexity, no privileges, no user interaction, unchanged scope, low confidentiality impact, no integrity or availability impact. Affected package is fluentform through <= 6.1.11.

Likely exposure

Public WordPress sites using FluentForm version 6.1.11 or earlier are the likely exposure set. Risk is higher where the plugin is enabled on internet-facing sites and shortcodes can access sensitive data.

Exploitation context

The source bundle describes arbitrary shortcode execution but does not provide exploit details. CISA KEV is false, and no cited source states active exploitation. Treat as plausible remotely reachable exposure, not confirmed exploitation.

Researcher notes

Evidence is limited to the CVE metadata and Patchstack listing. The bundle does not name a fixed version, workaround, proof of concept, or exploitation in the wild. Avoid assuming broader FluentForm components or unrelated products are affected.

Mitigation direction

  • Inventory WordPress sites for the FluentForm plugin and version.
  • Prioritize sites running FluentForm 6.1.11 or earlier.
  • Check Patchstack and vendor guidance for a fixed version or mitigation.
  • Update the plugin if a vendor-supported fixed release is available.
  • Restrict plugin use on high-risk sites until remediation is confirmed.

Validation and detection

  • Confirm whether FluentForm is installed and active on each WordPress site.
  • Record the installed FluentForm version from administrative or asset inventory data.
  • Compare installed versions against the affected range: through 6.1.11.
  • Review web application logs for unusual shortcode-related requests, without attempting exploitation.
  • Monitor vendor, CVE, and Patchstack pages for updated remediation details.
Prepared
Confidence
high
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-94: Code execution behavior lookup

Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. 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
cve · low confidence lookup

CVE-2025-69001 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
Medium
CVSS
5.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N

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.

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

CVSS vector scores

1 official score

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.

ScoreVersionSeverityVectorExploitImpactSource
5.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N3.91.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.3Medium
CVSS 3.1 vector shape for CVE-2025-69001Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Shahjahan JewelFluentFormfluentform, 0unaffected
Weakness

CWE details

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

CWE-94 · source CWE mapping

Improper Control of Generation of Code ('Code Injection')

Improper Control of Generation of Code ('Code Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.