1 / 5

General Application Security Issues

General Application Security Issues. Executing Commands with the Privileges of a Compromised Application If an attacker takes over an application, the attacker can execute commands with the privileges of that application Many applications run with super user (root) privileges.

kaylana
Télécharger la présentation

General Application Security Issues

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. General Application Security Issues • Executing Commands with the Privileges of a Compromised Application • If an attacker takes over an application, the attacker can execute commands with the privileges of that application • Many applications run with super user (root) privileges

  2. General Application Security Issues • Few Operating Systems But Many Applications • Application hardening is more total work than operating system hardening • Application Security Actions • Understanding the server’s role and threat environment • If it runs only one or a few services, easy to disallow irrelevant things

  3. General Application Security Issues • Application Security Actions • Basics • Physical security • backup • harden the operating system • Minimize applications • Main applications • Subsidiary applications • Be guided by security baselines

  4. General Application Security Issues • Application Security Actions • Minimize the permissions of applications • In UNIX, use chroot to put application in a directory • Attacks will be limited to this directory and subdirectories • However, chroot protection can be broken, especially by root applications for which it is most critical

  5. General Application Security Issues • Application Security Actions • Add application layer authentication • Implement cryptographic systems • Delete optional learning aids • Install patches • Consider isolating programs from data

More Related