LiveActive security incident?Get immediate response
CVE Record

CVE-2020-37028: Socusoft Photo to Video Converter Professional 8.07 - 'Output Folder' Buffer Overflow

Socusoft Photo to Video Converter Professional 8.07 contains a local buffer overflow vulnerability in the 'Output Folder' input field that allows attackers to execute arbitrary code. Attackers can craft a malicious payload and paste it into the output folder field to trigger a stack-based buffer overflow and potentially execute shellcode.

HighCVSS 8.4Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2020-37028 affects Socusoft Photo to Video Converter Professional 8.07. A user can trigger a buffer overflow through the Output Folder field, potentially allowing code execution on that workstation. This is not a remote internet-facing flaw; it requires local interaction with the application.

Executive priority

Treat as a high-priority endpoint hygiene issue, not an internet emergency. Prioritize removal or containment where the software exists, especially on user workstations handling untrusted files or instructions.

Technical view

The issue is a stack-based buffer overflow, mapped to CWE-120, in the Output Folder input field of Socusoft Photo to Video Converter Professional 8.07. The CVSS 4.0 vector indicates local attack, low complexity, no privileges required, and active user interaction, with high confidentiality, integrity, and availability impact.

Likely exposure

Exposure is likely limited to endpoints where Socusoft Photo to Video Converter Professional 8.07 is installed and used. Organizations are most exposed if users can run unsupported media conversion tools or open untrusted workflow instructions involving this application.

Exploitation context

A public Exploit-DB entry exists, but the provided sources do not show CISA KEV listing or confirmed active exploitation. Successful exploitation requires user interaction inside the local application, specifically involving the vulnerable Output Folder field.

Researcher notes

Evidence identifies version 8.07 only. Sources provide a public exploit reference and VulnCheck advisory, but no confirmed vendor patch in the supplied bundle. Avoid assuming broader version impact without additional vendor or testing evidence.

Mitigation direction

  • Inventory endpoints for Socusoft Photo to Video Converter Professional 8.07.
  • Remove the application if it is not business-critical.
  • Check Socusoft or trusted advisory sources for any vendor update or replacement guidance.
  • Use application control to block unapproved or unsupported media conversion software.
  • Limit user ability to install or run legacy desktop utilities.

Validation and detection

  • Confirm whether version 8.07 is installed on managed endpoints.
  • Review software inventory, EDR, or asset management records for the product name.
  • Check whether the application is still used in business workflows.
  • Verify controls prevent unapproved execution of the affected application.
  • Monitor endpoints running the software for abnormal child processes or crashes.
Prepared
Confidence
high
Sources
5

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-37028 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.4 (4.0)
Known Exploited
No
Published

Vector: CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

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
4Source 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
8.4CVSS 4.0HighCVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:NPrimary CVE score

Vulnerability scoring details

Base CVSS 4.0 score

8.4High
CVSS 4.0 vector shape for CVE-2020-37028Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
SOCUSOFTPhoto to Video Converter Professional8.07Listed
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.