English

Scanning of Rich Web Applications for Parameter Tampering Vulnerabilities

Cryptography and Security 2014-06-09 v3

Abstract

Web applications require exchanging parameters between a client and a server to function properly. In real-world systems such as online banking transfer, traversing multiple pages with parameters contributed by both the user and server is a must, and hence the applications have to enforce workflow and parameter dependency controls across multiple requests. An application that applies insufficient server-side input validations is however vulnerable to parameter tampering attacks, which manipulate the exchanged parameters. Existing fuzzing-based scanning approaches however neglected these important controls, and this caused their fuzzing requests to be dropped before they can reach any vulnerable code. In this paper, we propose a novel approach to identify the workflow and parameter dependent constraints, which are then maintained and leveraged for automatic detection of server acceptances during fuzzing. We realized the approach by building a generic blackbox parameter tampering scanner. It successfully uncovered a number of severe vulnerabilities, including one from the largest multi-national banking website, which other scanners miss.

Keywords

Cite

@article{arxiv.1204.1216,
  title  = {Scanning of Rich Web Applications for Parameter Tampering Vulnerabilities},
  author = {Adonis P. H. Fung and Tielei Wang and K. W. Cheung and T. Y. Wong},
  journal= {arXiv preprint arXiv:1204.1216},
  year   = {2014}
}

Comments

12 pages, 2 tables, 3 figures To appear in ACM ASIA CCS'14, Kyoto, Japan

R2 v1 2026-06-21T20:45:12.515Z