Design of UNIX System for the Prevention of Damage Propagation by Intrusion and Its Implementation Based on 4.4BSD

  • Authors:
  • Kenji Masui;Masahiko Tomoishi;Naoki Yonezaki

  • Affiliations:
  • -;-;-

  • Venue:
  • ISC '01 Proceedings of the 4th International Conference on Information Security
  • Year:
  • 2001

Quantified Score

Hi-index 0.00

Visualization

Abstract

On usual UNIX systems, a privileged user of root is allowed to acquire any user's authority without authentication process. If an intruder obtains the root privilege by taking advantage of system's security hole, he can abuse network reachability of any user of the system to break into other sites. Thus we present a new system design where the authority of users is protected from root by introducing a new user substitution mechanism. However, even if we introduce the new mechanism, on usual UNIX systems, the intruder can get the authority using many other methods for root. We implement the new user substitution mechanism and the mechanisms which prevent the intruder from using such methods in FreeBSD-4.2, and confirm that the system design is effective.