LiveActive security incident?Get immediate response
CVE Record

CVE-2021-24505: Forms < 1.12.3 - Authenticated Stored Cross-Site Scripting (XSS)

The Forms WordPress plugin before 1.12.3 did not sanitise its input fields, leading to Stored Cross-Site scripting issues. The plugin was vulnerable to an Authenticated Stored Cross-Site Scripting (XSS) vulnerability within the Forms "Add new" field.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

A WordPress Forms plugin before 1.12.3 allowed an authenticated user to save unsafe script content in a form field. When another user viewed the stored content, browser-side code could run in that user’s session. This is most concerning on sites where lower-privileged accounts can access form-building features.

Executive priority

Treat this as a targeted cleanup item for WordPress estates, not an emergency based on current evidence. Prioritize public sites with delegated content or form-management access.

Technical view

CVE-2021-24505 is a CWE-79 authenticated stored XSS issue in the Forms WordPress plugin. The source bundle says input fields, specifically the Forms “Add new” field, were not sanitized before version 1.12.3. No CVSS vector, detailed privilege requirement, or exploit detail is provided.

Likely exposure

Exposure is limited to WordPress sites using the affected Forms plugin before 1.12.3, especially where non-administrators can create or edit forms. Sites without this plugin are not affected based on the provided sources.

Exploitation context

The provided sources do not report active exploitation, and the CVE is not marked as KEV. Because this is stored XSS, impact depends on who can save malicious content and who later views it.

Researcher notes

Evidence is sparse: the bundle identifies authenticated stored XSS and the vulnerable area but omits CVSS, affected role granularity, exploitability details, and confirmation of exploitation. Avoid assuming impact beyond browser-side code execution through stored form content.

Mitigation direction

  • Inventory WordPress sites for the Forms plugin and installed version.
  • Upgrade affected installations to version 1.12.3 or later.
  • Restrict form creation and editing to trusted roles.
  • Review vendor guidance before applying compensating controls.
  • Remove the plugin if it is unused or cannot be updated.

Validation and detection

  • Confirm whether the Forms plugin is installed on each WordPress site.
  • Check that installed versions are 1.12.3 or later.
  • Review user roles with access to Forms creation or editing.
  • Inspect recent form changes for unexpected script-like content.
  • Verify stored form fields render safely after updating.
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-24505 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
UnknownForms1.12.3Listed
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.