yurikrupnik / mussia5-next

mussia5-next.yurikrupnik.vercel.app
1 stars 2 forks source link

🚨 [security] Update next-auth 3.23.0 → 4.24.5 (major) #283

Open depfu[bot] opened 11 months ago

depfu[bot] commented 11 months ago

🚨 Your current dependencies have known security vulnerabilities 🚨

This dependency update fixes known security vulnerabilities. Please see the details below and assess their impact carefully. We recommend to merge and deploy this as soon as possible!


Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ next-auth (3.23.0 → 4.24.5) · Repo · Changelog

Security Advisories 🚨

🚨 Possible user mocking that bypasses basic authentication

More info than we can show here.

🚨 Missing proper state, nonce and PKCE checks for OAuth authentication

More info than we can show here.

🚨 next-auth before v4.10.2 and v3.29.9 leaks excessive information into log

More info than we can show here.

🚨 next-auth before v4.10.2 and v3.29.9 leaks excessive information into log

More info than we can show here.

🚨 NextAuth.js before 4.10.3 and 3.29.10 sending verification requests (magic link) to unwanted emails

More info than we can show here.

🚨 NextAuth.js before 4.10.3 and 3.29.10 sending verification requests (magic link) to unwanted emails

More info than we can show here.

🚨 Improper handling of email input

More info than we can show here.

🚨 Improper handling of email input

More info than we can show here.

🚨 Improper Handling of `callbackUrl` parameter in next-auth

More info than we can show here.

🚨 Improper Handling of `callbackUrl` parameter in next-auth

More info than we can show here.

🚨 URL Redirection to Untrusted Site ('Open Redirect') in next-auth

More info than we can show here.

🚨 URL Redirection to Untrusted Site ('Open Redirect') in next-auth

More info than we can show here.

🚨 NextAuth.js default redirect callback vulnerable to open redirects

More info than we can show here.

🚨 NextAuth.js default redirect callback vulnerable to open redirects

More info than we can show here.
Release Notes

Too many releases to show here. View the full release notes.


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
secure-code-warrior-for-github[bot] commented 11 months ago

Micro-Learning Topic: Open redirect (Detected by phrase)

Matched on "Open Redirect"

What is this? (2min video)

This vulnerability refers to the ability of an attacker to arbitrarily perform a redirection (external) or forward (internal) against the system. It arises due to insufficient validation or sanitisation of inputs used to perform a redirect or forward and may result in privilege escalation (in the case of a forward) or may be used to launch phishing attacks against users (in the case of redirects).

Try a challenge in Secure Code Warrior

Helpful references

Micro-Learning Topic: URL redirection (Detected by phrase)

Matched on "URL Redirection"

What is this? (2min video)

URL redirection based on unvalidated user-input may cause redirection to malicious web sites.

Try a challenge in Secure Code Warrior

Helpful references
sonarcloud[bot] commented 11 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication