CVE-2023-54353: Chromacam 4.0.3.0 Unquoted Service Path Privilege Escalation
Chromacam 4.0.3.0 contains an unquoted service path vulnerability in the PsyFrameGrabberService that allows local attackers to execute arbitrary code by placing malicious executables in unquoted path directories. Attackers with write access to C:\ or subdirectories like C:\Program Files (x86)\Personify\ can place a malicious Program.exe or PsyFrameGrabberService.exe file that executes with LocalSystem privileges when the service starts automatically at boot.
Security readout for executives and security teams
Plain-English summary
This is a local privilege escalation issue in Personify Chromacam 4.0.3.0. A user who already has access to a Windows machine could abuse a misconfigured service path to gain LocalSystem privileges. It is not a remote internet-facing bug, but it can turn limited workstation access into full local control.
Executive priority
Treat this as a high-priority endpoint hardening issue, especially on shared workstations or environments with broad local user access. It is less urgent than a remotely exploitable server flaw, but it can materially increase the impact of malware, insider activity, or compromised user accounts.
Technical view
CVE-2023-54353 is CWE-428 in Chromacam 4.0.3.0's PsyFrameGrabberService. The service path is unquoted, allowing Windows path resolution abuse when an attacker has local low-privilege access and write access to relevant path locations. The reported impact is LocalSystem code execution when the service starts. CVSS v4.0 is 8.5.
Likely exposure
Exposure is likely limited to Windows endpoints running Personify Chromacam 4.0.3.0 with the affected service installed. Risk is higher where standard users can write to root or application path directories. The source bundle does not identify other affected versions or platforms.
Exploitation context
The source bundle includes an ExploitDB reference, so public exploit information exists. KEV status is false, and the provided sources do not show confirmed active exploitation. Exploitation requires local access and a writable path location, but no user interaction is required once service startup conditions occur.
Researcher notes
Evidence supports a local privilege escalation in Chromacam 4.0.3.0 only. The bundle does not provide a vendor advisory, patch version, or active exploitation confirmation. Validate service configuration and filesystem ACLs before declaring exposure, and avoid broad version assumptions beyond the cited affected release.
Mitigation direction
Check vendor guidance for a fixed Chromacam release or official remediation.
Upgrade or remove Chromacam 4.0.3.0 where business use is not required.
Restrict write permissions on root and application installation directories.
Ensure the affected Windows service executable path is properly quoted.
Consider disabling the affected service where acceptable until remediated.
Validation and detection
Inventory Windows endpoints for Chromacam 4.0.3.0 installations.
Inspect PsyFrameGrabberService configuration for an unquoted executable path.
Review directory ACLs for user write access in service path locations.
Confirm whether the service runs as LocalSystem and starts automatically.
Retest after remediation to verify the path is quoted and permissions are restricted.
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-428: 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.
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.
The CVE wording references privilege impact, so privilege escalation and authorization behavior 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.
2CVSS vectors
3Timeline events
1ADP providers
5Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: noTechnical Impact: total
CVSS vector scores
2 official scores
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-428 · source CWE mapping
Unquoted Search Path or Element
Unquoted Search Path or Element represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.