You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah that's a mistake -- it should revalidate it every time and not cache state. It should also be returning SW 6983 if it's already blocked at the start of the command.
After issuing a first command for PIN change using PUK, we can then issue other requests with wrong PUKs and it will still change PIN.
Reproduce steps (with default values of PUK=12345678 and PIN=123456) :
APDU#1
00 2C 00 80 31 32 33 34 35 36 37 38 31 31 31 31 31 31 FF FF
90 00
==> PIN is now 111111
APDU#2
00 2C 00 80 FF FF FF FF FF FF FF FF 32 32 32 32 32 32 FF FF
90 00
==> PIN is now 222222 even with wrong PUK sent
If we disconnect and reconnect the card then APDU#2 won't change PIN.
The text was updated successfully, but these errors were encountered: