LiveActive security incident?Get immediate response
CVE Record

CVE-2024-37337: 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 affected Microsoft SQL Server releases may let a low-privileged, network-connected attacker expose sensitive information and cause limited service disruption. It does not affect data integrity according to the supplied CVSS vector. Systems permitting broad database connectivity or holding sensitive data warrant prompt attention.

Executive priority

Prioritize affected systems storing sensitive or regulated information, especially those reachable by many users or applications. Schedule Microsoft’s update promptly through change control. Escalate internet-accessible or weakly segmented instances because the vulnerability is network reachable and needs only low privileges.

Technical view

CVE-2024-37337 is an information-disclosure vulnerability associated with CWE-197, numeric truncation. 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 supplied evidence does not describe the vulnerable code path or attack mechanics.

Likely exposure

Exposure applies to the listed SQL Server 2017, 2019, and 2022 GDR or CU branches. Practical risk is greater where untrusted or compromised low-privileged accounts can reach SQL Server over the network. The bundle does not establish whether every installation or configuration is exploitable.

Exploitation context

The supplied record does not establish active exploitation, and KEV is false. The CVSS exploit-maturity metric is unknown. Exploitation nevertheless requires only network access and low privileges, without user interaction, so credential compromise or poorly restricted database access could increase risk.

Researcher notes

The bundle identifies CWE-197 and impact characteristics but provides no root-cause detail, proof of concept, indicators, or affected-build boundaries beyond broad product branches. Validate precise applicability and fixed builds directly in Microsoft’s advisory. Do not infer active exploitation from severity alone.

Mitigation direction

  • Identify affected SQL Server 2017, 2019, and 2022 installations and their exact update levels.
  • Apply the Microsoft security update specified in the vendor advisory after normal compatibility testing.
  • Restrict SQL Server network access to trusted applications, administrators, and required management networks.
  • Review and reduce unnecessary low-privileged database accounts while awaiting or scheduling updates.

Validation and detection

  • Compare each SQL Server edition, branch, and build against Microsoft’s CVE advisory.
  • Confirm the applicable security update is installed and survives a service restart.
  • Verify firewall and network policies prevent unnecessary clients from reaching SQL Server.
  • Review authentication and application logs for unusual low-privileged activity; supplied sources provide no indicators.
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-197: 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-37337 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: total

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-37337Attack 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-197 · source CWE mapping

Numeric Truncation Error

Numeric Truncation Error represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.