mauricerenck / komments

A Kirby comment plugin
MIT License
44 stars 8 forks source link

chore(deps-dev): bump getkirby/cms from 3.7.0.2 to 3.7.5.1 #54

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 1 year ago

Bumps getkirby/cms from 3.7.0.2 to 3.7.5.1.

Release notes

Sourced from getkirby/cms's releases.

3.7.5.1

🚨 Security release

User enumeration in the code-based login and password reset forms

Severity: medium (CVSS score 4.8)

Errors that occur during the processing of the code-based login and password reset were in some cases passed to the user. This includes errors of the code challenge itself (e.g. if the email could not be sent) and errors thrown inside the user.login:failed hook.

This vulnerability allowed user enumeration, which is a type of vulnerability that allows attackers to confirm which users are registered in a Kirby installation. This information can be abused for social engineering attacks against users of the site or to find out the organizational structure of the company.

This vulnerability only affects you if you are using the code or password-reset auth method with the auth.methods option. It can only be successfully exploited under server configuration conditions outside of the attacker's control.

Thanks to Florian Merz (@​florianmrz) of hatchery.io for responsibly reporting the identified issue.

User enumeration in the brute force protection

Severity: medium (CVSS score 6.5)

We used the opportunity to review other parts of Kirby's authentication handling and found another part that is affected by a similar user enumeration vulnerability caused by a response discrepancy in Kirby's brute force protection system.

This vulnerability affects all Kirby sites with user accounts (unless Kirby's API and Panel are disabled in the config). It can only be exploited for targeted attacks because the attack does not scale to brute force.

3.7.5

One last 3.7.x release with a few useful improvements and bug fixes (while also correcting what GitHub considers our latest release).

✨ Enhancements

🐛 Bug fixes

  • Fixed documentation for the url field to remove non-functional pattern property getkirby/kirby#4597
  • Calling $query->where()  (including orWhere()  and andWhere()) on a database query object with the last argument being the number zero no longer creates an invalid query in PHP 7.4 getkirby/kirby#4607

♻️ Refactoring

  • We enabled GitHub’s Dependabot to help us with dependency updates
  • In GitHub forks of the kirby repository, the CI no longer fails at the Codecov reporting step getkirby/kirby#4606

📈 Stats

  • 29 commits
  • 10 closed issues and PRs

3.7.4

🚨 Security

Cross-site scripting (XSS) from content entered in the tags and multiselect fields

... (truncated)

Commits
  • 9a3ecf8 Fix login view integration tests
  • ad6559d Fix CS issue
  • edbf16a Fix check for exception details in Auth::verifyChallenge as well
  • bef409b Fix check for exception details
  • a3ee780 Update version number and cert bundle
  • af4fe4a Unit tests for new auth behavior
  • 0392065 Adapt unit tests to new auth.debug option
  • 38c7a49 Catch errors from user.login:failed hook
  • 305988e Hide errors in production during rate limit check
  • 330c1cf Use fail method throughout the Auth class
  • 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 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/mauricerenck/komments/network/alerts).
dependabot[bot] commented 9 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.