| Reporter | Title | Published | Views | Family All 17 |
|---|---|---|---|---|
| CVE-2026-20803 | 13 Jan 202617:56 | – | attackerkb | |
| CVE-2026-20803 | 13 Jan 202618:01 | – | circl | |
| Microsoft SQL Server 访问控制错误漏洞 | 13 Jan 202600:00 | – | cnnvd | |
| CVE-2026-20803 | 13 Jan 202617:56 | – | cve | |
| CVE-2026-20803 Microsoft SQL Server Elevation of Privilege Vulnerability | 13 Jan 202617:56 | – | cvelist | |
| EUVD-2026-2196 | 13 Jan 202617:56 | – | euvd | |
| KB5072936 - Description of the security update for SQL Server 2022 CU22: January 13, 2026 | 13 Jan 202616:00 | – | mskb | |
| KB5073031 - Description of the security update for SQL Server 2022 GDR: January 13, 2026 | 13 Jan 202616:00 | – | mskb | |
| KB5073177 - Description of the security update for SQL Server 2025 GDR: January 13, 2026 | 13 Jan 202616:00 | – | mskb | |
| Microsoft SQL Server Elevation of Privilege Vulnerability | 13 Jan 202616:00 | – | mscve |
#%NASL_MIN_LEVEL 80900
##
# (C) Tenable, Inc.
##
include('compat.inc');
if (description)
{
script_id(283736);
script_version("1.6");
script_set_attribute(attribute:"plugin_modification_date", value:"2026/04/30");
script_cve_id("CVE-2026-20803");
script_xref(name:"MSKB", value:"5073177");
script_xref(name:"MSKB", value:"5072936");
script_xref(name:"MSKB", value:"5073031");
script_xref(name:"MSFT", value:"MS25-5073177");
script_xref(name:"MSFT", value:"MS25-5072936");
script_xref(name:"MSFT", value:"MS25-5073031");
script_xref(name:"IAVA", value:"2026-A-0048-S");
script_name(english:"Security Updates for Microsoft SQL Server (January 2026)");
script_set_attribute(attribute:"synopsis", value:
"The Microsoft SQL Server installation on the remote host is missing a security update.");
script_set_attribute(attribute:"description", value:
"The Microsoft SQL Server installation on the remote host is missing a security update. It is, therefore,
affected by an elevation of privilege vulnerability (CVE-2026-20803). An authenticated attacker who
successfully exploited this vulnerability could gain elevated privileges on the SQL Server instance.
This update addresses the flaw by correcting how the SQL Server engine handles specific authorization
requests during database operations.
Note that Nessus has not tested for this issue but has instead relied only on the application's self-reported version
number.");
script_set_attribute(attribute:"see_also", value:"https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-20803");
script_set_attribute(attribute:"solution", value:
"Microsoft has released security updates for Microsoft SQL Server.");
script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:M/C:C/I:C/A:C");
script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H");
script_set_cvss3_temporal_vector("CVSS:3.0/E:U/RL:O/RC:C");
script_set_attribute(attribute:"cvss_score_source", value:"CVE-2026-20803");
script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
script_set_attribute(attribute:"exploit_available", value:"false");
script_cwe_id(306);
script_set_attribute(attribute:"vuln_publication_date", value:"2026/01/13");
script_set_attribute(attribute:"patch_publication_date", value:"2026/01/13");
script_set_attribute(attribute:"plugin_publication_date", value:"2026/01/14");
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"cpe", value:"cpe:/a:microsoft:sql_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:"Windows : Microsoft Bulletins");
script_copyright(english:"This script is Copyright (C) 2026 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_dependencies("smb_hotfixes.nasl", "mssql_version.nasl", "smb_enum_services.nasl", "ms_bulletin_checks_possible.nasl");
script_require_keys("SMB/MS_Bulletin_Checks/Possible");
script_require_ports(139, 445, 1433, "Services/mssql", "Host/patch_management_checks");
exit(0);
}
include('vcf_extras_microsoft.inc');
var app_info = vcf::microsoft::mssql::get_app_info();
var constraints =
[
{
'product_version' : '2025',
'target_hw' : 'x64',
'file' : 'sqlservr.exe',
'min_version' : '2025.170.1000.7',
'fixed_version' : '2025.170.1050.2',
'kb' : '5073177'
},
{
'product_version' : '2022',
'target_hw' : 'x64',
'file' : 'sqlservr.exe',
'min_version' : '2022.160.4003.1',
'fixed_version' : '2022.160.4230.2',
'kb' : '5072936'
},
{
'product_version' : '2022',
'target_hw' : 'x64',
'file' : 'sqlservr.exe',
'min_version' : '2022.160.1000.6 ',
'fixed_version' : '2022.160.1165.1',
'kb' : '5073031'
}
];
vcf::microsoft::mssql::check_version_and_report(
app_info : app_info,
constraints : constraints,
bulletin : 'MS26-01',
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