Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×
Security IT

Time Machines, Computer Memory, and Brute Force Attacks Against Smartcards 49

An anonymous reader writes "IEEE Spectrum reports on a method that exploits the decaying contents of unpowered computer memory to create an hourglass-like 'time machine' that rate limits brute force attacks against contactless smartcards and RFIDs. The paper takes an odd twist on the 'cold boot' attack reported four years ago at USENIX Security. Not quite as cool as a hot tub time machine though. " Full paper (PDF).
This discussion has been archived. No new comments can be posted.

Time Machines, Computer Memory, and Brute Force Attacks Against Smartcards

Comments Filter:
  • What? (Score:5, Insightful)

    by jhoegl ( 638955 ) on Monday August 06, 2012 @10:26PM (#40901457)
    Why do I have to decrypt the summary?
    • Re:What? (Score:5, Informative)

      by Baloroth ( 2370816 ) on Monday August 06, 2012 @11:25PM (#40901733)
      SRAM looses coherency in a statistically predictable pattern for a few seconds/minutes after it looses power. That means an otherwise powerless and clockless RFID chip can detect when it was powered on recently, and deny access attempts until at least a few seconds after the last access, rendering brute-force attempts vastly less practical (those normally use thousands of access attempts a second). Also, potentially annoying the hell out of anyone for whom the card doesn't work the first time, but security has always been a tradeoff with practicality (and if it is just a matter of seconds, not a huge deal).
      • by mcgrew ( 92797 ) *

        SRAM looses coherency

        How can coherency possibly be set free? You make no sense at all.

        for a few seconds/minutes after it looses power

        Oh, a non-reader. Sorry, I now see that you meant "lose". "Loose" means to set free. If it loosed power, that would be an electrical short. Your mistake completely changed the meaning of what you were trying to say. I suggest you read less internet and more edited and proofread books so you don't look so uneducated. To paraphrase Twain, an aliterate has no advantage over an il

    • by MobileTatsu-NJG ( 946591 ) on Tuesday August 07, 2012 @12:05AM (#40901937)

      Just like putting too much air into a balloon.

    • Why do I have to decrypt the summary?

      You don't. That compulsion can be completely ignored. For proof, see: Nearly all the other comments.

  • Neat trick... (Score:4, Interesting)

    by fuzzyfuzzyfungus ( 1223518 ) on Monday August 06, 2012 @10:54PM (#40901575) Journal

    Taking advantage of the (statistically) predictable decay rate of data stored in the RFID's SRAM is a cute trick for rough timekeeping, I have to admit.

    It makes me wonder, though, and some perfunctory googling isn't giving me the immediate gratification that I demand, is there anything reasonably practical that could modify the decay rate for SRAM, ideally in a way that would be practical for an attack? Does a strong magnetic field affect contemporary transistors in any useful way? Would a hit of radiation before each attack attempt sufficiently scramble the RAM contents before it also scrambled the nonvolatile memory storing the secret being attacked?

    • Taking advantage of the (statistically) predictable decay rate of data stored in the RFID's SRAM is a cute trick for rough timekeeping, I have to admit.

      It makes me wonder, though, and some perfunctory googling isn't giving me the immediate gratification that I demand, is there anything reasonably practical that could modify the decay rate for SRAM, ideally in a way that would be practical for an attack?

      I think temperature has some effect.

    • Running the devices hotter should increase the decay rate...

      • by Anonymous Coward

        >Running the devices hotter should increase the decay rate...

        Integrate a thermal fuse and that door is closed.

        • by leuk_he ( 194174 )

          Thermal fuse means adding components. That costs money. The trick is that this is done without adding componets (well... 50 lines of code need to be stored somewhere...)

          Rising the temperature or putting it in a microwave will increase the decay rate. But it will still hinder a brute force attack.

      • by allanw ( 842185 )
        Probably has some kind of exponential dependence on temperature as well, so I imagine there has to be a table storing the decay rate across temperature and voltage which also has to be specific for each manufactured chip.
    • Re:Neat trick... (Score:4, Informative)

      by Baloroth ( 2370816 ) on Monday August 06, 2012 @11:47PM (#40901853)

      If the attacked has lengthy, exclusive access to the chip and sufficiently advanced resources, basically nothing will stop them cracking it. This technique is simply a software added trick that can be used with cheap existing RFID technology to prevent drive-by attacks, not dedicated cracking. The key is "cheap": nearly free, in fact, rather than a more complicated method (my first thought was to use a simple RCI circuit to detect if the card has had power in the last few seconds to achieve the same effect as this, but that of course would add complexity and cost and most importantly couldn't be used with existing chips. Also potentially crackable, but it would help).

      • by dkf ( 304284 )

        If the attacked has lengthy, exclusive access to the chip and sufficiently advanced resources, basically nothing will stop them cracking it.

        That's actually untrue. The trick is whether the memory can be read without powering up the chip; if not, then you can put in detection code (e.g., a rate limiter) that flushes the memory with crap if an attack is detected (which it's is easy to make the circuitry for). After that, the attacker might as well give up. Preventing reading the memory in unpowered state is the trick though, and the best techniques there tend to involve burying the secure memory elements under other parts of the chip so that you

        • by plover ( 150551 ) *

          Or in other words, simple measures are actually quite sufficient.

          Like anything dealing with security, that depends entirely on the value of the secret being protected.

          If this is a MiFARE card, learning the secret could get you and some friends a few free rides on the metro. If this is an access card, it might get you into a building. If this is a passport, it might get you into the country. If this is a banking card, you might get access to the customer's account. Pick the right customer, and it's suddenly very profitable. If this is a satellite card, it could be worth

    • by gweihir ( 88907 )

      Cooling will massively slow down this rate. Well known.

  • Got nothing more to do with a time machine than your average lump of matter...
  • Far too easy to manipulate from the outside. E.g. cooling will massively slow this "clock".

    • by Anonymous Coward

      Far too easy to manipulate from the outside. E.g. cooling will massively slow this "clock".

      I thought this too, but actually the rate limiting appears to be susceptible only to pulsed cooling/heating attacks in certain cases. Cooling the chip actually makes the adversary's job even harder because it slows down the hourglass---making the rate limiting even more punishing.

    • by Sabriel ( 134364 )

      The objective appears to be hindering remote brute-force attacks against contactless cards that are still in the physical possession of the owner, not to create some non-existent "perfect defence".

      • If the existing algorithms and implementations are so bad as to make a brute force attack take less than some time period measured in ages of the universe, then they're doing it wrong.

        • Re: (Score:3, Insightful)

          by Anonymous Coward

          Unlike your top of line PC, there are a lot of constraints on an embedded chip especially one that cost pennies, can run on energy from the RF near field and amount of computation. Unlike white board software, this is real world Engineering where there is a trade-off between constraints/requirement/economic/physical that are opposite to each other. So might want to not mouth off without knowing the subject.

          The chip is also highly observable and a lot of information can be deduced from the amount of time f

    • Which makes it harder, actually.

      The "trick" is basically the card using the slow decay of unpowered memory to detect if the card has been powered on recently, and if so, force a small delay. The goal is basically to limit the rate of attacks with minimal impact on proper use (if the card reads properly every time, this has near-zero impact on proper use - it might annoy a bit if your card doesn't read right, having to wait a second or two to swipe again, but that's neither a terribly common case nor a signi

Love may laugh at locksmiths, but he has a profound respect for money bags. -- Sidney Paternoster, "The Folly of the Wise"

Working...