LiveActive security incident?Get immediate response
CVE Record

CVE-2024-1130: NEX-Forms – Ultimate Form Builder – Contact forms and much more <= 8.5.6 - Missing Authorization via set_read()

The NEX-Forms – Ultimate Form Builder – Contact forms and much more plugin for WordPress is vulnerable to unauthorized access due to a missing capability check on the set_read() function in all versions up to, and including, 8.5.6. This makes it possible for authenticated attackers, with subscriber-level access and above, to mark records as read.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2024-1130 affects the WordPress NEX-Forms plugin through version 8.5.6. A low-privileged logged-in user could mark form records as read without proper authorization. The business impact is limited but real: workflow, triage, or response processes that depend on unread form submissions could be disrupted.

Executive priority

Treat as a moderate-priority plugin update. It is unlikely to cause data theft or outage based on cited impact, but it can interfere with customer inquiry handling or operational follow-up.

Technical view

The issue is a missing authorization check, CWE-862, in the plugin's set_read() function. Sources describe authenticated subscriber-level users and above being able to change record read status. Reported CVSS is 5.3 with low integrity impact and no confidentiality or availability impact.

Likely exposure

Exposure is limited to WordPress sites running NEX-Forms Ultimate Form Builder up to and including 8.5.6, especially where untrusted users can authenticate as subscribers or higher.

Exploitation context

The bundle does not show CISA KEV listing or any cited evidence of active exploitation. Abuse requires access to a logged-in account according to the description, though the bundled CVSS vector lists PR:N, which is inconsistent.

Researcher notes

Primary evidence points to missing authorization around set_read(). The source bundle cites affected versions through 8.5.6 and code references in trunk and 8.5.7, but does not include exploit activity evidence. Note the mismatch between authenticated-user wording and CVSS PR:N.

Mitigation direction

  • Update NEX-Forms beyond version 8.5.6 where available and supported.
  • Check Wordfence, WordPress plugin, and vendor guidance for the confirmed fixed version.
  • Restrict subscriber registration if public accounts are not business-required.
  • Review form workflows that rely on unread submission status.

Validation and detection

  • Inventory WordPress sites for the NEX-Forms plugin and installed version.
  • Confirm whether any site runs version 8.5.6 or earlier.
  • Review whether public or untrusted users can create subscriber accounts.
  • Check recent form records for unexpected read-status changes.
Prepared
Confidence
high
Sources
5

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-862: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. 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-2024-1130 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:N/I:L/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
4Source 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:N/I:L/A:N3.91.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/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
webawaysNEX-Forms – Ultimate Forms Plugin for WordPress0unaffected
Weakness

CWE details

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

CWE-862 · source CWE mapping

Missing Authorization

Missing Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.