Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

395 total results found

Windows

ICMP Timestamp Request Remote Date Disc...

Microsoft IIS webserver

Information Disclosure - Debug Error Me...

Nginx webserver

Information Disclosure - Debug Error Me...

Apache webserver

Information Disclosure - Debug Error Me...

WordPress

Information Disclosure - Debug Error Me...

Joomla

Information Disclosure - Debug Error Me...

Drupal

Information Disclosure - Debug Error Me...

Linux (Debian/Ubuntu)

MTA Open Mail Relaying Allowed

Linux (RHEL/CentOS/AlmaLinux)

MTA Open Mail Relaying Allowed

Windows

MTA Open Mail Relaying Allowed

Generic / Developer guidance

NAT-PMP Detection (remote network)

Linux (Debian/Ubuntu)

OpenSSH < 9.3 Multiple Vulnerabilities

Linux (RHEL/CentOS/AlmaLinux)

OpenSSH < 9.3 Multiple Vulnerabilities

Windows

OpenSSH < 9.3 Multiple Vulnerabilities

Linux (Debian/Ubuntu)

OpenSSH < 9.6 Multiple Vulnerabilities

Linux (RHEL/CentOS/AlmaLinux)

OpenSSH < 9.6 Multiple Vulnerabilities

Windows

OpenSSH < 9.6 Multiple Vulnerabilities

Linux (Debian/Ubuntu)

OpenSSL 3.0.0 < 3.0.12 Vulnerability

Linux (RHEL/CentOS/AlmaLinux)

OpenSSL 3.0.0 < 3.0.12 Vulnerability

Windows

OpenSSL 3.0.0 < 3.0.12 Vulnerability

Remediation Steps

ICMP Timestamp Request Remote Date Disc... Windows

Follow the steps below to remediate this finding on Windows. Block ICMP timestamp requests using Windows Firewall.Open Windows Firewall with Advanced Security.Create a new Inbound Rule:Rule Type: CustomProtocol and Ports: ICMPv4, Specific types: Timestamp Requ...

Remediation Steps

Information Disclosure - Debug Error Me... Microsoft IIS webserver

Follow the steps below to remediate this finding on Microsoft IIS webserver. In IIS Manager, select your site and open Error Pages.For each error code (especially 500), set the error response to a custom static HTML page that does not reveal internal details.I...

Remediation Steps

Information Disclosure - Debug Error Me... Nginx webserver

Follow the steps below to remediate this finding on Nginx webserver. Disable PHP error display in php.ini:display_errors = Offdisplay_startup_errors = Offlog_errors = Onerror_log = /var/log/php_errors.logConfigure custom error pages in nginx.conf:error_page 50...

Remediation Steps

Information Disclosure - Debug Error Me... Apache webserver

Follow the steps below to remediate this finding on Apache webserver. Disable PHP error display in php.ini or via .htaccess:php_flag display_errors off php_flag log_errors on php_value error_log /var/log/php_errors.logConfigure custom error pages:ErrorDocument...

Remediation Steps

Information Disclosure - Debug Error Me... WordPress

Follow the steps below to remediate this finding on WordPress. In wp-config.php, disable debug output:define('WP_DEBUG', false); define('WP_DEBUG_DISPLAY', false); define('WP_DEBUG_LOG', false);Ensure no error output plugins (e.g., Debug Bar) are active in pro...

Remediation Steps

Information Disclosure - Debug Error Me... Joomla

Follow the steps below to remediate this finding on Joomla. In the Joomla Administrator panel, go to System > Global Configuration > Server tab.Set Error Reporting to None.Click Save.

Remediation Steps

Information Disclosure - Debug Error Me... Drupal

Follow the steps below to remediate this finding on Drupal. Go to Administration > Configuration > Development > Logging and errors.Set "Error messages to display" to None.Save the configuration.

Remediation Steps

MTA Open Mail Relaying Allowed Linux (Debian/Ubuntu)

Follow the steps below to remediate this finding on Linux (Debian/Ubuntu). For Postfix, restrict relay access in /etc/postfix/main.cf:smtpd_relay_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destinationSet your trusted network:myn...

Remediation Steps

MTA Open Mail Relaying Allowed Linux (RHEL/CentOS/AlmaLinux)

Follow the steps below to remediate this finding on Linux (RHEL/CentOS/AlmaLinux). For Postfix on RHEL/CentOS, edit /etc/postfix/main.cf:smtpd_relay_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destinationRestart Postfix:sudo syst...

Remediation Steps

MTA Open Mail Relaying Allowed Windows

Follow the steps below to remediate this finding on Windows. For Microsoft Exchange, open the Exchange Admin Center.Go to Mail flow > Receive connectors.Select each connector and verify the Permission groups do not include Anonymous users for relay.For IIS SMT...

Remediation Steps

NAT-PMP Detection (remote network) Generic / Developer guidance

Follow the steps below to remediate this finding on Generic / Developer guidance. NAT-PMP (Port Mapping Protocol) allows devices on the local network to automatically configure port forwarding on NAT gateways. If detectable from a remote network, the gateway i...

Remediation Steps

OpenSSH < 9.3 Multiple Vulnerabilities Linux (Debian/Ubuntu)

Follow the steps below to remediate this finding on Linux (Debian/Ubuntu). Update OpenSSH to the latest available version:sudo apt update sudo apt upgrade openssh-serverVerify the installed version:ssh -VIf the distribution repositories do not provide a patche...

Remediation Steps

OpenSSH < 9.3 Multiple Vulnerabilities Linux (RHEL/CentOS/AlmaLinux)

Follow the steps below to remediate this finding on Linux (RHEL/CentOS/AlmaLinux). Update OpenSSH via the package manager:sudo yum update openssh-server # RHEL/CentOS 7 sudo dnf update openssh-server # RHEL/CentOS 8+ / AlmaLinuxVerify the installed ver...

Remediation Steps

OpenSSH < 9.3 Multiple Vulnerabilities Windows

Follow the steps below to remediate this finding on Windows. For Windows Server with OpenSSH (Win32-OpenSSH), update via the optional features:Settings > Apps > Optional features > OpenSSH Server > ModifyOr use PowerShell to install the latest version from Git...

Remediation Steps

OpenSSH < 9.6 Multiple Vulnerabilities Linux (Debian/Ubuntu)

Follow the steps below to remediate this finding on Linux (Debian/Ubuntu). Update OpenSSH to the latest available version:sudo apt update sudo apt upgrade openssh-serverVerify the installed version:ssh -VIf the distribution does not yet provide 9.6+, use backp...

Remediation Steps

OpenSSH < 9.6 Multiple Vulnerabilities Linux (RHEL/CentOS/AlmaLinux)

Follow the steps below to remediate this finding on Linux (RHEL/CentOS/AlmaLinux). Update OpenSSH via the package manager:sudo yum update openssh-server # RHEL/CentOS 7 sudo dnf update openssh-server # RHEL/CentOS 8+ / AlmaLinuxVerify the installed ver...

Remediation Steps

OpenSSH < 9.6 Multiple Vulnerabilities Windows

Follow the steps below to remediate this finding on Windows. Update Win32-OpenSSH to a version >= 9.6 via optional features or by downloading the latest release from the official Win32-OpenSSH GitHub releases page and running the MSI installer.Restart the sshd...

Remediation Steps

OpenSSL 3.0.0 < 3.0.12 Vulnerability Linux (Debian/Ubuntu)

Follow the steps below to remediate this finding on Linux (Debian/Ubuntu). Update OpenSSL to the latest patched version:sudo apt update sudo apt upgrade openssl libssl3Verify the installed version:openssl versionRestart services that depend on OpenSSL (e.g., A...

Remediation Steps

OpenSSL 3.0.0 < 3.0.12 Vulnerability Linux (RHEL/CentOS/AlmaLinux)

Follow the steps below to remediate this finding on Linux (RHEL/CentOS/AlmaLinux). Update OpenSSL via the package manager:sudo yum update openssl # RHEL/CentOS 7 sudo dnf update openssl # RHEL/CentOS 8+ / AlmaLinuxVerify the installed version:openssl v...

Remediation Steps

OpenSSL 3.0.0 < 3.0.12 Vulnerability Windows

Follow the steps below to remediate this finding on Windows. On Windows, OpenSSL is typically bundled with other software (Apache, Nginx, Git, etc.).Update each bundled application to a version that includes OpenSSL 3.0.12 or later.For standalone OpenSSL insta...