An architecture for enforcing javascript randomization in web2.0 applications

  • Authors:
  • Elias Athanasopoulos;Antonis Krithinakis;Evangelos P. Markatos

  • Affiliations:
  • Institute of Computer Science, Foundation for Research and Technology, Hellas;Institute of Computer Science, Foundation for Research and Technology, Hellas;Institute of Computer Science, Foundation for Research and Technology, Hellas

  • Venue:
  • ISC'10 Proceedings of the 13th international conference on Information security
  • Year:
  • 2010

Quantified Score

Hi-index 0.00

Visualization

Abstract

Instruction Set Randomization (ISR) is a promising technique for preventing code-injection attacks. In this paper we present a complete randomization framework for JavaScript aiming at detecting and preventing Cross-Site Scripting (XSS) attacks. RaJa randomizes JavaScript source without changing the code structure. Only JavaScript identifiers are carefully modified and the randomized code can be mixed with many other programming languages. Thus, RaJa can be practically deployed in existing web applications, which intermix server-side, client-side and markup languages.