LiveActive security incident?Get immediate response
CVE Record

CVE-2024-37966: Microsoft SQL Server Native Scoring Information Disclosure Vulnerability

Microsoft SQL Server Native Scoring Information Disclosure Vulnerability

HighCVSS 7.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A flaw in supported Microsoft SQL Server releases could let a low-privileged, network-connected attacker expose sensitive information and cause limited service disruption. No user interaction is required. The supplied evidence does not show active exploitation, but the potential confidentiality impact makes affected database systems a high-priority patching concern.

Executive priority

Treat this as a high-priority confidentiality issue, especially where SQL Server stores regulated, customer, credential, or commercially sensitive data. Patch promptly through normal emergency or accelerated change controls. Escalate internet-reachable or widely accessible instances first, while recognizing that the supplied evidence does not establish active exploitation.

Technical view

CVE-2024-37966 is an out-of-bounds read (CWE-125) in Microsoft SQL Server Native Scoring. CVSS 3.1 is 7.1: network-reachable, low complexity, low privileges, no user interaction, high confidentiality impact, low availability impact, and no integrity impact. The source bundle does not describe the precise vulnerable code path or attack prerequisites beyond the vector.

Likely exposure

Potentially exposed systems are listed SQL Server 2017, 2019, and 2022 GDR or CU branches that accept connections from untrusted or compromised networks. Exploitation requires some privileges, so unauthenticated exposure is not established. Exact vulnerable and corrected build boundaries should be confirmed in Microsoft's advisory.

Exploitation context

The CVSS vector indicates remote exploitation with low complexity by an attacker holding low privileges, without user interaction. CISA KEV status is false, and the vector reports exploit maturity as unproven. The supplied sources therefore do not support claims of public exploitation or active attacks.

Researcher notes

The classification is CWE-125, consistent with unintended memory disclosure and possible process instability. CVSS metrics establish low-privileged network reachability, but the bundle lacks technical root-cause details, affected feature configuration, exploit proof, detection indicators, and exact fixed builds. Researchers should rely on Microsoft guidance for version boundaries and avoid inferring broader product exposure.

Mitigation direction

  • Review Microsoft's CVE advisory and apply the applicable SQL Server security update.
  • Prioritize database servers reachable from untrusted or broadly accessible network segments.
  • Restrict SQL Server connectivity and minimize low-privileged account access pending patching.
  • Back up databases and test updates through established change-management procedures.

Validation and detection

  • Inventory SQL Server 2017, 2019, and 2022 instances, editions, branches, and build numbers.
  • Compare each installed build against Microsoft's affected and corrected build guidance.
  • Confirm the security update installed successfully and services restarted as required.
  • Retest network restrictions and review low-privileged database accounts after remediation.
Prepared
Confidence
high
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-125: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2024-37966 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.1 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:L/E:U/RL:O/RC:C

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
3Timeline events
1ADP providers
2Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
7.1CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:L/E:U/RL:O/RC:C2.84.2microsoft

Vulnerability scoring details

Base CVSS 3.1 score

7.1High
CVSS 3.1 vector shape for CVE-2024-37966Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:L/E:U/RL:O/RC:C

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
MicrosoftMicrosoft SQL Server 2017 (CU 31)14.0.0Listed
MicrosoftMicrosoft SQL Server 2017 (GDR)14.0.0Listed
MicrosoftMicrosoft SQL Server 2019 (CU 28)15.0.0Listed
MicrosoftMicrosoft SQL Server 2019 (GDR)15.0.0Listed
MicrosoftMicrosoft SQL Server 2022 (GDR)16.0.0Listed
MicrosoftMicrosoft SQL Server 2022 for (CU 14)16.0.0Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-125 · source CWE mapping

Out-of-bounds Read

Out-of-bounds Read represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.