LiveActive security incident?Get immediate response
CVE Record

CVE-2017-0037: Microsoft Internet Explorer 10 and 11 and Microsoft Edge have a type confusion issue in the Layout::MultiCo...

Microsoft Internet Explorer 10 and 11 and Microsoft Edge have a type confusion issue in the Layout::MultiColumnBoxBuilder::HandleColumnBreakOnColumnSpanningElement function in mshtml.dll, which allows remote attackers to execute arbitrary code via vectors involving a crafted Cascading Style Sheets (CSS) token sequence and crafted JavaScript code that operates on a TH element.

HighCVSS 8.1Known exploitedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This is a remote code execution flaw in older Microsoft browsers. A malicious web page can trigger memory type confusion in the browser layout engine and potentially run code as the user. CISA KEV marks it as known exploited, so any remaining IE 10/11 or legacy Edge use is urgent legacy risk.

Executive priority

Treat this as high priority for legacy asset cleanup and KEV compliance. The business risk is concentrated in outdated browser exposure, but successful exploitation could allow code execution with user-level impact on confidentiality, integrity, and availability.

Technical view

CVE-2017-0037 is CWE-843 type confusion in mshtml.dll, specifically Layout::MultiColumnBoxBuilder::HandleColumnBreakOnColumnSpanningElement. The described trigger involves crafted CSS tokens and JavaScript operating on a TH element. The CVSS 3.1 score is 8.1, with high confidentiality, integrity, and availability impact.

Likely exposure

Exposure is most likely on legacy Windows systems where Internet Explorer 10, Internet Explorer 11, or legacy Microsoft Edge can process untrusted web content. Modern environments may still be exposed through old endpoints, compatibility-mode workflows, embedded browser controls, or unmanaged systems.

Exploitation context

Active exploitation is supported by the CISA KEV listing. Public exploit references are also listed, including Exploit-DB entries, but the source bundle does not establish current campaign activity, affected patch levels, or reliable detection indicators.

Researcher notes

The bundle identifies a browser layout-engine type confusion with crafted CSS and JavaScript triggers and public exploit references. Avoid assuming product versions beyond IE 10, IE 11, and Microsoft Edge as stated. Vendor-specific patch details and detection indicators require direct MSRC or internal telemetry review.

Mitigation direction

  • Identify systems still using Internet Explorer 10, Internet Explorer 11, or legacy Edge.
  • Apply applicable Microsoft MSRC guidance and security updates for CVE-2017-0037.
  • Remove or restrict legacy browser use where business processes still depend on it.
  • Limit untrusted web access from systems that cannot be remediated promptly.
  • Prioritize KEV-driven remediation in vulnerability management deadlines.

Validation and detection

  • Inventory endpoints for Internet Explorer 10, Internet Explorer 11, and legacy Edge presence.
  • Verify Microsoft security update status against the MSRC advisory for CVE-2017-0037.
  • Check browser control or compatibility-mode dependencies in line-of-business applications.
  • Review vulnerability scanner findings for CVE-2017-0037 on legacy Windows assets.
  • Confirm compensating controls for any system that cannot be patched or retired.
Prepared
Confidence
high
Sources
9

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-843: 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
description · low confidence lookup

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
description · low confidence lookup

Credential and access behavior lookup

The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2017-0037 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
8.1 (3.1)
Known Exploited
Yes
Published

Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H

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
0Timeline events
0ADP providers
8Source links

CISA KEV status

Status
Known exploited
Source
CISA / ADP
Date added
Not provided

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
8.1CVSS 3.1HighCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H2.25.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.1High
CVSS 3.1 vector shape for CVE-2017-0037Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H

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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Microsoft CorporationInternet BrowserInternet Explorer 10 and 11 and EdgeListed
Weakness

CWE details

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

CWE-843 · source CWE mapping

Access of Resource Using Incompatible Type ('Type Confusion')

Access of Resource Using Incompatible Type ('Type Confusion') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.