Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade: [Security] Bump neos/form from 4.2.1 to 4.3.3 #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps neos/form from 4.2.1 to 4.3.3. This update includes a security fix.

Vulnerabilities fixed

Sourced from The GitHub Security Advisory Database.

Form validation can be skipped

Impact

By crafting a special GET request containing a valid form state, a form can be submitted without invoking any validators. We consider the severity low because it is not possible to change any form values since the form state is secured with an HMAC that is still verified. That means that this issue can only be exploited if Form Finishers cause side effects even if no form values have been sent.

Workarounds

Form Finishers can be adjusted in a way that they only execute an action if the submitted form contains some expected data. Alternatively a custom Finisher can be added as first finisher.

References

This regression was introduced with neos/form@049d415 Original report: https://tickets.neos.io/#ticket/zoom/411 (internal)

Affected versions: >= 1.2.0, < 4.3.3

Release notes

Sourced from neos/form's releases.

4.3.3 - Security bugfix

Fix security issue, see GHSA-m5vx-8chx-qvmm

neos/form@4.3.2...4.3.3

Thanks to Anian Weber for reporting!

4.3.2

BUGFIX: Fix PHP 7.0 compatibility (#124)

neos/form@4.3.1...4.3.2

Thanks to @​DrillSergeant

4.3.1

neos/form@4.3.0...4.3.1

4.3.0 – FileUpload and EmailFinisher improvements

This release provides a 4.2 backwards compatible version of the Form Framework incorporating following features:

  • FEATURE: send multipart mail with EmailFinisher (#91) - Thanks to @​ger4003 for your contribution!
  • FEATURE: Support SwiftMailer 6.x (#113)
  • FEATURE: Configurable Resource Collection for file uploads (#115) - Thanks to internezzo ag for sponsoring!

4.2.3

neos/form@4.2.2...4.2.3

4.2.2

Fixed neos/form#89

Thanks @​ger4003 and @​simstern

Commits
  • 69de421 Merge pull request from GHSA-m5vx-8chx-qvmm
  • d731659 BUGFIX: Don't skip validators for GET requests
  • dbbb58e TASK: Update translations from translation tool [skip travis]
  • 86776e5 TASK: Update translations from translation tool [skip travis]
  • 4cf9c73 TASK: Update translations from translation tool [skip travis]
  • a7ce71b TASK: Update translations from translation tool
  • e689f12 Merge pull request #125 from DrillSergeant/patch-1
  • e1648ff Remove void return type to stay compabible with PHP 7.0
  • b4a8048 Merge remote-tracking branch 'origin/4.2' into 4.3
  • f72ff61 Merge pull request #117 from neos/bugfix/dont-choke-on-empty-labels
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [neos/form](https://github.com/neos/form) from 4.2.1 to 4.3.3. **This update includes a security fix.**
- [Release notes](https://github.com/neos/form/releases)
- [Commits](neos/form@4.2.1...4.3.3)

Signed-off-by: dependabot-preview[bot] <[email protected]>
@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file security Pull requests that address a security vulnerability labels Jun 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file security Pull requests that address a security vulnerability
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants