Home > Articles > Operating Systems, Server > Solaris

Like this article? We recommend

Security

Data loss, electronic snooping, hacker attacks, unauthorized access, stolen passwords, and denial of service are just a few of the security issues a portal solution can face. Protecting the integrity and confidentiality of information is critical. To do this, the networking environment in which the portal resides must be secure. This section includes descriptions of how security should affect the configuration of each component in a Portal Server system.

Security is not just about the infrastructure of a system, it is also about the people, processes, policies, and architectures. System administrators must be trained in security-related issues. The processes must account for security issues, and the policies must include directives that will help to prevent security attacks. Finally, the architectures must be secured against both external and internal attacks.

Hardening and Minimization

Minimization is especially important in an environment that is exposed to the Internet or any untrusted network. This is the case on most implementations of the Sun ONE Portal Server software. In these environments, it is very important to reduce the Solaris OS installation to the minimum number of packages necessary to support the hosted applications. This minimization in services, libraries, and applications helps increase security by reducing the number of subsystems that must be disabled, patched, and maintained.

Solaris Security Toolkit

The Solaris™ Security Toolkit software, also known as JASS, is a tool designed to assist in the development, deployment, and maintenance of a secured Solaris OS. The Toolkit includes a set of shell scripts that implement the recommendations that are outlined in "Solaris Operating Environment Network Settings for Security: Updated for Solaris 9 Operating Environment" (Sun BluePrints OnLine, June 2003).

For detailed information about the Toolkit, refer to Securing Systems with the Solaris Security Toolkit (Prentice Hall, 2003). Used in conjunction with a JumpStart™ software server, the Toolkit can be used to install, minimize, and harden a Solaris OS server. The Toolkit is used during the OS installation process by using JumpStart software finish scripts. These scripts are executed after all of the software packages are installed.

Required Solaris OS Packages

The Sun ONE Portal Server software framework requires only an small subset of the Solaris OS packages to work properly. For Sun ONE Portal Server software, version 6.1, in addition to packages bundled in the Solaris OS Core software group (SUNWreq), only SUNWlibC, SUNWadmc, and SUNWadmfw are required to support most of the Sun ONE Portal Server software components. In addition, if the web container used by the Sun ONE Portal Server software, version 6.1, is the Sun ONE Application Server 7 software, a number of extra packages are required (see TABLE 1).

TABLE 1 Required Packages for Use With the Sun ONE Application Server 7 Software

Package

Description

SUNWpl5u

Perl 5.6.1 (core)

SUNWuiu8

Iconv modules for UTF-8 Locale

SUNWuiu8x

Iconv modules for UTF-8 Locale (64-bit)


The Sun ONE Portal Server software, version 6.2, is part of the Java™ Enterprise System, which uses a common installer for all Sun ONE software applications. To install version 6.2 of the Sun ONE Portal Server, the packages in TABLE 2 are required.

TABLE 2 Required Packages for Use With the Sun ONE Portal Server 6.2 Software

Package

Description

SUNWadmc

System administration (core)

SUNWadmfw

System and Network Administration Framework

SUNWlibC

Sun Workshop Compilers bundled (libC)

SUNWlibCx

Sun Workshop Compilers bundled (64-bit, libC)

SUNWgzip

The GNU Zip (gzip) compression utility

SUNWfns

Federated naming system

SUNWfnsx

Federated naming system (64-bit)

SUNWgss

GSSAPI V2

SUNWgssx

GSSAPI V2 (64-bit)

SUNWzlib

The Zip compression library

SUNWzlibx

The Zip compression library (64-bit)

SUNWscpu

Source compatibility (usr)


Netmail is a Java™ technology-based applet that implements a GUI that serves as a front end to an IMAP4-compliant mail server. The applet uses a servlet to interface with the mail server. This servlet is installed on the same web container that supports the Sun ONE Portal Server and Sun ONE Identity Server software. The servlet uses JNI and the AWT graphic toolkit that is part of the OpenWindows™ software and Motif windowing environments. Consequently, the Solaris OS packages that contain the AWT libraries and its dependencies also must be installed on the system if Netmail is used. TABLE 3 lists the required Solaris 9 OS packages.

TABLE 3 Required Packages for Netmail

Package

Description

SUNWxwpllt

X Window system platform software

SUNWxwice

X Window system Inter-Client Exchange (ICE) components

SUNWmfrun

Motif runtime kit


Netfile is a Java technology-based file manager application that enables users to have remote access to FTP, SMB, and NFS based file servers. For Sun ONE Portal Server 6.1 software, to access Microsoft Windows file servers, Netfile uses the smbclient program that is included in the SAMBA open source software suite. For convenience, a version of SAMBA is included in the Sun ONE Portal Server software third-party CD in the SUNWsmbac package. Version 6.2 of the Sun ONE Portal Server software uses the jCIFS toolkit of the SAMBA suite, so there is no need for this additional package.

To access NFS servers, the Solaris OS packages that contain the NFS client application and libraries must be installed on the system. TABLE 4 contains the list of required packages.

TABLE 4 Required Packages for NFS Support

Package

Description

SUNWnfscr

NFS client support (root)

SUNWnfscu

NFS client support (usr)

SUNWnfscx

NFS client support for 64-bit systems (root)


Application Ownership

By default, the installation of the Sun ONE Portal Server software is done as the system superuser (root). All of the components of the Sun ONE Portal Server are installed and configured to run as root. Unfortunately, there are some security implications for having the processes running as root. An application bug can be exploited to gain root access to the system. root access is required to maintain the Sun ONE Portal Sever software application. This raises potential security concerns because this responsibility is typically delegated to non-system administrators who might pose a threat to the system security and integrity.

The Sun ONE Portal Server software documentation contains instructions on how to change the user ownership of the Sun ONE Portal Server software processes and files. The document assumes that the same UNIX_ user will run all of the services. In general, it is not recommended to run any application service as the nobody user. A better approach is to run the different applications under different users. This ensures that the maintenance of the different components will be done by different groups of administrators. Instead of creating dedicated or functional users for each application, it is better to assign the applications to different UNIX roles so that users can be assigned and removed from the role as needed.

While the traditional UNIX security model is generally viewed as all or nothing, there are tools that can be used as an alternative to provide additional flexibility. These tools provide the mechanisms needed to create a fine-grained access control system in which users can be selectively granted access to individual resources, such as different UNIX commands.

The Solaris 8 OS and the Solaris 9 OS support Role-Based Access Control (RBAC), which provides the ability to package superuser privileges and assign them to user accounts. RBAC enables separation of powers, controlled delegation of privileged operations to other users, and a variable degree of access control. This feature of RBAC enables you to configure the system using default ports (389 for the Directory Server and 80 for the Portal Server) and have a non-superuser role dedicated to the management of the application.

Secure Shell

As part of the Solaris Security Toolkit software minimization process, the common network access protocols, such as Telnet and FTP, are disabled because there is no way to prevent passwords and data from being transmitted in clear text. Thus, these protocols are susceptible to eavesdropping. The Toolkit also disables the rlogin, rcp, and rsh commands. The recommended tool used to provide remote access to a server is Secure Shell.

Secure Shell encrypts all network traffic, provides strong authentication, and monitors the integrity of the network session. It provides equivalent replacements for common commands such as telnet, ftp, and rcp. A description of the features and different configuration options for Secure Shell can be found in Secure Shell in the Enterprise (Prentice Hall, 2003). The Solaris™ Secure Shell software is a bundled component of the Solaris 9 OS, and it is part of the companion CD in the Solaris 8 OS.

Secure Socket Layer (SSL)

To increase the security of the Portal Server, HTTP over SSL (HTTPS) can be enabled on the Portal Server nodes. The Sun ONE Web Server 6 software supports multiple listening sockets that can be associated with the same virtual server. These listening sockets can be configured to use either HTTP or HTTPS protocols. Thus, it is possible to configure the Portal Server to user only HTTP, only HTTPS, or both at the same time on different ports.

The best option to create a portal site that will use SSL is to do it during the software installation. The installer will configure all of the Sun ONE Portal Server and Sun ONE Identity Service software services to use HTTPS. After the software is installed, everything is configured to use HTTPS, but the X.509 certificate for the server and the security for the listening socket on the Web Server must be manually enabled using the administration console on the Web Server.

LDAP over SSL (LDAPS) can also be used to guarantee integrity and confidentiality in the access to the information stored in the Directory Server. The Sun ONE Directory Server software can be configured to listen on both LDAP and LDAPS default ports simultaneously (ports 389 and 636, respectively).

Setting the LDAP port to 0 completely disables the non-SSL access. This is the recommended configuration because it guarantees that all LDAP requests will be protected by the SSL protocol. In this configuration, the Directory Server administration server also must be configured to use LDAPS to access the directory. At the same time, access to the administration server should be done using HTTPS.

SSL version 2 and 40-bit and 56-bit ciphers are disabled by default because of known deficiencies in the protocol implementation and the poor security that those weak ciphers provide. Most browsers use RC4 as the default cipher for encryption because it is the fastest cipher and because at the time SSL version 3 was published, RC4 was fairly secure. However, since its release, some vulnerabilities have been discovered that might make it theoretically possible to recover the encryption key from the encrypted data. The 3DES cipher is slower, but it is more secure because it has no known vulnerabilities. You will need to take the customer's need for performance versus the customer's need for security into account when you decide which cipher to enable or disable.

Firewalls

Usually, firewalls are configured to drop connections that have been idle for some predefined time, which varies from minutes to hours. This can cause a problem for Netlet connections if a firewall is between the user's browser and the gateway. To avoid this problem, the Netlet keep-alive attribute must be set to a time shorter than the firewall timeout. This will force the gateway to send a package to the Netlet applet that will reset the idle timer of the firewall.

The same problem can occur if there is a firewall between the Sun ONE Portal Server software node and the server that hosts the Directory Server. The Sun ONE Identity Server software uses a pool of open connections to access the LDAP server. If any connection is idle for a longer time than the idle timeout of the firewall, the connection will be closed. The Identity Server will believe the LDAP server is down and will failover to the next LDAP server if it is configured. To prevent this problem, you should set the maximum connection time in the LDAP server.

In previous versions of the Sun ONE Portal Server software (prior to version 6.2), the Netlet used a proprietary protocol that mimics the SSL semantics, but did not implement the SSL handshake protocol, which is required for some firewalls to keep track of the valid SSL sessions. Because of this reason, the Netlet component did not work with proxy firewalls. These firewalls analyze every protocol encapsulated in the network packet, and because the Netlet packet did not have a valid SSL session ID, a proxy firewall would drop the packets. This limitation has been removed in the latest version of the Sun ONE Portal Server Secure Remote Access software. In this version, the Netlet uses the SSL protocol as a transport.

Identity Server Administration Console

The administration console in the Sun ONE Identity Server software is used to configure every aspect of the Identity Server software. It is used to create organization, users, and policies and to modify services. In most cases, it is not desirable that ordinary users have access to the administration console. The best option is to completely disable the administration console on the servers that will be accessed from the Internet and to install it on a dedicated server on a protected network. In version 6.1 of the Sun ONE Portal Server software, there is no option during the installation to not install the administration console. To disable the administrative console, it was necessary to remove the administration console application (amconsole) from the web container. In the Sun ONE Web Server 6 software, this can be done using the following command:

# /opt/SUNWam/servers/bin/https/httpadmin/bin/wdeploy delete u /amconsole\
-i https-<Server FQDN> -v https-<Server FQDN> soft

The delegated administration and self-service features of the Sun ONE Identity Server software are also accessed through the administration console URL. Removing the administration console will also remove these features from the system.

Penetration Testing

It is common for companies to perform penetration testing to verify that the system complies with all of the security policies and that there are no exploitable security holes. Penetration testing involves intentional hacking into a system to find failures and/or misconfigurations that enable users to open a valid session on the Portal Server or to gain illegal access to the system. This testing must be done by someone who is very familiar with hacking tools and is able to analyze the output of the tools. Even though most, if not all, of the tools are available on the Internet, the planning, execution, and result analysis must be done by a certified UNIX security consultant.

Intrusion Detection

Despite the use of firewalls, a second level of defense is needed. Firewalls are usually configured to allow common Internet traffic (for example, SSL, HTTP, and SMTP). Network attacks can still be made using one of these protocols. For example, HTTP is being used as a transport not only for HTML, but also for SOAP, SAML, and other protocols that can be used to interact with applications. These protocols can be exploited to carry some specific attacks to try to exploit software vulnerabilities.

Intrusion detection involves detecting network security attacks within the system. Specific tools are used to detect the intrusions, and after an intrusion is detected, additional tools are needed to conduct intrusion forensics, nonrepudiation, and selective logging. None of these tools are provided with the Portal Server software. When any of these attacks occur, the intrusion detection system will notice them and will stop the attackers before they can reach systems and data.

In maintaining a secure system, it is important to monitor the system to ensure that files have not been changed. You can use Tripwire to check every file on the system. Tripwire (http://www.tripwire.com) can be used to monitor file changes, verify integrity of data, and notify the system administrator of any violations. Tripwire makes it possible to establish network policies that detect intentional tampering, user error, software failure, malicious software, and open-door systems.

In addition, the Solaris OS Software Fingerprint Database (sfpDB) is a free SunSolve OnlineSM service that enables users to verify the integrity of files distributed with the Solaris OS. The checksums of the system files must be updated after the system is modified by patch or software installations. The issue with existing tools has always been verifying that the files used to generate the baseline checksums are correct and current.

The Fingerprint Database addresses the issue of validating the base files provided by Sun. This includes files distributed with the Solaris OS media kits, unbundled software, and patches. The Fingerprint Database provides a mechanism to verify that a true file in an official binary distribution is being used and not an altered version that compromises system security and causes other problems.

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020