Oracle Database Server (September 2026 CSPU)
| Reporter | Title | Published | Views | Family All 78 |
|---|---|---|---|---|
| CVE-2026-83088 | 16 Sep 202612:05 | – | circl | |
| CVE-2026-83156 | 16 Sep 202612:05 | – | circl | |
| CVE-2026-83160 | 16 Sep 202612:05 | – | circl | |
| CVE-2026-83271 | 16 Sep 202612:05 | – | circl | |
| CVE-2026-83272 | 16 Sep 202612:05 | – | circl | |
| CVE-2026-83333 | 16 Sep 202612:05 | – | circl | |
| CVE-2026-83347 | 16 Sep 202612:05 | – | circl | |
| CVE-2026-83348 | 16 Sep 202612:05 | – | circl | |
| CVE-2026-83349 | 16 Sep 202612:05 | – | circl | |
| CVE-2026-83350 | 16 Sep 202612:05 | – | circl |
10
10
#%NASL_MIN_LEVEL 80900
##
# (C) Tenable, Inc.
##
include('compat.inc');
if (description)
{
script_id(348187);
script_version("1.1");
script_set_attribute(attribute:"plugin_modification_date", value:"2026/09/18");
script_cve_id(
"CVE-2026-83088",
"CVE-2026-83156",
"CVE-2026-83160",
"CVE-2026-83271",
"CVE-2026-83272",
"CVE-2026-83333",
"CVE-2026-83347",
"CVE-2026-83348",
"CVE-2026-83349",
"CVE-2026-83350",
"CVE-2026-83351"
);
script_xref(name:"IAVA", value:"2026-A-1000");
script_name(english:"Oracle Database Server (September 2026 CSPU)");
script_set_attribute(attribute:"synopsis", value:
"The remote host is affected by multiple vulnerabilities.");
script_set_attribute(attribute:"description", value:
"The versions of Oracle Database Server installed on the remote host are affected by multiple vulnerabilities as
referenced in the September 2026 CSPU advisory.
- Vulnerability in the RDBMS component of Oracle Database Server. Supported versions that are affected are
19.3-19.32, 21.3-21.23 and 23.4.0-23.26.3. Easily exploitable vulnerability allows low privileged attacker
having Execute on DBMS_REDEFINITION privilege with network access via Oracle Net to compromise RDBMS.
Successful attacks of this vulnerability can result in takeover of RDBMS. (CVE-2026-83271)
- Vulnerability in the RDBMS component of Oracle Database Server. Supported versions that are affected are
19.3-19.32, 21.3-21.23 and 23.4.0-23.26.3. Easily exploitable vulnerability allows low privileged attacker
having Create DB Link privilege with network access via Oracle Net to compromise RDBMS. Successful attacks
of this vulnerability can result in takeover of RDBMS. (CVE-2026-83348)
- Vulnerability in the RDBMS component of Oracle Database Server. Supported versions that are affected are
23.4.0-23.26.3. Easily exploitable vulnerability allows low privileged attacker having Create Table
privilege with network access via Oracle Net to compromise RDBMS. Successful attacks of this vulnerability
can result in takeover of RDBMS. (CVE-2026-83160)
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/cspusep2026csaf.json");
script_set_attribute(attribute:"see_also", value:"https://www.oracle.com/security-alerts/cspusep2026.html");
script_set_attribute(attribute:"solution", value:
"Apply the appropriate patch according to the September 2026 Oracle CSPU 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_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H");
script_set_attribute(attribute:"cvss_score_source", value:"CVE-2026-83271");
script_set_attribute(attribute:"vuln_publication_date", value:"2026/09/15");
script_set_attribute(attribute:"patch_publication_date", value:"2026/09/15");
script_set_attribute(attribute:"plugin_publication_date", value:"2026/09/18");
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"cpe", value:"cpe:/a:oracle:database_server");
script_set_attribute(attribute:"thorough_tests", value:"true");
script_set_attribute(attribute:"stig_severity", value:"I");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"Databases");
script_copyright(english:"This script is Copyright (C) 2026 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_dependencies("oracle_rdbms_query_patch_info.nbin", "oracle_rdbms_patch_info.nbin");
exit(0);
}
include('vcf_extras_oracle.inc');
var app_info = vcf::oracle_rdbms::get_app_info();
var constraints = [
# RDBMS:
{'min_version': '23.0', 'fixed_version': '23.26.2.0.0', 'missing_patch':'39971275', 'os':'unix', 'component':'db'},
{'min_version': '23.26.3', 'fixed_version': '23.26.3.0.0', 'missing_patch':'39971284', 'os':'unix', 'component':'db'},
{'min_version': '21.0', 'fixed_version': '21.22.0.0.260915', 'missing_patch':'39952152', 'os':'unix', 'component':'db'},
{'min_version': '21.23', 'fixed_version': '21.23.0.0.260915', 'missing_patch':'39952132', 'os':'unix', 'component':'db'},
{'min_version': '19.0', 'fixed_version': '19.28.0.0.260915', 'missing_patch':'39971236', 'os':'unix', 'component':'db'},
{'min_version': '19.29', 'fixed_version': '19.31.0.0.260915', 'missing_patch':'39971258', 'os':'unix', 'component':'db'},
{'min_version': '19.32', 'fixed_version': '19.32.0.0.260915', 'missing_patch':'39971265', 'os':'unix', 'component':'db'},
{'min_version': '19.0', 'fixed_version': '19.31.0.0.260915', 'missing_patch':'39952182', 'os':'win', 'component':'db'},
{'min_version': '19.32', 'fixed_version': '19.32.0.0.260915', 'missing_patch':'39952167', 'os':'win', 'component':'db'}
];
vcf::oracle_rdbms::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
18 Sep 2026 00:00Current
CVSS 3.18.8
EPSS0.0046
SSVC