What are the track records of popular Hardware Security Modules (HSMs)? Have any been found vulnerable to hacking via creative use of the API, timing or power-monitoring attacks, etc?
|
|
I don't know, but there are many scientific papers on the subject. I'll list below some on API attacks (there are also tons of papers on tampering, side-channel attacks, etc., but I won't try to list them):
There are probably many more (especially more recent ones), but these ones jumped to mind at the moment. |
|||
|
|
|
There was an interesting paper at CCS 2010: Attacking and Fixing PKCS#11 Security Tokens Basically, they modeled PKCS#11 API calls and checked if, by any combination of calls, you can extract data that should have been protected. They focus on smartcards, but I suppose it would be similarly relevant for server hardware: http://secgroup.ext.dsi.unive.it/projects/security-apis/pkcs11-security/tookan/ |
|||
|
|