Skip to main content

2014 | OriginalPaper | Buchkapitel

Short: A Lightweight and Secure Session Management Protocol

verfasst von : Yassine Sadqi, Ahmed Asimi, Younes Asimi

Erschienen in: Networked Systems

Verlag: Springer International Publishing

Aktivieren Sie unsere intelligente Suche, um passende Fachinhalte oder Patente zu finden.

search-config
loading …

Abstract

Secure session management is a challenging problem for Web applications. In fact, three of the ten most critical security risks included in the OWASP top ten 2013 can lead to session hijacking attacks. Best practices advocate the transmission of the session identifiers over HTTPS. However, this approach does not solve the session problems, and can’t be deployed on a wide range of HTTP-only applications. This paper presents a lightweight session management design deployed over HTTP, which allows much of the existing infrastructure of the web to remain unchanged, while at the same time strengthening authentication. Our work leverages the following key insights. (1) Users already have shared secrets with their web applications (e.g. password). (2) HTTPS is primarily used to protect the authentication information. (3) A secure session management should be built on a secure initial mutual authentication. Our proposed protocol guaranties the authenticity, confidentiality, integrity, and anti-reply of authentication credentials.

Sie haben noch keine Lizenz? Dann Informieren Sie sich jetzt über unsere Produkte:

Springer Professional "Wirtschaft+Technik"

Online-Abonnement

Mit Springer Professional "Wirtschaft+Technik" erhalten Sie Zugriff auf:

  • über 102.000 Bücher
  • über 537 Zeitschriften

aus folgenden Fachgebieten:

  • Automobil + Motoren
  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Elektrotechnik + Elektronik
  • Energie + Nachhaltigkeit
  • Finance + Banking
  • Management + Führung
  • Marketing + Vertrieb
  • Maschinenbau + Werkstoffe
  • Versicherung + Risiko

Jetzt Wissensvorsprung sichern!

Springer Professional "Technik"

Online-Abonnement

Mit Springer Professional "Technik" erhalten Sie Zugriff auf:

  • über 67.000 Bücher
  • über 390 Zeitschriften

aus folgenden Fachgebieten:

  • Automobil + Motoren
  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Elektrotechnik + Elektronik
  • Energie + Nachhaltigkeit
  • Maschinenbau + Werkstoffe




 

Jetzt Wissensvorsprung sichern!

Springer Professional "Wirtschaft"

Online-Abonnement

Mit Springer Professional "Wirtschaft" erhalten Sie Zugriff auf:

  • über 67.000 Bücher
  • über 340 Zeitschriften

aus folgenden Fachgebieten:

  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Finance + Banking
  • Management + Führung
  • Marketing + Vertrieb
  • Versicherung + Risiko




Jetzt Wissensvorsprung sichern!

Literatur
2.
Zurück zum Zitat Dacosta, I., Chakradeo, S., Ahamad, M., Traynor, P.: One-time cookies: preventing session hijacking attacks with stateless authentication tokens. ACM Trans. Internet Technol. TOIT 12, 1 (2012)CrossRef Dacosta, I., Chakradeo, S., Ahamad, M., Traynor, P.: One-time cookies: preventing session hijacking attacks with stateless authentication tokens. ACM Trans. Internet Technol. TOIT 12, 1 (2012)CrossRef
3.
Zurück zum Zitat Stuttard, D., Pinto, M.: The Web Application Hacker’s Handbook Finding and Exploiting Security Flaws. Wiley, Indianapolis (2011) Stuttard, D., Pinto, M.: The Web Application Hacker’s Handbook Finding and Exploiting Security Flaws. Wiley, Indianapolis (2011)
4.
Zurück zum Zitat Liu, A.X., Kovacs, J.M., Gouda, M.G.: A secure cookie scheme. Comput. Netw. 56, 1723–1730 (2012)CrossRef Liu, A.X., Kovacs, J.M., Gouda, M.G.: A secure cookie scheme. Comput. Netw. 56, 1723–1730 (2012)CrossRef
5.
Zurück zum Zitat Dietz, M., Czeskis, A., Balfanz, D., Wallach, D.S.: Origin-bound certificates: a fresh approach to strong client authentication for the web. In: Proceedings of 21st USENIX Security Symposium, 2012 (2012) Dietz, M., Czeskis, A., Balfanz, D., Wallach, D.S.: Origin-bound certificates: a fresh approach to strong client authentication for the web. In: Proceedings of 21st USENIX Security Symposium, 2012 (2012)
6.
Zurück zum Zitat Wedman, S., Tetmeyer, A., Saiedian, H.: An analytical study of web application session management mechanisms and HTTP session hijacking attacks. Inf. Secur. J. Glob. Perspect. 22, 55–67 (2013)CrossRef Wedman, S., Tetmeyer, A., Saiedian, H.: An analytical study of web application session management mechanisms and HTTP session hijacking attacks. Inf. Secur. J. Glob. Perspect. 22, 55–67 (2013)CrossRef
7.
Zurück zum Zitat Fu, K., Sit, E., Smith, K., Feamster, N.: Dos and Don’ts of client authentication on the web. In: Proceedings of the 10th USENIX Security Symposium, pp. 251–268 (2001) Fu, K., Sit, E., Smith, K., Feamster, N.: Dos and Don’ts of client authentication on the web. In: Proceedings of the 10th USENIX Security Symposium, pp. 251–268 (2001)
8.
Zurück zum Zitat Park, J.S., Sandhu, R.: Secure cookies on the Web. Internet Comput. IEEE. 4, 36–44 (2000)CrossRef Park, J.S., Sandhu, R.: Secure cookies on the Web. Internet Comput. IEEE. 4, 36–44 (2000)CrossRef
9.
Zurück zum Zitat Xu, D., Lu, C., Dos Santos, A.: Protecting web usage of credit cards using one-time pad cookie encryption. In: Proceedings of the 18th Annual Computer Security Applications Conference, 2002 , pp. 51–58 (2002) Xu, D., Lu, C., Dos Santos, A.: Protecting web usage of credit cards using one-time pad cookie encryption. In: Proceedings of the 18th Annual Computer Security Applications Conference, 2002 , pp. 51–58 (2002)
10.
Zurück zum Zitat Adida, B.: Sessionlock: securing web sessions against eavesdropping. In: Proceedings of the 17th International Conference on World Wide Web, pp. 517–524 (2008) Adida, B.: Sessionlock: securing web sessions against eavesdropping. In: Proceedings of the 17th International Conference on World Wide Web, pp. 517–524 (2008)
11.
Zurück zum Zitat Bonneau, J., Preibusch, S.: The password thicket: technical and market failures in human authentication on the web. In: Proceedings of the 9th Workshop on the Economics of Information Security (2010) Bonneau, J., Preibusch, S.: The password thicket: technical and market failures in human authentication on the web. In: Proceedings of the 9th Workshop on the Economics of Information Security (2010)
12.
Zurück zum Zitat Sandler, D., Wallach, D.S.: <input type=“password”> must die. In: Presented at the Web 2.0 Security & Privacy (2008) Sandler, D., Wallach, D.S.: <input type=“password”> must die. In: Presented at the Web 2.0 Security & Privacy (2008)
Metadaten
Titel
Short: A Lightweight and Secure Session Management Protocol
verfasst von
Yassine Sadqi
Ahmed Asimi
Younes Asimi
Copyright-Jahr
2014
DOI
https://doi.org/10.1007/978-3-319-09581-3_23