V-256508 | High | The Photon operating system must require authentication upon booting into single-user and maintenance modes. | If the system does not require authentication before it boots into single-user mode, anyone with console access to the system can trivially access all files on the system. GRUB2 is the boot loader... |
V-256569 | Medium | The Photon operating system must prevent IPv4 Internet Control Message Protocol (ICMP) redirect messages from being accepted. | ICMP redirect messages are used by routers to inform hosts that a more direct route exists for a particular destination. These messages modify the host's route table and are unauthenticated. An... |
V-256568 | Medium | The Photon operating system must not respond to IPv4 Internet Control Message Protocol (ICMP) echoes sent to a broadcast address. | Responding to broadcast (ICMP) echoes facilitates network mapping and provides a vector for amplification attacks. |
V-256561 | Medium | The Photon operating system must be configured so that all global initialization scripts are protected from unauthorized modification. | Local initialization files are used to configure the user's shell environment upon login. Malicious modification of these files could compromise accounts upon login. |
V-256560 | Medium | The Photon operating system must be configured so the "/root" path is protected from unauthorized access. | If the "/root" path is accessible to users other than root, unauthorized users could change the root partitions files. |
V-256563 | Medium | The Photon operating system must be configured so that all files have a valid owner and group owner. | If files do not have valid user and group owners, unintended access to files could occur. |
V-256562 | Medium | The Photon operating system must be configured so that all system startup scripts are protected from unauthorized modification. | If system startup scripts are accessible to unauthorized modification, this could compromise the system on startup. |
V-256565 | Medium | The Photon operating system must be configured so that all cron jobs are protected from unauthorized modification. | If cron files and folders are accessible to unauthorized users, malicious jobs may be created. |
V-256564 | Medium | The Photon operating system must be configured so the "/etc/cron.allow" file is protected from unauthorized modification. | If cron files and folders are accessible to unauthorized users, malicious jobs may be created. |
V-256567 | Medium | The Photon operating system must not forward IPv4 or IPv6 source-routed packets. | Source routing is an Internet Protocol mechanism that allows an IP packet to carry information, a list of addresses, that tells a router the path the packet must take. There is also an option to... |
V-256566 | Medium | The Photon operating system must be configured so that all cron paths are protected from unauthorized modification. | If cron files and folders are accessible to unauthorized users, malicious jobs may be created. |
V-256518 | Medium | The Photon operating system must audit all account modifications. | Once an attacker establishes access to a system, the attacker often attempts to create a persistent method of reestablishing access. One way to accomplish this is for the attacker to modify an... |
V-256519 | Medium | The Photon operating system must audit all account disabling actions. | When operating system accounts are disabled, user accessibility is affected. Accounts are used for identifying individual users or operating system processes. To detect and respond to events... |
V-256514 | Medium | The Photon operating system must configure sshd to disconnect idle Secure Shell (SSH) sessions. | Terminating an idle session within a short time period reduces the window of opportunity for unauthorized personnel to take control of a management session enabled on a console or console port... |
V-256515 | Medium | The Photon operating system "/var/log" directory must be owned by root. | Only authorized personnel should be aware of errors and the details of the errors. Error messages are an indicator of an organization's operational state and can provide sensitive information to... |
V-256516 | Medium | The Photon operating system messages file must have the correct ownership and file permissions. | Only authorized personnel should be aware of errors and the details of the errors. Error messages are an indicator of an organization's operational state and can provide sensitive information to... |
V-256517 | Medium | The Photon operating system must audit all account modifications. | Once an attacker establishes access to a system, the attacker often attempts to create a persistent method of reestablishing access. One way to accomplish this is for the attacker to modify an... |
V-256510 | Medium | The Photon operating system must not have duplicate User IDs (UIDs). | To ensure accountability and prevent unauthenticated access, organizational users must be uniquely identified and authenticated to prevent potential misuse and provide for nonrepudiation. |
V-256511 | Medium | The Photon operating system must disable new accounts immediately upon password expiration. | Inactive identifiers pose a risk to systems and applications because attackers may exploit an inactive identifier and potentially obtain undetected access to the system. Owners of inactive... |
V-256512 | Medium | The Photon operating system must use Transmission Control Protocol (TCP) syncookies. | A TCP SYN flood attack can cause a denial of service by filling a system's TCP connection table with connections in the SYN_RCVD state. Syncookies can be used to track a connection when a... |
V-256513 | Medium | The Photon operating system must configure sshd to disconnect idle Secure Shell (SSH) sessions. | Terminating an idle session within a short time period reduces the window of opportunity for unauthorized personnel to take control of a management session enabled on a console or console port... |
V-256590 | Medium | The Photon operating system must disable systemd fallback Domain Name System (DNS). | Systemd contains an ability to set fallback DNS servers. This is used for DNS lookups in the event no system-level DNS servers are configured or other DNS servers are specified in the systemd... |
V-256509 | Medium | The Photon operating system must disable the loading of unnecessary kernel modules. | To support the requirements and principles of least functionality, the operating system must provide only essential capabilities and limit the use of modules, protocols, and/or services to only... |
V-256507 | Medium | The Photon operating system must enforce a minimum eight-character password length. | The shorter the password, the lower the number of possible combinations that need to be tested before the password is compromised.
Password complexity, or strength, is a measure of the... |
V-256506 | Medium | The Photon operating system must prohibit password reuse for a minimum of five generations. | Password complexity, or strength, is a measure of the effectiveness of a password in resisting attempts at guessing and brute-force attacks. If the information system or application allows the... |
V-256505 | Medium | The Photon operating system must be configured so that passwords for new users are restricted to a 90-day maximum lifetime. | Any password, no matter how complex, can eventually be cracked. Therefore, passwords need to be changed periodically. If the operating system does not limit the lifetime of passwords and force... |
V-256504 | Medium | The Photon operating system must be configured so that passwords for new users are restricted to a 24-hour minimum lifetime. | Enforcing a minimum password lifetime helps to prevent repeated password changes to defeat the password reuse or history enforcement requirement. If users are allowed to immediately and... |
V-256503 | Medium | The Photon operating system must use an OpenSSH server version that does not support protocol 1. | A replay attack may enable an unauthorized user to gain access to the operating system. Authentication sessions between the authenticator and the operating system validating the user credentials... |
V-256502 | Medium | The Photon operating system must store only encrypted representations of passwords. | Passwords need to be protected at all times, and encryption is the standard method for protecting passwords. If passwords are not encrypted, they can be plainly read (i.e., clear text) and easily... |
V-256501 | Medium | The Photon operating system must require that new passwords are at least four characters different from the old password. | Use of a complex password helps to increase the time and resources required to compromise the password. Password complexity, or strength, is a measure of the effectiveness of a password in... |
V-256500 | Medium | The Photon operating system must enforce password complexity by requiring that at least one numeric character be used. | Use of a complex password helps to increase the time and resources required to compromise the password. Password complexity, or strength, is a measure of the effectiveness of a password in... |
V-256587 | Medium | The Photon operating system must configure sshd to restrict AllowTcpForwarding. | While enabling Transmission Control Protocol (TCP) tunnels is a valuable function of sshd, this feature is not appropriate for use on single-purpose appliances. |
V-256586 | Medium | The Photon operating system must ensure the old passwords are being stored. | Password complexity, or strength, is a measure of the effectiveness of a password in resisting attempts at guessing and brute-force attacks. If the information system or application allows the... |
V-256585 | Medium | The Photon operating system must store only encrypted representations of passwords. | Passwords must be protected at all times via strong, one-way encryption. If passwords are not encrypted, they can be plainly read (i.e., clear text) and easily compromised. If they are encrypted... |
V-256584 | Medium | The Photon operating system must configure sshd to disallow HostbasedAuthentication. | Secure Shell (SSH) trust relationships enable trivial lateral spread after a host compromise and therefore must be explicitly disabled. |
V-256583 | Medium | The Photon operating system must set the "umask" parameter correctly. | The "umask" value influences the permissions assigned to files when they are created. The "umask" setting in "login.defs" controls the permissions for a new user's home directory. By setting the... |
V-256582 | Medium | The Photon operating system must protect all "sysctl" configuration files from unauthorized access. | The "sysctl" configuration file specifies values for kernel parameters to be set on boot. Incorrect or malicious configuration of these parameters can have a negative effect on system security. |
V-256581 | Medium | The Photon operating system must protect sshd configuration from unauthorized access. | The "sshd_config" file contains all the configuration items for sshd. Incorrect or malicious configuration of sshd can allow unauthorized access to the system, insecure communication, limited... |
V-256580 | Medium | The Photon operating system must protect all boot configuration files from unauthorized modification. | Boot configuration files control how the system boots, including single-user mode, auditing, log levels, etc. Improper or malicious configurations can negatively affect system security and availability. |
V-256589 | Medium | The Photon operating system must implement NIST FIPS-validated cryptography for the following: to provision digital signatures, generate cryptographic hashes, and protect unclassified information requiring confidentiality and cryptographic protection in accordance with applicable federal laws, Executive Orders, directives, policies, regulations, and standards. | Use of weak or untested encryption algorithms undermines the purposes of using encryption to protect data. The operating system must implement cryptographic modules adhering to the higher... |
V-256588 | Medium | The Photon operating system must configure sshd to restrict LoginGraceTime. | By default, sshd unauthenticated connections are left open for two minutes before being closed. This setting is too permissive as no legitimate login would need such an amount of time to complete... |
V-256532 | Medium | The Photon operating system YUM repository must cryptographically verify the authenticity of all software packages during installation. | Installation of any nontrusted software, patches, service packs, device drivers, or operating system components can significantly affect the overall security of the operating system.... |
V-256533 | Medium | The Photon operating system must require users to reauthenticate for privilege escalation. | Without reauthentication, users may access resources or perform tasks for which they do not have authorization.
When operating systems provide the capability to escalate a functional capability,... |
V-256530 | Medium | The Photon operating system RPM package management tool must cryptographically verify the authenticity of all software packages during installation. | Installation of any nontrusted software, patches, service packs, device drivers, or operating system components can significantly affect the overall security of the operating system. Ensuring all... |
V-256531 | Medium | The Photon operating system RPM package management tool must cryptographically verify the authenticity of all software packages during installation. | Installation of any nontrusted software, patches, service packs, device drivers, or operating system components can significantly affect the overall security of the operating system.... |
V-256536 | Medium | The Photon operating system must remove all software components after updated versions have been installed. | Previous versions of software components that are not removed from the information system after updates have been installed may be exploited by adversaries. Some information technology products... |
V-256537 | Medium | The Photon operating system must generate audit records when the sudo command is used. | Without generating audit 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... |
V-256535 | Medium | The Photon operating system must implement address space layout randomization (ASLR) to protect its memory from unauthorized code execution. | ASLR makes it more difficult for an attacker to predict the location of attack code they have introduced into a process's address space during an attempt at exploitation.
ASLR also makes it more... |
V-256538 | Medium | The Photon operating system must generate audit records when successful/unsuccessful logon attempts occur. | Without generating audit 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... |
V-256539 | Medium | The Photon operating system must audit the "insmod" module. | Without generating audit 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... |
V-256525 | Medium | The Photon operating system package files must not be modified. | Protecting the integrity of the tools used for auditing purposes is a critical step toward ensuring the integrity of audit information. Audit information includes all information (e.g., audit... |
V-256524 | Medium | The Photon operating system must enforce password complexity by requiring that at least one special character be used. | Use of a complex password helps to increase the time and resources required to compromise the password. Password complexity, or strength, is a measure of the effectiveness of a password in... |
V-256527 | Medium | The Photon operating system must configure auditd to keep five rotated log files. | Audit logs are most useful when accessible by date, rather than size. This can be accomplished through a combination of an audit log rotation cron job, setting a reasonable number of logs to keep,... |
V-256526 | Medium | The Photon operating system must audit the execution of privileged functions. | Misuse of privileged functions, either intentionally or unintentionally by authorized users, or by unauthorized external entities that have compromised information system accounts, is a serious... |
V-256521 | Medium | The Photon operating system must initiate auditing as part of the boot process. | Each process on the system carries an "auditable" flag, which indicates whether its activities can be audited. Although auditd takes care of enabling this for all processes that launch after it... |
V-256520 | Medium | The Photon operating system must audit all account removal actions. | When operating system accounts are removed, user accessibility is affected. Accounts are used for identifying individual users or operating system processes. To detect and respond to events... |
V-256523 | Medium | The Photon operating system must protect audit tools from unauthorized modification and deletion. | Protecting audit information includes identifying and protecting the tools used to view and manipulate log data. Therefore, protecting audit tools is necessary to prevent unauthorized operations... |
V-256522 | Medium | The Photon operating system audit files and directories must have correct permissions. | Protecting audit information includes identifying and protecting the tools used to view and manipulate log data. Therefore, protecting audit tools is necessary to prevent unauthorized operations... |
V-256529 | Medium | The Photon operating system must configure auditd to log space limit problems to syslog. | If security personnel are not notified immediately when storage volume reaches 75 percent utilization, they are unable to plan for audit record storage capacity expansion. |
V-256528 | Medium | The Photon operating system must configure auditd to keep logging in the event max log file size is reached. | Audit logs are most useful when accessible by date, rather than size. This can be accomplished through a combination of an audit log rotation cron job, setting a reasonable number of logs to keep,... |
V-256488 | Medium | The Photon operating system must configure auditd to use the correct log format. | To compile an accurate risk assessment and provide forensic analysis, it is essential for security personnel to know exact, unfiltered details of the event in question. |
V-256489 | Medium | The Photon operating system must be configured to audit the execution of privileged functions. | Misuse of privileged functions, either intentionally or unintentionally by authorized users, or by unauthorized external entities that have compromised information system accounts, is a serious... |
V-256487 | Medium | The Photon operating system must configure auditd to log to disk. | Without establishing what type of events occurred, it would be difficult to establish, correlate, and investigate the events leading up to an outage or attack.
Audit record content must be... |
V-256484 | Medium | The Photon operating system must have sshd authentication logging enabled. | Automated monitoring of remote access sessions allows organizations to detect cyberattacks and ensure ongoing compliance with remote access policies by auditing connection activities.
Shipping... |
V-256485 | Medium | The Photon operating system must have the sshd LogLevel set to "INFO". | Automated monitoring of remote access sessions allows organizations to detect cyberattacks and ensure ongoing compliance with remote access policies by auditing connection activities.
The INFO... |
V-256482 | Medium | The Photon operating system must set a session inactivity timeout of 15 minutes or less. | A session timeout is an action taken when a session goes idle for any reason. Rather than relying on the user to manually disconnect their session prior to going idle, the Photon operating system... |
V-256483 | Medium | The Photon operating system must have the sshd SyslogFacility set to "authpriv". | Automated monitoring of remote access sessions allows organizations to detect cyberattacks and ensure ongoing compliance with remote access policies by auditing connection activities. |
V-256480 | Medium | The Photon operating system must display the Standard Mandatory DOD Notice and Consent Banner before granting Secure Shell (SSH) access. | Display of a standardized and approved use notification before granting access to the operating system ensures privacy and security notification verbiage used is consistent with applicable federal... |
V-256481 | Medium | The Photon operating system must limit the number of concurrent sessions to 10 for all accounts and/or account types. | Operating system management includes the ability to control the number of users and user sessions that utilize an operating system. Limiting the number of allowed users and sessions per user is... |
V-256550 | Medium | The Photon operating system must configure sshd to perform strict mode checking of home directory configuration files. | If other users have access to modify user-specific Secure Shell (SSH) configuration files, they may be able to log on to the system as another user. |
V-256551 | Medium | The Photon operating system must configure sshd to disallow Kerberos authentication. | If Kerberos is enabled through Secure Shell (SSH), sshd provides a means of access to the system's Kerberos implementation. Vulnerabilities in the system's Kerberos implementation may then be... |
V-256552 | Medium | The Photon operating system must configure sshd to disallow authentication with an empty password. | Blank passwords are one of the first things an attacker checks for when probing a system. Even is the user somehow has a blank password on the operating system, sshd must not allow that user to log in. |
V-256553 | Medium | The Photon operating system must configure sshd to disallow compression of the encrypted session stream. | If compression is allowed in a Secure Shell (SSH) connection prior to authentication, vulnerabilities in the compression software could result in compromise of the system from an unauthenticated... |
V-256554 | Medium | The Photon operating system must configure sshd to display the last login immediately after authentication. | Providing users with feedback on the last time they logged on via Secure Shell (SSH) facilitates user recognition and reporting of unauthorized account use. |
V-256555 | Medium | The Photon operating system must configure sshd to ignore user-specific trusted hosts lists. | Secure Shell (SSH) trust relationships enable trivial lateral spread after a host compromise and therefore must be explicitly disabled. Individual users can have a local list of trusted remote... |
V-256556 | Medium | The Photon operating system must configure sshd to ignore user-specific "known_host" files. | Secure Shell (SSH) trust relationships enable trivial lateral spread after a host compromise and therefore must be explicitly disabled. Individual users can have a local list of trusted remote... |
V-256557 | Medium | The Photon operating system must configure sshd to limit the number of allowed login attempts per connection. | By setting the login attempt limit to a low value, an attacker will be forced to reconnect frequently, which severely limits the speed and effectiveness of brute-force attacks. |
V-256558 | Medium | The Photon operating system must be configured so the x86 Ctrl-Alt-Delete key sequence is disabled on the command line. | When the Ctrl-Alt-Del target is enabled, a locally logged-on user who presses Ctrl-Alt-Delete, when at the console, can reboot the system. If accidentally pressed, as could happen in the case of a... |
V-256559 | Medium | The Photon operating system must be configured so the "/etc/skel" default scripts are protected from unauthorized modification. | If the skeleton files are not protected, unauthorized personnel could change user startup parameters and possibly jeopardize user files. |
V-256491 | Medium | The Photon operating system audit log must log space limit problems to syslog. | It is critical for the appropriate personnel to be aware if a system is at risk of failing to process audit logs as required. Without this notification, the security personnel may be unaware of an... |
V-256490 | Medium | The Photon operating system must have the auditd service running. | Event outcomes can include indicators of event success or failure and event-specific results (e.g., the security state of the information system after the event occurred). They also provide a... |
V-256493 | Medium | The Photon operating system audit log must have correct permissions. | Audit information includes all information (e.g., audit records, audit settings, audit reports) needed to successfully audit operating system activity.
Unauthorized disclosure of audit records... |
V-256492 | Medium | The Photon operating system audit log must attempt to log audit failures to syslog. | It is critical for the appropriate personnel to be aware if a system is at risk of failing to process audit logs as required. Without this notification, the security personnel may be unaware of an... |
V-256495 | Medium | The Photon operating system audit log must be group-owned by root. | Audit information includes all information (e.g., audit records, audit settings, audit reports) needed to successfully audit operating system activity.
Unauthorized disclosure of audit records... |
V-256494 | Medium | The Photon operating system audit log must be owned by root. | Audit information includes all information (e.g., audit records, audit settings, audit reports) needed to successfully audit operating system activity.
Unauthorized disclosure of audit records... |
V-256497 | Medium | The Photon operating system must generate audit records when successful/unsuccessful attempts to access privileges occur. | Audit records can be generated from various components within the information system (e.g., module or policy filter).
Satisfies: SRG-OS-000064-GPOS-00033, SRG-OS-000392-GPOS-00172,... |
V-256496 | Medium | The Photon operating system must allow only the information system security manager (ISSM) (or individuals or roles appointed by the ISSM) to select which auditable events are to be audited. | Without the capability to restrict the roles and individuals that can select which events are audited, unauthorized personnel may be able to prevent the auditing of critical events. Misconfigured... |
V-256499 | Medium | The Photon operating system must enforce password complexity by requiring that at least one lowercase character be used. | Use of a complex password helps to increase the time and resources required to compromise the password. Password complexity, or strength, is a measure of the effectiveness of a password in... |
V-256498 | Medium | The Photon operating system must enforce password complexity by requiring that at least one uppercase character be used. | Use of a complex password helps to increase the time and resources required to compromise the password. Password complexity, or strength, is a measure of the effectiveness of a password in... |
V-256543 | Medium | The Photon operating system must enforce a delay of at least four seconds between logon prompts following a failed logon attempt. | Limiting the number of logon attempts over a certain time interval reduces the chances that an unauthorized user may gain access to an account. |
V-256542 | Medium | The Photon operating system must set the "FAIL_DELAY" parameter. | Limiting the number of logon attempts over a certain time interval reduces the chances that an unauthorized user may gain access to an account. |
V-256541 | Medium | The Photon operating system must use the "pam_cracklib" module. | If the operating system allows the user to select passwords based on dictionary words, this increases the chances of password compromise by increasing the opportunity for successful guesses and... |
V-256540 | Medium | The Photon operating system auditd service must generate audit records for all account creations, modifications, disabling, and termination events. | Without generating audit 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... |
V-256547 | Medium | The Photon operating system must configure sshd to disallow Generic Security Service Application Program Interface (GSSAPI) authentication. | GSSAPI authentication is used to provide additional authentication mechanisms to applications. Allowing GSSAPI authentication through Secure Shell (SSH) exposes the system's GSSAPI to remote... |
V-256546 | Medium | The Photon operating system must disable the debug-shell service. | The debug-shell service is intended to diagnose systemd-related boot issues with various "systemctl" commands. Once enabled and following a system reboot, the root shell will be available on tty9.... |
V-256545 | Medium | The Photon operating system must create a home directory for all new local interactive user accounts. | If local interactive users are not assigned a valid home directory, there is no place for the storage and control of files they should own. |
V-256544 | Medium | The Photon operating system must ensure audit events are flushed to disk at proper intervals. | Without setting a balance between performance and ensuring all audit events are written to disk, performance of the system may suffer or the risk of missing audit entries may be too high. |
V-256549 | Medium | The Photon operating system must configure sshd to disable X11 forwarding. | X11 is an older, insecure graphics forwarding protocol. It is not used by Photon and should be disabled as a general best practice to limit attack surface area and communication channels. |
V-256548 | Medium | The Photon operating system must configure sshd to disable environment processing. | Enabling environment processing may enable users to bypass access restrictions in some configurations and must therefore be disabled. |
V-256479 | Medium | The Photon operating system must automatically lock an account when three unsuccessful logon attempts occur. | By limiting the number of failed logon attempts, the risk of unauthorized system access via user password guessing, otherwise known as brute-force attacks, is reduced. Limits are imposed by... |
V-256478 | Medium | The Photon operating system must audit all account creations. | Once an attacker establishes access to a system, the attacker often attempts to create a persistent method of reestablishing access. One way to accomplish this is for the attacker to create an... |
V-256576 | Medium | The Photon operating system must send Transmission Control Protocol (TCP) timestamps. | TCP timestamps are used to provide protection against wrapped sequence numbers. It is possible to calculate system uptime (and boot time) by analyzing TCP timestamps. These calculated uptimes can... |
V-256577 | Medium | The Photon operating system must be configured to protect the Secure Shell (SSH) public host key from unauthorized modification. | If a public host key file is modified by an unauthorized user, the SSH service may be compromised. |
V-256574 | Medium | The Photon operating system must not perform multicast packet forwarding. | Routing protocol daemons are typically used on routers to exchange network topology information with other routers. If this software is used when not required, system network information may be... |
V-256575 | Medium | The Photon operating system must not perform IPv4 packet forwarding. | Routing protocol daemons are typically used on routers to exchange network topology information with other routers. If this software is used when not required, system network information may be... |
V-256572 | Medium | The Photon operating system must log IPv4 packets with impossible addresses. | The presence of "martian" packets (which have impossible addresses) as well as spoofed packets, source-routed packets, and redirects could be a sign of nefarious network activity. Logging these... |
V-256573 | Medium | The Photon operating system must use a reverse-path filter for IPv4 network traffic. | Enabling reverse path filtering drops packets with source addresses that should not have been able to be received on the interface they were received on. It should not be used on systems that are... |
V-256570 | Medium | The Photon operating system must prevent IPv4 Internet Control Message Protocol (ICMP) secure redirect messages from being accepted. | ICMP redirect messages are used by routers to inform hosts that a more direct route exists for a particular destination. These messages modify the host's route table and are unauthenticated. An... |
V-256571 | Medium | The Photon operating system must not send IPv4 Internet Control Message Protocol (ICMP) redirects. | ICMP redirect messages are used by routers to inform hosts that a more direct route exists for a particular destination. These messages contain information from the system's route table, possibly... |
V-256578 | Medium | The Photon operating system must be configured to protect the Secure Shell ( SSH) private host key from unauthorized access. | If an unauthorized user obtains the private SSH host key file, the host could be impersonated. |
V-256579 | Medium | The Photon operating system must enforce password complexity on the root account. | Password complexity rules must apply to all accounts on the system, including root. Without specifying the "enforce_for_root flag", "pam_cracklib" does not apply complexity rules to the root user.... |
V-256534 | Low | The Photon operating system must configure sshd to use FIPS 140-2 ciphers. | Privileged access contains control and configuration information and is particularly sensitive, so additional protections are necessary. This is maintained by using cryptographic mechanisms such... |
V-256486 | Low | The Photon operating system must configure sshd to use approved encryption algorithms. | Without confidentiality protection mechanisms, unauthorized individuals may gain access to sensitive information via a remote access session.
OpenSSH on the Photon operating system is compiled... |