CVE-2022-24387: File upload and overwrite to app_data/Config in SmarterTrack v100.0.8019.14010
With administrator or admin privileges the application can be tricked into overwriting files in app_data/Config folder, e.g. the systemsettings.xml file. THis is possible in SmarterTrack v100.0.8019.14010
Security readout for executives and security teams
Plain-English summary
CVE-2022-24387 is a critical SmarterTrack flaw where an administrator-level user can cause file uploads to overwrite sensitive configuration files. The cited example is systemsettings.xml under app_data/Config. This is serious because configuration overwrite can disrupt service or change security-sensitive settings, but the public record indicates high privileges are required.
Executive priority
Prioritize if SmarterTrack is internet-facing, business-critical, or has many administrator users. The flaw is critical in impact, but not known exploited from the supplied sources and requires admin privileges. Treat it as urgent hardening and patch verification rather than confirmed incident evidence.
Technical view
SmarterTools SmarterTrack v100.0.8019.14010, and listed 100.0.8019.x versions, are affected by an unrestricted file upload/overwrite issue mapped to CWE-434. An authenticated administrator can overwrite files in app_data/Config. CVSS is 9.1: network reachable, low complexity, high privileges required, no user interaction, changed scope, and high CIA impact.
Likely exposure
Exposure is mainly SmarterTrack deployments on the 100.0.8019.x line where administrator accounts are available to attackers or insiders. Internet exposure increases account-compromise risk, but the vulnerability itself requires administrator or admin privileges according to the source description.
Exploitation context
The sources do not report active exploitation, and this CVE is not marked as CISA KEV in the provided bundle. Practical exploitation depends on obtaining administrator-level access first, then abusing file upload behavior to overwrite configuration files. Public details are limited.
Researcher notes
Public information is sparse. The core issue is admin-privileged file upload/overwrite into app_data/Config, including systemsettings.xml. Avoid assuming unauthenticated exploitability or available public exploits. Validation should focus on version confirmation, admin access exposure, and evidence of configuration tampering.
Mitigation direction
Check SmarterTools guidance for the corrected version or official remediation.
Upgrade affected SmarterTrack 100.0.8019.x systems if a vendor fix is available.
Restrict SmarterTrack administrator access to trusted networks and named personnel.
Review administrator accounts and remove stale or unnecessary privileges.
Back up app_data/Config before remediation or upgrade activity.
Monitor configuration files for unexpected changes.
Validation and detection
Identify SmarterTrack instances and confirm exact installed version.
Determine whether any instance runs 100.0.8019.x or v100.0.8019.14010.
Review admin account inventory and recent privilege changes.
Check app_data/Config for unexpected modification timestamps or file changes.
Review application logs for unusual administrator upload activity.
Confirm remediation status against current vendor advisory or release notes.
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-434: 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.
The CVE wording references file access or upload behavior, so file telemetry and web shell review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
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
3Timeline events
2ADP providers
4Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
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.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-434 · source CWE mapping
Unrestricted Upload of File with Dangerous Type
Unrestricted Upload of File with Dangerous Type represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.