See https://n0rdy.foo/posts/20250121/okta-bcrypt-lessons-for-better-apis/
Bcrypt is typically used to encrypt passwords. But it currently silently accepts input over 72 char even though characters 73 and beyond are ignored.
This enables appsec attacks in various scenarios...see the post