Database Security & Access Control Models: a Brief Overview

Total Page:16

File Type:pdf, Size:1020Kb

Database Security & Access Control Models: a Brief Overview International Journal of Engineering Research & Technology (IJERT) ISSN: 2278-0181 Vol. 2 Issue 5, May - 2013 Database Security & Access Control Models: A Brief Overview Kriti, Indu Kashyap CSE Dept. Manav Rachna International University, Faridabad, India Abstract 1.1 Threats to Database Security Database security is a growing concern evidenced A threat can be identified with a hostile agent by increase in number of reported incidents of loss who either accidently or intentionally gains an of or unauthorized exposure of sensitive data. unauthorized access to the protected database Security models are the basic theoretical tool to resource [3] [4]. start with when developing a security system. These In organizations there are top ten type of threats models enforce security policies which are are recognized with can’t only increase the risk of governing rules adopted by any organization. database exposure but also cause disastrous Access control models are security models whose consequences on the entire organization. Some of purpose is to limit the activities of legitimate users. these threats are described below [19]: The main types of access control include discretionary, mandatory and role based. All the Threat 1 - Excessive Privilege Abuse three techniques have their drawbacks and When users (or applications) are granted benefits. The selection of a proper access control database access privileges that exceed the model depends on the requirement and the type of requirements of their job function, these privileges attacks to which the system is vulnerable. The aim may be abused for malicious purpose. of this paper is to give brief information on database security threats and discusses the three Threat 2 - Legitimate Privilege Abuse models of access control DAC, MAC & RBAC. Users may also abuse legitimate database privileges for unauthorized purposes. Threat 3 - Platform Vulnerabilities 1. Introduction Vulnerabilities in underlying operating systems Information is a critical resource in today’s may lead to unauthorized access, data corruption, enterprise, whether it is industrial, commercial,IJERT IJERTor denial of service. educational etc. As the organizations increase their adoption of database systems as the key data Threat 4 - SQL Injection management technology for day-to-day operations In a SQL injection attack, attacker typically and decision making, the security of data becomes inserts unauthorized database statements into a crucial [14]. The Defence Information System vulnerable SQL data channel. Agency of US Department of defence states that database security should provide controlled, Threat 5 - Denial of Service protected access to the contents of database as well Denial of Service (DOS) is a general attack as preserve the integrity, consistency and overall category in which access data is denied to intended quality of the data [2]. users. Database security encompasses three constructs [1]: confidentiality, integrity, and availability. Threat 6 - Weak Authentication Confidentiality: Protection of data from Weak authentication schemes allow attackers to unauthorized disclosure. assume the identity of legitimate database users by stealing or otherwise obtaining login credentials. Integrity: Prevention from unauthorized data access. 1.2 Database Security Policies To eliminate threats, it is necessary to define Availability: Identification and recovery from proper security policy. Security policies are hardware and software errors or malicious governing principles adopted by organizations [3]. activity resulting in the denial of data They capture the security requirements of an availability. organization, specify what security properties the system must provide and describe steps an organization must take to achieve security. The following list gives features of a security policy for databases: www.ijert.org 743 International Journal of Engineering Research & Technology (IJERT) ISSN: 2278-0181 Vol. 2 Issue 5, May - 2013 Access Control Policy: These policies ensure There are two classes of resources in any that direct access to the system objects should computer system: (active) subjects and (passive) proceed according to the privileges and the objects. The ways a subject access an object are access rules. called access privileges. Access privileges allow Inference Policy: These policies specify how subjects to either manipulate objects (read, write, to protect classified information from execute, etc.) or modify the access control disclosure when the information is released information (transfer ownership, grant and revoke indirectly in the form of statistical data. privileges, etc.). User identification/authentication policy: The access control may be based on different This policy indicates the requirements for policies which in turn follows different principles. correct identification of users. The user The choice of a security policy is important identification is the basis of every security because it influences the flexibility, usability, and mechanism. A user is allowed to access data performance of the system. The principles on after identification as an authorized user only. which policies are based are as follows [3]: Accountability and audit policy: This policy Minimum vs. Maximum privilege principle: provides the requirements for the record According to this subjects should use the keeping of all accesses to the database. minimum set of privileges necessary for their Consistency policy: This policy defines the activity. The opposite of this is maximum state in which the database is considered valid privilege principle which is based on the or correct and includes operational, semantic principle of maximum availability of data in a and physical integrity of database. database. Open vs. Closed system principle: In an open 1.3 Database Security Models system, all accesses that are not explicitly Security models are the formal description of forbidden are allowed. While in a closed security policies. Security models are useful tools system, all accesses are allowed only if for evaluating and comparing security policies [6]. explicitly authorized. A closed system is Security models allow us to test security policies inherently more secure. for completeness and consistency. They describe Centralized vs. Decentralized what mechanisms are necessary to implement a administration principle: The principle security policy. addresses the issue who is responsible for the Security models are described in terms of the maintenance and management of privileges in following elements: the access control model. In centralized Subjects: Entities that request access to administration, a single authority controls all objects. IJERTIJERTsecurity aspects of the system, while in Objects: Entities for which access request is decentralized system different authorities being made by subjects. control different portions of the database. Access Modes: Type of operation performed by subject on object (read, write, create etc.). Access control is enforced by a reference monitor which mediates every attempted access by Policies: Enterprise wide accepted security a user to objects in the system. The reference rules. monitor consults an authorization database in order Authorizations: Specification of access to determine if the user attempting to do an modes for each subject on each object. operation is actually authorized to perform that Administrative Rights: Who has rights in operation. Authorizations in this database are system administration and what administered and maintained by a security responsibilities administrators have. administrator as shown in fig 1. The administrator Axioms: Basic working assumptions. sets these authorizations on the basis of the security policy. 2. Access Control Access control is different from authentication. The purpose of access control is to limit the Authentication is a process of signing on to a actions or operations that a legitimate user of a computer system by providing an identifier and a computer system can perform. Access control password. So, correctly establishing the identity of constraints what a user can do directly, as well as the user is the responsibility of the authentication what programs executing on behalf of the users are service. On the other hand, access control assumes allowed to do. In this way access control seeks to that authentication of the user has been successfully prevent activity that could lead to a breach of verified prior to enforcement of access control via a security. reference monitor. www.ijert.org 744 International Journal of Engineering Research & Technology (IJERT) ISSN: 2278-0181 Vol. 2 Issue 5, May - 2013 Fig 1: Access Control and Security Services 3. Discretionary Access Control (DAC) privilege p on table t, with or without grant option. Specify the rules, under which subjects can, at Every time a privilege is revoked from a user, a their discretion, create and delete objects, and grant recursive revocation may take place to delete all and revoke authorizations for accessing objects to authorizations which would have not existed had others [6]. That is: the revokee never received any authorizations for Govern the access of users to information on the the privilege on the table from the revoker. basis of user’s identity and predefined discretionary rules” defined by security administrator. To illustrate this concept, consider the The rules specify, for each user and object in the consequence of grant operations for privilege p on system,
Recommended publications
  • Operating Systems and Virtualisation Security Knowledge Area (Draft for Comment)
    OPERATING SYSTEMS AND VIRTUALISATION SECURITY KNOWLEDGE AREA (DRAFT FOR COMMENT) AUTHOR: Herbert Bos – Vrije Universiteit Amsterdam EDITOR: Andrew Martin – Oxford University REVIEWERS: Chris Dalton – Hewlett Packard David Lie – University of Toronto Gernot Heiser – University of New South Wales Mathias Payer – École Polytechnique Fédérale de Lausanne © Crown Copyright, The National Cyber Security Centre 2019. Following wide community consultation with both academia and industry, 19 Knowledge Areas (KAs) have been identified to form the scope of the CyBOK (see diagram below). The Scope document provides an overview of these top-level KAs and the sub-topics that should be covered under each and can be found on the project website: https://www.cybok.org/. We are seeking comments within the scope of the individual KA; readers should note that important related subjects such as risk or human factors have their own knowledge areas. It should be noted that a fully-collated CyBOK document which includes issue 1.0 of all 19 Knowledge Areas is anticipated to be released by the end of July 2019. This will likely include updated page layout and formatting of the individual Knowledge Areas. Operating Systems and Virtualisation Security Herbert Bos Vrije Universiteit Amsterdam April 2019 INTRODUCTION In this knowledge area, we introduce the principles, primitives and practices for ensuring security at the operating system and hypervisor levels. We shall see that the challenges related to operating system security have evolved over the past few decades, even if the principles have stayed mostly the same. For instance, when few people had their own computers and most computing was done on multiuser (often mainframe-based) computer systems with limited connectivity, security was mostly focused on isolating users or classes of users from each other1.
    [Show full text]
  • Data and Database Security and Controls
    1 Handbook of Information Security Management, Auerbach Publishers, 1993, pages 481-499. DATA AND DATABASE SECURITY AND CONTROLS Ravi S. Sandhu and Sushil Jajodia Center for Secure Information Systems & Department of Information and Software Systems Engineering George Mason University, Fairfax, VA 22030-4444 Telephone: 703-993-1659 1 Intro duction This chapter discusses the topic of data security and controls, primarily in the context of Database Management Systems DBMSs. The emphasis is on basic principles and mechanisms, which have b een successfully used by practitioners in actual pro ducts and systems. Where appropriate, the limitations of these techniques are also noted. Our discussion fo cuses on principles and general concepts. It is therefore indep endent of any particular pro duct except for section 7 which discusses some pro ducts. In the more detailed considerations we limit ourselves sp eci cally to relational DBMSs. The reader is assumed to be familiar with rudimentary concepts of relational databases and SQL. A brief review of essential concepts is given in the app endix. The chapter b egins with a review of basic security concepts in section 2. This is followed, in section 3, by a discussion of access controls in the current generation of commercially available DBMSs. Section 4 intro duces the problem of multilevel security. It is shown that the techniques of section 3 are inadequate to solve this problem. Additional techniques develop ed for multilevel security are reviewed. Sec- tion 5, discusses the various kinds of inference threats that arise in a database system, and discusses metho ds that have b een develop ed for dealing with them.
    [Show full text]
  • Malware Information
    Malware Information Source: www.onguardonline.gov Malware Quick Facts Malware, short for "malicious software," includes viruses and spyware to steal personal information, send spam, and commit fraud. Criminals create appealing websites, desirable downloads, and compelling stories to lure you to links that will download malware – especially on computers that don't use adequate security software. But you can minimize the havoc that malware can wreak and reclaim your computer and electronic information. If you suspect malware is on your computer: • Stop shopping, banking, and other online activities that involve user names, passwords, or other sensitive information. • Confirm that your security software is active and current. At a minimum, your computer should have anti-virus and anti-spyware software, and a firewall. • Once your security software is up-to-date, run it to scan your computer for viruses and spyware, deleting anything the program identifies as a problem. • If you suspect your computer is still infected, you may want to run a second anti-virus or anti-spyware program – or call in professional help. • Once your computer is back up and running, think about how malware could have been downloaded to your machine, and what you could do to avoid it in the future. Malware is short for "malicious software;" it includes viruses – programs that copy themselves without your permission – and spyware, programs installed without your consent to monitor or control your computer activity. Criminals are hard at work thinking up creative ways to get malware on your computer. They create appealing web sites, desirable downloads, and compelling stories to lure you to links that will download malware, especially on computers that don't use adequate security software.
    [Show full text]
  • Design and Implement Database Security Policies in an Enterprise
    Global Symphony Services Design of Database Security Policy in Enterprise Systems Design of Database Security Policy In Enterprise Systems by Krishna R Singitam Database Architect Authored: Krishna R Singitam. Database Architect & DBA. Lawson – GOC. Page 1 of 10 Global Symphony Services Design of Database Security Policy in Enterprise Systems Table of Contents 1. Abstract ..................................................................................................................................... 3 2. Introduction................................................................................................................................ 3 2.1. Understanding the Necessity of Security Policy ................................................................ 3 3. Design of Database Security Policy .......................................................................................... 4 3.1. Requirements from Business owners................................................................................ 4 3.2. Regulatory Requirements.................................................................................................. 4 3.2.1. Sarbanes-Oxley ......................................................................................................... 4 3.2.2. PCI DSS.................................................................................................................... 5 3.2.3. CA SB1386................................................................................................................5 3.2.4. HIPAA
    [Show full text]
  • E-Commerce (Unit - III) 3.1 Need for Computer Security Computer Security: It Is a Process of Presenting and Detecting Unauthorized Use of Your Computer
    36 E-Commerce (Unit - III) 3.1 Need for Computer Security Computer Security: It is a process of presenting and detecting unauthorized use of your computer. Prevention is measures help you stop unauthorized users (hackers) System often they want to gain control of your computer so they can use it to launch attack on other computer systems. Need for computer security Threats & Count measures Introduction to Cryptography Authentication and integrity Key Management Security in Practice – secure email & SMTP User Identification Trusted Computer System CMW SECMAN standards. The Importance of computer security: A computer security its very important, primarily to keep your information protected. Its also important for your computer overall health, helping to prevent various and malware and allowing program to run more smoothly. Computer Security – Why? Information is a strategic resource. A Significant portion of organizational budget is spent on managing information. Have several security related objectives. Threats to information security. The Security addressed here to general areas: Secure file / information transfers, including secure transactions. Security of information’s as stored on Internet – connected hosts. Secure enterprise networks, when used to support web commerce. Protecting Resources: The term computer and network security refers in a board sense to confidence that information and services available on a network cannot be accessed by unauthorized users. Security implies safety, including assurance to data integrity, freedom from unauthorized access, freedom snooping or wiretapping and freedom from distribution of service. Reasons for information security The requirements of information’s security in an organization have undergone two major changes in the last several decades. Types of Risks As the number of peoples utilizing the internet increases, the risks of security violations increases, with it.
    [Show full text]
  • Understanding Holistic Database Security 8 Steps to Successfully Securing Enterprise Data Sources 2 Understanding Holistic Database Security
    Information Management White Paper Understanding holistic database security 8 steps to successfully securing enterprise data sources 2 Understanding holistic database security News headlines about the increasing frequency of stolen information and identity theft have focused awareness on data security breaches—and their consequences. In response to this issue, regulations have been enacted around the world. Although the specifics of the regulations may differ, failure to ensure compliance can result in significant financial penalties, loss of customer loyalty and even criminal prosecution. In addition to the growing number of compliance mandates, organizations are under pressure to embrace the new era of computing, which brings with it new security challenges and a complex security landscape. Hackers are becoming more skilled; they are building sophisticated networks and in some cases are state sponsored. The rise of social media, cloud computing, mobility and big data are making threats harder to identify. Thus unscrupulous insiders are finding more ways to pass protected information to outsiders with less chance of detection. Organizations need to adopt a more proactive and Figure 1: Analysis of malicious or criminal attacks experienced according to systematic approach to securing sensitive data and addressing the 2011 Cost of Data Breach Study, Ponemon Institute published March 2012 compliance requirements amid the digital information explosion. This approach must span across complex, attacks are increasing. The number of SQL injection attacks geographically dispersed systems. A paradox exists where has jumped by more than two thirds: from 277,770 in Q1 2012 organizations are able to process more information than at any to 469,983 in Q2 2012.1 Ponemon reports that SQL injection other point in history, yet they are unable to understand what accounts for 28% of all breaches.
    [Show full text]
  • Imperva Database Security
    DATASHEET Imperva Database Security Simplify data compliance and stop breaches KEY FEATURES AND Today’s digital and knowledge economy is fueling exponential data growth by using BENEFITS more data to drive value for the business. To protect your data, and your business, you need compliance and security solutions that take a data-centric approach. Detect and prioritize data threats using data science, machine Imperva Database Security helps organizations unleash the power of their data by learning and behavior analytics reducing the risk of non-compliance or a security breach incident. Pinpoint risky data access activity – for all users including A better way to manage data risk privileged users The complexity of achieving compliant and secure data is daunting to a large Gain visibility by monitoring and enterprise organization. Rapid platform change and scarce security resources make it auditing all database activity almost impossible to keep up with on your own. Security staff is often overwhelmed Protect data with real-time by a deluge of alerts coming from multiple security tools. alerting or user access blocking of policy violations Imperva provides an automated solution to streamline compliance processes and help security staff pinpoint data risk before it becomes a serious event. With Imperva Uncover hidden risks with data Database Security you can quickly cover your most critical assets, for fast time to discovery, classification and value, and then gradually widen the net. vulnerability assessments Imperva standardizes audit and security controls across large and complex enterprise Reduce the attack surface with database environments, mitigating risks to sensitive data on-premises, in the cloud, static data masking and across multiple clouds.
    [Show full text]
  • Operating Systems & Virtualisation Security Knowledge Area
    Operating Systems & Virtualisation Security Knowledge Area Issue 1.0 Herbert Bos Vrije Universiteit Amsterdam EDITOR Andrew Martin Oxford University REVIEWERS Chris Dalton Hewlett Packard David Lie University of Toronto Gernot Heiser University of New South Wales Mathias Payer École Polytechnique Fédérale de Lausanne The Cyber Security Body Of Knowledge www.cybok.org COPYRIGHT © Crown Copyright, The National Cyber Security Centre 2019. This information is licensed under the Open Government Licence v3.0. To view this licence, visit: http://www.nationalarchives.gov.uk/doc/open-government-licence/ When you use this information under the Open Government Licence, you should include the following attribution: CyBOK © Crown Copyright, The National Cyber Security Centre 2018, li- censed under the Open Government Licence: http://www.nationalarchives.gov.uk/doc/open- government-licence/. The CyBOK project would like to understand how the CyBOK is being used and its uptake. The project would like organisations using, or intending to use, CyBOK for the purposes of education, training, course development, professional development etc. to contact it at con- [email protected] to let the project know how they are using CyBOK. Issue 1.0 is a stable public release of the Operating Systems & Virtualisation Security Knowl- edge Area. However, it should be noted that a fully-collated CyBOK document which includes all of the Knowledge Areas is anticipated to be released by the end of July 2019. This will likely include updated page layout and formatting of the individual Knowledge Areas KA Operating Systems & Virtualisation Security j October 2019 Page 1 The Cyber Security Body Of Knowledge www.cybok.org INTRODUCTION In this Knowledge Area, we introduce the principles, primitives and practices for ensuring se- curity at the operating system and hypervisor levels.
    [Show full text]
  • Operating System Security – a Short Note
    Operating System Security – A Short Note 1,2Mr. Kunal Abhishek, 2Dr. E. George Dharma Prakash Raj 1Society for Electronic Transactions and Security (SETS), Chennai 2Bharathidasan University, Trichy [email protected], [email protected] 1. Introduction An Operating System (OS) is viewed as a Reference Monitor (RM) or a Reference Validation Mechanism (RVM) that provides basic level security. In [1], Anderson reported three design requirements for a Reference Monitor or Operating System. He suggested that an OS or RM should be tamper proof that means OS programs are not alterable, OS should always be invoked and OS must be small enough for analysis and testing purposes so that completeness of which can be assured. These OS design requirements became the deriving principle of OS development. A wide range of operating systems follow Anderson’s design principles in modern time. It was also observed in [2] that most of the attacks are imposed either on OS itself or on the programs running on the OS. The attacks on OS can be mitigated through formal verification to a great extent which prove the properties of OS code on various criteria like safeness, reliability, validity and completeness etc. Also, formal verification of OS is an intricate task which is feasible only when RVM or RM is small enough for analysis and testing within a reasonable time frame. Other way of attacking an OS is to attack the programs like device drivers running on top of it and subsequently inject malware through these programs interfacing with the OS. Thus, a malware can be injected in to the sensitive kernel code to make OS malfunction.
    [Show full text]
  • Database Security
    ECE560 Computer and Information Security Fall 2020 Database Security Tyler Bletsch Duke University Table of data consisting of rows and columns Each column holds a particular type of data Each row contains a specific value for each column Ideally has one column where all values are unique, forming an identifier/key for that row Enables the creation of multiple tables linked together by a unique identifier that is present in all tables Use a relational query language to access the database Allows the user to request data that fit a given set of criteria Primary key • Uniquely identifies a row • Consists of one or more column names Foreign key Relation/table/file • Links one table to attributes in another Tuple/row/record Attribute/column/field View/virtual table • Result of a query that returns selected rows and columns from one or more tables Department Table Employee Table Did Dname Dacctno Ename Did Salarycode Eid Ephone 4 human resources 528221 Robin 15 23 2345 6127092485 8 education 202035 Neil 13 12 5088 6127092246 9 accounts 709257 Jasmine 4 26 7712 6127099348 13 public relations 755827 Cody 15 22 9664 6127093148 15 services 223945 Holly 8 23 3054 6127092729 Robin 8 24 2976 6127091945 primary key Smith 9 21 4490 6127099380 foreign primary key key (a) Two tables in a relational database Dname Ename Eid Ephone human resources Jasmine 7712 6127099348 education Holly 3054 6127092729 education Robin 2976 6127091945 accounts Smith 4490 6127099380 public relations Neil 5088 6127092246 services Robin 2345 6127092485 services Cody
    [Show full text]
  • Coalition for Academic Scientific Computation C A
    Coalition for Academic Scientific Computation C A S C Advancing High Performance Computation and Communication through Collaboration Coalition for Academic Scientific Computation is a nonprofit organization of supercomputing centers and CASC research universities that offer leading edge hardware, software, and expertise in high performance computing resources and “advanced visualization environments.” Founded in 1989, CASC has grown into a national association representing 35 centers and programs in 22 states. Working individually and together, coalition members complement traditional methods of laboratory and theoretical investigation by using high performance computers to simulate natural phenomena and environmental threats, handle and analyze data and create images – all at performance levels not available from smaller computers. By applying the technology, CASC members help extend the state of the art to achieve the scientific, technical, and information management breakthroughs that will keep the U.S. in the forefront of the 21st century IT revolution. Coalition members are involved in activities that foster major advances for virtually every element of society. The range of these efforts encompasses: ♦ Aiding in Homeland Security ♦ Accessing Information ♦ Improving Health Care ♦ Conducting Research ♦ Combating Cyber-Terrorism ♦ Enhancing Education ♦ Innovating in Design and Construction ♦ Understanding the Environment ♦ Preparing for Bio-Terrorism ♦ Advancing Bioinformatics 1 Coalition for Academic Scientific Computation Aiding in Homeland Security members are involved in a wide CASC range of activities supporting the Federal government in its efforts to develop and improve security measures to combat terrorism. ♦ The National Center for Supercomputing Applications (NCSA) has developed the Multi- Sector Crisis Management Consortium (MSCMC) at the University of Illinois at Urbana-Champaign. The MSCMC uses cutting edge technology to mitigate and respond to crises of national security and national disasters.
    [Show full text]
  • A New Database Encryption Model Based on Encryption Classes
    Journal of Computer Science Original Research Paper A New Database Encryption Model Based on Encryption Classes Karim El Bouchti, Soumia Ziti, Fouzia Omary and Nassim Kharmoum Department of Computer Science, Intelligent Processing Systems & Security Team, Faculty of Sciences, Mohammed V University in Rabat, Morocco Article history Abstract: Data encryption is one of the advanced measures used to Received: 30-03-2019 consolidate data security inside Databases. It is an essential technique to Revised: 17-05-2019 protect data against theft, disclosure or modification from different typologies Accepted: 25-06-2019 of attacks. In this work, we will propose a new database encryption model. It Karim El Bouchti is based on a novel concept called "Encryption Classes". The proposed model Department of Computer is full compared to the existing models; it integrates many security Science, Intelligent Processing mechanisms starting from the keys generation and their protection until the Systems and Security Team, data encryption. Furthermore, our proposed model performed a new feature Faculty of Sciences, which is the Database structure encryption. Mohammed V University in Rabat, Morocco Keywords: Database Security, Database Security Model, Data Security, E-mail: [email protected] Computer Security, Database Encryption Model, Database Encryption Introduction The DBs encryption is based on developing efficient encryption models. A relevant model must meet criteria Recently, the security of databases (DB) has been such as encryption granularity level, efficient encryption subject of multiple studies and researches conducted by keys management and high performance (Shmueli et al., the computer security worldwide community; it aims to 2014; Elovici et al., 2018). In the literature, several DB protect sensitive data stored in centralized or distributed encryption models have been proposed.
    [Show full text]