LiveActive security incident?Get immediate response
CVE Record

CVE-2020-37069: Konica Minolta FTP Utility 1.0 - 'NLST' Denial of Service

Konica Minolta FTP Utility 1.0 contains a buffer overflow vulnerability in the NLST command that allows attackers to overwrite system registers. Attackers can send an oversized buffer of 1500 'A' characters to crash the FTP server and potentially execute unauthorized code.

CriticalCVSS 9.8Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

Konica Minolta FTP Utility 1.0 has a remotely reachable FTP command flaw that can crash the service and may allow unauthorized code execution. The CVSS score is 9.8. Public exploit information exists, but the provided sources do not show active exploitation or a vendor patch.

Executive priority

Prioritize any exposed instance immediately. If the utility is only internal and tightly restricted, handle as urgent but risk-managed. Because no vendor fix is identified in the provided sources, focus on discovery, exposure reduction, and vendor guidance.

Technical view

The vulnerability is a CWE-120 buffer overflow in handling the FTP NLST command. An unauthenticated network attacker can trigger register overwrite and service crash, with potential code execution. Affected product evidence is limited to Konica Minolta FTP Utility version 1.0. KEV status is false in the provided bundle.

Likely exposure

Exposure is likely where Konica Minolta FTP Utility 1.0 is installed and reachable over a network, especially if FTP is accessible from untrusted networks. The source bundle does not establish how widely deployed this utility is or whether it is currently vendor-supported.

Exploitation context

ExploitDB and VulnCheck references indicate public exploit details exist. However, the provided sources do not document active exploitation, CISA KEV listing, ransomware use, or in-the-wild campaigns. Treat internet-facing instances as high-priority due to unauthenticated network attack surface and critical CVSS.

Researcher notes

Do not assume affected versions beyond 1.0 from the provided evidence. Public exploit references exist, but this analysis does not validate exploit reliability. Patch status is unclear in the sources. The CVE publication metadata appears recent despite the 2020 identifier, so verify records during triage.

Mitigation direction

  • Identify all systems running Konica Minolta FTP Utility 1.0.
  • Remove or disable the utility if it is not business-critical.
  • Block untrusted network access to the FTP service.
  • Restrict FTP access to approved internal hosts only.
  • Check Konica Minolta guidance for supported versions or replacement options.
  • Monitor affected hosts for FTP service crashes or abnormal behavior.

Validation and detection

  • Confirm installed product name and version on suspected hosts.
  • Verify whether the FTP service is reachable from untrusted networks.
  • Review network controls limiting FTP access to approved sources.
  • Check logs for repeated FTP errors, crashes, or unusual NLST activity.
  • Document business owner, exposure path, and remediation decision.
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-120: 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-37069 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
Critical
CVSS
9.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/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
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
9.8CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H3.95.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

9.8Critical
CVSS 3.1 vector shape for CVE-2020-37069Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/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
Konica MinoltaFTP Utility1.0Listed
Weakness

CWE details

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

CWE-120 · source CWE mapping

Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')

Buffer Copy without Checking Size of Input ('Classic Buffer Overflow') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.