|
|
|
|
|
by ckwalsh
672 days ago
|
|
> the legitimate ones I’d initially generated still worked This spooks me. I take this to mean either: - They are still using the compromised key for validation, meaning if you have access to any old token, you can still mutate that, maybe needing to play around with the issuing times - They built an allowlist of all permitted tokens, and check that list first. In which case, might as well use random session ids instead of JWTs, and at the same point where the allowlist is being checked, mutate the request to inject a JWT that the backend can use. Also, kind of curious why the switch to RSA4096 instead of elliptic curves, since they are generally faster / smaller. |
|
One of my suggestions to them was to switch to elliptic curve, but I imagine RSA 4096 "just worked".
I suspect they'll rework it later now that it's not "on fire".