Highlights
Auth Bypass: 4 prior fixes. Scrutinize any change in this area.
src/DoctrineModule/Authentication/Adapter/DoctrineObject.php: most-fixed (2 issues). Treat as high-risk during review.
4 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns
The bug types that recur here, drawn from past fixes, not open vulnerabilities.
Auth Bypass: A severe logical comparison flaw compared user-supplied credentials directly against themselves instead of the database-backed entity, allowing arbitrary passwords to authenticate successfully.
Auth Bypass: Loose type comparison during validation of custom credential callbacks allowed validation failures (like returning false) to be misinterpreted as successful authentication.
Auth Bypass: Loose comparison operators ('!=') allowed attackers to bypass authentication checks due to PHP type-juggling when matching passwords.