LiveActive security incident?Get immediate response
CVE Record

CVE-2020-7374: Documalis Free PDF Editor / Free PDF Scanner Stack Based Buffer Overflow

Documalis Free PDF Editor version 5.7.2.26 and Documalis Free PDF Scanner version 5.7.2.122 do not appropriately validate the contents of JPEG images contained within a PDF. Attackers can exploit this vulnerability to trigger a buffer overflow on the stack and gain remote code execution as the user running the Documalis Free PDF Editor or Documalis Free PDF Scanner software.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This flaw affects older Documalis desktop PDF tools. A malicious PDF containing a malformed JPEG could crash the application and may run code with the logged-in user’s rights. It requires a user to open the file, so the main business risk is phishing-style document delivery to workstations, not direct internet exposure.

Executive priority

Treat as a targeted workstation risk. Prioritize remediation where document-handling staff use the affected Documalis tools, especially if they receive external PDFs. It is not shown as actively exploited or remotely reachable without user interaction, so urgency is moderate rather than emergency-level.

Technical view

CVE-2020-7374 is a CWE-120 stack-based buffer overflow in JPEG validation inside PDFs handled by Documalis Free PDF Editor 5.7.2.26 and Free PDF Scanner 5.7.2.122. CVSS 3.1 is 5.3 with local attack vector, low complexity, no privileges, and required user interaction. Successful exploitation can provide code execution as the application user.

Likely exposure

Exposure is likely limited to endpoints where the specified Documalis Free PDF Editor or Free PDF Scanner versions are installed. Risk increases for users who receive and open untrusted PDFs from email, web downloads, file shares, or external parties.

Exploitation context

The CVE is not listed as KEV in the provided bundle, so active exploitation is not established. A Rapid7 Metasploit Framework pull request is cited, indicating public exploit-related research/tooling discussion. Exploitation still depends on convincing a user to open a malicious PDF.

Researcher notes

The source bundle does not name a patched Documalis version or vendor mitigation. Keep analysis constrained to the two listed product versions. The CVSS vector is local with required user interaction, despite the description’s remote code execution outcome after a malicious document is opened.

Mitigation direction

  • Inventory and remove affected Documalis versions where business use is not required.
  • Check Documalis or trusted vendor guidance for fixed versions or supported replacements.
  • Use alternative supported PDF tooling if no vendor fix is available.
  • Block or sandbox untrusted PDFs for users who process external documents.
  • Apply endpoint controls that restrict unexpected child processes from PDF tools.

Validation and detection

  • Search software inventory for Documalis Free PDF Editor 5.7.2.26.
  • Search software inventory for Documalis Free PDF Scanner 5.7.2.122.
  • Confirm whether users handling external PDFs have these tools installed.
  • Review endpoint telemetry for crashes or unusual activity from Documalis executables.
  • Verify remediation by confirming affected versions are upgraded, removed, or isolated.
Prepared
Confidence
medium
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-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
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-7374 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
Medium
CVSS
5.3 (3.1)
Known Exploited
No
Published

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

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
2Source 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
5.3CVSS 3.1MediumCVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L1.83.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.3Medium
CVSS 3.1 vector shape for CVE-2020-7374Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
DocumalisFree PDF Editor5.7.2.26Listed
DocumalisFree PDF Scanner5.7.2.122Listed
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.