#%NASL_MIN_LEVEL 80900
##
# (C) Tenable, Inc.
##
include('compat.inc');
if (description)
{
script_id(242272);
script_version("1.4");
script_set_attribute(attribute:"plugin_modification_date", value:"2026/01/21");
script_cve_id(
"CVE-2024-8176",
"CVE-2024-24795",
"CVE-2024-38472",
"CVE-2024-38477",
"CVE-2024-39884",
"CVE-2024-56171",
"CVE-2025-0725",
"CVE-2025-27113",
"CVE-2025-24928",
"CVE-2025-32414",
"CVE-2025-32415"
);
script_xref(name:"IAVA", value:"2025-A-0515-S");
script_name(english:"Oracle HTTP Server (July 2025 CPU)");
script_set_attribute(attribute:"synopsis", value:
"The remote host is affected by multiple vulnerabilities");
script_set_attribute(attribute:"description", value:
"The versions of HTTP Server installed on the remote host are affected by multiple vulnerabilities as referenced in the
July 2025 CPU advisory.
- In libxml2 before 2.13.8 and 2.14.x before 2.14.2, xmlSchemaIDCFillNodeTables in xmlschemas.c has a heap-
based buffer under-read. To exploit this, a crafted XML document must be validated against an XML schema
with certain identity constraints, or a crafted XML schema must be used. (CVE-2025-32415)
- 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. (CVE-2024-24795)
- SSRF in Apache HTTP Server on Windows allows to potentially leak NTLM 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)
- 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)
- A regression in the core of Apache HTTP Server 2.4.60 ignores some use of the legacy content-type based
configuration of handlers. AddType and similar configuration, under some circumstances where files are
requested indirectly, result in source code disclosure of local content. For example, PHP scripts may be
served instead of interpreted. Users are recommended to upgrade to version 2.4.61, which fixes this issue.
(CVE-2024-39884)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.");
script_set_attribute(attribute:"see_also", value:"https://www.oracle.com/docs/tech/security-alerts/cpujul2025csaf.json");
script_set_attribute(attribute:"see_also", value:"https://www.oracle.com/security-alerts/cpujul2025.html");
script_set_attribute(attribute:"solution", value:
"Apply the appropriate patch according to the July 2025 Oracle Critical Patch Update advisory.");
script_set_attribute(attribute:"agent", value:"all");
script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C");
script_set_cvss_temporal_vector("CVSS2#E:POC/RL:OF/RC:C");
script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H");
script_set_cvss3_temporal_vector("CVSS:3.0/E:P/RL:O/RC:C");
script_set_attribute(attribute:"cvss_score_source", value:"CVE-2024-56171");
script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
script_set_attribute(attribute:"exploit_available", value:"true");
script_set_attribute(attribute:"vuln_publication_date", value:"2025/07/15");
script_set_attribute(attribute:"patch_publication_date", value:"2025/07/15");
script_set_attribute(attribute:"plugin_publication_date", value:"2025/07/17");
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"cpe", value:"cpe:/a:oracle:fusion_middleware");
script_set_attribute(attribute:"cpe", value:"cpe:/a:oracle:http_server");
script_set_attribute(attribute:"stig_severity", value:"I");
script_set_attribute(attribute:"thorough_tests", value:"true");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"Web Servers");
script_copyright(english:"This script is Copyright (C) 2025-2026 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_dependencies("oracle_http_server_installed.nbin");
script_require_keys("Oracle/OHS/Installed");
exit(0);
}
include('oracle_http_server_patch_func.inc');
get_kb_item_or_exit('Oracle/OHS/Installed');
var install_list = get_kb_list_or_exit('Oracle/OHS/*/EffectiveVersion');
var install = branch(install_list, key:TRUE, value:TRUE);
var patches = make_array();
patches['12.2.1.4'] = make_array('fix_ver', '12.2.1.4.250609', 'patch', '38051795');
oracle_http_server_check_vuln(
install : install,
min_patches : patches,
severity : SECURITY_HOLE
);
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation