-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attempting to read DESFire Card causes furi_check()
crash
#3835
Comments
@5aji any details on the card itself? Vendor? Type? if you have proxmark can you also post details scan details from it? |
The key is a Walt Disney World keycard. I believe the vendor is NXP, DESFire EV1. Proxmark info
If necessary I can pull out my debugger and try and find exactly what check fails. |
If you can get backtrace from debugger that will simplify everything |
got the backtrace: Backtrace
EDIT: Dug into it some more, found something interesting about the third app on this card:
Full `lsapp` output
|
Describe the bug.
Reading a DESFire card crashes the Flipper with a
furi_check()
error. It seems to crash after trying to read the second block. This is a card I had lying around, and I do not possess the keys (nor am I trying to get them). This happens on both 0.104.0 and 0.105.0-RC.Reproduction
Target
Mifare DESFire Card
Logs
Anything else?
I have a Proxmark3 if that would help provide more information.
The text was updated successfully, but these errors were encountered: