LiveActive security incident?Get immediate response
CVE Record

CVE-2021-24526: Form Maker < 1.13.60 - Authenticated Stored XSS

The Form Maker by 10Web – Mobile-Friendly Drag & Drop Contact Form Builder WordPress plugin before 1.13.60 does not escape its Form Title before outputting it in an attribute when editing a form in the admin dashboard, leading to an authenticated Stored Cross-Site Scripting issue

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This is an authenticated stored cross-site scripting flaw in the Form Maker by 10Web WordPress plugin. A form title was not safely escaped before display in the admin editor, so malicious content saved there could run in an administrator’s browser. The sources do not provide CVSS scoring or evidence of active exploitation.

Executive priority

Treat as a timely WordPress plugin hygiene item, not an emergency based on current evidence. Prioritize sites with delegated form editing or many WordPress users, because successful abuse could affect administrator browsers and sessions.

Technical view

CVE-2021-24526 is CWE-79 in Form Maker by 10Web before 1.13.60. The vulnerable path involves Form Title output in an HTML attribute while editing a form in the WordPress admin dashboard. The issue requires authenticated access capable of modifying forms and results in stored XSS within the admin context.

Likely exposure

Exposure is likely limited to WordPress sites running Form Maker by 10Web versions before 1.13.60, especially where non-admin users can create or edit forms. Public internet exposure alone is not enough; authenticated plugin access matters.

Exploitation context

The supplied sources describe authenticated stored XSS but do not cite public exploitation, weaponization, or CISA KEV listing. Risk increases if lower-privileged users can edit forms or if administrator sessions process untrusted form titles.

Researcher notes

The source bundle gives the core bug class and affected version boundary but lacks CVSS metrics, detailed privilege requirements, and exploit-status detail. Validation should focus on plugin version, role permissions, and whether form titles are treated as trusted administrative content.

Mitigation direction

  • Upgrade Form Maker by 10Web to version 1.13.60 or later.
  • Check vendor and WPScan guidance for any newer fixed version.
  • Restrict form creation and editing to trusted administrators.
  • Review existing form titles for unexpected active content.
  • Remove stale plugin copies from unused WordPress instances.

Validation and detection

  • Inventory WordPress sites using Form Maker by 10Web.
  • Confirm installed plugin versions are 1.13.60 or later.
  • Identify accounts and roles allowed to edit forms.
  • Review recent form-title changes in administrative logs, if available.
  • Verify administrators are not using shared or unnecessary privileged accounts.
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-2021-24526 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
UnknownForm Maker by 10Web – Mobile-Friendly Drag & Drop Contact Form Builder1.13.60Listed
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.