LiveActive security incident?Get immediate response
CVE Record

CVE-2020-37011: Gnome Fonts Viewer 3.34.0 Heap Corruption

Gnome Fonts Viewer 3.34.0 contains a heap corruption vulnerability that allows attackers to trigger an out-of-bounds write by crafting a malicious TTF font file. Attackers can generate a specially crafted TTF file with an oversized pattern to cause an infinite malloc() loop and potentially crash the gnome-font-viewer process.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2020-37011 affects GNOME Fonts Viewer 3.34.0. A malicious TrueType font file can trigger heap corruption and an out-of-bounds write, potentially crashing the font viewer. The main documented business impact is availability disruption on affected Linux desktops or systems that process untrusted font files.

Executive priority

Prioritize remediation for Linux desktop fleets, shared workstations, or systems that receive external font files. Treat as high for availability risk, but not as confirmed ransomware, data theft, or active exploitation based on provided sources.

Technical view

The sources describe a CWE-787 out-of-bounds write in GNOME Fonts Viewer 3.34.0 caused by a crafted TTF file with an oversized pattern, leading to an infinite malloc() loop and possible process crash. CVSS 3.1 is 7.5, with availability impact only. Public exploit material is referenced by ExploitDB.

Likely exposure

Exposure is most likely where GNOME Fonts Viewer 3.34.0 is installed and untrusted TTF files may be opened or processed. The source CVSS vector lists network and no user interaction, but the description centers on a crafted font file, so practical exposure should be validated locally.

Exploitation context

A public ExploitDB entry is cited, but the bundle does not show active exploitation, and CISA KEV status is false. The documented outcome is crash/availability impact, not confirmed code execution or data compromise.

Researcher notes

Evidence is limited to the CVE bundle, VulnCheck advisory, product pages, and ExploitDB reference. No fixed version, vendor patch note, or KEV listing is provided. Avoid assuming broader GNOME components or other versions are affected without vendor confirmation.

Mitigation direction

  • Identify systems with GNOME Fonts Viewer 3.34.0 installed.
  • Check GNOME and Linux distribution advisories for vendor-confirmed fixes.
  • Update through supported distribution packages if a fixed version is available.
  • Limit handling of untrusted TTF files on affected systems.
  • Remove or disable the viewer where it is not business-required.

Validation and detection

  • Confirm installed GNOME Fonts Viewer package version.
  • Review endpoint inventory for GNOME desktop systems.
  • Check crash telemetry for gnome-font-viewer failures after font handling.
  • Verify vendor or distribution advisory status before closing remediation.
  • Track whether public exploit references are relevant to your environment.
Prepared
Confidence
medium
Sources
6

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-787: 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-2020-37011 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.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/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
5Source links

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.5CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H3.93.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.5High
CVSS 3.1 vector shape for CVE-2020-37011Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/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
GNOMEFonts Viewer3.34.0Listed
Weakness

CWE details

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

CWE-787 · source CWE mapping

Out-of-bounds Write

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