Security readout for executives and security teams
Plain-English summary
CVE-2021-32697 lets an attacker submit certain Neos Forms without normal validation, but only when they can use a valid signed form state. The main business risk is unintended side effects from form Finishers, such as workflows firing when expected form values were not actually submitted.
Executive priority
Treat as a moderate-priority web application issue. Patch during the next normal security maintenance window, sooner for public forms tied to lead capture, account workflows, payments, or operational automations.
Technical view
Affected neos/form versions can process a crafted GET request containing a valid HMAC-protected form state while skipping validators. The HMAC remains verified, so exposure depends on Finishers that perform actions even when submitted form data is missing. Affected ranges are >=1.2.0 <4.3.3, >=5.0.0 <5.0.9, and >=5.1.0 <5.1.3.
Likely exposure
Internet-facing Neos sites using affected neos/form versions are relevant, especially forms with Finishers that send messages, create records, trigger workflows, or otherwise act without checking expected submitted data.
Exploitation context
The CVSS vector indicates network, unauthenticated, low-complexity exploitation with no user interaction. The bundle does not show active exploitation or KEV listing. Practical impact is conditional because a valid form state is still required and the vulnerable Finisher behavior must produce side effects.
Researcher notes
The key constraint is that form state HMAC verification still succeeds; this is not described as signature bypass. Analysis should focus on validator bypass and Finisher side effects under empty or missing submitted values. The provided bundle does not include exploit-in-the-wild evidence.
Mitigation direction
- Upgrade neos/form outside the listed affected ranges, such as 4.3.3, 5.0.9, or 5.1.3 and later.
- Adjust Finishers to execute only when expected submitted form data is present.
- Add a custom first Finisher to stop processing when required values are missing.
- Prioritize review of forms whose Finishers create business or data side effects.
- Check the GitHub advisory and release notes for deployment-specific guidance.
Validation and detection
- Inventory deployed neos/form package versions against the affected ranges.
- List all Neos Forms using Finishers with side effects.
- Confirm Finishers check for expected submitted data before acting.
- Review application logs for GET submissions with form state but absent form values.
- Regression-test affected forms to confirm validation and Finisher gating both run.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-20: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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 lookupCVE-2021-32697 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Medium
- CVSS
- 6.5 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N3.92.5Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
6.5MediumVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://github.com/neos/form/security/advisories/GHSA-m5vx-8chx-qvmmCVE reference · x_refsource_CONFIRM
- https://github.com/neos/form-ghsa-m5vx-8chx-qvmm/pull/1CVE reference · x_refsource_MISC
- https://github.com/neos/form/commit/049d415295be8d4a0478ccba97dba1bb81649567CVE reference · x_refsource_MISC
- https://github.com/neos/form/commit/69de4219b1f58157e2be6b05811463875d75c246CVE reference · x_refsource_MISC
- https://github.com/neos/form/releases/tag/5.1.3CVE reference · x_refsource_MISC
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
