Metamorphic Security Testing for Web Systems
Phu X. Mai, Fabrizio Pastore, Arda Goknil, Lionel Briand

TL;DR
This paper introduces a metamorphic testing approach for web security that automates vulnerability detection by using system-agnostic relations, addressing the oracle problem in security testing.
Contribution
It proposes a set of 22 metamorphic relations to automate security testing in web systems, covering 39% of OWASP activities and detecting multiple vulnerabilities.
Findings
Automatically detected 10 out of 12 vulnerabilities
Addresses the oracle problem in security testing
Covers 39% of OWASP security testing activities
Abstract
Security testing verifies that the data and the resources of software systems are protected from attackers. Unfortunately, it suffers from the oracle problem, which refers to the challenge, given an input for a system, of distinguishing correct from incorrect behavior. In many situations where potential vulnerabilities are tested, a test oracle may not exist, or it might be impractical due to the many inputs for which specific oracles have to be defined. In this paper, we propose a metamorphic testing approach that alleviates the oracle problem in security testing. It enables engineers to specify metamorphic relations (MRs) that capture security properties of the system. Such MRs are then used to automate testing and detect vulnerabilities. We provide a catalog of 22 system-agnostic MRs to automate security testing in Web systems. Our approach targets 39% of the OWASP security testing…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSoftware Testing and Debugging Techniques · Web Application Security Vulnerabilities · Software Reliability and Analysis Research
