LiveActive security incident?Get immediate response
CVE Record

CVE-2024-57728: SimpleHelp remote support software v5.5.7 and before allows admin users to upload arbitrary files anywhere...

SimpleHelp remote support software v5.5.7 and before allows admin users to upload arbitrary files anywhere on the file system by uploading a crafted zip file (i.e. zip slip). This can be exploited to execute arbitrary code on the host in the context of the SimpleHelp server user.

HighCVSS 7.2Known exploitedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2024-57728 affects SimpleHelp remote support software 5.5.7 and earlier. An authenticated administrator can upload a crafted zip that writes files outside the intended location, potentially leading to code execution as the SimpleHelp server user. Because CISA lists it in KEV, treat exposed or unpatched systems as urgent.

Executive priority

Treat this as a high-priority remediation item, especially for internet-facing remote support infrastructure. Remote support tools are sensitive because compromise can affect administrative workflows and downstream systems. KEV status raises urgency beyond ordinary patch scheduling.

Technical view

The issue is a zip-slip path traversal weakness, mapped to CWE-22. Network access, low attack complexity, and no user interaction are required, but high privileges are needed. Successful exploitation can provide confidentiality, integrity, and availability impact through arbitrary file placement and possible server-side code execution.

Likely exposure

Organizations using SimpleHelp remote support servers version 5.5.7 or earlier are the likely exposure group. Risk is higher where the server is web-facing, internet-accessible, or administered by many users. The source bundle does not provide CPEs or a complete product matrix.

Exploitation context

Active exploitation is supported by the CISA KEV listing. Third-party references also connect vulnerable web-facing assets and ransomware operations context, but the provided bundle does not prove every referenced campaign exploited this specific CVE in every incident.

Researcher notes

Evidence supports a privileged zip-slip file write leading to possible code execution as the SimpleHelp server user. The CVSS vector requires high privileges, so exposure analysis should focus on admin access paths, public reachability, and post-authentication server-side impact.

Mitigation direction

  • Update SimpleHelp according to the vendor security advisory.
  • Prioritize any internet-facing SimpleHelp server running 5.5.7 or earlier.
  • Restrict SimpleHelp administrative access while remediation is underway.
  • Review server integrity before returning remediated systems to normal operation.
  • Follow CISA KEV timelines for required remediation where applicable.

Validation and detection

  • Inventory all SimpleHelp remote support servers and confirm installed versions.
  • Check whether any instance is version 5.5.7 or earlier.
  • Review administrative account access and recent privileged activity.
  • Inspect server files and processes for unexpected changes.
  • Correlate findings with vendor advisory and CISA KEV guidance.
Prepared
Confidence
high
Sources
7

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 · medium confidence lookup

CWE-22: File access and web shell behavior lookup

File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection telemetry. 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-2024-57728 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
7.2 (3.1)
Known Exploited
Yes
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:H/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
6Source links

CISA KEV status

Status
Known exploited
Source
CISA / ADP
Date added
Not provided

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

Vulnerability scoring details

Base CVSS 3.1 score

7.2High
CVSS 3.1 vector shape for CVE-2024-57728Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:H/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
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

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

CWE-22 · source CWE mapping

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.