#%NASL_MIN_LEVEL 80900
##
# (C) Tenable, Inc.
##
include('compat.inc');
if (description)
{
script_id(329213);
script_version("1.2");
script_set_attribute(attribute:"plugin_modification_date", value:"2026/07/24");
script_cve_id(
"CVE-2024-37996",
"CVE-2024-37997",
"CVE-2025-13465",
"CVE-2026-22029",
"CVE-2026-25639",
"CVE-2026-34478",
"CVE-2026-34480",
"CVE-2026-60157",
"CVE-2026-60394",
"CVE-2026-60395",
"CVE-2026-60396",
"CVE-2026-60397",
"CVE-2026-60398",
"CVE-2026-60399",
"CVE-2026-60400",
"CVE-2026-61079",
"CVE-2026-61084"
);
script_name(english:"Oracle GoldenGate 21.x < 21.23.0.0.0 (July 2026 CPU)");
script_set_attribute(attribute:"synopsis", value:
"The remote host is affected by multiple vulnerabilities");
script_set_attribute(attribute:"description", value:
"The 21.x version of GoldenGate installed on the remote host is affected by multiple vulnerabilities as
referenced in the July 2026 CPU advisory.
- Vulnerability in the Oracle GoldenGate product of Oracle GoldenGate (component: Service Manager). Easily
exploitable vulnerability allows low privileged attacker with network access via HTTP to compromise Oracle
GoldenGate. Successful attacks of this vulnerability can result in takeover of Oracle GoldenGate.
(CVE-2026-60157)
- Vulnerability in the Oracle GoldenGate product of Oracle GoldenGate (component: Microservices). Easily
exploitable vulnerability allows low privileged attacker with network access via HTTP to compromise Oracle
GoldenGate. Successful attacks of this vulnerability can result in takeover of Oracle GoldenGate.
(CVE-2026-60398)
- Vulnerability in the Oracle GoldenGate product of Oracle GoldenGate (component: Admin Server Executable).
Easily exploitable vulnerability allows low privileged attacker with network access via HTTPS to compromise
Oracle GoldenGate. Successful attacks of this vulnerability can result in takeover of Oracle GoldenGate.
(CVE-2026-60400)
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/cpujul2026csaf.json");
script_set_attribute(attribute:"see_also", value:"https://www.oracle.com/security-alerts/cpujul2026.html");
script_set_attribute(attribute:"solution", value:
"Apply the appropriate patch according to the July 2026 Oracle Critical Patch Update advisory.");
script_set_attribute(attribute:"agent", value:"all");
script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:S/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:N/I:H/A:N");
script_set_cvss3_temporal_vector("CVSS:3.0/E:P/RL:O/RC:C");
script_set_attribute(attribute:"cvss4_vector", value:"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:L/SC:H/SI:H/SA:H");
script_set_attribute(attribute:"cvss4_threat_vector", value:"CVSS:4.0/E:P");
script_set_attribute(attribute:"cvss_score_source", value:"CVE-2026-60400");
script_set_attribute(attribute:"cvss3_score_source", value:"CVE-2026-34480");
script_set_attribute(attribute:"cvss4_score_source", value:"CVE-2025-13465");
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:"2026/07/21");
script_set_attribute(attribute:"patch_publication_date", value:"2026/07/21");
script_set_attribute(attribute:"plugin_publication_date", value:"2026/07/23");
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:goldengate");
script_set_attribute(attribute:"thorough_tests", value:"true");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"Misc.");
script_copyright(english:"This script is Copyright (C) 2026 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_dependencies("oracle_goldengate_installed.nbin");
script_require_keys("Oracle/GoldenGate/Installed");
exit(0);
}
include('vcf_extras_oracle.inc');
var app_info = vcf::oracle_goldengate::get_app_info();
var constraints = [
{ 'min_version':'21.0.0.0.0', 'fixed_version':'21.23.0.0.0', 'fixed_display':'21.23.0.0.0 (39745942 / 39745951)' }
];
vcf::check_version_and_report(
app_info:app_info,
constraints:constraints,
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