LiveActive security incident?Get immediate response
CVE Record

CVE-2020-35523: An integer overflow flaw was found in libtiff that exists in the tif_getimage.c file.

An integer overflow flaw was found in libtiff that exists in the tif_getimage.c file. This flaw allows an attacker to inject and execute arbitrary code when a user opens a crafted TIFF file. The highest threat from this vulnerability is to confidentiality, integrity, as well as system availability.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2020-35523 is a libtiff flaw where a malicious TIFF image can cause code execution when opened or processed. Business risk is highest where TIFF files enter document, imaging, upload, or preview workflows. The source bundle does not provide CVSS scoring or evidence of active exploitation.

Executive priority

Prioritize patching where TIFF files are processed from email, web uploads, scanners, document systems, or external partners. Treat this as high urgency for exposed file-processing services, but not as confirmed mass exploitation based on the provided sources.

Technical view

The issue is a CWE-190 integer overflow in libtiff's tif_getimage.c. Sources describe libtiff 4.2.0 as affected and state that a crafted TIFF can lead to arbitrary code execution during image handling, impacting confidentiality, integrity, and availability.

Likely exposure

Exposure is likely on systems, applications, containers, or appliances that include libtiff or tiff packages and open, render, transform, or validate TIFF files. The bundle names libtiff 4.2.0, Debian, Fedora, Gentoo, and NetApp advisories, but does not enumerate every downstream product.

Exploitation context

The provided evidence supports a crafted-file attack requiring a vulnerable TIFF parser to open or process attacker-controlled content. KEV status is false, and the cited bundle does not claim active exploitation or public weaponization.

Researcher notes

Use the upstream commit, merge request, and distribution advisories as remediation anchors. Validate downstream backports carefully because package versions may not show upstream version changes. The bundle lacks CVSS details, a complete affected-version range, and active-exploitation evidence.

Mitigation direction

  • Apply vendor security updates for libtiff or tiff packages.
  • Check Debian, Fedora, Gentoo, NetApp, and upstream libtiff guidance.
  • Reduce TIFF handling from untrusted users where practical.
  • Patch embedded, container, and appliance images that bundle libtiff.
  • Use supported distribution packages with security backports.

Validation and detection

  • Inventory systems and applications using libtiff or tiff packages.
  • Check for libtiff 4.2.0 or vulnerable downstream builds.
  • Confirm patched package versions against vendor advisories.
  • Review upload, preview, imaging, and document-processing workflows.
  • Verify SBOMs for transitive libtiff inclusion.
Prepared
Confidence
medium
Sources
10

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-190: 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
cve · low confidence lookup

CVE-2020-35523 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
Unknown
CVSS
Not scored
Known Exploited
No
Published
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.

0CVSS vectors
0Timeline events
0ADP providers
9Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/alibtifflibtiff 4.2.0Listed
Weakness

CWE details

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

CWE-190 · source CWE mapping

Integer Overflow or Wraparound

Integer Overflow or Wraparound represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.