jcat
play

JCAT An environment for attack and test on TM Java Card Serge - PowerPoint PPT Presentation

Laboratoire Bordelais de CCCT03 & ISAS03 Recherche en Informatique Equipe : Syst` emes et Objets Distribu es JCAT An environment for attack and test on TM Java Card Serge Chaumette , Iban Hatchondo , Damien Sauveron Damien


  1. Laboratoire Bordelais de CCCT’03 & ISAS’03 Recherche en Informatique ´ Equipe : Syst` emes et Objets Distribu´ es JCAT An environment for attack and test on TM Java Card Serge Chaumette , Iban Hatchondo , Damien Sauveron Damien Sauveron sauveron@labri.fr 2 nd august 2003 http:/www.labri.fr/~sauveron/

  2. Laboratoire Bordelais de Recherche en Informatique ´ Equipe : Syst` emes et Objets Distribu´ es Plan 1) The Java Card Security project 3) JCAT Tools ➤ Context of our work ➤ Overview ➤ Partners ➤ Why developping JCAT Tools? 2) Java Card ➤ JCAT Emulator ➤ What is the Java Card Technology? 4) Problems in the specifications ➤ Applet Development ➤ Problem of the heap ➤ Architecture 5) Conclusion and future work Damien Sauveron Page 2 sauveron@labri.fr

  3. Laboratoire Bordelais de The Java Card Security project Recherche en Informatique ´ Equipe : Syst` emes et Objets Distribu´ es Context of our work In 2001, there was no evaluation methodology following Common Criteria (ISO 15408) for: ➤ the Java Card products; ➤ the applications running on these products. The French government wanted to improve the security assurance level of theses new IT products and has accepted our Java Card Security project. Damien Sauveron Page 3 sauveron@labri.fr

  4. Laboratoire Bordelais de The Java Card Security project Recherche en Informatique ´ Equipe : Syst` emes et Objets Distribu´ es Partners (1/2) The Distributed Systems and Objects team of the Laboratoire Bordelais de Recherche en Informatique (Bordeaux, FRANCE) provides software tools: ➤ to easily and securely develop applications based on distributed and mobile code; ➤ to use theses applications; ➤ that are proven to do what they pretend to. Damien Sauveron Page 4 sauveron@labri.fr

  5. Laboratoire Bordelais de The Java Card Security project Recherche en Informatique ´ Equipe : Syst` emes et Objets Distribu´ es Partners (2/2) The ITSEF (Information Technology Security Evaluation Facility) center of SERMA Technologies (Pessac, FRANCE): ➤ is specialized in the ITSEC & Common Criteria security evaluation of smart card products and especially Java Cards. The French gouvernment provides: ➤ from the French Ministry of Industry the label Soci´ et´ e de l’information and the funding for the project S´ ecurit´ e Java Card ; ➤ from the French Ministry of Research a part of the funding for a doctoral grant. Damien Sauveron Page 5 sauveron@labri.fr

  6. Laboratoire Bordelais de Java Card Recherche en Informatique ´ Equipe : Syst` emes et Objets Distribu´ es What is the Java Card Technology? This technology enables programs written in Java programming language to run on: ➤ smart cards; ➤ other resource-constrained devices. Java Card Technology provides smart cards with a secured, hardware independant and multi-application framework that includes many assets of the Java programming language. Damien Sauveron Page 6 sauveron@labri.fr

  7. Laboratoire Bordelais de Java Card Recherche en Informatique ´ Equipe : Syst` emes et Objets Distribu´ es Applet Development java Java class Step 1 sources Compiler Files Files Java Card Step 2 Simulator Java Card export export Converter Files File(s) Step 3 CAP File(s) Java Card Step 4 Java Card Emulator Damien Sauveron Page 7 sauveron@labri.fr

  8. Laboratoire Bordelais de Java Card Recherche en Informatique ´ Equipe : Syst` emes et Objets Distribu´ es Architecture Java Card is a super-set of a subset of the Java programming language. Applet Applet Applet JCRE Main additional features: Industry specific APIs Installer extensions ➤ atomicity; System classes Applet Transaction Network I/O Other management communication services ➤ transaction; management Java Card Virtual Machine ➤ the firewall. Native methods (bytecode interpreter) Hardware and native operating system Damien Sauveron Page 8 sauveron@labri.fr

  9. Laboratoire Bordelais de JCAT Tools Recherche en Informatique ´ Equipe : Syst` emes et Objets Distribu´ es Overview JCAT Emulator : Tool to attack and test applets implementation. JCAT View : Tool that enables to parse the CAP file format of different manufacturers to view it ( e.g. IBM, Oberthur Card Systems, Sun microsystems, etc.). JCAT Converter : Tool to convert a CAP file format from a manufacturer to an other. Other JCAT Tools : for instance, a tool to help to modify the bytecode = ⇒ enable an easy creation of test and attack suites. Developed in Java . Damien Sauveron Page 9 sauveron@labri.fr

  10. Laboratoire Bordelais de JCAT Tools Recherche en Informatique ´ Equipe : Syst` emes et Objets Distribu´ es Why developping the JCAT Tools? (1/2) Java Card implementations are mainly commercial and closed solutions. = ⇒ low-level details of effective implementation are kept confidential. Java Card simulators provided in toolkits are incomplete (no transaction, no firewall, etc.). Security certification requires: ➤ the validation of Virtual Machine; ➤ the validation of parts of resident applets. = ⇒ Needs are contextual. Damien Sauveron Page 10 sauveron@labri.fr

  11. Laboratoire Bordelais de JCAT Tools Recherche en Informatique ´ Equipe : Syst` emes et Objets Distribu´ es Why developping the JCAT Tools? (2/2) Our goals: ➤ Doing a complete and open source emulator tool. = ⇒ To be adaptable to different contexts; ➤ Enable both hardware and software attacks simulation. = ⇒ To be as closed as possible to an embedded implementation; For instance an electromagnetic radiation just modifies the contents of the smart card memory cells, thus modifies the value of some system object. ➤ Get a tool allowing the usage of formal tools as plugins. Damien Sauveron Page 11 sauveron@labri.fr

  12. Laboratoire Bordelais de JCAT Tools Recherche en Informatique ´ Equipe : Syst` emes et Objets Distribu´ es JCAT Emulator (1/3) Complete implementation of the specifications Java Card 2.1.1 : ☞ VM and APIs ☞ JCRE (firewall and transaction) Goal : ➤ To test and debug Java Card applets; ➤ To detect some problems of behaviour. Damien Sauveron Page 12 sauveron@labri.fr

  13. Laboratoire Bordelais de JCAT Tools Recherche en Informatique ´ Equipe : Syst` emes et Objets Distribu´ es JCAT Emulator (2/3) Features : ☞ execution step by step; ☞ view of the memories, objects, transaction buffer, frame stack, etc.; ☞ provides statistics on the execution; ☞ performs tearing and laser attacks; ☞ choices of memory size; ☞ available from PC/SC. Damien Sauveron Page 13 sauveron@labri.fr

  14. Laboratoire Bordelais de JCAT Tools Recherche en Informatique ´ Equipe : Syst` emes et Objets Distribu´ es JCAT Emulator (3/3) Towards an evaluation methodology for a Java Card platform : Listing of the important security points in the specifications that are obscure. Example : What is the behaviour of the platform when a transaction is aborted in install() after a call to register() . To do : ➤ improve the statistic reports; ➤ improve the simulation of physical attacks; ➤ improve the implementation of crypto APIs; ➤ add the support of Java Card 2.2 (RMI, multi-channels) and Open Platform. Damien Sauveron Page 14 sauveron@labri.fr

  15. 15

  16. 16

  17. Laboratoire Bordelais de JCAT Tools Recherche en Informatique ´ Equipe : Syst` emes et Objets Distribu´ es JCAT Emulator Kernel Bridge to Bridge to Bridge to private IMPL 3 private IMPL 3 private IMPL 3 Bridge to Bridge to Bridge to private IMPL 2 private IMPL 2 private IMPL 2 Bridge to Bridge to Bridge to private IMPL 1 private IMPL 1 private IMPL 1 Memory API Transactions API Debug API JCVM kernel Checker 1 Checker 2 Damien Sauveron Page 17 sauveron@labri.fr

  18. Laboratoire Bordelais de JCAT Tools Recherche en Informatique ´ Equipe : Syst` emes et Objets Distribu´ es JCAT Emulator extensibility Factory design patterns is used several times: For instance, the CAP file reader uses it to be extensible. Indeed, in the next specifications, the CAP file may be augmented with new components and it is an easy way to support them. Native interfaces : Theses calls are forbidden for the end-user but needed for the Java Card APIs implementors (i.e. Transaction). The specifications do not impose a specific way to deal with native interfaces. Choices: Using the impdep1 private bytecode. Damien Sauveron Page 18 sauveron@labri.fr

  19. Laboratoire Bordelais de JCAT Tools Recherche en Informatique ´ Equipe : Syst` emes et Objets Distribu´ es JCAT Emulator adaptability In the Java Card specification, we have discovered some unclear parts regarding: ➤ the persistence of objects; ➤ the heap location. Thus we have designed the JCAT Emulator to be adaptable to the choice that will be done by the Java Card Forum. Damien Sauveron Page 19 sauveron@labri.fr

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend