LiveActive security incident?Get immediate response
CVE Record

CVE-2024-37342: 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

This SQL Server flaw can let a low-privileged, network-connected attacker expose sensitive information and may cause limited service disruption. It does not require user interaction. The supplied CVSS score is 7.1, making affected database servers a high-priority patching concern, particularly where untrusted users can authenticate.

Executive priority

Prioritize remediation in the next high-severity patch cycle, accelerating internet-accessible or broadly reachable database servers. Sensitive data exposure is the principal business risk. No active exploitation is established by the supplied sources, but the low-complexity, low-privilege attack conditions justify prompt action.

Technical view

CVE-2024-37342 is an out-of-bounds read (CWE-125) in Microsoft SQL Server Native Scoring. Its CVSS 3.1 vector indicates network access, low attack complexity, low privileges, no user interaction, high confidentiality impact, no integrity impact, and low availability impact.

Likely exposure

Potential exposure includes listed SQL Server 2017 CU31/GDR, 2019 CU28/GDR, and 2022 CU14/GDR deployments. Risk is greater when potentially untrusted, low-privileged accounts can reach SQL Server over the network. The bundle provides broad version identifiers, so exact build exposure requires Microsoft guidance.

Exploitation context

The supplied record does not show CISA KEV inclusion or evidence of active exploitation. Its CVSS temporal metrics describe exploit maturity as unproven and an official remediation as available. Exploitation nevertheless requires only low privileges, low complexity, and no user interaction.

Researcher notes

The public bundle identifies CWE-125 and CVSS characteristics but provides no detailed root cause, proof of concept, indicators, or precise fixed builds. The listed 14.0.0, 15.0.0, and 16.0.0 identifiers are insufficient alone for build-level validation. Use the Microsoft advisory as the remediation authority.

Mitigation direction

  • Review Microsoft's CVE advisory and identify the applicable SQL Server security update for each deployment branch.
  • Apply the applicable Microsoft update using established database change and rollback procedures.
  • Restrict SQL Server network access to trusted systems and users until updates are completed.
  • Review and remove unnecessary low-privileged SQL Server accounts or connectivity.

Validation and detection

  • Inventory SQL Server editions, release branches, update channels, and exact installed build numbers.
  • Compare each build against Microsoft's CVE-2024-37342 affected and remediated build guidance.
  • Confirm the security update installed successfully and database services remain healthy.
  • Verify network controls prevent unauthorized or unnecessary access to SQL Server.
  • Monitor database and authentication logs for unusual low-privileged activity; sources provide no specific 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-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-37342 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-37342Attack 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.