Ollama alapú vezetői elemzésA kimenet a következő lesz:
Összkép:
A rendszerben több kritikus és magas kockázati szintű hibát találtunk, amelyek sürgős javítást igényelnek. A legfontosabb megállapítások között szerepel a PHP 8.1.x < 8.1.28 több hibája és az SSL/TLS biztonságának problémái.
Fő kockázati témák:
PHP 8.1.x < 8.1.28 Multiple Vulnerabilities: A rendszerben a PHP verziója alacsonyabb, mint a javított 8.1.28, ami több hibát jelent.
SSL/TLS Diffie-Hellman Modulus <= 1024 Bits (Logjam): A rendszer biztonságos SSL/TLS kapcsolatokat engedélyez, amelyekben a Diffie-Hellman modulusa 1024 bitnél kisebb.
Ajánlott időtartam:
0–7 nap: A PHP verzióját javítsuk ki az 8.1.28-ra.
7–30 nap: Rendszerszintű biztonsági intézkedéseket hajtson végre, például új
Kritikus (3 típus / 36 összes)- PHP 8.1.x < 8.1.29 Multiple Vulnerabilities
- Apache 2.4.x < 2.4.60 Multiple Vulnerabilities
- PHP 8.1.x < 8.1.31 Multiple Vulnerabilities
Magas (6 típus / 48 összes)- Apache 2.4.x < 2.4.59 Multiple Vulnerabilities
- PHP 8.1.x < 8.1.30 Multiple Vulnerabilities
- PHP 8.1.x < 8.1.32 Multiple Vulnerabilities
- PHP 8.1.x < 8.1.33 Multiple Vulnerabilities
- Apache 2.4.x < 2.4.64 Multiple Vulnerabilities
- OpenSSL 1.1.1 < 1.1.1zd Vulnerability
Közepes (8 típus / 21 összes)- HTTP TRACE / TRACK Methods Allowed
- SSL Certificate Expiry
- SSL Certificate Signed Using Weak Hashing Algorithm
- SSL Certificate Cannot Be Trusted
- SSL Self-Signed Certificate
- TLS Version 1.0 Protocol Detection
- TLS Version 1.1 Deprecated Protocol
- PHP 8.1.x < 8.1.28 Multiple Vulnerabilities
Ollama: llama3.1:8b | ollama version is 0.14.2 | 2026-01-30 22:14
CRITICAL (36)
PHP 8.1.x < 8.1.29 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.29. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.29 advisory.
- sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-
cgi), does not properly handle query strings that lack an = (equals sign) character, which allows remote
attackers to execute arbitrary code by placing command-line options in the query string, related to lack
of skipping a certain php_getopt for the 'd' case. (CVE-2012-1823)
- In PHP versions 8.1.* before 8.1.28, 8.2.* before 8.2.18, 8.3.* before 8.3.5, when using proc_open()
command with array syntax, due to insufficient escaping, if the arguments of the executed command are
controlled by a malicious user, the user can supply arguments that would execute arbitrary commands in
Windows shell. (CVE-2024-1874)
- In PHP versions 8.1.* before 8.1.29, 8.2.* before 8.2.20, 8.3.* before 8.3.8, when using Apache and PHP-
CGI on Windows, if the system is set up to use certain code pages, Windows may use Best-Fit behavior to
replace characters in command line given to Win32 API functions. PHP CGI module may misinterpret those
characters as PHP options, which may allow a malicious user to pass options to PHP binary being run, and
thus reveal the source code of scripts, run arbitrary PHP code on the server, etc. (CVE-2024-4577)
- In PHP versions 8.1.* before 8.1.29, 8.2.* before 8.2.20, 8.3.* before 8.3.8, due to a code logic error,
filtering functions such as filter_var when validating URLs (FILTER_VALIDATE_URL) for certain types of
URLs the function will result in invalid user information (username + password part of URLs) being treated
as valid user information. This may lead to the downstream code accepting invalid URLs as valid and
parsing them incorrectly. (CVE-2024-5458)
- In PHP versions 8.1.* before 8.1.29, 8.2.* before 8.2.20, 8.3.* before 8.3.8, the fix for CVE-2024-1874
does not work if the command name includes trailing spaces. Original issue: when using proc_open() command
with array syntax, due to insufficient escaping, if the arguments of the executed command are controlled
by a malicious user, the user can supply arguments that would execute arbitrary commands in Windows shell.
(CVE-2024-5585)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.29 or later.
PHP 8.1.x < 8.1.29 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.29. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.29 advisory.
- sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-
cgi), does not properly handle query strings that lack an = (equals sign) character, which allows remote
attackers to execute arbitrary code by placing command-line options in the query string, related to lack
of skipping a certain php_getopt for the 'd' case. (CVE-2012-1823)
- In PHP versions 8.1.* before 8.1.28, 8.2.* before 8.2.18, 8.3.* before 8.3.5, when using proc_open()
command with array syntax, due to insufficient escaping, if the arguments of the executed command are
controlled by a malicious user, the user can supply arguments that would execute arbitrary commands in
Windows shell. (CVE-2024-1874)
- In PHP versions 8.1.* before 8.1.29, 8.2.* before 8.2.20, 8.3.* before 8.3.8, when using Apache and PHP-
CGI on Windows, if the system is set up to use certain code pages, Windows may use Best-Fit behavior to
replace characters in command line given to Win32 API functions. PHP CGI module may misinterpret those
characters as PHP options, which may allow a malicious user to pass options to PHP binary being run, and
thus reveal the source code of scripts, run arbitrary PHP code on the server, etc. (CVE-2024-4577)
- In PHP versions 8.1.* before 8.1.29, 8.2.* before 8.2.20, 8.3.* before 8.3.8, due to a code logic error,
filtering functions such as filter_var when validating URLs (FILTER_VALIDATE_URL) for certain types of
URLs the function will result in invalid user information (username + password part of URLs) being treated
as valid user information. This may lead to the downstream code accepting invalid URLs as valid and
parsing them incorrectly. (CVE-2024-5458)
- In PHP versions 8.1.* before 8.1.29, 8.2.* before 8.2.20, 8.3.* before 8.3.8, the fix for CVE-2024-1874
does not work if the command name includes trailing spaces. Original issue: when using proc_open() command
with array syntax, due to insufficient escaping, if the arguments of the executed command are controlled
by a malicious user, the user can supply arguments that would execute arbitrary commands in Windows shell.
(CVE-2024-5585)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.29 or later.
PHP 8.1.x < 8.1.29 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.29. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.29 advisory.
- sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-
cgi), does not properly handle query strings that lack an = (equals sign) character, which allows remote
attackers to execute arbitrary code by placing command-line options in the query string, related to lack
of skipping a certain php_getopt for the 'd' case. (CVE-2012-1823)
- In PHP versions 8.1.* before 8.1.28, 8.2.* before 8.2.18, 8.3.* before 8.3.5, when using proc_open()
command with array syntax, due to insufficient escaping, if the arguments of the executed command are
controlled by a malicious user, the user can supply arguments that would execute arbitrary commands in
Windows shell. (CVE-2024-1874)
- In PHP versions 8.1.* before 8.1.29, 8.2.* before 8.2.20, 8.3.* before 8.3.8, when using Apache and PHP-
CGI on Windows, if the system is set up to use certain code pages, Windows may use Best-Fit behavior to
replace characters in command line given to Win32 API functions. PHP CGI module may misinterpret those
characters as PHP options, which may allow a malicious user to pass options to PHP binary being run, and
thus reveal the source code of scripts, run arbitrary PHP code on the server, etc. (CVE-2024-4577)
- In PHP versions 8.1.* before 8.1.29, 8.2.* before 8.2.20, 8.3.* before 8.3.8, due to a code logic error,
filtering functions such as filter_var when validating URLs (FILTER_VALIDATE_URL) for certain types of
URLs the function will result in invalid user information (username + password part of URLs) being treated
as valid user information. This may lead to the downstream code accepting invalid URLs as valid and
parsing them incorrectly. (CVE-2024-5458)
- In PHP versions 8.1.* before 8.1.29, 8.2.* before 8.2.20, 8.3.* before 8.3.8, the fix for CVE-2024-1874
does not work if the command name includes trailing spaces. Original issue: when using proc_open() command
with array syntax, due to insufficient escaping, if the arguments of the executed command are controlled
by a malicious user, the user can supply arguments that would execute arbitrary commands in Windows shell.
(CVE-2024-5585)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.29 or later.
PHP 8.1.x < 8.1.29 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.29. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.29 advisory.
- sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-
cgi), does not properly handle query strings that lack an = (equals sign) character, which allows remote
attackers to execute arbitrary code by placing command-line options in the query string, related to lack
of skipping a certain php_getopt for the 'd' case. (CVE-2012-1823)
- In PHP versions 8.1.* before 8.1.28, 8.2.* before 8.2.18, 8.3.* before 8.3.5, when using proc_open()
command with array syntax, due to insufficient escaping, if the arguments of the executed command are
controlled by a malicious user, the user can supply arguments that would execute arbitrary commands in
Windows shell. (CVE-2024-1874)
- In PHP versions 8.1.* before 8.1.29, 8.2.* before 8.2.20, 8.3.* before 8.3.8, when using Apache and PHP-
CGI on Windows, if the system is set up to use certain code pages, Windows may use Best-Fit behavior to
replace characters in command line given to Win32 API functions. PHP CGI module may misinterpret those
characters as PHP options, which may allow a malicious user to pass options to PHP binary being run, and
thus reveal the source code of scripts, run arbitrary PHP code on the server, etc. (CVE-2024-4577)
- In PHP versions 8.1.* before 8.1.29, 8.2.* before 8.2.20, 8.3.* before 8.3.8, due to a code logic error,
filtering functions such as filter_var when validating URLs (FILTER_VALIDATE_URL) for certain types of
URLs the function will result in invalid user information (username + password part of URLs) being treated
as valid user information. This may lead to the downstream code accepting invalid URLs as valid and
parsing them incorrectly. (CVE-2024-5458)
- In PHP versions 8.1.* before 8.1.29, 8.2.* before 8.2.20, 8.3.* before 8.3.8, the fix for CVE-2024-1874
does not work if the command name includes trailing spaces. Original issue: when using proc_open() command
with array syntax, due to insufficient escaping, if the arguments of the executed command are controlled
by a malicious user, the user can supply arguments that would execute arbitrary commands in Windows shell.
(CVE-2024-5585)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.29 or later.
PHP 8.1.x < 8.1.29 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.29. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.29 advisory.
- sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-
cgi), does not properly handle query strings that lack an = (equals sign) character, which allows remote
attackers to execute arbitrary code by placing command-line options in the query string, related to lack
of skipping a certain php_getopt for the 'd' case. (CVE-2012-1823)
- In PHP versions 8.1.* before 8.1.28, 8.2.* before 8.2.18, 8.3.* before 8.3.5, when using proc_open()
command with array syntax, due to insufficient escaping, if the arguments of the executed command are
controlled by a malicious user, the user can supply arguments that would execute arbitrary commands in
Windows shell. (CVE-2024-1874)
- In PHP versions 8.1.* before 8.1.29, 8.2.* before 8.2.20, 8.3.* before 8.3.8, when using Apache and PHP-
CGI on Windows, if the system is set up to use certain code pages, Windows may use Best-Fit behavior to
replace characters in command line given to Win32 API functions. PHP CGI module may misinterpret those
characters as PHP options, which may allow a malicious user to pass options to PHP binary being run, and
thus reveal the source code of scripts, run arbitrary PHP code on the server, etc. (CVE-2024-4577)
- In PHP versions 8.1.* before 8.1.29, 8.2.* before 8.2.20, 8.3.* before 8.3.8, due to a code logic error,
filtering functions such as filter_var when validating URLs (FILTER_VALIDATE_URL) for certain types of
URLs the function will result in invalid user information (username + password part of URLs) being treated
as valid user information. This may lead to the downstream code accepting invalid URLs as valid and
parsing them incorrectly. (CVE-2024-5458)
- In PHP versions 8.1.* before 8.1.29, 8.2.* before 8.2.20, 8.3.* before 8.3.8, the fix for CVE-2024-1874
does not work if the command name includes trailing spaces. Original issue: when using proc_open() command
with array syntax, due to insufficient escaping, if the arguments of the executed command are controlled
by a malicious user, the user can supply arguments that would execute arbitrary commands in Windows shell.
(CVE-2024-5585)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.29 or later.
PHP 8.1.x < 8.1.29 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.29. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.29 advisory.
- sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-
cgi), does not properly handle query strings that lack an = (equals sign) character, which allows remote
attackers to execute arbitrary code by placing command-line options in the query string, related to lack
of skipping a certain php_getopt for the 'd' case. (CVE-2012-1823)
- In PHP versions 8.1.* before 8.1.28, 8.2.* before 8.2.18, 8.3.* before 8.3.5, when using proc_open()
command with array syntax, due to insufficient escaping, if the arguments of the executed command are
controlled by a malicious user, the user can supply arguments that would execute arbitrary commands in
Windows shell. (CVE-2024-1874)
- In PHP versions 8.1.* before 8.1.29, 8.2.* before 8.2.20, 8.3.* before 8.3.8, when using Apache and PHP-
CGI on Windows, if the system is set up to use certain code pages, Windows may use Best-Fit behavior to
replace characters in command line given to Win32 API functions. PHP CGI module may misinterpret those
characters as PHP options, which may allow a malicious user to pass options to PHP binary being run, and
thus reveal the source code of scripts, run arbitrary PHP code on the server, etc. (CVE-2024-4577)
- In PHP versions 8.1.* before 8.1.29, 8.2.* before 8.2.20, 8.3.* before 8.3.8, due to a code logic error,
filtering functions such as filter_var when validating URLs (FILTER_VALIDATE_URL) for certain types of
URLs the function will result in invalid user information (username + password part of URLs) being treated
as valid user information. This may lead to the downstream code accepting invalid URLs as valid and
parsing them incorrectly. (CVE-2024-5458)
- In PHP versions 8.1.* before 8.1.29, 8.2.* before 8.2.20, 8.3.* before 8.3.8, the fix for CVE-2024-1874
does not work if the command name includes trailing spaces. Original issue: when using proc_open() command
with array syntax, due to insufficient escaping, if the arguments of the executed command are controlled
by a malicious user, the user can supply arguments that would execute arbitrary commands in Windows shell.
(CVE-2024-5585)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.29 or later.
PHP 8.1.x < 8.1.29 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.29. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.29 advisory.
- sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-
cgi), does not properly handle query strings that lack an = (equals sign) character, which allows remote
attackers to execute arbitrary code by placing command-line options in the query string, related to lack
of skipping a certain php_getopt for the 'd' case. (CVE-2012-1823)
- In PHP versions 8.1.* before 8.1.28, 8.2.* before 8.2.18, 8.3.* before 8.3.5, when using proc_open()
command with array syntax, due to insufficient escaping, if the arguments of the executed command are
controlled by a malicious user, the user can supply arguments that would execute arbitrary commands in
Windows shell. (CVE-2024-1874)
- In PHP versions 8.1.* before 8.1.29, 8.2.* before 8.2.20, 8.3.* before 8.3.8, when using Apache and PHP-
CGI on Windows, if the system is set up to use certain code pages, Windows may use Best-Fit behavior to
replace characters in command line given to Win32 API functions. PHP CGI module may misinterpret those
characters as PHP options, which may allow a malicious user to pass options to PHP binary being run, and
thus reveal the source code of scripts, run arbitrary PHP code on the server, etc. (CVE-2024-4577)
- In PHP versions 8.1.* before 8.1.29, 8.2.* before 8.2.20, 8.3.* before 8.3.8, due to a code logic error,
filtering functions such as filter_var when validating URLs (FILTER_VALIDATE_URL) for certain types of
URLs the function will result in invalid user information (username + password part of URLs) being treated
as valid user information. This may lead to the downstream code accepting invalid URLs as valid and
parsing them incorrectly. (CVE-2024-5458)
- In PHP versions 8.1.* before 8.1.29, 8.2.* before 8.2.20, 8.3.* before 8.3.8, the fix for CVE-2024-1874
does not work if the command name includes trailing spaces. Original issue: when using proc_open() command
with array syntax, due to insufficient escaping, if the arguments of the executed command are controlled
by a malicious user, the user can supply arguments that would execute arbitrary commands in Windows shell.
(CVE-2024-5585)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.29 or later.
PHP 8.1.x < 8.1.29 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.29. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.29 advisory.
- sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-
cgi), does not properly handle query strings that lack an = (equals sign) character, which allows remote
attackers to execute arbitrary code by placing command-line options in the query string, related to lack
of skipping a certain php_getopt for the 'd' case. (CVE-2012-1823)
- In PHP versions 8.1.* before 8.1.28, 8.2.* before 8.2.18, 8.3.* before 8.3.5, when using proc_open()
command with array syntax, due to insufficient escaping, if the arguments of the executed command are
controlled by a malicious user, the user can supply arguments that would execute arbitrary commands in
Windows shell. (CVE-2024-1874)
- In PHP versions 8.1.* before 8.1.29, 8.2.* before 8.2.20, 8.3.* before 8.3.8, when using Apache and PHP-
CGI on Windows, if the system is set up to use certain code pages, Windows may use Best-Fit behavior to
replace characters in command line given to Win32 API functions. PHP CGI module may misinterpret those
characters as PHP options, which may allow a malicious user to pass options to PHP binary being run, and
thus reveal the source code of scripts, run arbitrary PHP code on the server, etc. (CVE-2024-4577)
- In PHP versions 8.1.* before 8.1.29, 8.2.* before 8.2.20, 8.3.* before 8.3.8, due to a code logic error,
filtering functions such as filter_var when validating URLs (FILTER_VALIDATE_URL) for certain types of
URLs the function will result in invalid user information (username + password part of URLs) being treated
as valid user information. This may lead to the downstream code accepting invalid URLs as valid and
parsing them incorrectly. (CVE-2024-5458)
- In PHP versions 8.1.* before 8.1.29, 8.2.* before 8.2.20, 8.3.* before 8.3.8, the fix for CVE-2024-1874
does not work if the command name includes trailing spaces. Original issue: when using proc_open() command
with array syntax, due to insufficient escaping, if the arguments of the executed command are controlled
by a malicious user, the user can supply arguments that would execute arbitrary commands in Windows shell.
(CVE-2024-5585)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.29 or later.
PHP 8.1.x < 8.1.29 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.29. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.29 advisory.
- sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-
cgi), does not properly handle query strings that lack an = (equals sign) character, which allows remote
attackers to execute arbitrary code by placing command-line options in the query string, related to lack
of skipping a certain php_getopt for the 'd' case. (CVE-2012-1823)
- In PHP versions 8.1.* before 8.1.28, 8.2.* before 8.2.18, 8.3.* before 8.3.5, when using proc_open()
command with array syntax, due to insufficient escaping, if the arguments of the executed command are
controlled by a malicious user, the user can supply arguments that would execute arbitrary commands in
Windows shell. (CVE-2024-1874)
- In PHP versions 8.1.* before 8.1.29, 8.2.* before 8.2.20, 8.3.* before 8.3.8, when using Apache and PHP-
CGI on Windows, if the system is set up to use certain code pages, Windows may use Best-Fit behavior to
replace characters in command line given to Win32 API functions. PHP CGI module may misinterpret those
characters as PHP options, which may allow a malicious user to pass options to PHP binary being run, and
thus reveal the source code of scripts, run arbitrary PHP code on the server, etc. (CVE-2024-4577)
- In PHP versions 8.1.* before 8.1.29, 8.2.* before 8.2.20, 8.3.* before 8.3.8, due to a code logic error,
filtering functions such as filter_var when validating URLs (FILTER_VALIDATE_URL) for certain types of
URLs the function will result in invalid user information (username + password part of URLs) being treated
as valid user information. This may lead to the downstream code accepting invalid URLs as valid and
parsing them incorrectly. (CVE-2024-5458)
- In PHP versions 8.1.* before 8.1.29, 8.2.* before 8.2.20, 8.3.* before 8.3.8, the fix for CVE-2024-1874
does not work if the command name includes trailing spaces. Original issue: when using proc_open() command
with array syntax, due to insufficient escaping, if the arguments of the executed command are controlled
by a malicious user, the user can supply arguments that would execute arbitrary commands in Windows shell.
(CVE-2024-5585)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.29 or later.
PHP 8.1.x < 8.1.29 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.29. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.29 advisory.
- sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-
cgi), does not properly handle query strings that lack an = (equals sign) character, which allows remote
attackers to execute arbitrary code by placing command-line options in the query string, related to lack
of skipping a certain php_getopt for the 'd' case. (CVE-2012-1823)
- In PHP versions 8.1.* before 8.1.28, 8.2.* before 8.2.18, 8.3.* before 8.3.5, when using proc_open()
command with array syntax, due to insufficient escaping, if the arguments of the executed command are
controlled by a malicious user, the user can supply arguments that would execute arbitrary commands in
Windows shell. (CVE-2024-1874)
- In PHP versions 8.1.* before 8.1.29, 8.2.* before 8.2.20, 8.3.* before 8.3.8, when using Apache and PHP-
CGI on Windows, if the system is set up to use certain code pages, Windows may use Best-Fit behavior to
replace characters in command line given to Win32 API functions. PHP CGI module may misinterpret those
characters as PHP options, which may allow a malicious user to pass options to PHP binary being run, and
thus reveal the source code of scripts, run arbitrary PHP code on the server, etc. (CVE-2024-4577)
- In PHP versions 8.1.* before 8.1.29, 8.2.* before 8.2.20, 8.3.* before 8.3.8, due to a code logic error,
filtering functions such as filter_var when validating URLs (FILTER_VALIDATE_URL) for certain types of
URLs the function will result in invalid user information (username + password part of URLs) being treated
as valid user information. This may lead to the downstream code accepting invalid URLs as valid and
parsing them incorrectly. (CVE-2024-5458)
- In PHP versions 8.1.* before 8.1.29, 8.2.* before 8.2.20, 8.3.* before 8.3.8, the fix for CVE-2024-1874
does not work if the command name includes trailing spaces. Original issue: when using proc_open() command
with array syntax, due to insufficient escaping, if the arguments of the executed command are controlled
by a malicious user, the user can supply arguments that would execute arbitrary commands in Windows shell.
(CVE-2024-5585)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.29 or later.
Apache 2.4.x < 2.4.60 Multiple Vulnerabilities
The version of Apache httpd installed on the remote host is prior to 2.4.60. It is, therefore, affected by multiple
vulnerabilities as referenced in the 2.4.60 advisory.
- Serving WebSocket protocol upgrades over a HTTP/2 connection could result in a Null Pointer dereference,
leading to a crash of the server process, degrading performance. (CVE-2024-36387)
- SSRF in Apache HTTP Server on Windows allows to potentially leak NTML hashes to a malicious server via
SSRF and malicious requests or content Users are recommended to upgrade to version 2.4.60 which fixes this
issue. Note: Existing configurations that access UNC paths will have to configure new directive UNCList
to allow access during request processing. (CVE-2024-38472)
- Encoding problem in mod_proxy in Apache HTTP Server 2.4.59 and earlier allows request URLs with incorrect
encoding to be sent to backend services, potentially bypassing authentication via crafted requests. Users
are recommended to upgrade to version 2.4.60, which fixes this issue. (CVE-2024-38473)
- Substitution encoding issue in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows attacker to
execute scripts in directories permitted by the configuration but not directly reachable by any URL or
source disclosure of scripts meant to only to be executed as CGI. Users are recommended to upgrade to
version 2.4.60, which fixes this issue. Some RewriteRules that capture and substitute unsafely will now
fail unless rewrite flag UnsafeAllow3F is specified. (CVE-2024-38474)
- Improper escaping of output in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows an attacker to
map URLs to filesystem locations that are permitted to be served by the server but are not
intentionally/directly reachable by any URL, resulting in code execution or source code disclosure.
Substitutions in server context that use a backreferences or variables as the first segment of the
substitution are affected. Some unsafe RewiteRules will be broken by this change and the rewrite flag
UnsafePrefixStat can be used to opt back in once ensuring the substitution is appropriately constrained.
(CVE-2024-38475)
- Vulnerability in core of Apache HTTP Server 2.4.59 and earlier are vulnerably to information disclosure,
SSRF or local script execution via backend applications whose response headers are malicious or
exploitable. Users are recommended to upgrade to version 2.4.60, which fixes this issue. (CVE-2024-38476)
- null pointer dereference in mod_proxy in Apache HTTP Server 2.4.59 and earlier allows an attacker to crash
the server via a malicious request. Users are recommended to upgrade to version 2.4.60, which fixes this
issue. (CVE-2024-38477)
- Potential SSRF in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows an attacker to cause unsafe
RewriteRules to unexpectedly setup URL's to be handled by mod_proxy. Users are recommended to upgrade to
version 2.4.60, which fixes this issue. (CVE-2024-39573)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to Apache version 2.4.60 or later.
Apache 2.4.x < 2.4.60 Multiple Vulnerabilities
The version of Apache httpd installed on the remote host is prior to 2.4.60. It is, therefore, affected by multiple
vulnerabilities as referenced in the 2.4.60 advisory.
- Serving WebSocket protocol upgrades over a HTTP/2 connection could result in a Null Pointer dereference,
leading to a crash of the server process, degrading performance. (CVE-2024-36387)
- SSRF in Apache HTTP Server on Windows allows to potentially leak NTML hashes to a malicious server via
SSRF and malicious requests or content Users are recommended to upgrade to version 2.4.60 which fixes this
issue. Note: Existing configurations that access UNC paths will have to configure new directive UNCList
to allow access during request processing. (CVE-2024-38472)
- Encoding problem in mod_proxy in Apache HTTP Server 2.4.59 and earlier allows request URLs with incorrect
encoding to be sent to backend services, potentially bypassing authentication via crafted requests. Users
are recommended to upgrade to version 2.4.60, which fixes this issue. (CVE-2024-38473)
- Substitution encoding issue in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows attacker to
execute scripts in directories permitted by the configuration but not directly reachable by any URL or
source disclosure of scripts meant to only to be executed as CGI. Users are recommended to upgrade to
version 2.4.60, which fixes this issue. Some RewriteRules that capture and substitute unsafely will now
fail unless rewrite flag UnsafeAllow3F is specified. (CVE-2024-38474)
- Improper escaping of output in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows an attacker to
map URLs to filesystem locations that are permitted to be served by the server but are not
intentionally/directly reachable by any URL, resulting in code execution or source code disclosure.
Substitutions in server context that use a backreferences or variables as the first segment of the
substitution are affected. Some unsafe RewiteRules will be broken by this change and the rewrite flag
UnsafePrefixStat can be used to opt back in once ensuring the substitution is appropriately constrained.
(CVE-2024-38475)
- Vulnerability in core of Apache HTTP Server 2.4.59 and earlier are vulnerably to information disclosure,
SSRF or local script execution via backend applications whose response headers are malicious or
exploitable. Users are recommended to upgrade to version 2.4.60, which fixes this issue. (CVE-2024-38476)
- null pointer dereference in mod_proxy in Apache HTTP Server 2.4.59 and earlier allows an attacker to crash
the server via a malicious request. Users are recommended to upgrade to version 2.4.60, which fixes this
issue. (CVE-2024-38477)
- Potential SSRF in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows an attacker to cause unsafe
RewriteRules to unexpectedly setup URL's to be handled by mod_proxy. Users are recommended to upgrade to
version 2.4.60, which fixes this issue. (CVE-2024-39573)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to Apache version 2.4.60 or later.
Apache 2.4.x < 2.4.60 Multiple Vulnerabilities
The version of Apache httpd installed on the remote host is prior to 2.4.60. It is, therefore, affected by multiple
vulnerabilities as referenced in the 2.4.60 advisory.
- Serving WebSocket protocol upgrades over a HTTP/2 connection could result in a Null Pointer dereference,
leading to a crash of the server process, degrading performance. (CVE-2024-36387)
- SSRF in Apache HTTP Server on Windows allows to potentially leak NTML hashes to a malicious server via
SSRF and malicious requests or content Users are recommended to upgrade to version 2.4.60 which fixes this
issue. Note: Existing configurations that access UNC paths will have to configure new directive UNCList
to allow access during request processing. (CVE-2024-38472)
- Encoding problem in mod_proxy in Apache HTTP Server 2.4.59 and earlier allows request URLs with incorrect
encoding to be sent to backend services, potentially bypassing authentication via crafted requests. Users
are recommended to upgrade to version 2.4.60, which fixes this issue. (CVE-2024-38473)
- Substitution encoding issue in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows attacker to
execute scripts in directories permitted by the configuration but not directly reachable by any URL or
source disclosure of scripts meant to only to be executed as CGI. Users are recommended to upgrade to
version 2.4.60, which fixes this issue. Some RewriteRules that capture and substitute unsafely will now
fail unless rewrite flag UnsafeAllow3F is specified. (CVE-2024-38474)
- Improper escaping of output in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows an attacker to
map URLs to filesystem locations that are permitted to be served by the server but are not
intentionally/directly reachable by any URL, resulting in code execution or source code disclosure.
Substitutions in server context that use a backreferences or variables as the first segment of the
substitution are affected. Some unsafe RewiteRules will be broken by this change and the rewrite flag
UnsafePrefixStat can be used to opt back in once ensuring the substitution is appropriately constrained.
(CVE-2024-38475)
- Vulnerability in core of Apache HTTP Server 2.4.59 and earlier are vulnerably to information disclosure,
SSRF or local script execution via backend applications whose response headers are malicious or
exploitable. Users are recommended to upgrade to version 2.4.60, which fixes this issue. (CVE-2024-38476)
- null pointer dereference in mod_proxy in Apache HTTP Server 2.4.59 and earlier allows an attacker to crash
the server via a malicious request. Users are recommended to upgrade to version 2.4.60, which fixes this
issue. (CVE-2024-38477)
- Potential SSRF in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows an attacker to cause unsafe
RewriteRules to unexpectedly setup URL's to be handled by mod_proxy. Users are recommended to upgrade to
version 2.4.60, which fixes this issue. (CVE-2024-39573)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to Apache version 2.4.60 or later.
Apache 2.4.x < 2.4.60 Multiple Vulnerabilities
The version of Apache httpd installed on the remote host is prior to 2.4.60. It is, therefore, affected by multiple
vulnerabilities as referenced in the 2.4.60 advisory.
- Serving WebSocket protocol upgrades over a HTTP/2 connection could result in a Null Pointer dereference,
leading to a crash of the server process, degrading performance. (CVE-2024-36387)
- SSRF in Apache HTTP Server on Windows allows to potentially leak NTML hashes to a malicious server via
SSRF and malicious requests or content Users are recommended to upgrade to version 2.4.60 which fixes this
issue. Note: Existing configurations that access UNC paths will have to configure new directive UNCList
to allow access during request processing. (CVE-2024-38472)
- Encoding problem in mod_proxy in Apache HTTP Server 2.4.59 and earlier allows request URLs with incorrect
encoding to be sent to backend services, potentially bypassing authentication via crafted requests. Users
are recommended to upgrade to version 2.4.60, which fixes this issue. (CVE-2024-38473)
- Substitution encoding issue in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows attacker to
execute scripts in directories permitted by the configuration but not directly reachable by any URL or
source disclosure of scripts meant to only to be executed as CGI. Users are recommended to upgrade to
version 2.4.60, which fixes this issue. Some RewriteRules that capture and substitute unsafely will now
fail unless rewrite flag UnsafeAllow3F is specified. (CVE-2024-38474)
- Improper escaping of output in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows an attacker to
map URLs to filesystem locations that are permitted to be served by the server but are not
intentionally/directly reachable by any URL, resulting in code execution or source code disclosure.
Substitutions in server context that use a backreferences or variables as the first segment of the
substitution are affected. Some unsafe RewiteRules will be broken by this change and the rewrite flag
UnsafePrefixStat can be used to opt back in once ensuring the substitution is appropriately constrained.
(CVE-2024-38475)
- Vulnerability in core of Apache HTTP Server 2.4.59 and earlier are vulnerably to information disclosure,
SSRF or local script execution via backend applications whose response headers are malicious or
exploitable. Users are recommended to upgrade to version 2.4.60, which fixes this issue. (CVE-2024-38476)
- null pointer dereference in mod_proxy in Apache HTTP Server 2.4.59 and earlier allows an attacker to crash
the server via a malicious request. Users are recommended to upgrade to version 2.4.60, which fixes this
issue. (CVE-2024-38477)
- Potential SSRF in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows an attacker to cause unsafe
RewriteRules to unexpectedly setup URL's to be handled by mod_proxy. Users are recommended to upgrade to
version 2.4.60, which fixes this issue. (CVE-2024-39573)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to Apache version 2.4.60 or later.
Apache 2.4.x < 2.4.60 Multiple Vulnerabilities
The version of Apache httpd installed on the remote host is prior to 2.4.60. It is, therefore, affected by multiple
vulnerabilities as referenced in the 2.4.60 advisory.
- Serving WebSocket protocol upgrades over a HTTP/2 connection could result in a Null Pointer dereference,
leading to a crash of the server process, degrading performance. (CVE-2024-36387)
- SSRF in Apache HTTP Server on Windows allows to potentially leak NTML hashes to a malicious server via
SSRF and malicious requests or content Users are recommended to upgrade to version 2.4.60 which fixes this
issue. Note: Existing configurations that access UNC paths will have to configure new directive UNCList
to allow access during request processing. (CVE-2024-38472)
- Encoding problem in mod_proxy in Apache HTTP Server 2.4.59 and earlier allows request URLs with incorrect
encoding to be sent to backend services, potentially bypassing authentication via crafted requests. Users
are recommended to upgrade to version 2.4.60, which fixes this issue. (CVE-2024-38473)
- Substitution encoding issue in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows attacker to
execute scripts in directories permitted by the configuration but not directly reachable by any URL or
source disclosure of scripts meant to only to be executed as CGI. Users are recommended to upgrade to
version 2.4.60, which fixes this issue. Some RewriteRules that capture and substitute unsafely will now
fail unless rewrite flag UnsafeAllow3F is specified. (CVE-2024-38474)
- Improper escaping of output in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows an attacker to
map URLs to filesystem locations that are permitted to be served by the server but are not
intentionally/directly reachable by any URL, resulting in code execution or source code disclosure.
Substitutions in server context that use a backreferences or variables as the first segment of the
substitution are affected. Some unsafe RewiteRules will be broken by this change and the rewrite flag
UnsafePrefixStat can be used to opt back in once ensuring the substitution is appropriately constrained.
(CVE-2024-38475)
- Vulnerability in core of Apache HTTP Server 2.4.59 and earlier are vulnerably to information disclosure,
SSRF or local script execution via backend applications whose response headers are malicious or
exploitable. Users are recommended to upgrade to version 2.4.60, which fixes this issue. (CVE-2024-38476)
- null pointer dereference in mod_proxy in Apache HTTP Server 2.4.59 and earlier allows an attacker to crash
the server via a malicious request. Users are recommended to upgrade to version 2.4.60, which fixes this
issue. (CVE-2024-38477)
- Potential SSRF in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows an attacker to cause unsafe
RewriteRules to unexpectedly setup URL's to be handled by mod_proxy. Users are recommended to upgrade to
version 2.4.60, which fixes this issue. (CVE-2024-39573)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to Apache version 2.4.60 or later.
Apache 2.4.x < 2.4.60 Multiple Vulnerabilities
The version of Apache httpd installed on the remote host is prior to 2.4.60. It is, therefore, affected by multiple
vulnerabilities as referenced in the 2.4.60 advisory.
- Serving WebSocket protocol upgrades over a HTTP/2 connection could result in a Null Pointer dereference,
leading to a crash of the server process, degrading performance. (CVE-2024-36387)
- SSRF in Apache HTTP Server on Windows allows to potentially leak NTML hashes to a malicious server via
SSRF and malicious requests or content Users are recommended to upgrade to version 2.4.60 which fixes this
issue. Note: Existing configurations that access UNC paths will have to configure new directive UNCList
to allow access during request processing. (CVE-2024-38472)
- Encoding problem in mod_proxy in Apache HTTP Server 2.4.59 and earlier allows request URLs with incorrect
encoding to be sent to backend services, potentially bypassing authentication via crafted requests. Users
are recommended to upgrade to version 2.4.60, which fixes this issue. (CVE-2024-38473)
- Substitution encoding issue in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows attacker to
execute scripts in directories permitted by the configuration but not directly reachable by any URL or
source disclosure of scripts meant to only to be executed as CGI. Users are recommended to upgrade to
version 2.4.60, which fixes this issue. Some RewriteRules that capture and substitute unsafely will now
fail unless rewrite flag UnsafeAllow3F is specified. (CVE-2024-38474)
- Improper escaping of output in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows an attacker to
map URLs to filesystem locations that are permitted to be served by the server but are not
intentionally/directly reachable by any URL, resulting in code execution or source code disclosure.
Substitutions in server context that use a backreferences or variables as the first segment of the
substitution are affected. Some unsafe RewiteRules will be broken by this change and the rewrite flag
UnsafePrefixStat can be used to opt back in once ensuring the substitution is appropriately constrained.
(CVE-2024-38475)
- Vulnerability in core of Apache HTTP Server 2.4.59 and earlier are vulnerably to information disclosure,
SSRF or local script execution via backend applications whose response headers are malicious or
exploitable. Users are recommended to upgrade to version 2.4.60, which fixes this issue. (CVE-2024-38476)
- null pointer dereference in mod_proxy in Apache HTTP Server 2.4.59 and earlier allows an attacker to crash
the server via a malicious request. Users are recommended to upgrade to version 2.4.60, which fixes this
issue. (CVE-2024-38477)
- Potential SSRF in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows an attacker to cause unsafe
RewriteRules to unexpectedly setup URL's to be handled by mod_proxy. Users are recommended to upgrade to
version 2.4.60, which fixes this issue. (CVE-2024-39573)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to Apache version 2.4.60 or later.
Apache 2.4.x < 2.4.60 Multiple Vulnerabilities
The version of Apache httpd installed on the remote host is prior to 2.4.60. It is, therefore, affected by multiple
vulnerabilities as referenced in the 2.4.60 advisory.
- Serving WebSocket protocol upgrades over a HTTP/2 connection could result in a Null Pointer dereference,
leading to a crash of the server process, degrading performance. (CVE-2024-36387)
- SSRF in Apache HTTP Server on Windows allows to potentially leak NTML hashes to a malicious server via
SSRF and malicious requests or content Users are recommended to upgrade to version 2.4.60 which fixes this
issue. Note: Existing configurations that access UNC paths will have to configure new directive UNCList
to allow access during request processing. (CVE-2024-38472)
- Encoding problem in mod_proxy in Apache HTTP Server 2.4.59 and earlier allows request URLs with incorrect
encoding to be sent to backend services, potentially bypassing authentication via crafted requests. Users
are recommended to upgrade to version 2.4.60, which fixes this issue. (CVE-2024-38473)
- Substitution encoding issue in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows attacker to
execute scripts in directories permitted by the configuration but not directly reachable by any URL or
source disclosure of scripts meant to only to be executed as CGI. Users are recommended to upgrade to
version 2.4.60, which fixes this issue. Some RewriteRules that capture and substitute unsafely will now
fail unless rewrite flag UnsafeAllow3F is specified. (CVE-2024-38474)
- Improper escaping of output in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows an attacker to
map URLs to filesystem locations that are permitted to be served by the server but are not
intentionally/directly reachable by any URL, resulting in code execution or source code disclosure.
Substitutions in server context that use a backreferences or variables as the first segment of the
substitution are affected. Some unsafe RewiteRules will be broken by this change and the rewrite flag
UnsafePrefixStat can be used to opt back in once ensuring the substitution is appropriately constrained.
(CVE-2024-38475)
- Vulnerability in core of Apache HTTP Server 2.4.59 and earlier are vulnerably to information disclosure,
SSRF or local script execution via backend applications whose response headers are malicious or
exploitable. Users are recommended to upgrade to version 2.4.60, which fixes this issue. (CVE-2024-38476)
- null pointer dereference in mod_proxy in Apache HTTP Server 2.4.59 and earlier allows an attacker to crash
the server via a malicious request. Users are recommended to upgrade to version 2.4.60, which fixes this
issue. (CVE-2024-38477)
- Potential SSRF in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows an attacker to cause unsafe
RewriteRules to unexpectedly setup URL's to be handled by mod_proxy. Users are recommended to upgrade to
version 2.4.60, which fixes this issue. (CVE-2024-39573)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to Apache version 2.4.60 or later.
Apache 2.4.x < 2.4.60 Multiple Vulnerabilities
The version of Apache httpd installed on the remote host is prior to 2.4.60. It is, therefore, affected by multiple
vulnerabilities as referenced in the 2.4.60 advisory.
- Serving WebSocket protocol upgrades over a HTTP/2 connection could result in a Null Pointer dereference,
leading to a crash of the server process, degrading performance. (CVE-2024-36387)
- SSRF in Apache HTTP Server on Windows allows to potentially leak NTML hashes to a malicious server via
SSRF and malicious requests or content Users are recommended to upgrade to version 2.4.60 which fixes this
issue. Note: Existing configurations that access UNC paths will have to configure new directive UNCList
to allow access during request processing. (CVE-2024-38472)
- Encoding problem in mod_proxy in Apache HTTP Server 2.4.59 and earlier allows request URLs with incorrect
encoding to be sent to backend services, potentially bypassing authentication via crafted requests. Users
are recommended to upgrade to version 2.4.60, which fixes this issue. (CVE-2024-38473)
- Substitution encoding issue in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows attacker to
execute scripts in directories permitted by the configuration but not directly reachable by any URL or
source disclosure of scripts meant to only to be executed as CGI. Users are recommended to upgrade to
version 2.4.60, which fixes this issue. Some RewriteRules that capture and substitute unsafely will now
fail unless rewrite flag UnsafeAllow3F is specified. (CVE-2024-38474)
- Improper escaping of output in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows an attacker to
map URLs to filesystem locations that are permitted to be served by the server but are not
intentionally/directly reachable by any URL, resulting in code execution or source code disclosure.
Substitutions in server context that use a backreferences or variables as the first segment of the
substitution are affected. Some unsafe RewiteRules will be broken by this change and the rewrite flag
UnsafePrefixStat can be used to opt back in once ensuring the substitution is appropriately constrained.
(CVE-2024-38475)
- Vulnerability in core of Apache HTTP Server 2.4.59 and earlier are vulnerably to information disclosure,
SSRF or local script execution via backend applications whose response headers are malicious or
exploitable. Users are recommended to upgrade to version 2.4.60, which fixes this issue. (CVE-2024-38476)
- null pointer dereference in mod_proxy in Apache HTTP Server 2.4.59 and earlier allows an attacker to crash
the server via a malicious request. Users are recommended to upgrade to version 2.4.60, which fixes this
issue. (CVE-2024-38477)
- Potential SSRF in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows an attacker to cause unsafe
RewriteRules to unexpectedly setup URL's to be handled by mod_proxy. Users are recommended to upgrade to
version 2.4.60, which fixes this issue. (CVE-2024-39573)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to Apache version 2.4.60 or later.
Apache 2.4.x < 2.4.60 Multiple Vulnerabilities
The version of Apache httpd installed on the remote host is prior to 2.4.60. It is, therefore, affected by multiple
vulnerabilities as referenced in the 2.4.60 advisory.
- Serving WebSocket protocol upgrades over a HTTP/2 connection could result in a Null Pointer dereference,
leading to a crash of the server process, degrading performance. (CVE-2024-36387)
- SSRF in Apache HTTP Server on Windows allows to potentially leak NTML hashes to a malicious server via
SSRF and malicious requests or content Users are recommended to upgrade to version 2.4.60 which fixes this
issue. Note: Existing configurations that access UNC paths will have to configure new directive UNCList
to allow access during request processing. (CVE-2024-38472)
- Encoding problem in mod_proxy in Apache HTTP Server 2.4.59 and earlier allows request URLs with incorrect
encoding to be sent to backend services, potentially bypassing authentication via crafted requests. Users
are recommended to upgrade to version 2.4.60, which fixes this issue. (CVE-2024-38473)
- Substitution encoding issue in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows attacker to
execute scripts in directories permitted by the configuration but not directly reachable by any URL or
source disclosure of scripts meant to only to be executed as CGI. Users are recommended to upgrade to
version 2.4.60, which fixes this issue. Some RewriteRules that capture and substitute unsafely will now
fail unless rewrite flag UnsafeAllow3F is specified. (CVE-2024-38474)
- Improper escaping of output in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows an attacker to
map URLs to filesystem locations that are permitted to be served by the server but are not
intentionally/directly reachable by any URL, resulting in code execution or source code disclosure.
Substitutions in server context that use a backreferences or variables as the first segment of the
substitution are affected. Some unsafe RewiteRules will be broken by this change and the rewrite flag
UnsafePrefixStat can be used to opt back in once ensuring the substitution is appropriately constrained.
(CVE-2024-38475)
- Vulnerability in core of Apache HTTP Server 2.4.59 and earlier are vulnerably to information disclosure,
SSRF or local script execution via backend applications whose response headers are malicious or
exploitable. Users are recommended to upgrade to version 2.4.60, which fixes this issue. (CVE-2024-38476)
- null pointer dereference in mod_proxy in Apache HTTP Server 2.4.59 and earlier allows an attacker to crash
the server via a malicious request. Users are recommended to upgrade to version 2.4.60, which fixes this
issue. (CVE-2024-38477)
- Potential SSRF in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows an attacker to cause unsafe
RewriteRules to unexpectedly setup URL's to be handled by mod_proxy. Users are recommended to upgrade to
version 2.4.60, which fixes this issue. (CVE-2024-39573)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to Apache version 2.4.60 or later.
Apache 2.4.x < 2.4.60 Multiple Vulnerabilities
The version of Apache httpd installed on the remote host is prior to 2.4.60. It is, therefore, affected by multiple
vulnerabilities as referenced in the 2.4.60 advisory.
- Serving WebSocket protocol upgrades over a HTTP/2 connection could result in a Null Pointer dereference,
leading to a crash of the server process, degrading performance. (CVE-2024-36387)
- SSRF in Apache HTTP Server on Windows allows to potentially leak NTML hashes to a malicious server via
SSRF and malicious requests or content Users are recommended to upgrade to version 2.4.60 which fixes this
issue. Note: Existing configurations that access UNC paths will have to configure new directive UNCList
to allow access during request processing. (CVE-2024-38472)
- Encoding problem in mod_proxy in Apache HTTP Server 2.4.59 and earlier allows request URLs with incorrect
encoding to be sent to backend services, potentially bypassing authentication via crafted requests. Users
are recommended to upgrade to version 2.4.60, which fixes this issue. (CVE-2024-38473)
- Substitution encoding issue in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows attacker to
execute scripts in directories permitted by the configuration but not directly reachable by any URL or
source disclosure of scripts meant to only to be executed as CGI. Users are recommended to upgrade to
version 2.4.60, which fixes this issue. Some RewriteRules that capture and substitute unsafely will now
fail unless rewrite flag UnsafeAllow3F is specified. (CVE-2024-38474)
- Improper escaping of output in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows an attacker to
map URLs to filesystem locations that are permitted to be served by the server but are not
intentionally/directly reachable by any URL, resulting in code execution or source code disclosure.
Substitutions in server context that use a backreferences or variables as the first segment of the
substitution are affected. Some unsafe RewiteRules will be broken by this change and the rewrite flag
UnsafePrefixStat can be used to opt back in once ensuring the substitution is appropriately constrained.
(CVE-2024-38475)
- Vulnerability in core of Apache HTTP Server 2.4.59 and earlier are vulnerably to information disclosure,
SSRF or local script execution via backend applications whose response headers are malicious or
exploitable. Users are recommended to upgrade to version 2.4.60, which fixes this issue. (CVE-2024-38476)
- null pointer dereference in mod_proxy in Apache HTTP Server 2.4.59 and earlier allows an attacker to crash
the server via a malicious request. Users are recommended to upgrade to version 2.4.60, which fixes this
issue. (CVE-2024-38477)
- Potential SSRF in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows an attacker to cause unsafe
RewriteRules to unexpectedly setup URL's to be handled by mod_proxy. Users are recommended to upgrade to
version 2.4.60, which fixes this issue. (CVE-2024-39573)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to Apache version 2.4.60 or later.
Apache 2.4.x < 2.4.60 Multiple Vulnerabilities
The version of Apache httpd installed on the remote host is prior to 2.4.60. It is, therefore, affected by multiple
vulnerabilities as referenced in the 2.4.60 advisory.
- Serving WebSocket protocol upgrades over a HTTP/2 connection could result in a Null Pointer dereference,
leading to a crash of the server process, degrading performance. (CVE-2024-36387)
- SSRF in Apache HTTP Server on Windows allows to potentially leak NTML hashes to a malicious server via
SSRF and malicious requests or content Users are recommended to upgrade to version 2.4.60 which fixes this
issue. Note: Existing configurations that access UNC paths will have to configure new directive UNCList
to allow access during request processing. (CVE-2024-38472)
- Encoding problem in mod_proxy in Apache HTTP Server 2.4.59 and earlier allows request URLs with incorrect
encoding to be sent to backend services, potentially bypassing authentication via crafted requests. Users
are recommended to upgrade to version 2.4.60, which fixes this issue. (CVE-2024-38473)
- Substitution encoding issue in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows attacker to
execute scripts in directories permitted by the configuration but not directly reachable by any URL or
source disclosure of scripts meant to only to be executed as CGI. Users are recommended to upgrade to
version 2.4.60, which fixes this issue. Some RewriteRules that capture and substitute unsafely will now
fail unless rewrite flag UnsafeAllow3F is specified. (CVE-2024-38474)
- Improper escaping of output in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows an attacker to
map URLs to filesystem locations that are permitted to be served by the server but are not
intentionally/directly reachable by any URL, resulting in code execution or source code disclosure.
Substitutions in server context that use a backreferences or variables as the first segment of the
substitution are affected. Some unsafe RewiteRules will be broken by this change and the rewrite flag
UnsafePrefixStat can be used to opt back in once ensuring the substitution is appropriately constrained.
(CVE-2024-38475)
- Vulnerability in core of Apache HTTP Server 2.4.59 and earlier are vulnerably to information disclosure,
SSRF or local script execution via backend applications whose response headers are malicious or
exploitable. Users are recommended to upgrade to version 2.4.60, which fixes this issue. (CVE-2024-38476)
- null pointer dereference in mod_proxy in Apache HTTP Server 2.4.59 and earlier allows an attacker to crash
the server via a malicious request. Users are recommended to upgrade to version 2.4.60, which fixes this
issue. (CVE-2024-38477)
- Potential SSRF in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows an attacker to cause unsafe
RewriteRules to unexpectedly setup URL's to be handled by mod_proxy. Users are recommended to upgrade to
version 2.4.60, which fixes this issue. (CVE-2024-39573)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to Apache version 2.4.60 or later.
Apache 2.4.x < 2.4.60 Multiple Vulnerabilities
The version of Apache httpd installed on the remote host is prior to 2.4.60. It is, therefore, affected by multiple
vulnerabilities as referenced in the 2.4.60 advisory.
- Serving WebSocket protocol upgrades over a HTTP/2 connection could result in a Null Pointer dereference,
leading to a crash of the server process, degrading performance. (CVE-2024-36387)
- SSRF in Apache HTTP Server on Windows allows to potentially leak NTML hashes to a malicious server via
SSRF and malicious requests or content Users are recommended to upgrade to version 2.4.60 which fixes this
issue. Note: Existing configurations that access UNC paths will have to configure new directive UNCList
to allow access during request processing. (CVE-2024-38472)
- Encoding problem in mod_proxy in Apache HTTP Server 2.4.59 and earlier allows request URLs with incorrect
encoding to be sent to backend services, potentially bypassing authentication via crafted requests. Users
are recommended to upgrade to version 2.4.60, which fixes this issue. (CVE-2024-38473)
- Substitution encoding issue in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows attacker to
execute scripts in directories permitted by the configuration but not directly reachable by any URL or
source disclosure of scripts meant to only to be executed as CGI. Users are recommended to upgrade to
version 2.4.60, which fixes this issue. Some RewriteRules that capture and substitute unsafely will now
fail unless rewrite flag UnsafeAllow3F is specified. (CVE-2024-38474)
- Improper escaping of output in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows an attacker to
map URLs to filesystem locations that are permitted to be served by the server but are not
intentionally/directly reachable by any URL, resulting in code execution or source code disclosure.
Substitutions in server context that use a backreferences or variables as the first segment of the
substitution are affected. Some unsafe RewiteRules will be broken by this change and the rewrite flag
UnsafePrefixStat can be used to opt back in once ensuring the substitution is appropriately constrained.
(CVE-2024-38475)
- Vulnerability in core of Apache HTTP Server 2.4.59 and earlier are vulnerably to information disclosure,
SSRF or local script execution via backend applications whose response headers are malicious or
exploitable. Users are recommended to upgrade to version 2.4.60, which fixes this issue. (CVE-2024-38476)
- null pointer dereference in mod_proxy in Apache HTTP Server 2.4.59 and earlier allows an attacker to crash
the server via a malicious request. Users are recommended to upgrade to version 2.4.60, which fixes this
issue. (CVE-2024-38477)
- Potential SSRF in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows an attacker to cause unsafe
RewriteRules to unexpectedly setup URL's to be handled by mod_proxy. Users are recommended to upgrade to
version 2.4.60, which fixes this issue. (CVE-2024-39573)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to Apache version 2.4.60 or later.
Apache 2.4.x < 2.4.60 Multiple Vulnerabilities
The version of Apache httpd installed on the remote host is prior to 2.4.60. It is, therefore, affected by multiple
vulnerabilities as referenced in the 2.4.60 advisory.
- Serving WebSocket protocol upgrades over a HTTP/2 connection could result in a Null Pointer dereference,
leading to a crash of the server process, degrading performance. (CVE-2024-36387)
- SSRF in Apache HTTP Server on Windows allows to potentially leak NTML hashes to a malicious server via
SSRF and malicious requests or content Users are recommended to upgrade to version 2.4.60 which fixes this
issue. Note: Existing configurations that access UNC paths will have to configure new directive UNCList
to allow access during request processing. (CVE-2024-38472)
- Encoding problem in mod_proxy in Apache HTTP Server 2.4.59 and earlier allows request URLs with incorrect
encoding to be sent to backend services, potentially bypassing authentication via crafted requests. Users
are recommended to upgrade to version 2.4.60, which fixes this issue. (CVE-2024-38473)
- Substitution encoding issue in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows attacker to
execute scripts in directories permitted by the configuration but not directly reachable by any URL or
source disclosure of scripts meant to only to be executed as CGI. Users are recommended to upgrade to
version 2.4.60, which fixes this issue. Some RewriteRules that capture and substitute unsafely will now
fail unless rewrite flag UnsafeAllow3F is specified. (CVE-2024-38474)
- Improper escaping of output in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows an attacker to
map URLs to filesystem locations that are permitted to be served by the server but are not
intentionally/directly reachable by any URL, resulting in code execution or source code disclosure.
Substitutions in server context that use a backreferences or variables as the first segment of the
substitution are affected. Some unsafe RewiteRules will be broken by this change and the rewrite flag
UnsafePrefixStat can be used to opt back in once ensuring the substitution is appropriately constrained.
(CVE-2024-38475)
- Vulnerability in core of Apache HTTP Server 2.4.59 and earlier are vulnerably to information disclosure,
SSRF or local script execution via backend applications whose response headers are malicious or
exploitable. Users are recommended to upgrade to version 2.4.60, which fixes this issue. (CVE-2024-38476)
- null pointer dereference in mod_proxy in Apache HTTP Server 2.4.59 and earlier allows an attacker to crash
the server via a malicious request. Users are recommended to upgrade to version 2.4.60, which fixes this
issue. (CVE-2024-38477)
- Potential SSRF in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows an attacker to cause unsafe
RewriteRules to unexpectedly setup URL's to be handled by mod_proxy. Users are recommended to upgrade to
version 2.4.60, which fixes this issue. (CVE-2024-39573)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to Apache version 2.4.60 or later.
Apache 2.4.x < 2.4.60 Multiple Vulnerabilities
The version of Apache httpd installed on the remote host is prior to 2.4.60. It is, therefore, affected by multiple
vulnerabilities as referenced in the 2.4.60 advisory.
- Serving WebSocket protocol upgrades over a HTTP/2 connection could result in a Null Pointer dereference,
leading to a crash of the server process, degrading performance. (CVE-2024-36387)
- SSRF in Apache HTTP Server on Windows allows to potentially leak NTML hashes to a malicious server via
SSRF and malicious requests or content Users are recommended to upgrade to version 2.4.60 which fixes this
issue. Note: Existing configurations that access UNC paths will have to configure new directive UNCList
to allow access during request processing. (CVE-2024-38472)
- Encoding problem in mod_proxy in Apache HTTP Server 2.4.59 and earlier allows request URLs with incorrect
encoding to be sent to backend services, potentially bypassing authentication via crafted requests. Users
are recommended to upgrade to version 2.4.60, which fixes this issue. (CVE-2024-38473)
- Substitution encoding issue in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows attacker to
execute scripts in directories permitted by the configuration but not directly reachable by any URL or
source disclosure of scripts meant to only to be executed as CGI. Users are recommended to upgrade to
version 2.4.60, which fixes this issue. Some RewriteRules that capture and substitute unsafely will now
fail unless rewrite flag UnsafeAllow3F is specified. (CVE-2024-38474)
- Improper escaping of output in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows an attacker to
map URLs to filesystem locations that are permitted to be served by the server but are not
intentionally/directly reachable by any URL, resulting in code execution or source code disclosure.
Substitutions in server context that use a backreferences or variables as the first segment of the
substitution are affected. Some unsafe RewiteRules will be broken by this change and the rewrite flag
UnsafePrefixStat can be used to opt back in once ensuring the substitution is appropriately constrained.
(CVE-2024-38475)
- Vulnerability in core of Apache HTTP Server 2.4.59 and earlier are vulnerably to information disclosure,
SSRF or local script execution via backend applications whose response headers are malicious or
exploitable. Users are recommended to upgrade to version 2.4.60, which fixes this issue. (CVE-2024-38476)
- null pointer dereference in mod_proxy in Apache HTTP Server 2.4.59 and earlier allows an attacker to crash
the server via a malicious request. Users are recommended to upgrade to version 2.4.60, which fixes this
issue. (CVE-2024-38477)
- Potential SSRF in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows an attacker to cause unsafe
RewriteRules to unexpectedly setup URL's to be handled by mod_proxy. Users are recommended to upgrade to
version 2.4.60, which fixes this issue. (CVE-2024-39573)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to Apache version 2.4.60 or later.
Apache 2.4.x < 2.4.60 Multiple Vulnerabilities
The version of Apache httpd installed on the remote host is prior to 2.4.60. It is, therefore, affected by multiple
vulnerabilities as referenced in the 2.4.60 advisory.
- Serving WebSocket protocol upgrades over a HTTP/2 connection could result in a Null Pointer dereference,
leading to a crash of the server process, degrading performance. (CVE-2024-36387)
- SSRF in Apache HTTP Server on Windows allows to potentially leak NTML hashes to a malicious server via
SSRF and malicious requests or content Users are recommended to upgrade to version 2.4.60 which fixes this
issue. Note: Existing configurations that access UNC paths will have to configure new directive UNCList
to allow access during request processing. (CVE-2024-38472)
- Encoding problem in mod_proxy in Apache HTTP Server 2.4.59 and earlier allows request URLs with incorrect
encoding to be sent to backend services, potentially bypassing authentication via crafted requests. Users
are recommended to upgrade to version 2.4.60, which fixes this issue. (CVE-2024-38473)
- Substitution encoding issue in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows attacker to
execute scripts in directories permitted by the configuration but not directly reachable by any URL or
source disclosure of scripts meant to only to be executed as CGI. Users are recommended to upgrade to
version 2.4.60, which fixes this issue. Some RewriteRules that capture and substitute unsafely will now
fail unless rewrite flag UnsafeAllow3F is specified. (CVE-2024-38474)
- Improper escaping of output in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows an attacker to
map URLs to filesystem locations that are permitted to be served by the server but are not
intentionally/directly reachable by any URL, resulting in code execution or source code disclosure.
Substitutions in server context that use a backreferences or variables as the first segment of the
substitution are affected. Some unsafe RewiteRules will be broken by this change and the rewrite flag
UnsafePrefixStat can be used to opt back in once ensuring the substitution is appropriately constrained.
(CVE-2024-38475)
- Vulnerability in core of Apache HTTP Server 2.4.59 and earlier are vulnerably to information disclosure,
SSRF or local script execution via backend applications whose response headers are malicious or
exploitable. Users are recommended to upgrade to version 2.4.60, which fixes this issue. (CVE-2024-38476)
- null pointer dereference in mod_proxy in Apache HTTP Server 2.4.59 and earlier allows an attacker to crash
the server via a malicious request. Users are recommended to upgrade to version 2.4.60, which fixes this
issue. (CVE-2024-38477)
- Potential SSRF in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows an attacker to cause unsafe
RewriteRules to unexpectedly setup URL's to be handled by mod_proxy. Users are recommended to upgrade to
version 2.4.60, which fixes this issue. (CVE-2024-39573)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to Apache version 2.4.60 or later.
Apache 2.4.x < 2.4.60 Multiple Vulnerabilities
The version of Apache httpd installed on the remote host is prior to 2.4.60. It is, therefore, affected by multiple
vulnerabilities as referenced in the 2.4.60 advisory.
- Serving WebSocket protocol upgrades over a HTTP/2 connection could result in a Null Pointer dereference,
leading to a crash of the server process, degrading performance. (CVE-2024-36387)
- SSRF in Apache HTTP Server on Windows allows to potentially leak NTML hashes to a malicious server via
SSRF and malicious requests or content Users are recommended to upgrade to version 2.4.60 which fixes this
issue. Note: Existing configurations that access UNC paths will have to configure new directive UNCList
to allow access during request processing. (CVE-2024-38472)
- Encoding problem in mod_proxy in Apache HTTP Server 2.4.59 and earlier allows request URLs with incorrect
encoding to be sent to backend services, potentially bypassing authentication via crafted requests. Users
are recommended to upgrade to version 2.4.60, which fixes this issue. (CVE-2024-38473)
- Substitution encoding issue in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows attacker to
execute scripts in directories permitted by the configuration but not directly reachable by any URL or
source disclosure of scripts meant to only to be executed as CGI. Users are recommended to upgrade to
version 2.4.60, which fixes this issue. Some RewriteRules that capture and substitute unsafely will now
fail unless rewrite flag UnsafeAllow3F is specified. (CVE-2024-38474)
- Improper escaping of output in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows an attacker to
map URLs to filesystem locations that are permitted to be served by the server but are not
intentionally/directly reachable by any URL, resulting in code execution or source code disclosure.
Substitutions in server context that use a backreferences or variables as the first segment of the
substitution are affected. Some unsafe RewiteRules will be broken by this change and the rewrite flag
UnsafePrefixStat can be used to opt back in once ensuring the substitution is appropriately constrained.
(CVE-2024-38475)
- Vulnerability in core of Apache HTTP Server 2.4.59 and earlier are vulnerably to information disclosure,
SSRF or local script execution via backend applications whose response headers are malicious or
exploitable. Users are recommended to upgrade to version 2.4.60, which fixes this issue. (CVE-2024-38476)
- null pointer dereference in mod_proxy in Apache HTTP Server 2.4.59 and earlier allows an attacker to crash
the server via a malicious request. Users are recommended to upgrade to version 2.4.60, which fixes this
issue. (CVE-2024-38477)
- Potential SSRF in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows an attacker to cause unsafe
RewriteRules to unexpectedly setup URL's to be handled by mod_proxy. Users are recommended to upgrade to
version 2.4.60, which fixes this issue. (CVE-2024-39573)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to Apache version 2.4.60 or later.
PHP 8.1.x < 8.1.31 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.31. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.31 advisory.
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.31 or later.
PHP 8.1.x < 8.1.31 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.31. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.31 advisory.
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.31 or later.
PHP 8.1.x < 8.1.31 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.31. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.31 advisory.
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.31 or later.
PHP 8.1.x < 8.1.31 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.31. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.31 advisory.
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.31 or later.
PHP 8.1.x < 8.1.31 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.31. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.31 advisory.
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.31 or later.
PHP 8.1.x < 8.1.31 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.31. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.31 advisory.
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.31 or later.
PHP 8.1.x < 8.1.31 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.31. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.31 advisory.
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.31 or later.
PHP 8.1.x < 8.1.31 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.31. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.31 advisory.
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.31 or later.
PHP 8.1.x < 8.1.31 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.31. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.31 advisory.
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.31 or later.
PHP 8.1.x < 8.1.31 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.31. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.31 advisory.
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.31 or later.
HIGH (48)
Apache 2.4.x < 2.4.59 Multiple Vulnerabilities
The version of Apache httpd installed on the remote host is prior to 2.4.59. It is, therefore, affected by multiple
vulnerabilities as referenced in the 2.4.59 advisory.
- Apache HTTP Server: HTTP Response Splitting in multiple modules: HTTP Response splitting in multiple
modules in Apache HTTP Server allows an attacker that can inject malicious response headers into backend
applications to cause an HTTP desynchronization attack. Users are recommended to upgrade to version
2.4.59, which fixes this issue. Acknowledgements: (CVE-2024-24795)
- Apache HTTP Server: HTTP/2 DoS by memory exhaustion on endless continuation frames: HTTP/2 incoming
headers exceeding the limit are temporarily buffered in nghttp2 in order to generate an informative HTTP
413 response. If a client does not stop sending headers, this leads to memory exhaustion.
Acknowledgements: finder: Bartek Nowotarski (https://nowotarski.info/) (CVE-2024-27316)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to Apache version 2.4.59 or later.
Apache 2.4.x < 2.4.59 Multiple Vulnerabilities
The version of Apache httpd installed on the remote host is prior to 2.4.59. It is, therefore, affected by multiple
vulnerabilities as referenced in the 2.4.59 advisory.
- Apache HTTP Server: HTTP Response Splitting in multiple modules: HTTP Response splitting in multiple
modules in Apache HTTP Server allows an attacker that can inject malicious response headers into backend
applications to cause an HTTP desynchronization attack. Users are recommended to upgrade to version
2.4.59, which fixes this issue. Acknowledgements: (CVE-2024-24795)
- Apache HTTP Server: HTTP/2 DoS by memory exhaustion on endless continuation frames: HTTP/2 incoming
headers exceeding the limit are temporarily buffered in nghttp2 in order to generate an informative HTTP
413 response. If a client does not stop sending headers, this leads to memory exhaustion.
Acknowledgements: finder: Bartek Nowotarski (https://nowotarski.info/) (CVE-2024-27316)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to Apache version 2.4.59 or later.
Apache 2.4.x < 2.4.59 Multiple Vulnerabilities
The version of Apache httpd installed on the remote host is prior to 2.4.59. It is, therefore, affected by multiple
vulnerabilities as referenced in the 2.4.59 advisory.
- Apache HTTP Server: HTTP Response Splitting in multiple modules: HTTP Response splitting in multiple
modules in Apache HTTP Server allows an attacker that can inject malicious response headers into backend
applications to cause an HTTP desynchronization attack. Users are recommended to upgrade to version
2.4.59, which fixes this issue. Acknowledgements: (CVE-2024-24795)
- Apache HTTP Server: HTTP/2 DoS by memory exhaustion on endless continuation frames: HTTP/2 incoming
headers exceeding the limit are temporarily buffered in nghttp2 in order to generate an informative HTTP
413 response. If a client does not stop sending headers, this leads to memory exhaustion.
Acknowledgements: finder: Bartek Nowotarski (https://nowotarski.info/) (CVE-2024-27316)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to Apache version 2.4.59 or later.
Apache 2.4.x < 2.4.59 Multiple Vulnerabilities
The version of Apache httpd installed on the remote host is prior to 2.4.59. It is, therefore, affected by multiple
vulnerabilities as referenced in the 2.4.59 advisory.
- Apache HTTP Server: HTTP Response Splitting in multiple modules: HTTP Response splitting in multiple
modules in Apache HTTP Server allows an attacker that can inject malicious response headers into backend
applications to cause an HTTP desynchronization attack. Users are recommended to upgrade to version
2.4.59, which fixes this issue. Acknowledgements: (CVE-2024-24795)
- Apache HTTP Server: HTTP/2 DoS by memory exhaustion on endless continuation frames: HTTP/2 incoming
headers exceeding the limit are temporarily buffered in nghttp2 in order to generate an informative HTTP
413 response. If a client does not stop sending headers, this leads to memory exhaustion.
Acknowledgements: finder: Bartek Nowotarski (https://nowotarski.info/) (CVE-2024-27316)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to Apache version 2.4.59 or later.
Apache 2.4.x < 2.4.59 Multiple Vulnerabilities
The version of Apache httpd installed on the remote host is prior to 2.4.59. It is, therefore, affected by multiple
vulnerabilities as referenced in the 2.4.59 advisory.
- Apache HTTP Server: HTTP Response Splitting in multiple modules: HTTP Response splitting in multiple
modules in Apache HTTP Server allows an attacker that can inject malicious response headers into backend
applications to cause an HTTP desynchronization attack. Users are recommended to upgrade to version
2.4.59, which fixes this issue. Acknowledgements: (CVE-2024-24795)
- Apache HTTP Server: HTTP/2 DoS by memory exhaustion on endless continuation frames: HTTP/2 incoming
headers exceeding the limit are temporarily buffered in nghttp2 in order to generate an informative HTTP
413 response. If a client does not stop sending headers, this leads to memory exhaustion.
Acknowledgements: finder: Bartek Nowotarski (https://nowotarski.info/) (CVE-2024-27316)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to Apache version 2.4.59 or later.
Apache 2.4.x < 2.4.59 Multiple Vulnerabilities
The version of Apache httpd installed on the remote host is prior to 2.4.59. It is, therefore, affected by multiple
vulnerabilities as referenced in the 2.4.59 advisory.
- Apache HTTP Server: HTTP Response Splitting in multiple modules: HTTP Response splitting in multiple
modules in Apache HTTP Server allows an attacker that can inject malicious response headers into backend
applications to cause an HTTP desynchronization attack. Users are recommended to upgrade to version
2.4.59, which fixes this issue. Acknowledgements: (CVE-2024-24795)
- Apache HTTP Server: HTTP/2 DoS by memory exhaustion on endless continuation frames: HTTP/2 incoming
headers exceeding the limit are temporarily buffered in nghttp2 in order to generate an informative HTTP
413 response. If a client does not stop sending headers, this leads to memory exhaustion.
Acknowledgements: finder: Bartek Nowotarski (https://nowotarski.info/) (CVE-2024-27316)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to Apache version 2.4.59 or later.
PHP 8.1.x < 8.1.30 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.30. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.30 advisory.
- In PHP versions 8.1.* before 8.1.30, 8.2.* before 8.2.24, 8.3.* before 8.3.12, when using a certain non-
standard configurations of Windows codepages, the fixes for CVE-2024-4577
https://github.com/advisories/GHSA-vxpp-6299-mxw3 may still be bypassed and the same command injection
related to Windows Best Fit codepage behavior can be achieved. This may allow a malicious user to pass
options to PHP binary being run, and thus reveal the source code of scripts, run arbitrary PHP code on the
server, etc. (CVE-2024-8926)
- In PHP versions 8.1.* before 8.1.30, 8.2.* before 8.2.24, 8.3.* before 8.3.12, erroneous parsing of
multipart form data contained in an HTTP POST request could lead to legitimate data not being processed.
This could lead to malicious attacker able to control part of the submitted data being able to exclude
portion of other data, potentially leading to erroneous application behavior. (CVE-2024-8925)
- In PHP versions 8.1.* before 8.1.30, 8.2.* before 8.2.24, 8.3.* before 8.3.12, HTTP_REDIRECT_STATUS
variable is used to check whether or not CGI binary is being run by the HTTP server. However, in certain
scenarios, the content of this variable can be controlled by the request submitter via HTTP headers, which
can lead to cgi.force_redirect option not being correctly applied. In certain configurations this may lead
to arbitrary file inclusion in PHP. (CVE-2024-8927)
- In PHP versions 8.1.* before 8.1.30, 8.2.* before 8.2.24, 8.3.* before 8.3.12, when using PHP-FPM SAPI and
it is configured to catch workers output through catch_workers_output = yes, it may be possible to pollute
the final log or remove up to 4 characters from the log messages by manipulating log message content.
Additionally, if PHP-FPM is configured to use syslog output, it may be possible to further remove log data
using the same vulnerability. (CVE-2024-9026)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.30 or later.
PHP 8.1.x < 8.1.30 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.30. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.30 advisory.
- In PHP versions 8.1.* before 8.1.30, 8.2.* before 8.2.24, 8.3.* before 8.3.12, when using a certain non-
standard configurations of Windows codepages, the fixes for CVE-2024-4577
https://github.com/advisories/GHSA-vxpp-6299-mxw3 may still be bypassed and the same command injection
related to Windows Best Fit codepage behavior can be achieved. This may allow a malicious user to pass
options to PHP binary being run, and thus reveal the source code of scripts, run arbitrary PHP code on the
server, etc. (CVE-2024-8926)
- In PHP versions 8.1.* before 8.1.30, 8.2.* before 8.2.24, 8.3.* before 8.3.12, erroneous parsing of
multipart form data contained in an HTTP POST request could lead to legitimate data not being processed.
This could lead to malicious attacker able to control part of the submitted data being able to exclude
portion of other data, potentially leading to erroneous application behavior. (CVE-2024-8925)
- In PHP versions 8.1.* before 8.1.30, 8.2.* before 8.2.24, 8.3.* before 8.3.12, HTTP_REDIRECT_STATUS
variable is used to check whether or not CGI binary is being run by the HTTP server. However, in certain
scenarios, the content of this variable can be controlled by the request submitter via HTTP headers, which
can lead to cgi.force_redirect option not being correctly applied. In certain configurations this may lead
to arbitrary file inclusion in PHP. (CVE-2024-8927)
- In PHP versions 8.1.* before 8.1.30, 8.2.* before 8.2.24, 8.3.* before 8.3.12, when using PHP-FPM SAPI and
it is configured to catch workers output through catch_workers_output = yes, it may be possible to pollute
the final log or remove up to 4 characters from the log messages by manipulating log message content.
Additionally, if PHP-FPM is configured to use syslog output, it may be possible to further remove log data
using the same vulnerability. (CVE-2024-9026)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.30 or later.
PHP 8.1.x < 8.1.30 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.30. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.30 advisory.
- In PHP versions 8.1.* before 8.1.30, 8.2.* before 8.2.24, 8.3.* before 8.3.12, when using a certain non-
standard configurations of Windows codepages, the fixes for CVE-2024-4577
https://github.com/advisories/GHSA-vxpp-6299-mxw3 may still be bypassed and the same command injection
related to Windows Best Fit codepage behavior can be achieved. This may allow a malicious user to pass
options to PHP binary being run, and thus reveal the source code of scripts, run arbitrary PHP code on the
server, etc. (CVE-2024-8926)
- In PHP versions 8.1.* before 8.1.30, 8.2.* before 8.2.24, 8.3.* before 8.3.12, erroneous parsing of
multipart form data contained in an HTTP POST request could lead to legitimate data not being processed.
This could lead to malicious attacker able to control part of the submitted data being able to exclude
portion of other data, potentially leading to erroneous application behavior. (CVE-2024-8925)
- In PHP versions 8.1.* before 8.1.30, 8.2.* before 8.2.24, 8.3.* before 8.3.12, HTTP_REDIRECT_STATUS
variable is used to check whether or not CGI binary is being run by the HTTP server. However, in certain
scenarios, the content of this variable can be controlled by the request submitter via HTTP headers, which
can lead to cgi.force_redirect option not being correctly applied. In certain configurations this may lead
to arbitrary file inclusion in PHP. (CVE-2024-8927)
- In PHP versions 8.1.* before 8.1.30, 8.2.* before 8.2.24, 8.3.* before 8.3.12, when using PHP-FPM SAPI and
it is configured to catch workers output through catch_workers_output = yes, it may be possible to pollute
the final log or remove up to 4 characters from the log messages by manipulating log message content.
Additionally, if PHP-FPM is configured to use syslog output, it may be possible to further remove log data
using the same vulnerability. (CVE-2024-9026)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.30 or later.
PHP 8.1.x < 8.1.30 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.30. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.30 advisory.
- In PHP versions 8.1.* before 8.1.30, 8.2.* before 8.2.24, 8.3.* before 8.3.12, when using a certain non-
standard configurations of Windows codepages, the fixes for CVE-2024-4577
https://github.com/advisories/GHSA-vxpp-6299-mxw3 may still be bypassed and the same command injection
related to Windows Best Fit codepage behavior can be achieved. This may allow a malicious user to pass
options to PHP binary being run, and thus reveal the source code of scripts, run arbitrary PHP code on the
server, etc. (CVE-2024-8926)
- In PHP versions 8.1.* before 8.1.30, 8.2.* before 8.2.24, 8.3.* before 8.3.12, erroneous parsing of
multipart form data contained in an HTTP POST request could lead to legitimate data not being processed.
This could lead to malicious attacker able to control part of the submitted data being able to exclude
portion of other data, potentially leading to erroneous application behavior. (CVE-2024-8925)
- In PHP versions 8.1.* before 8.1.30, 8.2.* before 8.2.24, 8.3.* before 8.3.12, HTTP_REDIRECT_STATUS
variable is used to check whether or not CGI binary is being run by the HTTP server. However, in certain
scenarios, the content of this variable can be controlled by the request submitter via HTTP headers, which
can lead to cgi.force_redirect option not being correctly applied. In certain configurations this may lead
to arbitrary file inclusion in PHP. (CVE-2024-8927)
- In PHP versions 8.1.* before 8.1.30, 8.2.* before 8.2.24, 8.3.* before 8.3.12, when using PHP-FPM SAPI and
it is configured to catch workers output through catch_workers_output = yes, it may be possible to pollute
the final log or remove up to 4 characters from the log messages by manipulating log message content.
Additionally, if PHP-FPM is configured to use syslog output, it may be possible to further remove log data
using the same vulnerability. (CVE-2024-9026)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.30 or later.
PHP 8.1.x < 8.1.30 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.30. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.30 advisory.
- In PHP versions 8.1.* before 8.1.30, 8.2.* before 8.2.24, 8.3.* before 8.3.12, when using a certain non-
standard configurations of Windows codepages, the fixes for CVE-2024-4577
https://github.com/advisories/GHSA-vxpp-6299-mxw3 may still be bypassed and the same command injection
related to Windows Best Fit codepage behavior can be achieved. This may allow a malicious user to pass
options to PHP binary being run, and thus reveal the source code of scripts, run arbitrary PHP code on the
server, etc. (CVE-2024-8926)
- In PHP versions 8.1.* before 8.1.30, 8.2.* before 8.2.24, 8.3.* before 8.3.12, erroneous parsing of
multipart form data contained in an HTTP POST request could lead to legitimate data not being processed.
This could lead to malicious attacker able to control part of the submitted data being able to exclude
portion of other data, potentially leading to erroneous application behavior. (CVE-2024-8925)
- In PHP versions 8.1.* before 8.1.30, 8.2.* before 8.2.24, 8.3.* before 8.3.12, HTTP_REDIRECT_STATUS
variable is used to check whether or not CGI binary is being run by the HTTP server. However, in certain
scenarios, the content of this variable can be controlled by the request submitter via HTTP headers, which
can lead to cgi.force_redirect option not being correctly applied. In certain configurations this may lead
to arbitrary file inclusion in PHP. (CVE-2024-8927)
- In PHP versions 8.1.* before 8.1.30, 8.2.* before 8.2.24, 8.3.* before 8.3.12, when using PHP-FPM SAPI and
it is configured to catch workers output through catch_workers_output = yes, it may be possible to pollute
the final log or remove up to 4 characters from the log messages by manipulating log message content.
Additionally, if PHP-FPM is configured to use syslog output, it may be possible to further remove log data
using the same vulnerability. (CVE-2024-9026)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.30 or later.
PHP 8.1.x < 8.1.30 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.30. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.30 advisory.
- In PHP versions 8.1.* before 8.1.30, 8.2.* before 8.2.24, 8.3.* before 8.3.12, when using a certain non-
standard configurations of Windows codepages, the fixes for CVE-2024-4577
https://github.com/advisories/GHSA-vxpp-6299-mxw3 may still be bypassed and the same command injection
related to Windows Best Fit codepage behavior can be achieved. This may allow a malicious user to pass
options to PHP binary being run, and thus reveal the source code of scripts, run arbitrary PHP code on the
server, etc. (CVE-2024-8926)
- In PHP versions 8.1.* before 8.1.30, 8.2.* before 8.2.24, 8.3.* before 8.3.12, erroneous parsing of
multipart form data contained in an HTTP POST request could lead to legitimate data not being processed.
This could lead to malicious attacker able to control part of the submitted data being able to exclude
portion of other data, potentially leading to erroneous application behavior. (CVE-2024-8925)
- In PHP versions 8.1.* before 8.1.30, 8.2.* before 8.2.24, 8.3.* before 8.3.12, HTTP_REDIRECT_STATUS
variable is used to check whether or not CGI binary is being run by the HTTP server. However, in certain
scenarios, the content of this variable can be controlled by the request submitter via HTTP headers, which
can lead to cgi.force_redirect option not being correctly applied. In certain configurations this may lead
to arbitrary file inclusion in PHP. (CVE-2024-8927)
- In PHP versions 8.1.* before 8.1.30, 8.2.* before 8.2.24, 8.3.* before 8.3.12, when using PHP-FPM SAPI and
it is configured to catch workers output through catch_workers_output = yes, it may be possible to pollute
the final log or remove up to 4 characters from the log messages by manipulating log message content.
Additionally, if PHP-FPM is configured to use syslog output, it may be possible to further remove log data
using the same vulnerability. (CVE-2024-9026)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.30 or later.
PHP 8.1.x < 8.1.30 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.30. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.30 advisory.
- In PHP versions 8.1.* before 8.1.30, 8.2.* before 8.2.24, 8.3.* before 8.3.12, when using a certain non-
standard configurations of Windows codepages, the fixes for CVE-2024-4577
https://github.com/advisories/GHSA-vxpp-6299-mxw3 may still be bypassed and the same command injection
related to Windows Best Fit codepage behavior can be achieved. This may allow a malicious user to pass
options to PHP binary being run, and thus reveal the source code of scripts, run arbitrary PHP code on the
server, etc. (CVE-2024-8926)
- In PHP versions 8.1.* before 8.1.30, 8.2.* before 8.2.24, 8.3.* before 8.3.12, erroneous parsing of
multipart form data contained in an HTTP POST request could lead to legitimate data not being processed.
This could lead to malicious attacker able to control part of the submitted data being able to exclude
portion of other data, potentially leading to erroneous application behavior. (CVE-2024-8925)
- In PHP versions 8.1.* before 8.1.30, 8.2.* before 8.2.24, 8.3.* before 8.3.12, HTTP_REDIRECT_STATUS
variable is used to check whether or not CGI binary is being run by the HTTP server. However, in certain
scenarios, the content of this variable can be controlled by the request submitter via HTTP headers, which
can lead to cgi.force_redirect option not being correctly applied. In certain configurations this may lead
to arbitrary file inclusion in PHP. (CVE-2024-8927)
- In PHP versions 8.1.* before 8.1.30, 8.2.* before 8.2.24, 8.3.* before 8.3.12, when using PHP-FPM SAPI and
it is configured to catch workers output through catch_workers_output = yes, it may be possible to pollute
the final log or remove up to 4 characters from the log messages by manipulating log message content.
Additionally, if PHP-FPM is configured to use syslog output, it may be possible to further remove log data
using the same vulnerability. (CVE-2024-9026)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.30 or later.
PHP 8.1.x < 8.1.30 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.30. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.30 advisory.
- In PHP versions 8.1.* before 8.1.30, 8.2.* before 8.2.24, 8.3.* before 8.3.12, when using a certain non-
standard configurations of Windows codepages, the fixes for CVE-2024-4577
https://github.com/advisories/GHSA-vxpp-6299-mxw3 may still be bypassed and the same command injection
related to Windows Best Fit codepage behavior can be achieved. This may allow a malicious user to pass
options to PHP binary being run, and thus reveal the source code of scripts, run arbitrary PHP code on the
server, etc. (CVE-2024-8926)
- In PHP versions 8.1.* before 8.1.30, 8.2.* before 8.2.24, 8.3.* before 8.3.12, erroneous parsing of
multipart form data contained in an HTTP POST request could lead to legitimate data not being processed.
This could lead to malicious attacker able to control part of the submitted data being able to exclude
portion of other data, potentially leading to erroneous application behavior. (CVE-2024-8925)
- In PHP versions 8.1.* before 8.1.30, 8.2.* before 8.2.24, 8.3.* before 8.3.12, HTTP_REDIRECT_STATUS
variable is used to check whether or not CGI binary is being run by the HTTP server. However, in certain
scenarios, the content of this variable can be controlled by the request submitter via HTTP headers, which
can lead to cgi.force_redirect option not being correctly applied. In certain configurations this may lead
to arbitrary file inclusion in PHP. (CVE-2024-8927)
- In PHP versions 8.1.* before 8.1.30, 8.2.* before 8.2.24, 8.3.* before 8.3.12, when using PHP-FPM SAPI and
it is configured to catch workers output through catch_workers_output = yes, it may be possible to pollute
the final log or remove up to 4 characters from the log messages by manipulating log message content.
Additionally, if PHP-FPM is configured to use syslog output, it may be possible to further remove log data
using the same vulnerability. (CVE-2024-9026)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.30 or later.
PHP 8.1.x < 8.1.32 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.32. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.32 advisory.
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.32 or later.
PHP 8.1.x < 8.1.32 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.32. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.32 advisory.
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.32 or later.
PHP 8.1.x < 8.1.32 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.32. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.32 advisory.
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.32 or later.
PHP 8.1.x < 8.1.32 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.32. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.32 advisory.
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.32 or later.
PHP 8.1.x < 8.1.32 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.32. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.32 advisory.
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.32 or later.
PHP 8.1.x < 8.1.32 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.32. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.32 advisory.
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.32 or later.
PHP 8.1.x < 8.1.32 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.32. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.32 advisory.
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.32 or later.
PHP 8.1.x < 8.1.32 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.32. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.32 advisory.
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.32 or later.
PHP 8.1.x < 8.1.32 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.32. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.32 advisory.
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.32 or later.
PHP 8.1.x < 8.1.32 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.32. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.32 advisory.
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.32 or later.
PHP 8.1.x < 8.1.33 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.33. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.33 advisory.
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.33 or later.
PHP 8.1.x < 8.1.33 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.33. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.33 advisory.
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.33 or later.
PHP 8.1.x < 8.1.33 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.33. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.33 advisory.
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.33 or later.
PHP 8.1.x < 8.1.33 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.33. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.33 advisory.
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.33 or later.
PHP 8.1.x < 8.1.33 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.33. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.33 advisory.
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.33 or later.
PHP 8.1.x < 8.1.33 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.33. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.33 advisory.
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.33 or later.
Apache 2.4.x < 2.4.64 Multiple Vulnerabilities
The version of Apache httpd installed on the remote host is prior to 2.4.64. It is, therefore, affected by multiple
vulnerabilities as referenced in the 2.4.64 advisory.
- In certain proxy configurations, a denial of service attack against Apache HTTP Server versions 2.4.26
through to 2.4.63 can be triggered by untrusted clients causing an assertion in mod_proxy_http2.
Configurations affected are a reverse proxy is configured for an HTTP/2 backend, with ProxyPreserveHost
set to on. (CVE-2025-49630)
- HTTP response splitting in the core of Apache HTTP Server allows an attacker who can manipulate the
Content-Type response headers of applications hosted or proxied by the server can split the HTTP response.
This vulnerability was described as CVE-2023-38709 but the patch included in Apache HTTP Server 2.4.59 did
not address the issue. Users are recommended to upgrade to version 2.4.64, which fixes this issue.
(CVE-2024-42516)
- SSRF in Apache HTTP Server with mod_proxy loaded allows an attacker to send outbound proxy requests to a
URL controlled by the attacker. Requires an unlikely configuration where mod_headers is configured to
modify the Content-Type request or response header with a value provided in the HTTP request. Users are
recommended to upgrade to version 2.4.64 which fixes this issue. (CVE-2024-43204)
- Server-Side Request Forgery (SSRF) in Apache HTTP Server on Windows allows to potentially leak NTLM hashes
to a malicious server via mod_rewrite or apache expressions that pass unvalidated request input. This
issue affects Apache HTTP Server: from 2.4.0 through 2.4.63. Note: The Apache HTTP Server Project will be
setting a higher bar for accepting vulnerability reports regarding SSRF via UNC paths. The server offers
limited protection against administrators directing the server to open UNC paths. Windows servers should
limit the hosts they will connect over via SMB based on the nature of NTLM authentication.
(CVE-2024-43394)
- Insufficient escaping of user-supplied data in mod_ssl in Apache HTTP Server 2.4.63 and earlier allows an
untrusted SSL/TLS client to insert escape characters into log files in some configurations. In a logging
configuration where CustomLog is used with %{varname}x or %{varname}c to log variables provided by
mod_ssl such as SSL_TLS_SNI, no escaping is performed by either mod_log_config or mod_ssl and unsanitized
data provided by the client may appear in log files. (CVE-2024-47252)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to Apache version 2.4.64 or later.
Apache 2.4.x < 2.4.64 Multiple Vulnerabilities
The version of Apache httpd installed on the remote host is prior to 2.4.64. It is, therefore, affected by multiple
vulnerabilities as referenced in the 2.4.64 advisory.
- In certain proxy configurations, a denial of service attack against Apache HTTP Server versions 2.4.26
through to 2.4.63 can be triggered by untrusted clients causing an assertion in mod_proxy_http2.
Configurations affected are a reverse proxy is configured for an HTTP/2 backend, with ProxyPreserveHost
set to on. (CVE-2025-49630)
- HTTP response splitting in the core of Apache HTTP Server allows an attacker who can manipulate the
Content-Type response headers of applications hosted or proxied by the server can split the HTTP response.
This vulnerability was described as CVE-2023-38709 but the patch included in Apache HTTP Server 2.4.59 did
not address the issue. Users are recommended to upgrade to version 2.4.64, which fixes this issue.
(CVE-2024-42516)
- SSRF in Apache HTTP Server with mod_proxy loaded allows an attacker to send outbound proxy requests to a
URL controlled by the attacker. Requires an unlikely configuration where mod_headers is configured to
modify the Content-Type request or response header with a value provided in the HTTP request. Users are
recommended to upgrade to version 2.4.64 which fixes this issue. (CVE-2024-43204)
- Server-Side Request Forgery (SSRF) in Apache HTTP Server on Windows allows to potentially leak NTLM hashes
to a malicious server via mod_rewrite or apache expressions that pass unvalidated request input. This
issue affects Apache HTTP Server: from 2.4.0 through 2.4.63. Note: The Apache HTTP Server Project will be
setting a higher bar for accepting vulnerability reports regarding SSRF via UNC paths. The server offers
limited protection against administrators directing the server to open UNC paths. Windows servers should
limit the hosts they will connect over via SMB based on the nature of NTLM authentication.
(CVE-2024-43394)
- Insufficient escaping of user-supplied data in mod_ssl in Apache HTTP Server 2.4.63 and earlier allows an
untrusted SSL/TLS client to insert escape characters into log files in some configurations. In a logging
configuration where CustomLog is used with %{varname}x or %{varname}c to log variables provided by
mod_ssl such as SSL_TLS_SNI, no escaping is performed by either mod_log_config or mod_ssl and unsanitized
data provided by the client may appear in log files. (CVE-2024-47252)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to Apache version 2.4.64 or later.
Apache 2.4.x < 2.4.64 Multiple Vulnerabilities
The version of Apache httpd installed on the remote host is prior to 2.4.64. It is, therefore, affected by multiple
vulnerabilities as referenced in the 2.4.64 advisory.
- In certain proxy configurations, a denial of service attack against Apache HTTP Server versions 2.4.26
through to 2.4.63 can be triggered by untrusted clients causing an assertion in mod_proxy_http2.
Configurations affected are a reverse proxy is configured for an HTTP/2 backend, with ProxyPreserveHost
set to on. (CVE-2025-49630)
- HTTP response splitting in the core of Apache HTTP Server allows an attacker who can manipulate the
Content-Type response headers of applications hosted or proxied by the server can split the HTTP response.
This vulnerability was described as CVE-2023-38709 but the patch included in Apache HTTP Server 2.4.59 did
not address the issue. Users are recommended to upgrade to version 2.4.64, which fixes this issue.
(CVE-2024-42516)
- SSRF in Apache HTTP Server with mod_proxy loaded allows an attacker to send outbound proxy requests to a
URL controlled by the attacker. Requires an unlikely configuration where mod_headers is configured to
modify the Content-Type request or response header with a value provided in the HTTP request. Users are
recommended to upgrade to version 2.4.64 which fixes this issue. (CVE-2024-43204)
- Server-Side Request Forgery (SSRF) in Apache HTTP Server on Windows allows to potentially leak NTLM hashes
to a malicious server via mod_rewrite or apache expressions that pass unvalidated request input. This
issue affects Apache HTTP Server: from 2.4.0 through 2.4.63. Note: The Apache HTTP Server Project will be
setting a higher bar for accepting vulnerability reports regarding SSRF via UNC paths. The server offers
limited protection against administrators directing the server to open UNC paths. Windows servers should
limit the hosts they will connect over via SMB based on the nature of NTLM authentication.
(CVE-2024-43394)
- Insufficient escaping of user-supplied data in mod_ssl in Apache HTTP Server 2.4.63 and earlier allows an
untrusted SSL/TLS client to insert escape characters into log files in some configurations. In a logging
configuration where CustomLog is used with %{varname}x or %{varname}c to log variables provided by
mod_ssl such as SSL_TLS_SNI, no escaping is performed by either mod_log_config or mod_ssl and unsanitized
data provided by the client may appear in log files. (CVE-2024-47252)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to Apache version 2.4.64 or later.
Apache 2.4.x < 2.4.64 Multiple Vulnerabilities
The version of Apache httpd installed on the remote host is prior to 2.4.64. It is, therefore, affected by multiple
vulnerabilities as referenced in the 2.4.64 advisory.
- In certain proxy configurations, a denial of service attack against Apache HTTP Server versions 2.4.26
through to 2.4.63 can be triggered by untrusted clients causing an assertion in mod_proxy_http2.
Configurations affected are a reverse proxy is configured for an HTTP/2 backend, with ProxyPreserveHost
set to on. (CVE-2025-49630)
- HTTP response splitting in the core of Apache HTTP Server allows an attacker who can manipulate the
Content-Type response headers of applications hosted or proxied by the server can split the HTTP response.
This vulnerability was described as CVE-2023-38709 but the patch included in Apache HTTP Server 2.4.59 did
not address the issue. Users are recommended to upgrade to version 2.4.64, which fixes this issue.
(CVE-2024-42516)
- SSRF in Apache HTTP Server with mod_proxy loaded allows an attacker to send outbound proxy requests to a
URL controlled by the attacker. Requires an unlikely configuration where mod_headers is configured to
modify the Content-Type request or response header with a value provided in the HTTP request. Users are
recommended to upgrade to version 2.4.64 which fixes this issue. (CVE-2024-43204)
- Server-Side Request Forgery (SSRF) in Apache HTTP Server on Windows allows to potentially leak NTLM hashes
to a malicious server via mod_rewrite or apache expressions that pass unvalidated request input. This
issue affects Apache HTTP Server: from 2.4.0 through 2.4.63. Note: The Apache HTTP Server Project will be
setting a higher bar for accepting vulnerability reports regarding SSRF via UNC paths. The server offers
limited protection against administrators directing the server to open UNC paths. Windows servers should
limit the hosts they will connect over via SMB based on the nature of NTLM authentication.
(CVE-2024-43394)
- Insufficient escaping of user-supplied data in mod_ssl in Apache HTTP Server 2.4.63 and earlier allows an
untrusted SSL/TLS client to insert escape characters into log files in some configurations. In a logging
configuration where CustomLog is used with %{varname}x or %{varname}c to log variables provided by
mod_ssl such as SSL_TLS_SNI, no escaping is performed by either mod_log_config or mod_ssl and unsanitized
data provided by the client may appear in log files. (CVE-2024-47252)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to Apache version 2.4.64 or later.
Apache 2.4.x < 2.4.64 Multiple Vulnerabilities
The version of Apache httpd installed on the remote host is prior to 2.4.64. It is, therefore, affected by multiple
vulnerabilities as referenced in the 2.4.64 advisory.
- In certain proxy configurations, a denial of service attack against Apache HTTP Server versions 2.4.26
through to 2.4.63 can be triggered by untrusted clients causing an assertion in mod_proxy_http2.
Configurations affected are a reverse proxy is configured for an HTTP/2 backend, with ProxyPreserveHost
set to on. (CVE-2025-49630)
- HTTP response splitting in the core of Apache HTTP Server allows an attacker who can manipulate the
Content-Type response headers of applications hosted or proxied by the server can split the HTTP response.
This vulnerability was described as CVE-2023-38709 but the patch included in Apache HTTP Server 2.4.59 did
not address the issue. Users are recommended to upgrade to version 2.4.64, which fixes this issue.
(CVE-2024-42516)
- SSRF in Apache HTTP Server with mod_proxy loaded allows an attacker to send outbound proxy requests to a
URL controlled by the attacker. Requires an unlikely configuration where mod_headers is configured to
modify the Content-Type request or response header with a value provided in the HTTP request. Users are
recommended to upgrade to version 2.4.64 which fixes this issue. (CVE-2024-43204)
- Server-Side Request Forgery (SSRF) in Apache HTTP Server on Windows allows to potentially leak NTLM hashes
to a malicious server via mod_rewrite or apache expressions that pass unvalidated request input. This
issue affects Apache HTTP Server: from 2.4.0 through 2.4.63. Note: The Apache HTTP Server Project will be
setting a higher bar for accepting vulnerability reports regarding SSRF via UNC paths. The server offers
limited protection against administrators directing the server to open UNC paths. Windows servers should
limit the hosts they will connect over via SMB based on the nature of NTLM authentication.
(CVE-2024-43394)
- Insufficient escaping of user-supplied data in mod_ssl in Apache HTTP Server 2.4.63 and earlier allows an
untrusted SSL/TLS client to insert escape characters into log files in some configurations. In a logging
configuration where CustomLog is used with %{varname}x or %{varname}c to log variables provided by
mod_ssl such as SSL_TLS_SNI, no escaping is performed by either mod_log_config or mod_ssl and unsanitized
data provided by the client may appear in log files. (CVE-2024-47252)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to Apache version 2.4.64 or later.
Apache 2.4.x < 2.4.64 Multiple Vulnerabilities
The version of Apache httpd installed on the remote host is prior to 2.4.64. It is, therefore, affected by multiple
vulnerabilities as referenced in the 2.4.64 advisory.
- In certain proxy configurations, a denial of service attack against Apache HTTP Server versions 2.4.26
through to 2.4.63 can be triggered by untrusted clients causing an assertion in mod_proxy_http2.
Configurations affected are a reverse proxy is configured for an HTTP/2 backend, with ProxyPreserveHost
set to on. (CVE-2025-49630)
- HTTP response splitting in the core of Apache HTTP Server allows an attacker who can manipulate the
Content-Type response headers of applications hosted or proxied by the server can split the HTTP response.
This vulnerability was described as CVE-2023-38709 but the patch included in Apache HTTP Server 2.4.59 did
not address the issue. Users are recommended to upgrade to version 2.4.64, which fixes this issue.
(CVE-2024-42516)
- SSRF in Apache HTTP Server with mod_proxy loaded allows an attacker to send outbound proxy requests to a
URL controlled by the attacker. Requires an unlikely configuration where mod_headers is configured to
modify the Content-Type request or response header with a value provided in the HTTP request. Users are
recommended to upgrade to version 2.4.64 which fixes this issue. (CVE-2024-43204)
- Server-Side Request Forgery (SSRF) in Apache HTTP Server on Windows allows to potentially leak NTLM hashes
to a malicious server via mod_rewrite or apache expressions that pass unvalidated request input. This
issue affects Apache HTTP Server: from 2.4.0 through 2.4.63. Note: The Apache HTTP Server Project will be
setting a higher bar for accepting vulnerability reports regarding SSRF via UNC paths. The server offers
limited protection against administrators directing the server to open UNC paths. Windows servers should
limit the hosts they will connect over via SMB based on the nature of NTLM authentication.
(CVE-2024-43394)
- Insufficient escaping of user-supplied data in mod_ssl in Apache HTTP Server 2.4.63 and earlier allows an
untrusted SSL/TLS client to insert escape characters into log files in some configurations. In a logging
configuration where CustomLog is used with %{varname}x or %{varname}c to log variables provided by
mod_ssl such as SSL_TLS_SNI, no escaping is performed by either mod_log_config or mod_ssl and unsanitized
data provided by the client may appear in log files. (CVE-2024-47252)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to Apache version 2.4.64 or later.
Apache 2.4.x < 2.4.64 Multiple Vulnerabilities
The version of Apache httpd installed on the remote host is prior to 2.4.64. It is, therefore, affected by multiple
vulnerabilities as referenced in the 2.4.64 advisory.
- In certain proxy configurations, a denial of service attack against Apache HTTP Server versions 2.4.26
through to 2.4.63 can be triggered by untrusted clients causing an assertion in mod_proxy_http2.
Configurations affected are a reverse proxy is configured for an HTTP/2 backend, with ProxyPreserveHost
set to on. (CVE-2025-49630)
- HTTP response splitting in the core of Apache HTTP Server allows an attacker who can manipulate the
Content-Type response headers of applications hosted or proxied by the server can split the HTTP response.
This vulnerability was described as CVE-2023-38709 but the patch included in Apache HTTP Server 2.4.59 did
not address the issue. Users are recommended to upgrade to version 2.4.64, which fixes this issue.
(CVE-2024-42516)
- SSRF in Apache HTTP Server with mod_proxy loaded allows an attacker to send outbound proxy requests to a
URL controlled by the attacker. Requires an unlikely configuration where mod_headers is configured to
modify the Content-Type request or response header with a value provided in the HTTP request. Users are
recommended to upgrade to version 2.4.64 which fixes this issue. (CVE-2024-43204)
- Server-Side Request Forgery (SSRF) in Apache HTTP Server on Windows allows to potentially leak NTLM hashes
to a malicious server via mod_rewrite or apache expressions that pass unvalidated request input. This
issue affects Apache HTTP Server: from 2.4.0 through 2.4.63. Note: The Apache HTTP Server Project will be
setting a higher bar for accepting vulnerability reports regarding SSRF via UNC paths. The server offers
limited protection against administrators directing the server to open UNC paths. Windows servers should
limit the hosts they will connect over via SMB based on the nature of NTLM authentication.
(CVE-2024-43394)
- Insufficient escaping of user-supplied data in mod_ssl in Apache HTTP Server 2.4.63 and earlier allows an
untrusted SSL/TLS client to insert escape characters into log files in some configurations. In a logging
configuration where CustomLog is used with %{varname}x or %{varname}c to log variables provided by
mod_ssl such as SSL_TLS_SNI, no escaping is performed by either mod_log_config or mod_ssl and unsanitized
data provided by the client may appear in log files. (CVE-2024-47252)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to Apache version 2.4.64 or later.
Apache 2.4.x < 2.4.64 Multiple Vulnerabilities
The version of Apache httpd installed on the remote host is prior to 2.4.64. It is, therefore, affected by multiple
vulnerabilities as referenced in the 2.4.64 advisory.
- In certain proxy configurations, a denial of service attack against Apache HTTP Server versions 2.4.26
through to 2.4.63 can be triggered by untrusted clients causing an assertion in mod_proxy_http2.
Configurations affected are a reverse proxy is configured for an HTTP/2 backend, with ProxyPreserveHost
set to on. (CVE-2025-49630)
- HTTP response splitting in the core of Apache HTTP Server allows an attacker who can manipulate the
Content-Type response headers of applications hosted or proxied by the server can split the HTTP response.
This vulnerability was described as CVE-2023-38709 but the patch included in Apache HTTP Server 2.4.59 did
not address the issue. Users are recommended to upgrade to version 2.4.64, which fixes this issue.
(CVE-2024-42516)
- SSRF in Apache HTTP Server with mod_proxy loaded allows an attacker to send outbound proxy requests to a
URL controlled by the attacker. Requires an unlikely configuration where mod_headers is configured to
modify the Content-Type request or response header with a value provided in the HTTP request. Users are
recommended to upgrade to version 2.4.64 which fixes this issue. (CVE-2024-43204)
- Server-Side Request Forgery (SSRF) in Apache HTTP Server on Windows allows to potentially leak NTLM hashes
to a malicious server via mod_rewrite or apache expressions that pass unvalidated request input. This
issue affects Apache HTTP Server: from 2.4.0 through 2.4.63. Note: The Apache HTTP Server Project will be
setting a higher bar for accepting vulnerability reports regarding SSRF via UNC paths. The server offers
limited protection against administrators directing the server to open UNC paths. Windows servers should
limit the hosts they will connect over via SMB based on the nature of NTLM authentication.
(CVE-2024-43394)
- Insufficient escaping of user-supplied data in mod_ssl in Apache HTTP Server 2.4.63 and earlier allows an
untrusted SSL/TLS client to insert escape characters into log files in some configurations. In a logging
configuration where CustomLog is used with %{varname}x or %{varname}c to log variables provided by
mod_ssl such as SSL_TLS_SNI, no escaping is performed by either mod_log_config or mod_ssl and unsanitized
data provided by the client may appear in log files. (CVE-2024-47252)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to Apache version 2.4.64 or later.
Apache 2.4.x < 2.4.64 Multiple Vulnerabilities
The version of Apache httpd installed on the remote host is prior to 2.4.64. It is, therefore, affected by multiple
vulnerabilities as referenced in the 2.4.64 advisory.
- In certain proxy configurations, a denial of service attack against Apache HTTP Server versions 2.4.26
through to 2.4.63 can be triggered by untrusted clients causing an assertion in mod_proxy_http2.
Configurations affected are a reverse proxy is configured for an HTTP/2 backend, with ProxyPreserveHost
set to on. (CVE-2025-49630)
- HTTP response splitting in the core of Apache HTTP Server allows an attacker who can manipulate the
Content-Type response headers of applications hosted or proxied by the server can split the HTTP response.
This vulnerability was described as CVE-2023-38709 but the patch included in Apache HTTP Server 2.4.59 did
not address the issue. Users are recommended to upgrade to version 2.4.64, which fixes this issue.
(CVE-2024-42516)
- SSRF in Apache HTTP Server with mod_proxy loaded allows an attacker to send outbound proxy requests to a
URL controlled by the attacker. Requires an unlikely configuration where mod_headers is configured to
modify the Content-Type request or response header with a value provided in the HTTP request. Users are
recommended to upgrade to version 2.4.64 which fixes this issue. (CVE-2024-43204)
- Server-Side Request Forgery (SSRF) in Apache HTTP Server on Windows allows to potentially leak NTLM hashes
to a malicious server via mod_rewrite or apache expressions that pass unvalidated request input. This
issue affects Apache HTTP Server: from 2.4.0 through 2.4.63. Note: The Apache HTTP Server Project will be
setting a higher bar for accepting vulnerability reports regarding SSRF via UNC paths. The server offers
limited protection against administrators directing the server to open UNC paths. Windows servers should
limit the hosts they will connect over via SMB based on the nature of NTLM authentication.
(CVE-2024-43394)
- Insufficient escaping of user-supplied data in mod_ssl in Apache HTTP Server 2.4.63 and earlier allows an
untrusted SSL/TLS client to insert escape characters into log files in some configurations. In a logging
configuration where CustomLog is used with %{varname}x or %{varname}c to log variables provided by
mod_ssl such as SSL_TLS_SNI, no escaping is performed by either mod_log_config or mod_ssl and unsanitized
data provided by the client may appear in log files. (CVE-2024-47252)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to Apache version 2.4.64 or later.
Apache 2.4.x < 2.4.64 Multiple Vulnerabilities
The version of Apache httpd installed on the remote host is prior to 2.4.64. It is, therefore, affected by multiple
vulnerabilities as referenced in the 2.4.64 advisory.
- In certain proxy configurations, a denial of service attack against Apache HTTP Server versions 2.4.26
through to 2.4.63 can be triggered by untrusted clients causing an assertion in mod_proxy_http2.
Configurations affected are a reverse proxy is configured for an HTTP/2 backend, with ProxyPreserveHost
set to on. (CVE-2025-49630)
- HTTP response splitting in the core of Apache HTTP Server allows an attacker who can manipulate the
Content-Type response headers of applications hosted or proxied by the server can split the HTTP response.
This vulnerability was described as CVE-2023-38709 but the patch included in Apache HTTP Server 2.4.59 did
not address the issue. Users are recommended to upgrade to version 2.4.64, which fixes this issue.
(CVE-2024-42516)
- SSRF in Apache HTTP Server with mod_proxy loaded allows an attacker to send outbound proxy requests to a
URL controlled by the attacker. Requires an unlikely configuration where mod_headers is configured to
modify the Content-Type request or response header with a value provided in the HTTP request. Users are
recommended to upgrade to version 2.4.64 which fixes this issue. (CVE-2024-43204)
- Server-Side Request Forgery (SSRF) in Apache HTTP Server on Windows allows to potentially leak NTLM hashes
to a malicious server via mod_rewrite or apache expressions that pass unvalidated request input. This
issue affects Apache HTTP Server: from 2.4.0 through 2.4.63. Note: The Apache HTTP Server Project will be
setting a higher bar for accepting vulnerability reports regarding SSRF via UNC paths. The server offers
limited protection against administrators directing the server to open UNC paths. Windows servers should
limit the hosts they will connect over via SMB based on the nature of NTLM authentication.
(CVE-2024-43394)
- Insufficient escaping of user-supplied data in mod_ssl in Apache HTTP Server 2.4.63 and earlier allows an
untrusted SSL/TLS client to insert escape characters into log files in some configurations. In a logging
configuration where CustomLog is used with %{varname}x or %{varname}c to log variables provided by
mod_ssl such as SSL_TLS_SNI, no escaping is performed by either mod_log_config or mod_ssl and unsanitized
data provided by the client may appear in log files. (CVE-2024-47252)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to Apache version 2.4.64 or later.
Apache 2.4.x < 2.4.64 Multiple Vulnerabilities
The version of Apache httpd installed on the remote host is prior to 2.4.64. It is, therefore, affected by multiple
vulnerabilities as referenced in the 2.4.64 advisory.
- In certain proxy configurations, a denial of service attack against Apache HTTP Server versions 2.4.26
through to 2.4.63 can be triggered by untrusted clients causing an assertion in mod_proxy_http2.
Configurations affected are a reverse proxy is configured for an HTTP/2 backend, with ProxyPreserveHost
set to on. (CVE-2025-49630)
- HTTP response splitting in the core of Apache HTTP Server allows an attacker who can manipulate the
Content-Type response headers of applications hosted or proxied by the server can split the HTTP response.
This vulnerability was described as CVE-2023-38709 but the patch included in Apache HTTP Server 2.4.59 did
not address the issue. Users are recommended to upgrade to version 2.4.64, which fixes this issue.
(CVE-2024-42516)
- SSRF in Apache HTTP Server with mod_proxy loaded allows an attacker to send outbound proxy requests to a
URL controlled by the attacker. Requires an unlikely configuration where mod_headers is configured to
modify the Content-Type request or response header with a value provided in the HTTP request. Users are
recommended to upgrade to version 2.4.64 which fixes this issue. (CVE-2024-43204)
- Server-Side Request Forgery (SSRF) in Apache HTTP Server on Windows allows to potentially leak NTLM hashes
to a malicious server via mod_rewrite or apache expressions that pass unvalidated request input. This
issue affects Apache HTTP Server: from 2.4.0 through 2.4.63. Note: The Apache HTTP Server Project will be
setting a higher bar for accepting vulnerability reports regarding SSRF via UNC paths. The server offers
limited protection against administrators directing the server to open UNC paths. Windows servers should
limit the hosts they will connect over via SMB based on the nature of NTLM authentication.
(CVE-2024-43394)
- Insufficient escaping of user-supplied data in mod_ssl in Apache HTTP Server 2.4.63 and earlier allows an
untrusted SSL/TLS client to insert escape characters into log files in some configurations. In a logging
configuration where CustomLog is used with %{varname}x or %{varname}c to log variables provided by
mod_ssl such as SSL_TLS_SNI, no escaping is performed by either mod_log_config or mod_ssl and unsanitized
data provided by the client may appear in log files. (CVE-2024-47252)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to Apache version 2.4.64 or later.
Apache 2.4.x < 2.4.64 Multiple Vulnerabilities
The version of Apache httpd installed on the remote host is prior to 2.4.64. It is, therefore, affected by multiple
vulnerabilities as referenced in the 2.4.64 advisory.
- In certain proxy configurations, a denial of service attack against Apache HTTP Server versions 2.4.26
through to 2.4.63 can be triggered by untrusted clients causing an assertion in mod_proxy_http2.
Configurations affected are a reverse proxy is configured for an HTTP/2 backend, with ProxyPreserveHost
set to on. (CVE-2025-49630)
- HTTP response splitting in the core of Apache HTTP Server allows an attacker who can manipulate the
Content-Type response headers of applications hosted or proxied by the server can split the HTTP response.
This vulnerability was described as CVE-2023-38709 but the patch included in Apache HTTP Server 2.4.59 did
not address the issue. Users are recommended to upgrade to version 2.4.64, which fixes this issue.
(CVE-2024-42516)
- SSRF in Apache HTTP Server with mod_proxy loaded allows an attacker to send outbound proxy requests to a
URL controlled by the attacker. Requires an unlikely configuration where mod_headers is configured to
modify the Content-Type request or response header with a value provided in the HTTP request. Users are
recommended to upgrade to version 2.4.64 which fixes this issue. (CVE-2024-43204)
- Server-Side Request Forgery (SSRF) in Apache HTTP Server on Windows allows to potentially leak NTLM hashes
to a malicious server via mod_rewrite or apache expressions that pass unvalidated request input. This
issue affects Apache HTTP Server: from 2.4.0 through 2.4.63. Note: The Apache HTTP Server Project will be
setting a higher bar for accepting vulnerability reports regarding SSRF via UNC paths. The server offers
limited protection against administrators directing the server to open UNC paths. Windows servers should
limit the hosts they will connect over via SMB based on the nature of NTLM authentication.
(CVE-2024-43394)
- Insufficient escaping of user-supplied data in mod_ssl in Apache HTTP Server 2.4.63 and earlier allows an
untrusted SSL/TLS client to insert escape characters into log files in some configurations. In a logging
configuration where CustomLog is used with %{varname}x or %{varname}c to log variables provided by
mod_ssl such as SSL_TLS_SNI, no escaping is performed by either mod_log_config or mod_ssl and unsanitized
data provided by the client may appear in log files. (CVE-2024-47252)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to Apache version 2.4.64 or later.
Apache 2.4.x < 2.4.64 Multiple Vulnerabilities
The version of Apache httpd installed on the remote host is prior to 2.4.64. It is, therefore, affected by multiple
vulnerabilities as referenced in the 2.4.64 advisory.
- In certain proxy configurations, a denial of service attack against Apache HTTP Server versions 2.4.26
through to 2.4.63 can be triggered by untrusted clients causing an assertion in mod_proxy_http2.
Configurations affected are a reverse proxy is configured for an HTTP/2 backend, with ProxyPreserveHost
set to on. (CVE-2025-49630)
- HTTP response splitting in the core of Apache HTTP Server allows an attacker who can manipulate the
Content-Type response headers of applications hosted or proxied by the server can split the HTTP response.
This vulnerability was described as CVE-2023-38709 but the patch included in Apache HTTP Server 2.4.59 did
not address the issue. Users are recommended to upgrade to version 2.4.64, which fixes this issue.
(CVE-2024-42516)
- SSRF in Apache HTTP Server with mod_proxy loaded allows an attacker to send outbound proxy requests to a
URL controlled by the attacker. Requires an unlikely configuration where mod_headers is configured to
modify the Content-Type request or response header with a value provided in the HTTP request. Users are
recommended to upgrade to version 2.4.64 which fixes this issue. (CVE-2024-43204)
- Server-Side Request Forgery (SSRF) in Apache HTTP Server on Windows allows to potentially leak NTLM hashes
to a malicious server via mod_rewrite or apache expressions that pass unvalidated request input. This
issue affects Apache HTTP Server: from 2.4.0 through 2.4.63. Note: The Apache HTTP Server Project will be
setting a higher bar for accepting vulnerability reports regarding SSRF via UNC paths. The server offers
limited protection against administrators directing the server to open UNC paths. Windows servers should
limit the hosts they will connect over via SMB based on the nature of NTLM authentication.
(CVE-2024-43394)
- Insufficient escaping of user-supplied data in mod_ssl in Apache HTTP Server 2.4.63 and earlier allows an
untrusted SSL/TLS client to insert escape characters into log files in some configurations. In a logging
configuration where CustomLog is used with %{varname}x or %{varname}c to log variables provided by
mod_ssl such as SSL_TLS_SNI, no escaping is performed by either mod_log_config or mod_ssl and unsanitized
data provided by the client may appear in log files. (CVE-2024-47252)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to Apache version 2.4.64 or later.
Apache 2.4.x < 2.4.64 Multiple Vulnerabilities
The version of Apache httpd installed on the remote host is prior to 2.4.64. It is, therefore, affected by multiple
vulnerabilities as referenced in the 2.4.64 advisory.
- In certain proxy configurations, a denial of service attack against Apache HTTP Server versions 2.4.26
through to 2.4.63 can be triggered by untrusted clients causing an assertion in mod_proxy_http2.
Configurations affected are a reverse proxy is configured for an HTTP/2 backend, with ProxyPreserveHost
set to on. (CVE-2025-49630)
- HTTP response splitting in the core of Apache HTTP Server allows an attacker who can manipulate the
Content-Type response headers of applications hosted or proxied by the server can split the HTTP response.
This vulnerability was described as CVE-2023-38709 but the patch included in Apache HTTP Server 2.4.59 did
not address the issue. Users are recommended to upgrade to version 2.4.64, which fixes this issue.
(CVE-2024-42516)
- SSRF in Apache HTTP Server with mod_proxy loaded allows an attacker to send outbound proxy requests to a
URL controlled by the attacker. Requires an unlikely configuration where mod_headers is configured to
modify the Content-Type request or response header with a value provided in the HTTP request. Users are
recommended to upgrade to version 2.4.64 which fixes this issue. (CVE-2024-43204)
- Server-Side Request Forgery (SSRF) in Apache HTTP Server on Windows allows to potentially leak NTLM hashes
to a malicious server via mod_rewrite or apache expressions that pass unvalidated request input. This
issue affects Apache HTTP Server: from 2.4.0 through 2.4.63. Note: The Apache HTTP Server Project will be
setting a higher bar for accepting vulnerability reports regarding SSRF via UNC paths. The server offers
limited protection against administrators directing the server to open UNC paths. Windows servers should
limit the hosts they will connect over via SMB based on the nature of NTLM authentication.
(CVE-2024-43394)
- Insufficient escaping of user-supplied data in mod_ssl in Apache HTTP Server 2.4.63 and earlier allows an
untrusted SSL/TLS client to insert escape characters into log files in some configurations. In a logging
configuration where CustomLog is used with %{varname}x or %{varname}c to log variables provided by
mod_ssl such as SSL_TLS_SNI, no escaping is performed by either mod_log_config or mod_ssl and unsanitized
data provided by the client may appear in log files. (CVE-2024-47252)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to Apache version 2.4.64 or later.
Apache 2.4.x < 2.4.64 Multiple Vulnerabilities
The version of Apache httpd installed on the remote host is prior to 2.4.64. It is, therefore, affected by multiple
vulnerabilities as referenced in the 2.4.64 advisory.
- In certain proxy configurations, a denial of service attack against Apache HTTP Server versions 2.4.26
through to 2.4.63 can be triggered by untrusted clients causing an assertion in mod_proxy_http2.
Configurations affected are a reverse proxy is configured for an HTTP/2 backend, with ProxyPreserveHost
set to on. (CVE-2025-49630)
- HTTP response splitting in the core of Apache HTTP Server allows an attacker who can manipulate the
Content-Type response headers of applications hosted or proxied by the server can split the HTTP response.
This vulnerability was described as CVE-2023-38709 but the patch included in Apache HTTP Server 2.4.59 did
not address the issue. Users are recommended to upgrade to version 2.4.64, which fixes this issue.
(CVE-2024-42516)
- SSRF in Apache HTTP Server with mod_proxy loaded allows an attacker to send outbound proxy requests to a
URL controlled by the attacker. Requires an unlikely configuration where mod_headers is configured to
modify the Content-Type request or response header with a value provided in the HTTP request. Users are
recommended to upgrade to version 2.4.64 which fixes this issue. (CVE-2024-43204)
- Server-Side Request Forgery (SSRF) in Apache HTTP Server on Windows allows to potentially leak NTLM hashes
to a malicious server via mod_rewrite or apache expressions that pass unvalidated request input. This
issue affects Apache HTTP Server: from 2.4.0 through 2.4.63. Note: The Apache HTTP Server Project will be
setting a higher bar for accepting vulnerability reports regarding SSRF via UNC paths. The server offers
limited protection against administrators directing the server to open UNC paths. Windows servers should
limit the hosts they will connect over via SMB based on the nature of NTLM authentication.
(CVE-2024-43394)
- Insufficient escaping of user-supplied data in mod_ssl in Apache HTTP Server 2.4.63 and earlier allows an
untrusted SSL/TLS client to insert escape characters into log files in some configurations. In a logging
configuration where CustomLog is used with %{varname}x or %{varname}c to log variables provided by
mod_ssl such as SSL_TLS_SNI, no escaping is performed by either mod_log_config or mod_ssl and unsanitized
data provided by the client may appear in log files. (CVE-2024-47252)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to Apache version 2.4.64 or later.
Apache 2.4.x < 2.4.64 Multiple Vulnerabilities
The version of Apache httpd installed on the remote host is prior to 2.4.64. It is, therefore, affected by multiple
vulnerabilities as referenced in the 2.4.64 advisory.
- In certain proxy configurations, a denial of service attack against Apache HTTP Server versions 2.4.26
through to 2.4.63 can be triggered by untrusted clients causing an assertion in mod_proxy_http2.
Configurations affected are a reverse proxy is configured for an HTTP/2 backend, with ProxyPreserveHost
set to on. (CVE-2025-49630)
- HTTP response splitting in the core of Apache HTTP Server allows an attacker who can manipulate the
Content-Type response headers of applications hosted or proxied by the server can split the HTTP response.
This vulnerability was described as CVE-2023-38709 but the patch included in Apache HTTP Server 2.4.59 did
not address the issue. Users are recommended to upgrade to version 2.4.64, which fixes this issue.
(CVE-2024-42516)
- SSRF in Apache HTTP Server with mod_proxy loaded allows an attacker to send outbound proxy requests to a
URL controlled by the attacker. Requires an unlikely configuration where mod_headers is configured to
modify the Content-Type request or response header with a value provided in the HTTP request. Users are
recommended to upgrade to version 2.4.64 which fixes this issue. (CVE-2024-43204)
- Server-Side Request Forgery (SSRF) in Apache HTTP Server on Windows allows to potentially leak NTLM hashes
to a malicious server via mod_rewrite or apache expressions that pass unvalidated request input. This
issue affects Apache HTTP Server: from 2.4.0 through 2.4.63. Note: The Apache HTTP Server Project will be
setting a higher bar for accepting vulnerability reports regarding SSRF via UNC paths. The server offers
limited protection against administrators directing the server to open UNC paths. Windows servers should
limit the hosts they will connect over via SMB based on the nature of NTLM authentication.
(CVE-2024-43394)
- Insufficient escaping of user-supplied data in mod_ssl in Apache HTTP Server 2.4.63 and earlier allows an
untrusted SSL/TLS client to insert escape characters into log files in some configurations. In a logging
configuration where CustomLog is used with %{varname}x or %{varname}c to log variables provided by
mod_ssl such as SSL_TLS_SNI, no escaping is performed by either mod_log_config or mod_ssl and unsanitized
data provided by the client may appear in log files. (CVE-2024-47252)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to Apache version 2.4.64 or later.
OpenSSL 1.1.1 < 1.1.1zd Vulnerability
The version of OpenSSL installed on the remote host is prior to 1.1.1zd. It is, therefore, affected by a vulnerability
as referenced in the 1.1.1zd advisory.
- Issue summary: An application trying to decrypt CMS messages encrypted using password based encryption can
trigger an out-of-bounds read and write. Impact summary: This out-of-bounds read may trigger a crash which
leads to Denial of Service for an application. The out-of-bounds write can cause a memory corruption which
can have various consequences including a Denial of Service or Execution of attacker-supplied code.
Although the consequences of a successful exploit of this vulnerability could be severe, the probability
that the attacker would be able to perform it is low. Besides, password based (PWRI) encryption support in
CMS messages is very rarely used. For that reason the issue was assessed as Moderate severity according to
our Security Policy. The FIPS modules in 3.5, 3.4, 3.3, 3.2, 3.1 and 3.0 are not affected by this issue,
as the CMS implementation is outside the OpenSSL FIPS module boundary. (CVE-2025-9230)
Note that Nessus has not tested for this issue but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to OpenSSL version 1.1.1zd or later.
OpenSSL 1.1.1 < 1.1.1zd Vulnerability
The version of OpenSSL installed on the remote host is prior to 1.1.1zd. It is, therefore, affected by a vulnerability
as referenced in the 1.1.1zd advisory.
- Issue summary: An application trying to decrypt CMS messages encrypted using password based encryption can
trigger an out-of-bounds read and write. Impact summary: This out-of-bounds read may trigger a crash which
leads to Denial of Service for an application. The out-of-bounds write can cause a memory corruption which
can have various consequences including a Denial of Service or Execution of attacker-supplied code.
Although the consequences of a successful exploit of this vulnerability could be severe, the probability
that the attacker would be able to perform it is low. Besides, password based (PWRI) encryption support in
CMS messages is very rarely used. For that reason the issue was assessed as Moderate severity according to
our Security Policy. The FIPS modules in 3.5, 3.4, 3.3, 3.2, 3.1 and 3.0 are not affected by this issue,
as the CMS implementation is outside the OpenSSL FIPS module boundary. (CVE-2025-9230)
Note that Nessus has not tested for this issue but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to OpenSSL version 1.1.1zd or later.
MEDIUM (21)
HTTP TRACE / TRACK Methods Allowed
The remote web server supports the TRACE and/or TRACK methods. TRACE
and TRACK are HTTP methods that are used to debug web server
connections.
Javasolt megoldás
Disable these HTTP methods. Refer to the plugin output for more information.
HTTP TRACE / TRACK Methods Allowed
The remote web server supports the TRACE and/or TRACK methods. TRACE
and TRACK are HTTP methods that are used to debug web server
connections.
Javasolt megoldás
Disable these HTTP methods. Refer to the plugin output for more information.
HTTP TRACE / TRACK Methods Allowed
The remote web server supports the TRACE and/or TRACK methods. TRACE
and TRACK are HTTP methods that are used to debug web server
connections.
Javasolt megoldás
Disable these HTTP methods. Refer to the plugin output for more information.
HTTP TRACE / TRACK Methods Allowed
The remote web server supports the TRACE and/or TRACK methods. TRACE
and TRACK are HTTP methods that are used to debug web server
connections.
Javasolt megoldás
Disable these HTTP methods. Refer to the plugin output for more information.
HTTP TRACE / TRACK Methods Allowed
The remote web server supports the TRACE and/or TRACK methods. TRACE
and TRACK are HTTP methods that are used to debug web server
connections.
Javasolt megoldás
Disable these HTTP methods. Refer to the plugin output for more information.
HTTP TRACE / TRACK Methods Allowed
The remote web server supports the TRACE and/or TRACK methods. TRACE
and TRACK are HTTP methods that are used to debug web server
connections.
Javasolt megoldás
Disable these HTTP methods. Refer to the plugin output for more information.
SSL Certificate Expiry
Plugin ID: 15901
Port: tcp/443
This plugin checks expiry dates of certificates associated with SSL-
enabled services on the target and reports whether any have already
expired.
Javasolt megoldás
Purchase or generate a new SSL certificate to replace the existing
one.
SSL Certificate Signed Using Weak Hashing Algorithm
The remote service uses an SSL certificate chain that has been signed
using a cryptographically weak hashing algorithm (e.g. MD2, MD4, MD5,
or SHA1). These signature algorithms are known to be vulnerable to
collision attacks. An attacker can exploit this to generate another
certificate with the same digital signature, allowing an attacker to
masquerade as the affected service.
Note that this plugin reports all SSL certificate chains signed with
SHA-1 that expire after January 1, 2017 as vulnerable. This is in
accordance with Google's gradual sunsetting of the SHA-1 cryptographic
hash algorithm.
Note that certificates in the chain that are contained in the Nessus
CA database (known_CA.inc) have been ignored.
Javasolt megoldás
Contact the Certificate Authority to have the SSL certificate reissued.
SSL Certificate Signed Using Weak Hashing Algorithm
The remote service uses an SSL certificate chain that has been signed
using a cryptographically weak hashing algorithm (e.g. MD2, MD4, MD5,
or SHA1). These signature algorithms are known to be vulnerable to
collision attacks. An attacker can exploit this to generate another
certificate with the same digital signature, allowing an attacker to
masquerade as the affected service.
Note that this plugin reports all SSL certificate chains signed with
SHA-1 that expire after January 1, 2017 as vulnerable. This is in
accordance with Google's gradual sunsetting of the SHA-1 cryptographic
hash algorithm.
Note that certificates in the chain that are contained in the Nessus
CA database (known_CA.inc) have been ignored.
Javasolt megoldás
Contact the Certificate Authority to have the SSL certificate reissued.
SSL Certificate Cannot Be Trusted
Plugin ID: 51192
Port: tcp/443
The server's X.509 certificate cannot be trusted. This situation can
occur in three different ways, in which the chain of trust can be
broken, as stated below :
- First, the top of the certificate chain sent by the
server might not be descended from a known public
certificate authority. This can occur either when the
top of the chain is an unrecognized, self-signed
certificate, or when intermediate certificates are
missing that would connect the top of the certificate
chain to a known public certificate authority.
- Second, the certificate chain may contain a certificate
that is not valid at the time of the scan. This can
occur either when the scan occurs before one of the
certificate's 'notBefore' dates, or after one of the
certificate's 'notAfter' dates.
- Third, the certificate chain may contain a signature
that either didn't match the certificate's information
or could not be verified. Bad signatures can be fixed by
getting the certificate with the bad signature to be
re-signed by its issuer. Signatures that could not be
verified are the result of the certificate's issuer
using a signing algorithm that Nessus either does not
support or does not recognize.
If the remote host is a public host in production, any break in the
chain makes it more difficult for users to verify the authenticity and
identity of the web server. This could make it easier to carry out
man-in-the-middle attacks against the remote host.
Javasolt megoldás
Purchase or generate a proper SSL certificate for this service.
SSL Self-Signed Certificate
Plugin ID: 57582
Port: tcp/443
The X.509 certificate chain for this service is not signed by a
recognized certificate authority. If the remote host is a public host
in production, this nullifies the use of SSL as anyone could establish
a man-in-the-middle attack against the remote host.
Note that this plugin does not check for certificate chains that end
in a certificate that is not self-signed, but is signed by an
unrecognized certificate authority.
Javasolt megoldás
Purchase or generate a proper SSL certificate for this service.
TLS Version 1.0 Protocol Detection
Plugin ID: 104743
Port: tcp/443
The remote service accepts connections encrypted using TLS 1.0. TLS 1.0 has a
number of cryptographic design flaws. Modern implementations of TLS 1.0
mitigate these problems, but newer versions of TLS like 1.2 and 1.3 are
designed against these flaws and should be used whenever possible.
As of March 31, 2020, Endpoints that aren’t enabled for TLS 1.2
and higher will no longer function properly with major web browsers and major vendors.
PCI DSS v3.2 requires that TLS 1.0 be disabled entirely by June 30,
2018, except for POS POI terminals (and the SSL/TLS termination
points to which they connect) that can be verified as not being
susceptible to any known exploits.
Javasolt megoldás
Enable support for TLS 1.2 and 1.3, and disable support for TLS 1.0.
TLS Version 1.1 Deprecated Protocol
Plugin ID: 157288
Port: tcp/443
The remote service accepts connections encrypted using TLS 1.1. TLS 1.1 lacks support for current and recommended
cipher suites. Ciphers that support encryption before MAC computation, and authenticated encryption modes such as GCM
cannot be used with TLS 1.1
As of March 31, 2020, Endpoints that are not enabled for TLS 1.2 and higher will no longer function properly with major
web browsers and major vendors.
Javasolt megoldás
Enable support for TLS 1.2 and/or 1.3, and disable support for TLS 1.1.
PHP 8.1.x < 8.1.28 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.28. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.28 advisory.
- In PHP versions before 7.4.31, 8.0.24 and 8.1.11, the vulnerability enables network and same-site
attackers to set a standard insecure cookie in the victim's browser which is treated as a `__Host-` or
`__Secure-` cookie by PHP applications. (CVE-2022-31629)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.28 or later.
PHP 8.1.x < 8.1.28 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.28. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.28 advisory.
- In PHP versions before 7.4.31, 8.0.24 and 8.1.11, the vulnerability enables network and same-site
attackers to set a standard insecure cookie in the victim's browser which is treated as a `__Host-` or
`__Secure-` cookie by PHP applications. (CVE-2022-31629)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.28 or later.
PHP 8.1.x < 8.1.28 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.28. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.28 advisory.
- In PHP versions before 7.4.31, 8.0.24 and 8.1.11, the vulnerability enables network and same-site
attackers to set a standard insecure cookie in the victim's browser which is treated as a `__Host-` or
`__Secure-` cookie by PHP applications. (CVE-2022-31629)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.28 or later.
PHP 8.1.x < 8.1.28 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.28. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.28 advisory.
- In PHP versions before 7.4.31, 8.0.24 and 8.1.11, the vulnerability enables network and same-site
attackers to set a standard insecure cookie in the victim's browser which is treated as a `__Host-` or
`__Secure-` cookie by PHP applications. (CVE-2022-31629)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.28 or later.
PHP 8.1.x < 8.1.28 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.28. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.28 advisory.
- In PHP versions before 7.4.31, 8.0.24 and 8.1.11, the vulnerability enables network and same-site
attackers to set a standard insecure cookie in the victim's browser which is treated as a `__Host-` or
`__Secure-` cookie by PHP applications. (CVE-2022-31629)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.28 or later.
PHP 8.1.x < 8.1.28 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.28. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.28 advisory.
- In PHP versions before 7.4.31, 8.0.24 and 8.1.11, the vulnerability enables network and same-site
attackers to set a standard insecure cookie in the victim's browser which is treated as a `__Host-` or
`__Secure-` cookie by PHP applications. (CVE-2022-31629)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.28 or later.
PHP 8.1.x < 8.1.28 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.28. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.28 advisory.
- In PHP versions before 7.4.31, 8.0.24 and 8.1.11, the vulnerability enables network and same-site
attackers to set a standard insecure cookie in the victim's browser which is treated as a `__Host-` or
`__Secure-` cookie by PHP applications. (CVE-2022-31629)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.28 or later.
PHP 8.1.x < 8.1.28 Multiple Vulnerabilities
The version of PHP installed on the remote host is prior to 8.1.28. It is, therefore, affected by multiple
vulnerabilities as referenced in the Version 8.1.28 advisory.
- In PHP versions before 7.4.31, 8.0.24 and 8.1.11, the vulnerability enables network and same-site
attackers to set a standard insecure cookie in the victim's browser which is treated as a `__Host-` or
`__Secure-` cookie by PHP applications. (CVE-2022-31629)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.
Javasolt megoldás
Upgrade to PHP version 8.1.28 or later.
LOW (1)
SSL/TLS Diffie-Hellman Modulus <= 1024 Bits (Logjam)
The remote host allows SSL/TLS connections with one or more
Diffie-Hellman moduli less than or equal to 1024 bits. Through
cryptanalysis, a third party may be able to find the shared secret in
a short amount of time (depending on modulus size and attacker
resources). This may allow an attacker to recover the plaintext or
potentially violate the integrity of connections.
Javasolt megoldás
Reconfigure the service to use a unique Diffie-Hellman moduli of 2048
bits or greater.