Finding ID |
Severity |
Title |
Description |
V-213550
|
High |
The JRE installed on the JBoss server must be kept up to date. |
The JBoss product is available as Open Source; however, the Red Hat vendor provides updates, patches and support for the JBoss product. It is imperative that patches and updates be applied to JBoss in a timely manner as many attacks against JBoss focus on unpatched systems. It is critical that... |
V-213549
|
High |
Production JBoss servers must be supported by the vendor. |
The JBoss product is available as Open Source; however, the Red Hat vendor provides updates, patches and support for the JBoss product. It is imperative that patches and updates be applied to JBoss in a timely manner as many attacks against JBoss focus on unpatched systems. It is critical that... |
V-213520
|
High |
JBoss process owner execution permissions must be limited. |
JBoss EAP application server can be run as the OS admin, which is not advised. Running the application server with admin privileges increases the attack surface by granting the application server more rights than it requires in order to operate. If the server is compromised, the attacker will have the... |
V-213518
|
High |
JBoss process owner interactive access must be restricted. |
JBoss does not require admin rights to operate and should be run as a regular user. In addition, if the user account was to be compromised and the account was allowed interactive logon rights, this would increase the risk and attack surface against the JBoss system. The right to interactively... |
V-213502
|
High |
JBoss management interfaces must be secured. |
JBoss utilizes the concept of security realms to secure the management interfaces used for JBoss server administration. If the security realm attribute is omitted or removed from the management interface definition, access to that interface is no longer secure. The JBoss management interfaces must be secured. |
V-213501
|
High |
Silent Authentication must be removed from the Default Management Security Realm. |
Silent Authentication is a configuration setting that allows local OS users access to the JBoss server and a wide range of operations without specifically authenticating on an individual user basis. By default $localuser is a Superuser. This introduces an integrity and availability vulnerability and violates best practice requirements regarding accountability. |
V-213500
|
High |
Silent Authentication must be removed from the Default Application Security Realm. |
Silent Authentication is a configuration setting that allows local OS users access to the JBoss server and a wide range of operations without specifically authenticating on an individual user basis. By default $localuser is a Superuser. This introduces an integrity and availability vulnerability and violates best practice requirements regarding accountability. |
V-213498
|
High |
The JBoss server must be configured with Role Based Access Controls. |
By default, the JBoss server is not configured to utilize role based access controls (RBAC). RBAC provides the capability to restrict user access to their designated management role, thereby limiting access to only the JBoss functionality that they are supposed to have. Without RBAC, the JBoss server is not able... |
V-213497
|
High |
The Java Security Manager must be enabled for the JBoss application server. |
The Java Security Manager is a java class that manages the external boundary of the Java Virtual Machine (JVM) sandbox, controlling how code executing within the JVM can interact with resources outside the JVM.
The Java Security Manager uses a security policy to determine whether a given action will be... |
V-213496
|
High |
Java permissions must be set for hosted applications. |
The Java Security Manager is a java class that manages the external boundary of the Java Virtual Machine (JVM) sandbox, controlling how code executing within the JVM can interact with resources outside the JVM.
The JVM requires a security policy in order to restrict application access. A properly configured security... |
V-217099
|
Medium |
The JBoss server must be configured to bind the management interfaces to only management networks. |
JBoss provides multiple interfaces for accessing the system. By default, these are called "public" and "management". Allowing non-management traffic to access the JBoss management interface increases the chances of a security compromise. The JBoss server must be configured to bind the management interface to a network that controls access. This... |
V-213559
|
Medium |
JBoss servers must be configured to roll over and transfer logs on a minimum weekly basis. |
Information stored in one location is vulnerable to accidental or incidental deletion or alteration. Protecting log data is important during a forensic investigation to ensure investigators can track and understand what may have occurred. Off-loading should be set up as a scheduled task but can be configured to be run... |
V-213558
|
Medium |
The JBoss server must be configured to use DoD- or CNSS-approved PKI Class 3 or Class 4 certificates. |
Class 3 PKI certificates are used for servers and software signing rather than for identifying individuals. Class 4 certificates are used for business-to-business transactions. Utilizing unapproved certificates not issued or approved by DoD or CNS creates an integrity risk. The application server must utilize approved DoD or CNS Class 3... |
V-213557
|
Medium |
JBoss must be configured to generate log records for all account creations, modifications, disabling, and termination events. |
The maintenance of user accounts is a key activity within the system to determine access and privileges. Through changes to accounts, an attacker can create an account for persistent access, modify an account to elevate privileges, or terminate/disable an account(s) to cause a DoS for user(s). To be able to... |
V-213556
|
Medium |
JBoss must be configured to generate log records when concurrent logons from different workstations occur to the application server management interface. |
Concurrent logons from different systems could possibly indicate a compromised account. When concurrent logons are made from different workstations to the management interface, a log record needs to be generated. This configuration setting provides forensic evidence that allows the system administrator to investigate access to the system and determine if... |
V-213555
|
Medium |
JBoss must be configured to generate log records that show starting and ending times for access to the application server management interface. |
Determining when a user has accessed the management interface is important to determine the timeline of events when a security incident occurs. Generating these events, especially if the management interface is accessed via a stateless protocol like HTTP, the log events will be generated when the user performs a logon... |
V-213554
|
Medium |
JBoss must be configured to generate log records for privileged activities. |
Without generating log records that are specific to the security and mission needs of the organization, it would be difficult to establish, correlate, and investigate the events relating to an incident or identify those responsible for one.
Privileged activities would occur through the management interface. This interface can be web-based... |
V-213553
|
Medium |
JBoss must be configured to generate log records when successful/unsuccessful logon attempts occur. |
Logging the access to the application server allows the system administrators to monitor user accounts. By logging successful/unsuccessful logons, the system administrator can determine if an account is compromised (e.g., frequent logons) or is in the process of being compromised (e.g., frequent failed logons) and can take actions to thwart... |
V-213552
|
Medium |
JBoss must be configured to generate log records when successful/unsuccessful attempts to delete privileges occur. |
Deleting privileges of a subject/object may cause a subject/object to gain or lose capabilities. When successful and unsuccessful privilege deletions are made, the events need to be logged. By logging the event, the modification or attempted modification can be investigated to determine if it was performed inadvertently or maliciously. |
V-213551
|
Medium |
JBoss must be configured to generate log records when successful/unsuccessful attempts to modify privileges occur. |
Changing privileges of a subject/object may cause a subject/object to gain or lose capabilities. When successful/unsuccessful changes are made, the event needs to be logged. By logging the event, the modification or attempted modification can be investigated to determine if it was performed inadvertently or maliciously. |
V-213548
|
Medium |
JBoss must be configured to use an approved cryptographic algorithm in conjunction with TLS. |
Preventing the disclosure or modification of transmitted information requires that application servers take measures to employ approved cryptography in order to protect the information during transmission over the network. This is usually achieved through the use of Transport Layer Security (TLS), SSL VPN, or IPSec tunnel.
If data in transit... |
V-213547
|
Medium |
JBoss must be configured to use an approved TLS version. |
Preventing the disclosure of transmitted information requires that the application server take measures to employ some form of cryptographic mechanism in order to protect the information during transmission. This is usually achieved through the use of Transport Layer Security (TLS).
JBoss relies on the underlying SSL implementation running on the... |
V-213546
|
Medium |
The JBoss server, when hosting mission critical applications, must be in a high-availability (HA) cluster. |
A MAC I system is a system that handles data vital to the organization's operational readiness or effectiveness of deployed or contingency forces. A MAC I system must maintain the highest level of integrity and availability. By HA clustering the application server, the hosted application and data are given a... |
V-213545
|
Medium |
JBoss must be configured to use DoD PKI-established certificate authorities for verification of the establishment of protected sessions. |
Untrusted Certificate Authorities (CA) can issue certificates, but they may be issued by organizations or individuals that seek to compromise DoD systems or by organizations with insufficient security controls. If the CA used for verifying the certificate is not a DoD-approved CA, trust of this CA has not been established.... |
V-213544
|
Medium |
Production JBoss servers must log when successful application deployments occur. |
Without logging the enforcement of access restrictions against changes to the application server configuration, it will be difficult to identify attempted attacks, and a log trail will not be available for forensic investigation for after-the-fact actions. Configuration changes may occur to any of the modules within the application server through... |
V-213543
|
Medium |
Production JBoss servers must log when failed application deployments occur. |
Without logging the enforcement of access restrictions against changes to the application server configuration, it will be difficult to identify attempted attacks, and a log trail will not be available for forensic investigation for after-the-fact actions. Configuration changes may occur to any of the modules within the application server through... |
V-213542
|
Medium |
Production JBoss servers must not allow automatic application deployment. |
When dealing with access restrictions pertaining to change control, it should be noted that any changes to the software and/or application server configuration can potentially have significant effects on the overall security of the system.
Access restrictions for changes also include application software libraries.
If the application server provides automatic... |
V-213541
|
Medium |
The JBoss server must be configured to utilize syslog logging. |
Information system logging capability is critical for accurate forensic analysis. Log record content that may be necessary to satisfy the requirement of this control includes, but is not limited to, time stamps, source and destination IP addresses, user/process identifiers, event descriptions, application-specific events, success/fail indications, filenames involved, access control or... |
V-213540
|
Medium |
The JBoss server must be configured to log all admin activity. |
In order to be able to provide a forensic history of activity, the application server must ensure users who are granted a privileged role or those who utilize a separate distinct account when accessing privileged functions or data have their actions logged.
If privileged activity is not logged, no forensic... |
V-213539
|
Medium |
The application server must prevent non-privileged users from executing privileged functions to include disabling, circumventing, or altering implemented security safeguards/countermeasures. |
Preventing non-privileged users from executing privileged functions mitigates the risk that unauthorized individuals or processes may gain unnecessary access to information or privileges.
Restricting non-privileged users also prevents an attacker who has gained access to a non-privileged account, from elevating privileges, creating accounts, and performing system checks and maintenance. |
V-213538
|
Medium |
Network access to HTTP management must be disabled on domain-enabled application servers not designated as the domain controller. |
When configuring JBoss application servers into a domain configuration, HTTP management capabilities are not required on domain member servers as management is done via the server that has been designated as the domain controller.
Leaving HTTP management capabilities enabled on domain member servers increases the attack surfaces; therefore, management services... |
V-213537
|
Medium |
Access to JBoss log files must be restricted to authorized users. |
If the application provides too much information in error logs and administrative messages to the screen, this could lead to compromise. The structure and content of error messages need to be carefully considered by the organization and development team. The extent to which the information system is able to identify... |
V-213536
|
Medium |
JBoss file permissions must be configured to protect the confidentiality and integrity of application files. |
The JBoss EAP Application Server is a Java-based AS. It is installed on the OS file system and depends upon file system access controls to protect application data at rest. The file permissions set on the JBoss EAP home folder must be configured so as to limit access to only... |
V-213535
|
Medium |
The JBoss server must separate hosted application functionality from application server management functionality. |
|
V-213534
|
Medium |
The JBoss server must be configured to restrict access to the web servers private key to authenticated system administrators. |
The cornerstone of the PKI is the private key used to encrypt or digitally sign information.
If the private key is stolen, this will lead to the compromise of the authentication and non-repudiation gained through PKI because the attacker can use the private key to digitally sign documents and can... |
V-213533
|
Medium |
JBoss must utilize encryption when using LDAP for authentication. |
Passwords need to be protected at all times, and encryption is the standard method for protecting passwords during transmission.
Application servers have the capability to utilize LDAP directories for authentication. If LDAP connections are not protected during transmission, sensitive authentication credentials can be stolen. When the application server utilizes LDAP,... |
V-213532
|
Medium |
LDAP enabled security realm value allow-empty-passwords must be set to false. |
Passwords need to be protected at all times, and encryption is the standard method for protecting passwords during transmission. If passwords are not encrypted, they can be plainly read (i.e., clear text) and easily compromised.
Application servers have the capability to utilize either certificates (tokens) or user IDs and passwords... |
V-213531
|
Medium |
JBoss KeyStore and Truststore passwords must not be stored in clear text. |
Access to the JBoss Password Vault must be secured, and the password used to access must be encrypted. There is a specific process used to generate the encrypted password hash. This process must be followed in order to store the password in an encrypted format.
The admin must utilize this... |
V-213530
|
Medium |
The JBoss Password Vault must be used for storing passwords or other sensitive configuration information. |
JBoss EAP 6 has a Password Vault to encrypt sensitive strings, store them in an encrypted keystore, and decrypt them for applications and verification systems. Plain-text configuration files, such as XML deployment descriptors, need to specify passwords and other sensitive information. Use the JBoss EAP Password Vault to securely store... |
V-213529
|
Medium |
JBoss management Interfaces must be integrated with a centralized authentication mechanism that is configured to manage accounts according to DoD policy. |
JBoss EAP provides a security realm called ManagementRealm. By default, this realm uses the mgmt-users.properties file for authentication. Using file-based authentication does not allow the JBoss server to be in compliance with a wide range of user management requirements such as automatic disabling of inactive accounts as per DoD policy.... |
V-213528
|
Medium |
The JBoss server must be configured to use individual accounts and not generic or shared accounts. |
To assure individual accountability and prevent unauthorized access, application server users (and any processes acting on behalf of application server users) must be individually identified and authenticated.
A group authenticator is a generic account used by multiple individuals. Use of a group authenticator alone does not uniquely identify individual users.... |
V-213527
|
Medium |
The JBoss Server must be configured to use certificates to authenticate admins. |
Multifactor authentication creates a layered defense and makes it more difficult for an unauthorized person to access the application server. If one factor is compromised or broken, the attacker still has at least one more barrier to breach before successfully breaking into the target. Unlike a simple username/password scenario where... |
V-213526
|
Medium |
The JBoss Server must be configured to utilize a centralized authentication mechanism such as AD or LDAP. |
To assure accountability and prevent unauthorized access, application server users must be uniquely identified and authenticated. This is typically accomplished via the use of a user store that is either local (OS-based) or centralized (Active Directory/LDAP) in nature. It should be noted that JBoss does not specifically mention Active Directory... |
V-213525
|
Medium |
JBoss application and management ports must be approved by the PPSM CAL. |
Some networking protocols may not meet organizational security requirements to protect data and components.
Application servers natively host a number of various features, such as management interfaces, httpd servers and message queues. These features all run on TCPIP ports. This creates the potential that the vendor may choose to utilize... |
V-213524
|
Medium |
Any unapproved applications must be removed. |
Extraneous services and applications running on an application server expands the attack surface and increases risk to the application server. Securing any server involves identifying and removing any unnecessary services and, in the case of an application server, unnecessary and/or unapproved applications. |
V-213522
|
Medium |
Remote access to JMX subsystem must be disabled. |
The JMX subsystem allows you to trigger JDK and application management operations remotely. In a managed domain configuration, the JMX subsystem is removed by default. For a standalone configuration, it is enabled by default and must be removed. |
V-213521
|
Medium |
JBoss QuickStarts must be removed. |
JBoss QuickStarts are demo applications that can be deployed quickly. Demo applications are not written with security in mind and often open new attack vectors. QuickStarts must be removed. |
V-213519
|
Medium |
Google Analytics must be disabled in EAP Console. |
The Google Analytics feature aims to help Red Hat EAP team understand how customers are using the console and which parts of the console matter the most to the customers. This information will, in turn, help the team to adapt the console design, features, and content to the immediate needs... |
V-213517
|
Medium |
mgmt-users.properties file permissions must be set to allow access to authorized users only. |
The mgmt-users.properties file contains the password hashes of all users who are in a management role and must be protected. Application servers have the ability to specify that the hosted applications utilize shared libraries. The application server must have a capability to divide roles based upon duties wherein one project... |
V-213516
|
Medium |
JBoss log records must be off-loaded onto a different system or system component a minimum of every seven days. |
JBoss logs by default are written to the local file system. A centralized logging solution like syslog should be used whenever possible; however, any log data stored to the file system needs to be off-loaded. JBoss EAP does not provide an automated backup capability. Instead, reliance is placed on OS... |
V-213515
|
Medium |
File permissions must be configured to protect log information from unauthorized deletion. |
If log data were to become compromised, then competent forensic analysis and discovery of the true source of potentially malicious system activity is difficult, if not impossible, to achieve.
When not configured to use a centralized logging solution like a syslog server, the JBoss EAP application server writes log data... |
V-213514
|
Medium |
File permissions must be configured to protect log information from unauthorized modification. |
If log data were to become compromised, then competent forensic analysis and discovery of the true source of potentially malicious system activity is difficult, if not impossible, to achieve.
When not configured to use a centralized logging solution like a syslog server, the JBoss EAP application server writes log data... |
V-213513
|
Medium |
File permissions must be configured to protect log information from any type of unauthorized read access. |
If log data were to become compromised, then competent forensic analysis and discovery of the true source of potentially malicious system activity is difficult, if not impossible, to achieve.
When not configured to use a centralized logging solution like a syslog server, the JBoss EAP application server writes log data... |
V-213512
|
Medium |
JBoss ROOT logger must be configured to utilize the appropriate logging level. |
Information system logging capability is critical for accurate forensic analysis. Log record content that may be necessary to satisfy the requirement of this control includes: time stamps, source and destination addresses, user/process identifiers, event descriptions, success/fail indications, filenames involved, and access control or flow control rules invoked.
See Chapter 14,... |
V-213511
|
Medium |
The application server must produce log records that contain sufficient information to establish the outcome of events. |
Information system logging capability is critical for accurate forensic analysis. Log record content that may be necessary to satisfy the requirement of this control includes, but is not limited to, time stamps, source and destination IP addresses, user/process identifiers, event descriptions, application-specific events, success/fail indications, filenames involved, access control or... |
V-213510
|
Medium |
JBoss must be configured to record the IP address and port information used by management interface network traffic. |
Application server logging capability is critical for accurate forensic analysis. Without sufficient and accurate information, a correct replay of the events cannot be determined.
Ascertaining the correct source, e.g., source IP, of the events is important during forensic analysis. Correctly determining the source will add information to the overall reconstruction... |
V-213509
|
Medium |
JBoss must be configured to produce log records that establish which hosted application triggered the events. |
Application server logging capability is critical for accurate forensic analysis. Without sufficient and accurate information, a correct replay of the events cannot be determined.
By default, no web logging is enabled in JBoss. Logging can be configured per web application or by virtual server. If web application logging is not... |
V-213508
|
Medium |
JBoss Log Formatter must be configured to produce log records that establish the date and time the events occurred. |
Application server logging capability is critical for accurate forensic analysis. Without sufficient and accurate information, a correct replay of the events cannot be determined.
Ascertaining the correct order of the events that occurred is important during forensic analysis. Events that appear harmless by themselves might be flagged as a potential... |
V-213507
|
Medium |
JBoss must be configured to produce log records containing information to establish what type of events occurred. |
Information system logging capability is critical for accurate forensic analysis. Without being able to establish what type of event occurred, it would be difficult to establish, correlate, and investigate the events relating to an incident or identify those responsible.
Log record content that may be necessary to satisfy the requirement... |
V-213506
|
Medium |
JBoss must be configured to log the IP address of the remote system connecting to the JBoss system/cluster. |
Information system logging capability is critical for accurate forensic analysis. Without being able to establish what type of event occurred, it would be difficult to establish, correlate, and investigate the events relating to an incident or identify those responsible.
Log record content that may be necessary to satisfy the requirement... |
V-213505
|
Medium |
JBoss must be configured to initiate session logging upon startup. |
Session logging activities are developed, integrated, and used in consultation with legal counsel in accordance with applicable federal laws, Executive Orders, directives, policies, or regulations. |
V-213504
|
Medium |
JBoss must be configured to allow only the ISSM (or individuals or roles appointed by the ISSM) to select which loggable events are to be logged. |
The JBoss server must be configured to select which personnel are assigned the role of selecting which loggable events are to be logged.
In JBoss, the role designated for selecting auditable events is the "Auditor" role.
The personnel or roles that can select loggable events are only the ISSM (or... |
V-213503
|
Medium |
The JBoss server must generate log records for access and authentication events to the management interface. |
Log records can be generated from various components within the JBoss application server. The minimum list of logged events should be those pertaining to access and authentication events to the management interface as well as system startup and shutdown events.
By default, JBoss does not log management interface access but... |
V-213499
|
Medium |
Users in JBoss Management Security Realms must be in the appropriate role. |
Security realms are a series of mappings between users and passwords and users and roles. There are 2 JBoss security realms provided by default; they are "management realm" and "application realm".
Management realm stores authentication information for the management API, which provides functionality for the web-based management console and the... |
V-213495
|
Medium |
HTTPS must be enabled for JBoss web interfaces. |
Encryption is critical for protection of web-based traffic. If encryption is not being used to protect the application server's web connectors, malicious users may gain the ability to read or modify the application traffic while it is in transit over the network. The use of cryptography on web connectors secures... |
V-213494
|
Medium |
HTTP management session traffic must be encrypted. |
Types of management interfaces utilized by the JBoss EAP application server include web-based HTTP interfaces as well as command line-based management interfaces. In the event remote HTTP management is required, the access must be via HTTPS.
This requirement is in conjunction with the requirement to isolate all management access to... |
V-213523
|
Low |
Welcome Web Application must be disabled. |
The Welcome to JBoss web page provides a redirect to the JBoss admin console, which, by default, runs on TCP 9990 as well as redirects to the Online User Guide and Online User Groups hosted at locations on the Internet. The welcome page is unnecessary and should be disabled or... |