Skip to main content
  • Research Article
  • Open access
  • Published:

A Salient Missing Link in RFID Security Protocols

Abstract

In side channel analysis, an attacker utilizes some legitimate function queries in order to collect the corresponding responses of a cryptographic system while it is functioning in a normal mode. If those responses reveal some unwanted information about the secrecy or privacy, this leakage is called side channel information and these responses are called side channels. In this respect, careless deployments of "secure" RFID authentication protocols are not exceptions and subject to side channel attacks. Focusing on lightweight RFID security protocols; we examine the server responses for several RFID tags and realize that if the database querying is performed through a static process, the RFID system is subject to timing attacks that could easily jeopardize the system's untraceability criteria. We demonstrate our attack on some well-known protocols and outline a countermeasure by precisely describing the database query mechanism. Furthermore, we analyze the success probability of the attack in terms of the system parameters such as the number of tags, number of cryptographic operations that have to be carried out, and server's computational power.

1. Introduction

As a result of their low production costs and tiny size, RFID tags are considered as the replacement technology for bar codes and other means of traditional identification tools which traditionally find many applications in manufacturing, supply chain management, and inventory control. A typical RFID system consists of mainly three components: tags, one or more readers, and a back-end server. On top of this hardware, a set of networking rules including the authentication (or identification) protocols reside.

RFID technology raises significant privacy issues regarding the traceability concerns. While a person could be traced by tracking his/her mobile phone through a carrier, such a method is no more useful once the phone is turned off. However, this is not the case for someone carrying an RFID gadget. First of all, most users are not aware that they are carrying RFID tags. In fact, even if they know it, tags could not be turned off in general and worse, it automatically responds to queries via radio signals. Therefore, in RFID systems, the attack scenarios and accompanying countermeasures are quite different than the typical wired or wireless systems.

Although public key cryptography has the necessary primitives to solve this sort of problems in various networks, it is not trivial to implement these primitives in networks having constraint devices such as RFID tags without breaking the cost boundaries. In fact, it is a challenging task to design authentication protocols for low-cost RFID tags resisting all of the known attacks and threats and at the same time fulfill the so-called RFID tag specifications. Therefore, solving this delicate task has recently aroused the interest of the security community, and many authentication protocols have been proposed for RFID security. Unfortunately, most of these, like [1–11], failed to address the requirements to a satisfactory extent partially because of not having a common adversary and system definitions.

In this study, our goal is to point out a salient missing link in RFID security protocols, namely, the back-end server (or the database) role and potential pitfalls or side channels in RFID system realization. In side channel analysis, an attacker utilizes some legitimate function queries in order to collect the corresponding responses of a cryptographic system while it is functioning in a normal mode. If those responses reveal some unwanted information about the secrecy or privacy, this leakage is called side channel information and these responses are called side channels. In this respect, careless deployments of "secure" RFID authentication protocols are not exceptions and subject to side channel attacks.

Focusing on lightweight RFID security protocols, we examine the server responses for several RFID tags and realize that if the database querying is performed through a static process, the RFID system is subject to a timing attack that could easily jeopardize the system's untraceability criteria. Supporting analysis and experiments of this observation are presented with the following outline. In Section 2, after giving a brief update on related work, we describe the basic authentication protocol (BAP) as a building block used in describing our attack model. BAP will further be a basis for various RFID authentication protocols that are vulnerable to the attack. In Section 3, we present our attack model and give probability of its success in terms of the system parameters. Section 4 investigates security of some RFID protocols against the proposed attack. In Section 5, we propose solutions to fix the security flaw. Finally, we conclude in Section 6.

2. Background

2.1. Related Work

The potential security risks in RFID systems hinging the differences in computation time are mentioned in a few published work. Juels and Weis [12] introduced the idea that witnessing a reader's success in identifying a tag could be used in distinguishing two different tags, that is, breaking the privacy of the protocol. For instance, opening a door with a proximity card or acceptance of a payment card can give this information. This ability of the adversary is also touched by Vaudenay [13] and it is formalized in Vaudenay's privacy model. Moreover, Juels-Weis point that computation time of the reader can shed critical light on protocol design and showed that O-TRAP protocol [14] cannot provide strong privacy under this side channel information.

In [14], Burmester et al. briefly considered timing phenomenon by claiming: "In particular the time taken for each pass must be constant. This can be done by inserting an artificial delay on the trusted server". Alternatively, Tsudik [10] has investigated the RFID security protocols against timing attacks targeting computations carried in the tag. It is stated that the time variance in tag computations corresponds to different states of the tags that might make them distinguishable. More recently, Erguler et al. [15] and Erguler and Anarim [16] have exploited the time differences in reader/server responses for different tag states in order to distinguish the tags. They have shown that two protocols described in [17, 18] are vulnerable to such attacks.

At the time this paper was under review, Avoine et al. [19] had extended the Vaudenay's privacy model by formalizing the computational time of the reader. The authors define a new privacy level—TIMEFUL—which is determined by leaked information from the computational time of the reader and add this notion to the privacy levels of model in [13]. Moreover, they present theoretical solutions to the time problem by assigning boolean decisions about TIMEFUL-PRIVACY of a protocol. However, the parameters that may affect the success of the adversary, such as precision of reader time measurement, have been addressed as an engineering problem.

In this paper, we present the actual implementation results and probabilistic analysis for successful timing attack. To be more precise, we give the success probability of the attack in terms of the system parameters such as the number of tags, number of cryptographic operations that have to be carried out, and server's computational power.

2.2. Notation and the BAP

In general, an RFID mutual authentication protocol requires at least three rounds: the reader initiates the communication (Round 1), the tag produces a challenge and sends it to the reader (Round 2), and the reader replies to the challenge (Round 3). In most lightweight RFID authentication protocols, including [1–3, 5, 20–29] (Weis et al.'s the randomized access control scheme [20] performs an exhaustive search in identification of the tag), the server could need to query its entire database in order to authenticate responder tag in Round 2. In fact, this should not be confused with the simple database search since this querying corresponds to a cryptographic exhaustive search where every single query needs a cryptographic operation having a nontrivial time complexity. Therefore, the time complexity of the authentication phase becomes linear in time (i.e., where denotes the number of tags in the system). We define these systems as follows.

Definition 1.

An RFID system is called linear-time authentication system denoted with if its server performs an exhaustive search to identify or authenticate a tag.

In order to measure the running time differences for different tag searches, it is sufficient to have an exhaustive search process which is identical for each search instance. In fact, for some cases it is possible to achieve some side channels even if the processes are not identical. However, we keep these cases out of our scope and formally define the exhaustive search process as follows.

Definition 2.

Let be the item to be searched, let be the set of the search space, and let be a sequence on (i.e., ). If is one-to-one on and for , then we call the query sequence for .

Note that the query sequence gives the order of the exhaustive search process. For instance, the query sequence having the general term for with the initial condition clearly gives the standard exhaustive search process as shown in Figure 1. If this is taken as the process for every search item , it would be possible to compare the measurements of search time differences.

Figure 1
figure 1

Standard exhaustive search having the general term .

Definition 3.

An RFID scheme is said to be static linear-time authentication system represented as SLAS if the query sequence for all searched items is identical.

It is equivalent to say that for an SLAS RFID scheme, in tag identification/authentication step the order for choosing the candidates amongst the whole database is the same for all sessions. As the number of tags in the system increases, variance in elapsed time of the reader responses corresponding to the different RFID tags can be measurable for an SLAS RFID scheme. If an adversary is able to access this time difference (an adversary may know the amount of time spent for the tag authentication procedures on the server by simply measuring the elapsed time between the tag's authentication request and its response from the server. Note that this may not be a challenge response; it may be the protocol payload showing whether the server is succeeded or not, in identifying a legitimate tag), then this information will be used as a tool to trace the tags in our attack model.

2.3. BAP

BAP is a generic challenge response authentication protocol used as a basis for most of the RFID authentication protocols. We use the following notations:

:RFID tag or transponder,

:RFID reader or transceiver,

:The back-end server,

:Identity of a tag,

:Random nonce generated by reader ,

:Random nonce generated by tag ,

:Elapsed time between 2nd and 3rd message flow,

:Number of tags,

:One-way hash function.

A step by step description of the BAP that satisfies the properties is given below.

Step 1.

challenges with a random nonce .

Step 2.

chooses a random nonce and computes , where is the secret information and different for each tag and is a symmetric cryptographic operation. Then it transmits the result with to .

Step 3.

delivers the messages from to with .

Step 4.

maintains a list of pairs ( and identifies by performing an exhaustive search of all stored tag records by computing for each stored in turn, until it finds a match with . If a match is found, regards the as the identity of .

Step 5.

replies to challenge of .

Note that throughout this text, BAP will be used in description of our attack model and will be a basis for many RFID authentication protocols that are vulnerable to the attack.

3. The Timing Attack

Timing attacks provide an attacker with secrets maintained in a security system by measuring the time it takes the system to respond to various queries. For instance, Kocher [30] designed a timing attack to recover secret keys used for RSA decryption. In addition, Brumley and Boneh presented a timing attack on unprotected OpenSSL implementations and showed that such attack was practical, that is, an attacker could measure the response-time variances of a secure Web server and could derive that servers RSA private key [31]. With a similar approach, since in different steps of the RFID protocols, tags, and the server execute different processes, if time taken to execute these steps differs based on the input of tags' state or responses, an attacker can attempt to mount a timing attack to distinguish the tags by analyzing the time variances corresponding to their input. So, with precise measurements of the time difference, an attacker can easily trace the tags and break the untraceability property of the protocol.

Intuitively, a protocol satisfies untraceability if an adversary is not able to recognize a previously observed tag [32]. Untraceability issue has been treated formally in different security models, notably driven by Avoine in [33], by Vaudenay in [13], by Van Le et al. in [34], by Juels and Weis in [12], and by Deursen et al. in [35]. The Juels-Weis model characterizes a very strong adversary with a relatively simple definition and according to this model untraceability is defined in terms of privacy experiments by which an adversary could distinguish two different tags within the limits of its computational power and functionality-call bounds. Throughout this text, we adopt the terms and notions of [12] to our needs. In this privacy model, two of the available functions for an adversary are ReaderInit and TagInit. When receiving a ReaderInit message, initializes a new session and returns the first challenge of an interactive challenge-response protocol. On the other side, by receiving TagInit message a tag is involved in the corresponding protocol session and it may respond to a protocol message or challenge. For an RFID system , the privacy experiment, , consists of the following two phases:

(1)Learning Phase. in this phase, according to Juels-Weis privacy model [12], an adversary might initiate a communication with the reader (ReaderInit) or a tag (TagInit). Also, has the ability to modify, insert, or delete messages that agree with the corresponding protocol's procedures. In other words, controls the communication channel between and each and may make any ReaderInit or TagInit calls in any interleaved order without exceeding its parameter bounds.

(2)Challenge Phase. in this phase, the adversary selects two tag candidates and and tests these with the identifers and , respectively. Depending on a randomly chosen bit , is given a challenger identifier from the set . That is, is given access to one of these tags randomly, called . The adversary might again interact with the reader and the tags. Eventually, at some point, decides to terminate the experiment and returns the bit as its guess for the value of . The success of in guessing is equivalent to its success of breaking the untraceability, and is quantified as 's advantage in distinguishing the tag's identity compared to random selection. This is expressed formally as:

(1)

where is the security parameter (i.e., the bit length of the unknown secret ). An RFID system, , achieves untraceability if for some negligible function .

It is equivalent to say that an attack is successful in tracing the tags if the adversary has a nonnegligible advantage in guessing the selected tag. As an illustrative example, assume that the probability of a correct guess is (i.e., ). In this case, is zero. Thus, the adversary, , does not have any advantage in guessing .

Definition 4.

Let denote the attacker's precision in distinguishing elapsed time of the reader responses and expressed in terms of seconds, that is, timing resolution.

In our attack model, we suppose the examined protocol is based on SLAS BAP which we call SBAP and for the privacy experiments, the adversary can follow the steps below.

In the learning phase, two tags and are randomly selected and then the adversary observes successful authenticated protocols between the reader and the tags and notes respective elapsed time of the reader responses as and .

Learning Phase

  1. (1)

    randomly chooses a pair of distinct tags and .

  2. (2)

    initiates communication with using ReaderInit and gets .

  3. (3)

    initiates communication with using TagInit.

  4. (4)

    transmits to .

  5. (5)

    delivers response to .

  6. (6)

    measures elapsed time, , between 2nd and 3rd message flow.

  7. (7)

    initiates communication with using ReaderInit and gets .

  8. (8)

    initiates communication with using TagInit.

  9. (9)

    transmits to .

  10. (10)

    delivers response to .

  11. (11)

    measures elapsed time, , between 2nd and 3rd message flow.

Notice that in our attack, always provides an answer. Thus in the challenge phase, if , he makes a random guess for the selected tag . On the other hand, if , the adversary only observes a successful authentication between the legitimate reader and the selected tag and records time duration between the second and the third message flow, call it . If , the challenge tag is ; otherwise the selected tag is .

Challenge Phase

  1. (i)

    If , then randomly flips a coin for the value of .

  2. (ii)

    If , then:

    1. (1)

      takes and as its challenge candidates.

    2. (2)

      initiates communication with using ReaderInit and gets .

    3. (3)

      transmits to the selected tag .

    4. (4)

      delivers response to .

    5. (5)

      measures elapsed time, , between 2nd and 3rd message flow.

    6. (6)

      If guesses and decides ; otherwise, it guesses .

Lemma 1.

Suppose in exhaustive search of database for each item , cryptographic operations are evaluated and each operation can be carried out in seconds. Let denote the maximum index difference of two candidate elements and of the query sequence , related to the tags and , respectively, such that the adversary cannot distinguish the tags by using the above attack. It is equivalent to say that

(2)

Then we can express .

Proof.

If , then the cannot realize time difference, and so does not have a nonnegligible advantage in distinguishing the tags. We know that , so must be satisfied to give a negligible advantage to the adversary. Hence the maximum index difference can be expressed as

(3)

Definition 5.

For privacy experiment , suppose and are selected and , denote the respective candidates in the exhaustive search process. Then the discrete random variable , describing the probability of being , that is, can sense the time difference, is defined as below

(4)

Proposition 1.

If denotes number of tags in the database, then for any selected tags and , the 's advantage by considering the described attack is expressed as

(5)

Proof.

Success probability of the attack depends on . If , that is, , the adversary has zero advantage since he could just as well have flipped a coin to make the guess, which would have given him the same probability of correct guessing. On the other hand if , he can recognize the time difference of the reader responses and makes a correct guess for the privacy experiment with maximum advantage. Therefore, the correct guess probability can be expressed as

(6)

The marginal probabilities of is derived as follows:

(7)

Notice that and . Thus, if we replace these values together with those given in (7) in (6), we obtain

(8)

From (1) we obtain

(9)

In Figure 2, advantage of the adversary for different and values is shown. Note that as , becomes closer to , which is the maximum advantage.

Figure 2
figure 2

Advantage of the adversary for different and .

Remark 1.

Since , . Therefore, for , advantage of an adversary can be approximated as

(10)

In order to illustrate the realization of the presented attack, we consider a real life scenario in a library, where tags are used to identify books and the protocol is an SBAP.

Example 1.

We consider an SBAP RFID scheme installed in a public library to substitute bar codes on the books. Suppose the library has got about 1 million of books, , and we assume that there are about 100000 candidates between and as the candidates related to some books and , respectively, in the database, that is, . Besides, we suppose that timing resolution of an adversary who attempts to apply the proposed attack is one millisecond and also to identify a single tag the server needs a single cryptographic operation which is performed in one microsecond. Thus, , , and .

In the light of given information, it is obvious that identification process will be faster than those of 's. Moreover, by using (3) we obtain . Because , the adversary can easily distinguish these two tags by comparing the elapsed time between 2nd and 3rd rounds of the protocols for each tag.

4. Analysis of Some RFID Schemes

In this section, we examine some RFID privacy schemes proposed in the literature: Those of Song and Mitchell (SM) [5], a challenge/response-based protocol by [3], the scheme of Duc et al. [22], and the model proposed by Ohkubo et al. (OSK) [2]. In our analysis, we do not consider whether or not these protocols have been cryptanalyzed previously by some different type attacks like denial of service, tag impersonation, replay attacks, or others; rather we focus on realization of our attack for these schemes. The common point of these models is that how the candidates are chosen from database in the search process is not defined exactly, and this makes them vulnerable against our attack. In the following parts, we assume that the system relies on a single computer which takes seconds to carry out a cryptographic operation, that is, , the number of tags in the system, , is 220 and seconds (i.e., ≈ 1 ms), unless otherwise is stated. Furthermore, below we only give the three message flows of the protocol since these parts interest us. Update of the secrets and other details can be found in the corresponding study.

4.1. The SM Protocol and Analysis

Song and Mitchell proposed an RFID authentication protocol in [5]. In this scheme, a server stores secrets and for each tag as well as the most recent secrets and . Initially, secret is a string of bits assigned to , and . Firstly, the reader sends a random bit-string to the tag. The tag generates a random bit-string , computes two messages and , where is a keyed hash function, and sends back to the reader. The reader delivers to the back-end server for tag authentication. The server will search in its database for a record or such that . If a match is found, the server computes , and then computes . Finally, the reader forwards to tag.

The steps of our attack described in Section 3 can be directly applied on SM protocol. In exhaustive search process for each candidate, two cryptographic operations, and , are executed, so . By using (3), we obtain . Also from (9), is computed.

Besides, in [29] an improvement to SM protocol is proposed and to the best of our knowledge it has received no attacks yet. However, same weakness also exists in this protocol and it can be easily broken with our attack.

4.2. The Rhee's Protocol and Analysis

A challenge-response authentication protocol based on a hash function is proposed in [3]. The scheme is vulnerable to our attack as the back-end database is required to perform an search to find the specific information related to the tag requesting authentication. The protocol can be summarized as follows.

The reader transmits Query and a random number . The tag generates a random number , computes generated by itself, and sends the result with to the reader. The reader delivers the tag's response to the back-end server. Next, for each stored in the back-end database, the back-end database concatenates , , and then hashes it and checks whether or not it is equal to hash result obtained from the tag to authenticate it. The search process continues till a match is found. If the authentication is successful, the back-end database sends to the reader and the reader forwards it to the tag.

In the brute force search of server for each candidate, one cryptographic operation is done, so . If we replace the values in (3), we get and this leads to for our attack.

4.3. The Duc et al.'s Protocol and Analysis

In [22], a challenge-response protocol for RFID was proposed by Duc et al. According to the protocol, the server stores the following values for each tag: , tag's access pin and the tag key . We can briefly describe the steps of the protocol as given below.

The reader firstly queries a request to tag. The tag generates a random number , computes and . Then the tag sends the values back to the reader, which will forward these values to the server, where is electronic product code and CRC stands for cyclic redundancy code. For each tuple in back-end database, the server verifies that equals and . If it can find a match, then the tag is successfully identified and authenticated. Next, the server computes and sends to the tag through the reader.

Now let us apply the proposed attack on Duc et al.'s protocol. Since CRC computation consumes less time than hash or other symmetric encryption, we assume server can evaluate a CRC operation in seconds so . Moreover, for each entry from database, one CRC is calculated; . For these values, is evaluated and from (9) it means for our attack.

4.4. The OSK Protocol and Analysis

The protocol proposed in [2] relies on hash chains. When a tag is queried by a reader, it sends a hash of its current identifier with and then updates it using a second hash function . Each tag stores in its memory a random identifier . The message flows of the protocol can be depicted as follows: the reader sends an identification request to the tag and receives back where is the current identifier of the tag. Then tag replaces by . On the server side, from , the system identifies the corresponding tag. In order to do this, it constructs the hash chains from each initial value until it finds the match with or until it reaches a given maximum limit on the chain length. The threshold is the number of read operations on a single tag between two updates of the database. A suited size for could be 128 as mentioned in [36].

Notice that OSK protocol does not exactly fit to the steps of BAP, because after identification of the tag, the reader does not send any message to the tag. Hence, how we can apply the proposed attack on OSK could arise in our minds. Although the reader does not respond in the third message flow, as presented in [12] the adversary can record the elapsed time till tag identification is realized by observing a validation event. For example, opening a door with a proximity card or acceptance of a payment card can be used as validation events. Nevertheless, one can argue that the work of attacker is more difficult than the cases of previous protocols. Therefore, we assume that the attacker's time distinguishing capability may be lower and set seconds. In addition, according to OSK protocol for each trial, hash operations are computed. For , we get , and by using (3), is evaluated. As a result, from the equation for advantage of the adversary is obtained.

4.5. Experimental Results

We experimentally examine the capabilities of the proposed timing analysis by implementing the Rhee's and Duc et al.'s protocols. These are chosen for simplicity though similar experimental result can be achieved for other mentioned protocols in this section.

The source code was compiled using the MS Visual C# compiler with default optimizations. All of the experiments were run under the configuration shown in Table 1. We used random keys generated by  .net System.Random class key generation routine. We measured the time using stopwatch class and take the averages in order to measure elapsed time accurately.

Table 1 The configuration used in the experiments.

In the implementation of Rhee's protocol, we use the standard SHA-1 in MS  .net System.Security.Cryptography class where we write a custom class for CRC implementation used in Duc et al.'s protocol. Our CRC routine uses a lookup table which reflects the lightweight feature of the protocol as it outperforms the SHA-1 implementation. In Tables 2 and 3, timings for exhaustive search steps of the protocols are tabulated, where "index difference" stands for as mentioned in Lemma 1. As formulated in the previous section, timing attacks could be very powerful in case a poor search process is chosen.

Table 2 Timing attack on Rhee's protocol [3].
Table 3 Timing attack on Duc et al.'s protocol [22].

5. Countermeasures

Before giving our countermeasure against the proposed attack, we want to elaborate on some other obvious but not efficient techniques that remedy the security flaw.

With consideration of the previous parts, intuitively one can provide security against the proposed timing attack by realizing the condition that the server response time variation for different tags is negligible, in other words, the server responds with an equal time and this is same for all tags. This condition can be achieved by using look-up tables as mentioned in [19] or artificially padding the delay in reader responses for all tags as reported in [14]. For the lookup-table model the server stores all possible answers of tags that are precomputed previously. Thus, in authentication phase the server avoids to make an exhaustive search, and instead responds in constant-time. Note that although this solution fixes the problem, constructing such a scheme with satisfying security and implementation requirements is impractical. In fact, if such a system exists, then clearly the use of exhaustive search in tag identification would be abandoned. On the other hand, inserting an artificial delay at the server side, determined by the worst case time, definitely eradicates the security flaw. However, this is clearly undesirable, because it reduces the efficiency of the overall system.

Our timing analysis and the experimental results of the previous section exploit the use of an SLAS RFID scheme which uses a static exhaustive search process on server authentication. However, if a dynamic search process is employed the described timing analysis would fail in measuring the running time differences for different tag searches. In this respect, the simplest countermeasure to avoid such attacks would be simply changing the starting point of the exhaustive search process. We formulate this countermeasure as follows.

Countermeasure 1

Let an RFID system implements an SLAS scheme, having the same query sequence for all of its search items such as for some positive integer . Choosing nonidentical random query sequences for all search items gives the desired protection for the described attacks.

Although Countermeasure 1 gives a wide range of selection having different implementation complexities, naturally, the simplest countermeasures come from setting minimal differences between query sequences. Observe that query sequences can also be seen as permutations on items where is the number tags. Thus, composing the query sequences with the following constant cyclic permutation gives nonidentical shifted query sequences:

(11)

In other words, for all search items we have the following general terms for the corresponding query sequences

(12)

In fact, this modification corresponds to random selection of the starting point of the exhaustive search process. Since we use different query sequences for different tag searches, for any selected two tags the index difference will also be different. Therefore, timing attacks would fail in measuring the time differences.

6. Conclusion

It is shown that exhaustive search process is crucial in RFID authentication protocols. Although the protocol might satisfy the necessary security requirements of the RFID system specifications, careless deployments of database search mechanisms could jeopardize the security of the whole system. Therefore, it should not be left to user's choice and has to be described precisely in the system specifications. We believe our attempt would point out this salient missing link in RFID security protocols and address the potential pitfalls or side channels in realizations.

In order to support our observation through a careful analysis we give the minimum index difference of two selected tags in database such that the attacker succeeds. In addition, the success probability of the proposed attack model is derived in terms of the number of tags in the system, number of cryptographic operations carried out by the server, the computational power of the server, and the sensitivity of the attacker in timing.

As a countermeasure for the timing attack, we propose a dynamic search process which would fail in measuring the running time differences for different tag searches. We claim that choosing nonidentical random query sequences for all search items gives the desired protection for the described attacks.

References

  1. Chien HY, Chen CH: Mutual authentication protocol for RFID conforming to EPC class 1 generation 2 standards. Computer Standards and Interfaces 2007, 29(2):254-259. 10.1016/j.csi.2006.04.004

    Article  MathSciNet  Google Scholar 

  2. Ohkubo M, Suzuki K, Kinoshita S: Cryptographic approach to "privacy-friendly" tags. RFID Privacy Work-6 shop, MIT, MA, USA, 2003

  3. Rhee K, Kwak J, Kim S, Won D: Challenge-response based on RFID authentication protocol for distributed database environment. In Proceedings of the International Conference on Security in Pervasive Computing (SPC '05), 2005, Berlin, Germany, Lecture Notes in Computer Science. Volume 3450. Edited by: Hutter D, Ullmann M. Springer; 70-84.

    Chapter  Google Scholar 

  4. Nguyen Duc D, Park JM, Lee HR, Kim KJ: Enhancing security of EPCglobal Gen-2 RFID tag against traceability and cloning. Proceedings of the Symposium on Cryptography and Information Security, January 2006, Hiroshima, Japan

    Google Scholar 

  5. Song B, Mitchell CJ: RFID authentication protocol for low-cost tags. In Proceedings of the ACM Conference on Wireless Network Security (WiSec '08), 2008, Alexandria, Va, USA. Edited by: Gligor VD, Hubaux J, Poovendran R. ACM Press; 140-147.

    Chapter  Google Scholar 

  6. Dimitriou T: A lightweight RFID protocol to protect against traceability and cloning attacks. In Proceedings of the Conference on Security and Privacy for Emerging Areas in Communication Networks (SecureComm '05), September 2005, Athens, Greece. IEEE;

    Google Scholar 

  7. Henrici D, Müller P: Hash-based enhancement of location privacy for radio-frequency identification devices using varying identifiers. In Proceedings of the International Workshop on Pervasive Computing and Communication Security (PerSec '04), March 2004, Orlando, Fla, USA. IEEE Computer Society; 149-153.

    Google Scholar 

  8. Molnar D, Wagner D: Privacy and security in library RFID: issues, practices, and architectures. In Proceedings of the ACM Conference on Computer and Communications Security (CCS '04), October 2004, Washington, DC, USA. Edited by: Pfitzmann B, Liu P. ACM Press; 210-219.

    Chapter  Google Scholar 

  9. Ha JC, Ha JH, Moon SJ, Gonzalez Nieto JM, Boyd C: Low-cost and strong-security RFID authentication protocol. In Proceedings of the EUC Workshops, 2007, Berlin, Germany, Lecture Notes in Computer Science. Volume 4809. Springer; 795-807.

    Google Scholar 

  10. Tsudik G: A family of dunces: trivial RFID identification and authentication protocols. Cryptology ePrint Archive 2007., (Report 2006/015):

    Google Scholar 

  11. Tan CC, Sheng B, Li Q: Serverless search and authentication protocols for RFID. Proceedings of the 5th Annual IEEE International Conference on Pervasive Computing and Communications (PerCom '07), March 2007 3-12.

    Chapter  Google Scholar 

  12. Juels A, Weis S: Defining strong privacy for RFID. Proceedings of the 5th Annual IEEE International Conference on Pervasive Computing and Communications (PerCom '07), 2007 342-347. Full version available at IACR ePrint Archive

    Google Scholar 

  13. Vaudenay S: On privacy models for RFID. In Proceedings of the Advances in Cryptology (ASIACRYPT '07), 2007, Berlin, Germany, Lecture Notes in Computer Science. Volume 4833. Springer; 68-87.

    Google Scholar 

  14. Burmester M, Le TV, Medeiros BD: Provably secure ubiquitous systems: universally composable RFID authentication protocols. In Proceedings of the Conference on Security and Privacy for Emerging Areas in Communication Networks (SecureComm '06), 2006. IEEE, Baltimore, Md, USA;

    Google Scholar 

  15. Erguler I, Akgun M, Anarim E: Cryptanalysis of a lightweight RFID authentication protocol—LRMAP. Proceedings of the Western European Workshop on Research in Cryptology (WeWORC '09), July 2009, Graz, Austria

    Google Scholar 

  16. Erguler I, Anarim E: Scalability and security conflict for RFID authentication protocols. Wireless Personal Communications. In press

  17. Song B, Mitchell CJ: Scalable RFID pseudonym protocol. In Proceedings of the 3rd International Conference on Network and System Security (NSS '09), October 2009. IEEE Computer Society Press; 216-224.

    Google Scholar 

  18. Ha J, Ha J, Moon S, Boyd C: LRMAP: lightweight and resynchronous mutual authentication protocol for RFID system. In Proceedings of the International Conference on Ubiquitous Convergence Technology (ICUCT '07), 2007, Berlin, Germany, Lecture Notes in Computer Science. Volume 4412. Edited by: Stajano F, Kim H-J, Chae J-S, Kim S-D. Springer; 80-89.

    Chapter  Google Scholar 

  19. Avoine G, Coisel I, Martin T: Time measurement threatens privacyfriendly RFID authentication protocols. Proceedings of the Workshop on RFID Security (RFIDSec '10), June 2010, Istanbul, Turkey

    Google Scholar 

  20. Weis S, Sarma S, Rivest R, Engels D: Security and privacy aspects of low-cost radio frequency identification systems. In Proceedings of the International Conference on Security in Pervasive Computing (SPC '03), 2003, Berlin, Germany, Lecture Notes in Computer Science. Volume 2802. Edited by: Hutter D, Mller G, Stephan W, Ullmann M. Springer; 201-212.

    Chapter  Google Scholar 

  21. An Y, Oh S: RFID system for users privacy protection. Proceedings of Asia-Pacific Conference on Communications, 2005, Perth, Australia 516-519.

    Google Scholar 

  22. Duc DN, Park J, Lee H, Kim K: Enhancing security of EPC global gen-2 RFID tag against traceability and cloning. In Proceedings of the Symposium on Cryptography and Information Security (SCIS '06), 2006, Hiroshima, Japan. The Institute of Electronics, Information and Communication Engineers;

    Google Scholar 

  23. Osaka K, Takagi T, Yamazaki K, Takahashi O: An efficient and secure RFID security method with ownership transfer. In Proceedings of the Computational Intelligence and Security (CIS '06), 2006, Berlin, Germany, Lecture Notes in Computer Science. Volume 4456. Edited by: Wang Y, Cheung Y, Liu H. Springer; 778-787.

    Chapter  Google Scholar 

  24. Lee S, Asano T, Kim K: RFID mutual authentication scheme based on synchronized secret information. In Proceedings of the Symposium on Cryptography and Information Security (SCIS '06), 2006, Hiroshima, Japan. The Institute of Electronics, Information and Communication Engineers;

    Google Scholar 

  25. Peris-Lopez P, Hernandez-Castro JC, Estevez-Tapiador JM, Ribagorda A: An efficient authentication protocol for RFID systems resistant to active attacks. In Proceedings of the Emerging Directions in Embedded and Ubiquitous Computing (EUC '07), 2007, Berlin, Germany, Lecture Notes in Computer Science. Volume 4809. Springer; 781-794.

    Chapter  Google Scholar 

  26. Fouladgar S, Afifi H: A simple privacy protecting scheme enabling delegation and ownership transfer for RFID tags. Journal of Communications 2007, 2(6):6-13.

    Article  Google Scholar 

  27. Chien HY, Huang CW: A lightweight RFID protocol using substring. In Proceedings of the IFIP International Conference on Embedded and Ubiquitous Computing (EUC '07), 2007, Berlin, Germany, Lecture Notes in Computer Science. Volume 4808. Springer; 422-431.

    Chapter  Google Scholar 

  28. Lim T, Li T, Gu T: Secure RFID identification and authentication with triggered hash chain variants. In Proceedings of the 14th International Conference on Parallel and Distributed Systems (ICPADS '08), 2008, Melbourne, Australia. IEEE Computer Society; 583-590.

    Google Scholar 

  29. Cai S, Li Y, Li T, Deng R: Attacks and improvements to an RFID mutual authentication protocol and its extensions. In Proceedings of the 2nd ACM Conference on Wireless Network Security (WiSec '09), 2009, Zurich, Switzerland. ACM Press; 51-58.

    Chapter  Google Scholar 

  30. Kocher P: Timing attacks on implementations of Diffie-Hellman, RSA, DSS and other systems. In Proceedings of the Advances in Cryptology (CRYPTO '96), 1996, Berlin, Germany, Lecture Notes in Computer Science. Volume 1109. Edited by: Koblitz N. Springer; 104-113.

    Google Scholar 

  31. Brumley D, Boneh D: Remote timing attacks are practical. Proceedings of the 12th Usenix Security Symposium (SECURITY '04), 2004, Washington DC, USA 1-14.

    Google Scholar 

  32. van Deursen T, Radomirović S: Security of RFID protocols—a case study. Electronic Notes in Theoretical Computer Science 2009, 244: 41-52.

    Article  MATH  Google Scholar 

  33. Avoine G: Adversarial model for radio frequency identification. Cryptology ePrint Archieve 2005., (Report 2005/049): http://eprint.iacr.org

    Google Scholar 

  34. Van Le T, Burmester M, De Medeiros B: Universally composable and forward-secure RFID authentication and authenticated key exchange. Proceedings of the 2nd ACM Conference on Computer and Communications Security (CCS '07), March 2007, Singapore 242-252.

    Google Scholar 

  35. Deursen TV, Mauw S, Radomirovic S: Untraceability of RFID protocols. In Proceedings of the Information Security Theory and Practices. Smart Devices, Convergence and Next Generation Networks (WISTP '08), 2008, Berlin, Germany, Lecture Notes in Computer Science. Volume 5019. Springer; 1-15.

    Chapter  Google Scholar 

  36. Avoine G, Dysli E, Oechslin P: Reducing time complexity in RFID systems. In Proceedings of the Selected Areas in Cryptography (SAC '05), 2005, Berlin, Germany, Lecture Notes in Computer Science. Volume 3897. Edited by: Preneel B, Tavares S. Springer; 291-306.

    Chapter  Google Scholar 

Download references

Acknowledgments

The authors would like to thank the anonymous reviewers for their constructive comments and suggestions on this work. Note that, G. Saldamli is partially funded by Bogazici University BAP project No: 5721.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Imran Erguler.

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 2.0 International License (https://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Erguler, I., Anarim, E. & Saldamli, G. A Salient Missing Link in RFID Security Protocols. J Wireless Com Network 2011, 541283 (2011). https://doi.org/10.1155/2011/541283

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1155/2011/541283

Keywords