Literature DB >> 29505575

An improved anonymous authentication scheme for roaming in ubiquitous networks.

Hakjun Lee1, Donghoon Lee1, Jongho Moon1, Jaewook Jung1, Dongwoo Kang1, Hyoungshick Kim2, Dongho Won2.   

Abstract

With the evolution of communication technology and the exponential increase of mobile devices, the ubiquitous networking allows people to use our data and computing resources anytime and everywhere. However, numerous security concerns and complicated requirements arise as these ubiquitous networks are deployed throughout people's lives. To meet the challenge, the user authentication schemes in ubiquitous networks should ensure the essential security properties for the preservation of the privacy with low computational cost. In 2017, Chaudhry et al. proposed a password-based authentication scheme for the roaming in ubiquitous networks to enhance the security. Unfortunately, we found that their scheme remains insecure in its protection of the user privacy. In this paper, we prove that Chaudhry et al.'s scheme is vulnerable to the stolen-mobile device and user impersonation attacks, and its drawbacks comprise the absence of the incorrect login-input detection, the incorrectness of the password change phase, and the absence of the revocation provision. Moreover, we suggest a possible way to fix the security flaw in Chaudhry et al's scheme by using the biometric-based authentication for which the bio-hash is applied in the implementation of a three-factor authentication. We prove the security of the proposed scheme with the random oracle model and formally verify its security properties using a tool named ProVerif, and analyze it in terms of the computational and communication cost. The analysis result shows that the proposed scheme is suitable for resource-constrained ubiquitous environments.

Entities:  

Mesh:

Year:  2018        PMID: 29505575      PMCID: PMC5837109          DOI: 10.1371/journal.pone.0193366

Source DB:  PubMed          Journal:  PLoS One        ISSN: 1932-6203            Impact factor:   3.240


Introduction

The development of communication technology provides efficient services based on sustainable infrastructures that improve the human quality of life. As smart devices such as smartphones, smart watches, and tablets become widely available, it has become possible to access various services and to allow people to utilize information anytime and anywhere. Also, the ubiquitous smart society, in which the combining of the data from smart devices and various sensors enables intelligent communication, is being built in the form of the smart city [1, 2]. In this smart city, the ubiquitous network provides useful information and resources for remote operations such as human-resource management and enterprise-resource management by connecting to a home agent (HA) through the roaming of a foreign agent (FA) while a citizen is moving [3, 4]. For a user mobile device to be able to remotely access the authority of various services via the HA, remote user authentication is required. In the remote authentication scheme, the user identifier is required to verify that the user is legitimate. This identifier such as an ID and password is associated with user privacy, and it can seriously affect the user security when they are leaked; therefore, the login and authentication requests of the user that are transmitted to the public channel with the identifier can be easily targeted by an attacker. Due to this issue, the user anonymity and untraceability should be maintained in the remote authentication process [5]. In addition, after the user login and authentication requests are accepted, the participants on the ubiquitous network must share the same session key for secure future communications. At this time, to establish a secure session key from an attacker’s spoofing attack that threatens the security of the participants, the key should not be directly distributed from one node to the other. The key agreement must be performed after a mutual authentication in which the participants identify each other’s legitimacy [6]. In recent years, authentication techniques [7-13] have been frequently proposed. A two-factor authentication scheme using the user ID and password is widely used. However, the password-based authentication scheme has the security issue that it is vulnerable to password-guessing attacks. A key technology to overcome this security issue is a biometric-based three-factor authentication method. Since biometric keys (irises, fingerprints, hand geometry, palm prints, etc.) represent unique human characteristics, they have the following advantages [14]: (1) Biometric keys cannot be lost or forgotten; (2) it is extremely difficult to forge or distribute biometric keys; (3) biometric keys maintain uniqueness; and (4) it is difficult to guess biometric keys. Thus, it is obvious that the biometric-based user authentication methods are more secure and reliable than the traditional password-based user authentication methods. Combining password and biometric key makes it difficult to guess the user credentials. Because of this, three-factor authentication schemes that use the uniqueness of users have recently been proposed [15, 16]. However, there are some caveats to be noted when practically applying biometric-based authentication techniques. First, as mentioned, biometrics is a human characteristic, so it cannot be changed, unlike a password. Consequently, if it is leaked, it will cause serious privacy problems [17]. Therefore, the original biometric template or the feature-vector value of users should not be directly exported. To enhance the security, many biometric-based authentication schemes have been proposed using techniques for extracting user’s biometrics into a random value such as a bio-hash or a fuzzy-extractor [18-20]. Over the past few years, a number of authentication scheme have been proposed to support the roaming in ubiquitous networks. In 2004, Zhu and Ma [21] presented the first password-based authentication scheme for ubiquitous networks to protect the security of ubiquitous networks, but Lee et al. [22] then demonstrated that this scheme does not achieve a perfect backward secrecy and a mutual authentication, and also its failure to resist the forgery attack. To enhance the security of Zhu and Ma’s scheme [21], Lee et al. [22] proposed an improved password-based authentication scheme. In 2008, however, Wu et al. [23] proved that the schemes of both Zhu and Ma [21] and Lee et al. [22] do not preserve the user anonymity, and the latter scheme does not achieve a perfect backward secrecy; additionally, Wu et al. [23] proposed simple solutions to fix the drawbacks of the two schemes. In 2012, however, Mun et al. [24] showed that the scheme of Wu et al. [23] does not achieve the user anonymity and a perfect forward secrecy and they presented an enhanced password-based authentication scheme to overcome these weaknesses. Unfortunately, in 2014, Zhao et al. [25] then proved that the scheme of Mun et al. [24] is vulnerable to various attacks. In 2011, He et al. [26] proposed a lightweight password-based authentication scheme, claiming that it satisfies the various security requirements for ubiquitous networks. In 2013, however, Jiang et al. [27] proved that He et al.’s scheme [26] does not prevent the off-line password guessing, server-spoofing, replay, and privileged-insider attacks, and they also presented an enhanced password-based authentication scheme to overcome these weaknesses. Wen et al. [28] subsequently showed that Jiang et al.’s scheme [27] is vulnerable to stolen-verifier, server-spoofing, replay, and denial-of-service attacks and its failure regarding the provision of the forward secrecy. In 2015, in a different study of Farash et al. [29], and Gope and Hwang [30], it was common that Wen et al.’s scheme [28] is insecure against the known attacks. Then, Farash et al. [29], and Gope and Hwang [30] independently introduced the improved password-based authentication schemes that prevent the various attacks. Nevertheless, Wu et al. [31] showed both schemes of Farash et al. [29], and Gope and Hwang [30] are vulnerable to various attacks. In addition, Chaudhry et al. [32] also found a number of security pitfalls in Farash et al.’s scheme [29] such as a user-anonymity violation and the disclosure of the secret parameters of the mobile node (MN) and the session key.

Contributions of the paper

Recently, Chaudhry et al. [32] proposed a privacy-preserving password-based authentication scheme for roaming in ubiquitous networks to solve the security issues of Farash et al.’s scheme [29]. They claimed that their scheme is secure against the various known attacks and is lightweight compared with the earlier scheme of Farash et al. [29]. However, We found that Chaudhry et al.’s scheme [32] is still vulnerable to several attacks; therefore, in this paper, we provide the proof that Chaudhry et al.’s scheme [32] is vulnerable to stolen-mobile devices and user impersonation attacks, and has drawbacks to the absence of the incorrect login-input detection, incorrect password change phase, and the absence of the revocation-process provision. To fix the security flaw of the scheme of Chaudhry et al. [32], we present an improved biometric-based authentication scheme for roaming in ubiquitous networks in this paper. In addition, to achieve the three-factor authentication that protects the user’s biometrics, a bio-hash technique is applied in the proposed scheme whenever the user imprints his/her biometrics on a mobile device. Furthermore, we perform formal and informal analyses to prove that the proposed scheme meets the various security requirements, and conduct the comparisons in terms of the computational and communication cost to show the efficiency of the proposed scheme.

Organization of the paper

The remainder of this paper is organized as follows. In Section 2, a number of preliminaries are introduced. A brief review of the scheme of Chaudhry et al. [32] is presented in Section 3, and a cryptanalysis of Chaudhry et al. [32]’s scheme is presented in Section 4. The proposed scheme is presented in Section 5. The proposed scheme is analyzed in terms of formal and informal security in Section 6. Data from the comparisons of the performance of the proposed scheme with other related works are presented in Section 7. The conclusion of this paper is provided in Section 8.

Preliminary knowledge

This section introduces the requisite basic knowledge for the attainment of an understanding of the authentication process in ubiquitous networks, adversarial models, security requirements, and bio-hash functions.

User authentication in ubiquitous networks

To enable the roaming service in ubiquitous networks, MN and FA perform a mutual authentication and share the session key with the support of the HA. The brief description of the user authentication process that is depicted in Fig 1 is as follows:
Fig 1

User authentication process in ubiquitous networks.

MN sends a login and authentication request message to FA while it visits foreign networks. After it receives the request message from MN, FA transmits it to HA for the authentication of MN. HA authenticates MN by checking the received message from FA, and it responds accordingly to FA. FA sends a response to MN, and then both MN and FA authenticate each other.

Adversarial model

For the analysis of the security of Chaudhry et al. and the proposed scheme in this paper, we consider the adversarial model with following the capacity of adversary: The adversary has full control over the public communication channel, which means that can eavesdrop, insert, delete, alter, or intercept any of the transmitted messages of the public channel. If obtains a stolen or lost mobile device of a user in some way, he/she is able to extract the secret parameters from the device using side-channel attacks [33-36]. is capable of enumerating off-line all of the possible items in the Cartesian product within polynomial time, where and denote the dictionary spaces of the identity and password, respectively [37, 38].

Security requirements

Based on recent research efforts [6, 39–41], a biometrics-based authentication scheme for roaming in ubiquitous networks should meet the following security requirements against the adversarial model and the functional requirements to provide user-friendliness: User anonymity: The scheme must ensure the user anonymity to preserve the privacy of MN, i.e., should not be able to discover the real identity of MN. Unlinkability: To provide greater security for the user’s privacy, the scheme should ensure unlinkability, i.e., should not be able to trace the user’s actions. Mutual authentication: The schemes should support mutual authentication to ensure the legitimacy of each participant, i.e., MN, FA, and HA are capable of authenticating each other in the authentication phase. Session key agreement: When the scheme permits the establishment of a session key between each of the participants, the session key that is used to encrypt and decrypt messages in the future communications should be fresh and provide the forward secrecy. Three-factor secrecy: To ensure the secrecy of the user’s private keys, the scheme should provide three-factor (e.g., identity, password, and biometrics) secrecy. The should not be able to extract one secret value from the remaining two factors. Resilience to various attacks: The scheme should provide all major security goals and should be resistant to different types of the known attacks.

Bio-hash function

The biometrics provides a unique identification method to solve the security vulnerabilities of passwords, pins, and tokens that are easy to forget or can be stolen. The imprint biometric characteristics may be slightly different each time due to a variety of reasons such as the user’s dry or cracked skin, and the presence of dirt on the imprint sensor [42]. Therefore, high false rejection of genuine users that results in a denial of access often occur in the evaluation of biometric systems, and this consequently impacts on the usability of a system [43]. To resolve the problem of high false rejection instances, Jin et al. [44] proposed a two-factor authenticator in 2004 that is based on the iterated inner products between a tokenized pseudorandom number and the user-specific fingerprint features. To achieve this, a set of user-specific compact codes called the bio-hash code can be created. The bio-hash is a random mapping of biometric feature onto binary strings with user-specific tokenized pseudorandom numbers. In recent times, many authentication schemes using bio-hash have been proposed [45-47]. According to the recent bio-hash researches [48-51], the execution times of bio-hash are considered to be the same as the one-way hash function. In contrast, the execution time of the fuzzy extractor that is also generally used in biometric-system is considered to be the same as the elliptic-curve cryptography (ECC) [52]. Bio-hash is an effective technique for biometrics-based authentication schemes [53], and it is convenient mechanisms for small devices such as smart cards and mobile devices.

Review of Chaudhry et al.’s scheme

This section discusses Chaudhry et al.’s [32] user authentication scheme for roaming in ubiquitous networks. This scheme consists of the following three phases: (1) registration, (2) login and authentication, and (3) password change. All of the notations that are used in this paper are presented in Table 1.
Table 1

Notations.

ValuesDescription
MNiMobile node
FAjForeign agent
HAkHome agent
IDmi, IDfj, IDhkIdentities of MNi, FAj, HAk
PWmiPassword of MNi
BIOmiBiometrics of MNi
TxTimestamp of x
nxRandom number of x
rxRandom nonce for a specific purpose
SKxSession key of x
Ek(⋅), Dk(⋅)Symmetric encryption/decryption
h(⋅)Hash function
H(⋅)Bio-hash function
||Concatenation
XOR operation
KF,HPre-shared secret key between FAj and HAk
KHPrivate key of HAk

Registration phase

In the registration phase, MN registers with HA and the following operations are performed: MN → HA: ID, h(PW||r||ID) MN selects his/her identity ID and password PW, and generates r. MN then computes h(PW||r||ID) and sends a registration request message 〈ID, h(PW||r||ID)〉 to HA via a secure channel. HA → MN: PID, A HA verifies whether MN’s ID is valid. If it is valid, HA computes the following equations: HA then sends EID and A to MN via a secure channel. MN retains the secret parameters EID, A and r in the mobile device.

Login and authentication phase

In this phase, MN and FA perform a mutual authentication to establish a session key with the support of MN’s HA. It is assumed that each pair of FA and HA share pre-shared key K. The details of the login and authentication procedure, which are depicted in Fig 2 are as follows:
Fig 2

The login and authentication phase of Chaudhry et al.’scheme.

MN → FA: M1 = 〈PID, MV2, MV3, T, ID〉 MN enters his/her ID and PW, generates the random number n, and computes the following equations: MN sends the login request message M1 = 〈EID, MV2, MV3, T, ID〉 to FA via a public channel. FA → HA: M2 = 〈ID, EM1)〉 FA checks the freshness of T. If it is fresh, FA generates the random number n and computes as follows: FA then sends the message M2 = 〈ID, EM1)〉 to HA. HA → FA: M3 = 〈EM2)〉 HA checks ID and finds its corresponding K. To obtain M1 and n, HA decrypts EM1 and computes the following equations: Then, HA checks the validity of the following equation: If Eq (11) does not hold, this phase is terminated; otherwise, HA computes as follows: Lastly, HA sends the message M3 = 〈EM2〉 to FA. FA → MN: M4 = 〈ID, FV1, n〉 To obtain SK, FA decrypts the received message EM2 and computes as follows: Then, FA sends the message M4 = 〈ID, FV1, n〉 to MN. To check validity of the session key, MN computes the following equations: If Eq (17) does not hold, MN terminates connection; otherwise, MN accepts FA as legal and authenticated.

Password change phase

MN inputs ID, a old password and a new password into his/her mobile device. The mobile device then computes the following equations: Lastly, the mobile device replaces A with .

Cryptanalysis of Chaudhry et al.’s scheme

This section consists of the cryptanalysis of Chaudhry et al.’s scheme [32].

Stolen-mobile device attack

Under the previously explained adversarial model, it is assumed that somehow acquires MN’s mobile device, extracts the secret parameters, and captures the login request message M1. Using the extracted parameters and the captured messages, can attempt to guess MN’s identity and password until the correct identity and password are found. In [33, 34, 37, 38, 54], the identity and password can be guessed simultaneously after the user’s device is stolen by ; therefore, it is prudent to consider off-line identity and password guessing attacks. Based on [37], . The time complexity to determine a identity and password is linear to and because the more candidate data the attacker has, the more that matching operations are required to determine the desired value. To demonstrate the vulnerability of Chaudhry et al.’s scheme [32] to the stolen-mobile device attack, the following scenario is used: eavesdrops the previous login messages M1 = 〈EID, MV2, MV3, T〉, and compromises the secret parameters 〈A, EID, r〉 from the mobile device. selects any of the identity and password candidates and . computes . compares . If the comparison shows they are equal, successfully guesses the correct ID and PW. Otherwise, selects another identity and password, and repeats the steps 3 and 4 until he/she finds the correct identity and password. In Chaudhry et al.’s scheme [32], the time complexity of the guessing attack process is , where T is the execution time of the hash operation and T is the execution time of the exclusive-or operation. Therefore, the time complexity of the guessing attack in Chaudhry et al.’s scheme is not negligible, and their scheme is consequently vulnerable to the stolen-mobile device attack.

User impersonation attack

This subsection presents a demonstration of the way that Chaudhry et al.’s scheme [32] allows to impersonate a legal user if obtains the MN’s identity and password through a guessing attack, as presented in the previous subsection, as follows: obtains the secret parameters 〈A, EID, r〉, correctly guessing the identity and password of MN by completing the stolen-mobile device attack. The mobile device of generates the random number n, and computes the following equation: sends the login request message to FA, where T is the current timestamp of . Because of the validation of , FA and HA successfully proceed the subsequent steps of the authentication phase. Lastly, FA sends the message M4 = 〈ID, FV1, n〉 to MN, but receives M4 and computes the following equations: If Eq (21) holds, has successfully established a session key with FA. Therefore, Chaudhry et al.’s scheme [32] is vulnerable to the user impersonation attack.

Absence of the incorrect login-input detection

The detection of the incorrect login inputs must be performed at the beginning of the login phase. However, Chaudhry et al.’s scheme [32] does not support the incorrect input detection during the login and authentication phase. In their scheme, the MN sends the message M1 without verifying the correctness of the ID and PW. Even if MN mistakenly enters the wrong and , the mobile device can still compute , and . As a result, an invalid form of the login request message, M1, is transmitted to HA through FA, thereby resulting in unnecessary computations and communication costs.

Incorrectness of the password change phase

Chaudhry et al.’s scheme [32] allows the user to change his/her password easily without any server assistance. However, in the password change phase, the mobile device does not check the accuracy of the old password when MN enters the old and new passwords to replace the old password with a new password. If MN enters the old password incorrectly, an incorrect MV1 is computed with Eq (18), and an incorrect is also computed with Eq (19). As a result, h(K ⊕ ID) will be damaged beyond the possibility of a restoration, thereby causing HA’s rejection of MN in the future authentication phase.

No provision for revocation

The revocation of a stolen or lost mobile device is essential for the practical deployment of smart card-based authentication schemes [55]. If a legal MN’s mobile device is lost or stolen, some kind of mechanism must be in place to prevent the misuse of the mobile device. To address this problem, the server needs to maintain the identity information that will serve as the basis for the detection of the invalid mobile device [56]. However, Chaudhry et al.’s scheme [32] scheme does not take this feature into consideration.

Proposed scheme

This section contains the proposal for the improved and anonymous biometrics-based authentication scheme for roaming in ubiquitous networks. The proposed scheme consists of the following three phases: (1) registration, (2) login and authentication, (3) password change, and (4) mobile-device revocation. The registration phase for the mobile user MN that are illustrated in Fig 3 involves the following operations:
Fig 3

The registration phase of the proposed scheme.

MN → HA: ID, PWB MN selects his/her ID and PW and inputs BIO. MN then computes the following equation: MN subsequently sends a registration request message 〈ID, PWB〉 to HA via a secure channel. HA → MN: PID, A, B, r HA then verifies the identity of MN and computes the following equation: HA searches RID in the database to verify the presence of an already registered user with the same ID; if this is verified, HA requests a new identity from MN. Otherwise HA gernerates r and r, and computes the following equations: If MN is a new user, HA sets I to zero, otherwise, I = I + 1. HA then stores I, PID, and RID as a tuple in the database, and it sends 〈PID, A, B, r〉 to MN via a secure channel. MN stores all of the received parameters into the mobile device. In this phase, MN and FA perform a mutual authentication to establish a session key with the support of MN’s HA. It is assumed here that each pair of FA and HA share the pre-shared key K. The details of the login and authentication procedure that are illustrated in Fig 4 are as follows:
Fig 4

The login and authentication phase of the proposed scheme.

MN → FA: M1 = 〈PID, MV2, MV3, ID〉 MN enters his/her ID, PW, and BIO, and it then computes as follows: HA then checks the validity of: If Eq (28) does not hold, MN terminates the user’s login request. Otherwise, MN generates n and computes the following equations: MN then sends the login request message M1 = 〈PID, MV2, MV3, ID〉 to FA. FA → HA: M2 = 〈ID, FV2, FV3, M1〉 FA generates the random number n and computes the following equations: FA sends the message M2 = 〈ID, FV2, FV3, M1〉 to HA. HA checks ID to find its corresponding K and computes the following equations: If Eq (37) does not hold, this phase is terminated; otherwise, HA accepts FA as legitimate. HA then computes the following equations: If Eq (41) does not hold, this phase is terminated; otherwise, HA accepts MN as legitimate. HA then generates and computes the following equations: HA then replaces PID with , and it then sends the message to FA. FA computes the following equations: If Eq (47) does not hold, FA terminates the connection; otherwise, FA computes the following equation: FA then sends the message to MN. MN computes the following equations to check the validity of the session key: If Eq (51) does not hold, MN terminates the connection; otherwise, MN accepts FA as legal and authenticated. That is, MN, FA and HA have all successfully established the same session key, SK. Lastly, MN replaces PID with . In this phase, MN changes its password on the mobile device without the help of the HA. The details of the password change phase that are illustrated in Fig 5 are as follows:
Fig 5

The password change phase of the proposed scheme.

MN inputs ID, BIO, a old password and a new password into his/her mobile device. MN then computes the following equations: If Eq (57) does not hold, MN terminates this phase; otherwise, MN computes the following equations: Finally, MN replaces and with and , respectively.

Mobile device revocation phase

To recover a stolen/lost mobile device or a long-term key of MN, the mobile device revocation mechanism that is illustrated in Fig 6 is activated as follows:
Fig 6

The revocation phase of the proposed scheme.

If MN wants to revoke and reissue a secret parameter, MN selects an old identity and a new identity , inputs a new password and BIO into his/her mobile device. MN then computes the following equation: MN subsequently sends a revocation request message to HA via a secure channel. HA → MN: A, B HA then verifies the identity of MN and computes the following equation: HA searches in the database to verify the presence of a registered user. If this is the case, HA generates the new random nonces and , and computes the following equations: HA updates I, PID, and RID with , and , respectively. It then sends to MN via a secure channel. Finally, MN stores all of the received parameters into the mobile device.

Security analysis

In this section, a security analysis of the proposed scheme is performed using formal and informal verification methods. The formal analysis is conducted using automatic analysis tool named ProVerif and a random oracle model.

Formal verification using ProVerif

ProVerif is an automatic tool for analyzing cryptographic protocols according to the formal model (the so-called Dolev–Yao model). It supports a wide range of cryptographic primitives that are defined by rewrite rules or equations, as follows: asymmetric and symmetric en/decryption, digital signatures, and hash functions. This tool can prove the various security properties as follows: secrecy, authentication, and process equivalences of the protocol with unlimited sessions and message space [57]. The verification structure of ProVerif is illustrated in Fig 7. First, ProVerif takes as its input a protocol description to perform a verification in a dialect of the applied pi calculus, which is an extension of the pi-calculus and is a language for describing and analyzing protocols.
Fig 7

Structure of ProVerif.

It also takes an input the security properties that are being proven here. It then automatically translates this protocol description into Horn clauses and the security properties into derivability queries on these clauses, and it determines whether a fact can be proved from these clauses using an algorithm that is based on a resolution with a free selection. If the fact is not derivable, the corresponding security properties are proved. If the fact is derivable, the protocol may be vulnerable to an attack against the corresponding security properties. Actually, the derivation either corresponds to a real attack or a false attack, since the problem of the protocol verifications for an unbounded number of sessions is not decidable. Recently, many researchers [58-61] have used ProVerif to verify the security of the schemes for the key agreement and authentication. In this section, the security of the proposed scheme is proven using ProVerif, where the ProVerif code is introduced as a description of the proposed scheme, and the analysis results are then provided. The definitions for the process of the proposed scheme are shown in Fig 8, wherein the following identifiers are used: “cha” denotes the private channel between the MN and HA; “chb” and “chc” denote the public channels between the MN and FA and the FA and HA, respectively; “IDmi”, “PWmi”, and “BIOmi” denote the private MN identity, password, and biometrics, respectively; “IDfj” and “IDhk” denote the public identity of FA and HA, respectively. “KH” denotes the HA’s private key; “KFH” denotes the pre-shared key between the FA and HA; “SKfj” denotes a HA-generated session key that is transmitted to the FA; and “SKmi” denotes an MN-generated session key. The constructors for the operations of the concatenation, symmetric cryptography, exclusive-or, one-way hash, and bio-hash are defined from the lines 18 to 22. In addition, the destructors for the symmetric decryption and exclusive-or operations are defined in the lines 23 and 24. In the lines 26 to 31, six events that indicate the start and end of each node are defined to verify the correspondence relations for the messages of each node.
Fig 8

ProVerif code for definitions.

Fig 9 shows the code for the entire MN process. The MN process of the registration phase is modeled in the lines 34 to 36. The MN process of the login and authentication phase is modeled in the lines 37 to 50.
Fig 9

ProVerif code for entire MN process.

Fig 10 shows the code for the entire FA process. The FA process of the login and authentication phase is modeled in the lines 53 to 70.
Fig 10

ProVerif code for entire FA process.

Fig 11 shows the code for the entire HA process. The HA process of the registration phase is modeled in the lines 73 to 80. The HA process of the login and authentication phase is modeled in the lines 81 to 101.
Fig 11

ProVerif code for entire HA process.

The code for the modeling of the adversary capabilities and the verifying of the interprocess equivalences is shown in Fig 12. The lines 103 to 104 prove that the session keys SKfj and SKmi are secret and unknown to the adversary. The lines 105 to 107 verify the internodal relationships to determine the execution of the proposed scheme in the correct order.
Fig 12

ProVerif code for adversary capabilities and verifying equivalences verification.

When the code that defines the elements that are needed to configure the protocol is run, ProVerif prints the results in the following format: RESULT inj–event[Event] ==> inj–event[Event] is true: The event is proved; for example, the authentication of A to B or the others hold. RESULT inj–event[Event] ==> inj–event[Event] is false: The event is not proved; that is, the authentication of A to B or the others does not hold RESULT [Query] is true: The query is proved, so there is no attack. In this case, ProVerif displays no attack derivation and no attack trace. RESULT [Query] is false: The query is false, as ProVerif has discovered an attack against the desired security property. The attack traces with the attack derivations, which represent the real attack, are displayed. The execution of the ProVerif code for the verification of the security and the authentication of the proposed scheme produces the simulation result, as shown in Fig 13, thereby verifying the accuracy of the results for all of the events and queries. That is, the successful mutual authentication of the proposed scheme has been achieved as the mutual communication with all of the authentication factors among MN, FA, and HA, as defined by the previously mentioned events. Furthermore, the session keys of the proposed scheme are secure against the adversary; therefore, the proposed scheme can be considered as secure against simulated attacks.
Fig 13

ProVerif simulation result of the proposed scheme.

Formal verification using the random oracle model

In this section, the formal security analysis of the proposed scheme is demonstrated using the random oracle model. For this, we define a hash function and symmetric cryptography as follows: Definition 1. A hash function h: {0, 1}* → {0, 1} is a one-way function that takes an input x ∈ {0, 1}* of an arbitrary length and outputs a bit string with a fixed-length h(x) ∈ {0, 1} and it satisfies the following three security requirements: It is computationally infeasible to find an input x such that y = h(x). It is computationally infeasible to find another input x′ ≠ x such that the h(x′) = h(x). It is computationally infeasible to find the inputs (x, x′), with x′ ≠ x, such that h(x′) = h(x). Definition 2. A symmetric cryptography ∏ = (E, K, KSPC, MSPC) is a pair of algorithms that is associated with the finite sets, KSPC(k) and MSPC(k), {0, 1}*, for k ∈ N. E, called the encryption algorithm, is a deterministic algorithm that takes a pair of the strings, a and x and produces y = E(x). D, called the decryption algorithm, is a deterministic algorithm that takes a pair of the strings, a and y and outputs the string x = D(y) It is required here, for any k ∈ N, if a ∈ KSPC(k), x ∈ MSPC, any y = E(x), then D(y) = x. Theorem 1. Under the assumption that the one-way hash function and the symmetric cryptography closely behave like an oracle, then the proposed scheme is provably secure against for the protection of the identity ID of MN, and the private key K of HA. Reveal: Given the hash result y = h(x), this random oracle will unconditionally output the input x. Extract: Given the cipher text C = E(P), this random oracle will unconditionally output the plain text P. Proof. A method for the formal security proof that is similar to that used in [62-64] is applied in the proposed scheme. For the proof, it is assumed that is able to derive ID and K. For this, runs the experimental algorithm that is shown in Algorithm 1, for the proposed improved and anonymous user authentication scheme, called IAUAS. The success probability of is defined by the following equation: The advantage function for this experiment becomes as following equation: in which the maximum is determined by all of with the execution time t and the number of queries q and q that are made to the Reveal and Extract oracles, respectively. If is able to invert the hash function and the symmetric cryptography that are provided in Definitions 1 and 2, can directly derive ID and K. Consider the attack experiment that is shown in Algorithm 1. In this case, will discover the complete connections between all of the participants. However, it is computationally infeasible to invert the input from the given hash and encrypted values, i.e., , ∀ϵ > 0. Then, is obtained, because it depends on . Since is negligible, is also negligible. As a result, cannot compute the ID and K and the proposed scheme is provably secure against for the deriving of them. Algorithm 1: Algorithm 1. Eavesdrop login request message 〈PID, MV2, MV3, ID〉 during the login and authentication phase. 2. Call the Reveal oracle. Let 3. Call the Extract oracle. Let 4. Computes 5. if then 6.  Call the Reveal oracle. Let 7.  if then 8.   Compute 9.    if then 10.    Accept 11.    Accept 12.    return 1 (Success) 13.   else 14.    return 0 15.   end if 16.  else 17.   return 0 18.  end if 19. else 20.  return 0 21. end if Theorem 2. Under the assumption that the one-way hash function and the symmetric cryptography closely behave like an oracle, then the proposed scheme is provably secure against for the protection of ID, PW, and BIO of MN, and the private key K of HA. Proof. For this proof, it is assumed that is able to derive ID, PW, BIO and K after extracting the secret parameters A, B, and C that are stored in the mobile device using side-channel attacks [33, 34, 65]. runs the experimental algorithm that is shown in Algorithm 2. The success of the probability of is defined as the following equation: The advantage function for this experiment becomes as following equation: in which the maximum is determined by all of with the execution time t2 and the number of queries q and q that are made to the Reveal and Extract oracles, respectively. If is able to invert the hash function and the symmetric cryptography, can directly derive ID, PW, BIO, and K. Consider the attack experiment that is shown in Algorithm 2. It is computationally infeasible to invert the input from given hash and encrypted values, i.e., , ∀ϵ > 0). Then, is obtained, because it depends on . Since is negligible, is also negligible. As a result, cannot compute the ID, PW, BIO, and K, and the proposed scheme is provably secure against for deriving them even if the mobile device is stolen by . Algorithm 2: Algorithm 1. Extract the information {PID, A, B, r, h(⋅), H(⋅)} that is stored in the mobile device through a physical monitoring of its power consumption. 2. Call the Reveal oracle. Let 3. Call the Reveal oracle. Let 4. Computes 5. if then 6.  Accepts and as the correct PW and BIO of MN 7.  Call the Extract oracle. Let 8.  if then 9.   Compute 10.   Compute 11.   Call the Reveal oracle. Let 12.   if then 13.    Accepts 14.    Compute 15.    if then 16.     Accept 17.     return 1 (Success) 18.    else 19.     return 0 20.    end if 21.   else 22.    return 0 23.   end if 24.  else 25.   return 0 26.  end if 27. else 28.  return 0 29. end if

Informal verification

In this section, we perform an informal security analysis of the proposed scheme to prove that it is secure against the various security threats. According to the adversarial model that is described in the preliminary knowledge section, can perform the following attacks to undermine the security of the proposed scheme. has full control over the public communication channel, eavesdropping on the messages M1, M2, M3, and M4, and then inserting new values or removing a value. If obtains a stolen or lost mobile device of a user in some way, he/she is able to extract the PID, A, B, and r from the device using side-channel attacks [33, 34]. has the ability to make an offline guessing attack within a polynomial time and can try to threaten the privacy of the user by enumerating the eavesdropped messages and the extracted parameters. Table 2 shows the analysis summary of the comparison of the proposed scheme with the related schemes [26–29, 32].
Table 2

Comparative summary: Security requirements.

PropertyJiang et al. [27]Wen et al. [28]Farash et al. [29]Gope and Hwang [30]Wu et al. [31]Chaudhry et al. [32]Proposed scheme
SR1OO X OO X O
SR2OOOOOOO
SR3O X X X O X O
SR4O X X OOOO
SR5OOOOOOO
SR6OO X OO X O
SR7 X X X OOOO
SR8 X O X O X X O
SR9 X X OOOOO
SR10OOOOOOO
SR11OO X OO X O
SR12O X X X OOO
SR13OOOOOOO
SR14 X X X X O X O
SR15 X X X X X X O

SR1: user anonymity; SR2: untraceability; SR3: resistance to stolen-mobile device or smart card attack; SR4: mutual authentication; SR5: session key agreement; SR6: resistance to impersonation attack; SR7: resistance to replay attack; SR8: local user verification process; SR9: resistance to stolen-verifier attack; SR10: resistance to privileged-insider attack; SR11: user-friendly password change; SR12: forward secrecy; SR13: resistance to foreign bypass attack; SR14: does not need time synchronization; SR15: provision of the revocation phase;

SR1: user anonymity; SR2: untraceability; SR3: resistance to stolen-mobile device or smart card attack; SR4: mutual authentication; SR5: session key agreement; SR6: resistance to impersonation attack; SR7: resistance to replay attack; SR8: local user verification process; SR9: resistance to stolen-verifier attack; SR10: resistance to privileged-insider attack; SR11: user-friendly password change; SR12: forward secrecy; SR13: resistance to foreign bypass attack; SR14: does not need time synchronization; SR15: provision of the revocation phase;

User anonymity

In the proposed scheme, the pseudo-identity PID = E(ID||r) that varies each session by r is used. After MN is authenticated by HA in Eq (41), HA replaces the existing PID with a new using a new . Then, is transmitted to MN that has been encrypted with HA’s private key K in Eq (42). Therefore, even if obtains PID by eavesdropping the public messages or extracting the secret parameters stored in the mobile device, the proposed scheme guarantees the user anonymity because it is not possible for to know the real identity ID of MN.

User untraceability

In the login and authentication phase, MN sends PID, MV2 and MV3 via a public channel. They contain n and r, which are changed for each session. That is, cannot trace MN’s actions in the proposed scheme because these parameters are computed each time with a different value. Therefore, the proposed scheme ensures the user untraceability. With the proposed scheme, needs to know K to guess ID and PW; however, K is not stored in the mobile device directly, nor it is transmitted via the public channel as plaintext. Also, even if finds this value somehow, he/she still cannot guess PW without H(BIO) that is unique to only MN. Therefore, the proposed scheme withstands the stolen-mobile device attack.

Mutual authentication

In the proposed scheme, MN and FA authenticate each other with the assistance of HA. Only a legitimate MN can compute MV1 that cannot compute because of PWB. Accordingly, HA authenticates only the legitimate MN using Eq (41). Also, only the legitimate HA is authenticated by MN through the verification of , as shown in Eq (51). Only FA and HA that share K can verify each other using the same key to compute valid messages, and only they can compute and obtain a valid session key, SK. Therefore, the adversary or invalid participants cannot carry out the login and authentication phase. Furthermore, FA authenticates HA by performing Eq (47). After it receives M4, MN can verify that using Eq (51) to authenticate FA and to establish the session key, SK. Therefore, the proposed scheme achieves the mutual authentication.

Session key agreement

After the login and authentication process, FA receives HV1 and obtains the session key SK from HA, and MN generates the session key SK. As a result, only the legitimate MN and FA establish the same session key SK = h(MV1||ID||ID||n) = SK. Therefore, the proposed scheme provides a secure session key agreement. With the proposed scheme, the user impersonation attack is prevented by the mutual authentication, local user-verification process, and prevention of the stolen-mobile-device attack. Furthermore, the proposed scheme provides a secure session key agreement. Therefore, the proposed scheme ensures the prevention of the user impersonation attack.

Replay attack

might replay an old login request message M1 to FA and receive the message M4 from FA. However, still cannot compute the correct session key SK as he/she is not capable of computing ID and n without K. Furthermore, cannot derive the session key, SK, without K. Therefore, the proposed scheme is secure against the replay attack.

Local user verification process

With the proposed scheme, mobile devices verify the legality of the user. Only a user who enters the correct ID, PW, and BIO can pass the user-verification process, as given by Eq (28). In addition, since BIO of each individual user is unique, cannot attempt an illegal access.

Stolen-verifier attack

In the login and authentication phase of the proposed scheme, HA does not store and receive any of the credentials of MN such as PW and H(BIO). Furthermore, HA retains RID in the database; however, cannot know the real identity of MN even if steals the user registration information from HA’s database. Therefore, the proposed scheme withstands the stolen-verifier attack.

Privileged-insider attack

In the registration phase of the proposed scheme, MN sends ID and PWB to HA. Here, PWB contains H(BIO). The insider of HA cannot derive MN’s password PW. Therefore, he/she cannot try to impersonate MN to access FA. Furthermore, MN can change his/her password, PWB, without the assistance of HA in the password change phase. Since it is not possible for the insider to know the MN’s password, PW, the proposed scheme resists the privileged-insider attack.

User-friendly password change

Generally, it is recommended that the performance of the password change process is without any server involvement, thereby providing a user-friendliness and an improvement of the computational efficiency. In the password change phase of the proposed scheme, the existing user password is self-verified in the user’s mobile device, and it is replaced by the new password only if it passes the verification process. Therefore, the proposed scheme supports an efficient password change phase.

Forward secrecy

In the proposed scheme, even though the generated session key between all of the participants can be compromised by , he/she cannot recover any earlier session keys because the session key SK = h(MV1||ID||ID||n) = SK is different each time. Consequently, a significant correlation was not found between the past, current, and future session keys. Therefore, the proposed scheme ensures the forward secrecy.

Foreign bypass attack

During the authentication phase of the proposed scheme, may try to construct the messages M1 and M2 using the parameters that are stored in a stolen mobile device and transmitted over a public channel to impersonate a legitimate FA. However, cannot compute FV1, because K is not public information. Thus, cannot construct a sufficient message to cheat HA. Eventually, is unable to impersonate a valid FA.

Does not need time synchronization

In many authentication schemes, timestamps are used to resist the replay attack. However, by using the timestamp in the authentication scheme, the clocks of MN and HA must be synchronized beforehand. In the synchronization process, there is the possibility that time synchronization error occurs; therefore, to prevent this problem, the proposed scheme only uses random-number-based authentication mechanism instead of timestamps.

Provision of the revocation phase

In the proposed scheme, if MN’s mobile device is stolen/lost or a secret parameter/authentication factor is revealed, HA can issues new secret parameters to MN for the purpose of recovery. HA retains RID that is encrypted with the real identity of MN, in the database. When HA receives a revocation request with ID i from MN, HA computes and compares it with the existing RID that is stored in the database to verify that MN is registered and legitimate. Therefore, the proposed scheme can cope with unexpected problems by supporting the revocation phase.

Performance analysis

In this section, we perform the comparisons of the computational and communication cost of the proposed scheme with the related schemes [27-32].

Comparisons of the computational costs

We consider four cryptographic operations: hash function T, the symmetric en/decryption T, the ECC-based asymmetric en/decryption T, and the modular exponent operation T were considered. The authors [66] measured the approximate execution time of each cryptographic operation on the following central processing unit (CPU): Intel(R) Core(TM)2T6570 2.1GHz, 4G memory, OS:Win7 32-bit, and Visual C++ 2008 software using the MIRACL C/C++ library. The authors considered the 1024-bit Rivest–Shamir–Adleman (RSA) algorithm, the 320-bit ECC algorithm, the 128-bit Advanced Encryption Standard (AES) algorithm, and the 160-bit Secure Hash Algorithm 1 (SHA-1) hash function, and the experiment the results are T ≈ 1.8269ms, T ≈ 1.6003ms, T ≈ 0.1303ms, and T ≈ 0.0004ms, respectively. The registration and password change phases were excluded from the comparison because the registration phase of the mobile node occurs only once and the password change phase can be executed only within MN. Therefore, only the login and authentication phase was considered in the comparison, because this phase frequently occurs during the intercommunication between participants when the mobile node accesses the ubiquitous networks and the roaming occurs. Table 3 shows the comparative summary in terms of the computational costs of MN, FA, and HA, as well as the total cost of the different participants. The result of the proposed scheme is 0.2614ms, while the results of the schemes of Jiang et al., Wen et al., Farash et al., Gope and Hwang, Wu et al., and Chaudhry et al. are 3.6543ms, 7.3081ms, 0.5217ms, 3.6543ms, 6.9232ms, and 0.6519ms, respectively. The Table 3 highlights that the computational cost of the proposed scheme is lowest in comparison with the related schemes.
Table 3

Comparative summary: Computational cost.

Jiang et al. [27]Wen et al. [28]Farash et al. [29]Gope and Hwang [30]Wu et al. [31]Chaudhry et al. [32]Proposed scheme
MN3Th + 1Tm4Th + 1Tm6Th4Th + 1Tm8Th + 2Te5Th7Th
FA4Th4Th + 1Tm1Th + 2Ts4Th4Th + 1Ts + 2Te1Th + 2Ts4Th
HA5Th + 1Tm5Th + 2Tm5Th + 2Ts4Th + 1Tm8Th + 3Ts4Th + 3Ts9Th + 2Ts
Total12Th + 2Tm13Th + 4Tm12Th + 4Ts12Th + 2Tm20Th + 4Ts + 4Te10Th + 5Ts20Th + 2Ts
Time(ms)3.65437.30810.52173.65436.92320.65190.2614

Comparisons of the communication costs

For the communication costs, a comparison of the login and authentication phases that referred to [67, 68] was performed, and it is assumed that the lengths of the identity, random number, and timestamp are 128 bits, 64 bits, and 32 bits, respectively. The hash function and the symmetric-key encryption produce 160 bits and 256 bits, respectively. For the asymmetric-key encryption, the modular prime operation and the scalar multiplication operation on the elliptic curve produces 1024 bits and 320bits, respectively. Table 4 provides the data of the comparisons of the communication costs of the login and authentication phases of the proposed scheme with the other existing schemes. The total communication cost of proposed scheme is 2976 bits, while the schemes of Jiang et al., Wen et al., Farash et al., Gope and Hwang, Wu et al., and Chaudhry et al. are 3200 bits, 3072 bits, 1696 bits, 3072 bits, 3936 bits, and 1824 bits, respectively. Although the total communication costs of the scheme of Farash et al. and Chaudhry et al. are less than that of the proposed scheme, their schemes are insecure, as previously mentioned. Therefore, the proposed scheme is a more practical option for the ubiquitous network environment.
Table 4

Comparative summary: Communication cost.

MssageJiang et al. [27]Wen et al. [28]Farash et al. [29]Gope and Hwang [30]Wu et al. [31]Chaudhry et al. [32]Proposed scheme
M1115211526081152864736704
M215041440384144012803841152
M3320320256320736256576
M42241604481601056448544
Total (bits)3200307216963072393618242976

Conclusion

In this paper, Chaudhry et al.’s authentication scheme for roaming in ubiquitous networks is reviewed, and the scheme’s ongoing vulnerability to several attacks is proven; furthermore, the improved proposed scheme resolves the security issues of Chaudhry et al.’s scheme. To demonstrate the security of the proposed scheme, informal and formal analyses were performed using the random oracle model and the automated verification tool, ProVerif. Also, the performance evaluation that was conducted with related works shows that the proposed scheme is suitable for resource-constrained ubiquitous environments.
  12 in total

1.  An Improvement of Robust and Efficient Biometrics Based Password Authentication Scheme for Telecare Medicine Information Systems Using Extended Chaotic Maps.

Authors:  Jongho Moon; Younsung Choi; Jiye Kim; Dongho Won
Journal:  J Med Syst       Date:  2016-01-07       Impact factor: 4.460

2.  Cryptanalysis and improvement of a user authentication scheme preserving uniqueness and anonymity for connected health care.

Authors:  Lili Xu; Fan Wu
Journal:  J Med Syst       Date:  2015-01-29       Impact factor: 4.460

3.  Robust biometrics based authentication and key agreement scheme for multi-server environments using smart cards.

Authors:  Yanrong Lu; Lixiang Li; Xing Yang; Yixian Yang
Journal:  PLoS One       Date:  2015-05-15       Impact factor: 3.240

4.  Security enhancement of a biometric based authentication scheme for telecare medicine information systems with nonce.

Authors:  Dheerendra Mishra; Sourav Mukhopadhyay; Saru Kumari; Muhammad Khurram Khan; Ankita Chaturvedi
Journal:  J Med Syst       Date:  2014-04-26       Impact factor: 4.460

5.  A novel user authentication and key agreement protocol for accessing multi-medical server usable in TMIS.

Authors:  Ruhul Amin; G P Biswas
Journal:  J Med Syst       Date:  2015-02-15       Impact factor: 4.460

6.  A Secure Three-Factor User Authentication and Key Agreement Protocol for TMIS With User Anonymity.

Authors:  Ruhul Amin; G P Biswas
Journal:  J Med Syst       Date:  2015-06-26       Impact factor: 4.460

7.  An Enhanced Biometric Based Authentication with Key-Agreement Protocol for Multi-Server Architecture Based on Elliptic Curve Cryptography.

Authors:  Alavalapati Goutham Reddy; Ashok Kumar Das; Vanga Odelu; Kee-Young Yoo
Journal:  PLoS One       Date:  2016-05-10       Impact factor: 3.240

8.  An Improved and Secure Anonymous Biometric-Based User Authentication with Key Agreement Scheme for the Integrated EPR Information System.

Authors:  Jaewook Jung; Dongwoo Kang; Donghoon Lee; Dongho Won
Journal:  PLoS One       Date:  2017-01-03       Impact factor: 3.240

9.  Security enhanced multi-factor biometric authentication scheme using bio-hash function.

Authors:  Younsung Choi; Youngsook Lee; Jongho Moon; Dongho Won
Journal:  PLoS One       Date:  2017-05-01       Impact factor: 3.240

10.  An Improvement of Robust Biometrics-Based Authentication and Key Agreement Scheme for Multi-Server Environments Using Smart Cards.

Authors:  Jongho Moon; Younsung Choi; Jaewook Jung; Dongho Won
Journal:  PLoS One       Date:  2015-12-28       Impact factor: 3.240

View more
  3 in total

1.  Quantum readout and gradient deep learning model for secure and sustainable data access in IWSN.

Authors:  Omar A Alzubi
Journal:  PeerJ Comput Sci       Date:  2022-06-06

2.  Design of Secure Protocol for Cloud-Assisted Electronic Health Record System Using Blockchain.

Authors:  MyeongHyun Kim; SungJin Yu; JoonYoung Lee; YoHan Park; YoungHo Park
Journal:  Sensors (Basel)       Date:  2020-05-21       Impact factor: 3.576

3.  A Secure and Lightweight Three-Factor-Based Authentication Scheme for Smart Healthcare Systems.

Authors:  Jihyeon Ryu; Dongwoo Kang; Hakjun Lee; Hyoungshick Kim; Dongho Won
Journal:  Sensors (Basel)       Date:  2020-12-12       Impact factor: 3.576

  3 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.