LiveActive security incident?Get immediate response
CVE Record

CVE-2023-3225: Float menu < 5.0.3 - Admin+ Stored Cross-Site Scripting

The Float menu WordPress plugin before 5.0.3 does not sanitise and escape some of its settings, which could allow high privilege users such as admin to perform Stored Cross-Site Scripting attacks even when the unfiltered_html capability is disallowed (for example in multisite setup)

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2023-3225 affects the Float menu WordPress plugin before 5.0.3. Some settings were not properly sanitized or escaped, allowing a high-privileged user to store JavaScript in plugin settings. The main business concern is abuse inside WordPress admin workflows, especially multisite environments where unfiltered HTML is intentionally restricted.

Executive priority

Treat this as a targeted WordPress hardening item rather than an emergency internet-wide flaw. Prioritize sites with delegated administrators, multisite setups, or sensitive admin sessions. Patch promptly because stored XSS can undermine administrative trust boundaries.

Technical view

The issue is CWE-79 stored cross-site scripting in Float menu before 5.0.3. The source states that admin-level users could inject stored script through insufficiently sanitized settings, even when unfiltered_html is disallowed. CVSS data is not provided in the bundle, and affected-version metadata is limited beyond the stated pre-5.0.3 range.

Likely exposure

Exposure is likely limited to WordPress sites running Float menu before 5.0.3. Risk is most relevant where multiple administrators or delegated site admins can modify plugin settings, particularly WordPress multisite deployments that rely on disabling unfiltered_html as a control.

Exploitation context

The WPScan reference is tagged as exploit, but the bundle does not include evidence of active exploitation, and CISA KEV status is false. Abuse requires high-privileged access, so this is not presented as an unauthenticated internet-scale vulnerability based on the provided evidence.

Researcher notes

The public record identifies stored XSS caused by missing sanitization and escaping in plugin settings. The source bundle lacks CVSS scoring, detailed affected CPEs, and vendor-specific remediation text beyond the fixed-version threshold. Do not infer lower-privilege exploitability from the provided evidence.

Mitigation direction

  • Update Float menu to version 5.0.3 or later.
  • Restrict plugin settings access to trusted administrators.
  • Review vendor and WPScan guidance for newer remediation details.
  • Assess multisite admin delegation where unfiltered_html is restricted.

Validation and detection

  • Inventory WordPress sites using the Float menu plugin.
  • Compare installed plugin versions against 5.0.3.
  • Review plugin settings for unexpected script content.
  • Check administrative logs for suspicious plugin-setting changes.
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-79: 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
cve · low confidence lookup

CVE-2023-3225 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
UnknownFloat menu0unaffected
Weakness

CWE details

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

CWE-79 · source CWE mapping

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

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.