Automated Coverage-Based Testing of XACML Policies

Automated Coverage-Based Testing of XACML Policies
复制标题

DOI:
10.1145/3205977.3205979
复制
发表时间:
2018-06
期刊:
Proceedings of the 23nd ACM on Symposium on Access Control Models and Technologies
影响因子:
--
通讯作者:
Dianxiang Xu;Roshan Shrestha;Ning Shen
Dianxiang Xu;Roshan Shrestha;Ning Shen
中科院分区:
其他
文献类型:
--
作者:
Dianxiang Xu;Roshan Shrestha;Ning Shen

文献摘要

被引文献

相似文献

While the standard language XACML is very expressive for specifying fine-grained access control policies, defects can get into XACML policies for various reasons, such as misunderstanding of access control requirements, omissions, and coding errors. These defects may result in unauthorized accesses, escalation of privileges, and denial of service. Therefore, quality assurance of XACML policies for real-world information systems has become an important issue. To address this issue, this paper presents a family of coverage criteria for XACML policies, such as rule coverage, rule pair coverage, decision coverage, and Modified Condition/Decision Coverage (MC/DC). To demonstrate the assurance levels of these coverage criteria, we have developed methods for automatically generating tests, i.e., access requests, to satisfy the coverage criteria using a constraint solver. We have evaluated these methods through mutation analysis of various policies with different levels of complexity. The experiment results have shown that the rule coverage is far from adequate for revealing the majority of defects in XACML policies, and that both MC/DC and decision coverage tests have outperformed the existing methods for testing XACML policies. In particular, MC/DC tests achieve a very high level of quality assurance of XACML policies.