LiveActive security incident?Get immediate response
CVE Record

CVE-2023-0439: NEX-Forms < 8.4.4 - Authenticated Stored XSS

The NEX-Forms WordPress plugin before 8.4.4 does not escape its form name, which could lead to Stored Cross-Site Scripting issues. By default only SuperAdmins (in multisite) / admins (in single site) can create forms, however there is a settings allowing them to give lower roles access to such feature.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2023-0439 is a stored cross-site scripting issue in the NEX-Forms WordPress plugin before 8.4.4. A user who can create forms could place unsafe script content in a form name. By default, that role is limited to admins or multisite SuperAdmins, but settings may allow lower roles.

Executive priority

Treat this as a targeted WordPress plugin remediation item. Prioritize faster if NEX-Forms is internet-facing, used by many administrators, or configured so lower-privileged users can create forms.

Technical view

The plugin failed to escape the form name before version 8.4.4, creating a CWE-79 stored XSS condition. Exposure depends on whether an authenticated account has form-creation rights. The sources do not provide CVSS scoring, detailed impact scope, or confirmed active exploitation.

Likely exposure

WordPress sites using NEX-Forms versions before 8.4.4 are the likely exposure. Risk is higher where non-admin roles can create forms or where administrator accounts are shared, delegated, or weakly protected.

Exploitation context

The source bundle references WPScan with an exploit tag, but CISA KEV is false and no source confirms active exploitation. The described attack requires authenticated form-creation access, which is privileged by default but configurable.

Researcher notes

Evidence is limited to the CVE description and WPScan entry. No CVSS, payload details, or active exploitation confirmation are provided. The key validation question is whether vulnerable versions exist and who can create forms.

Mitigation direction

  • Update NEX-Forms to version 8.4.4 or later.
  • Restrict form creation to trusted administrators or SuperAdmins.
  • Review plugin settings for lower-role form creation permissions.
  • Check vendor and WPScan guidance for any newer remediation notes.
  • Audit existing form names for suspicious script-like content.

Validation and detection

  • Inventory WordPress sites using the NEX-Forms plugin.
  • Confirm installed NEX-Forms versions are 8.4.4 or later.
  • Review role settings that grant form creation access.
  • Inspect existing form names for unexpected HTML or script content.
  • Confirm no untrusted accounts can create or edit forms.
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-0439 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
UnknownNEX-Forms0unaffected
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.