Check Improper Authorization vulnerability #77917
Answered
by
icyJoseph
yashaswi1004
asked this question in
Help
-
SummaryHi @ijjk @ztanner @feedthejim @ everyone Additional informationNo response ExampleNo response |
Beta Was this translation helpful? Give feedback.
Answered by
icyJoseph
Apr 8, 2025
Replies: 1 comment 6 replies
-
Hi, As per, v14.2.25...v14.2.26 this releases diff, the fix backported to 14.2.26 Also remember that using middleware, as the only authentication touch point is not recommended. The docs have even been reworked to reflect that, https://github.com/vercel/next.js/pull/77438/files |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Aha, but then you should be fine I think. The security issue was that, you could bypass middleware. The problem is that people often used
middleware
to hide/protect a path, and then did not do further checks within that path. #63775 (reply in thread)