LiveActive security incident?Get immediate response
CVE Record

CVE-2020-37001: Frigate Professional 3.36.0.9 - 'Pack File' Buffer Overflow (SEH Egghunter)

Frigate Professional 3.36.0.9 contains a local buffer overflow vulnerability in the Pack File feature that allows attackers to execute arbitrary code by overflowing the 'Archive To' input field. Attackers can craft a malicious payload that overwrites the Structured Exception Handler (SEH) and uses an egghunter technique to execute a reverse shell payload.

HighCVSS 8.4Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2020-37001 affects Frigate Professional 3.36.0.9. A flaw in the Pack File feature can let a local attacker run code with the application’s privileges by overflowing the “Archive To” field. Public exploit material exists, but the provided sources do not show active exploitation or a vendor patch.

Executive priority

Prioritize remediation for any business system running Frigate Professional 3.36.0.9, especially shared or user-accessible machines. The impact is high if exploited, but exposure appears narrower than an internet-facing server issue. Absence of a cited patch increases the need to remove, replace, or tightly restrict the software.

Technical view

The issue is a stack-based buffer overflow, CWE-121, in Frigate Professional 3.36.0.9 Pack File handling. The CVSS 3.1 vector is AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H, score 8.4. References describe SEH overwrite and egghunter-style payload execution, but defensive handling should avoid reproducing exploit mechanics.

Likely exposure

Exposure is limited to systems with Frigate Professional 3.36.0.9 installed. The CVSS vector is local, so risk is greatest on shared workstations, jump boxes, lab systems, or environments where untrusted users can interact with the application.

Exploitation context

ExploitDB and VulnCheck list public exploit information for this vulnerability. The provided bundle marks KEV as false, and no cited source confirms active exploitation in the wild. Treat this as exploitable where the vulnerable application is present, but not as confirmed mass exploitation.

Researcher notes

Sources identify a local buffer overflow in the Pack File “Archive To” field with public exploit details. Do not assume broader version impact beyond 3.36.0.9 from the supplied evidence. Vendor availability is uncertain because the cited vendor page is archived. No KEV listing or source-proven active exploitation is provided.

Mitigation direction

  • Inventory endpoints for Frigate Professional 3.36.0.9.
  • Remove the software where it is not business-critical.
  • Restrict local access to systems running the application.
  • Check vendor or trusted advisory sources for any available fixed version.
  • If no fix exists, replace the product or isolate affected hosts.

Validation and detection

  • Confirm installed Frigate Professional version on managed endpoints.
  • Identify whether Pack File functionality is available to local users.
  • Review EDR logs for crashes or suspicious child processes from the application.
  • Check software inventory against Frigate Professional 3.36.0.9.
  • Document compensating controls where removal or replacement is delayed.
Prepared
Confidence
medium
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-121: 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-37001 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 (3.1)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:L/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
Frigate3Frigate Professional3.36.0.9Listed
Weakness

CWE details

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

CWE-121 · source CWE mapping

Stack-based Buffer Overflow

Stack-based Buffer Overflow represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.