CVE-2021-47887
Unknown Unknown - Not Provided
Unquoted Service Path in OKI Print Job Accounting Enables Code Execution

Publication date: 2026-01-21

Last updated on: 2026-01-21

Assigner: VulnCheck

Description
OKI Print Job Accounting 4.4.10 contains an unquoted service path vulnerability in the OkiJaSvc service that allows local attackers to potentially execute arbitrary code. Attackers can exploit the unquoted path in 'C:\Program Files\Okidata\Print Job Accounting\' to inject malicious executables and escalate privileges.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-01-21
Last Modified
2026-01-21
Generated
2026-06-16
AI Q&A
2026-01-21
EPSS Evaluated
2026-06-14
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
oki print_job_accounting 4.4.10
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-428 The product uses a search path that contains an unquoted element, in which the element contains whitespace or other separators. This can cause the product to access resources in a parent path.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability is an unquoted service path issue in the 'OkiJaSvc' service of OKI Print Job Accounting version 4.4.10. Because the service path "C:\Program Files\Okidata\Print Job Accounting\" is not enclosed in quotes, Windows may incorrectly interpret the path and allow a local attacker to place malicious executables in certain locations within the path. When the service starts, it may execute these malicious files, enabling the attacker to run arbitrary code and escalate their privileges on the system. [1, 2]

Impact Analysis

If exploited, this vulnerability allows a local attacker with low privileges to execute arbitrary code with higher privileges, potentially leading to full system control. This can compromise the confidentiality, integrity, and availability of the affected system, as the attacker could install malware, alter data, or disrupt services. [1, 2]

Detection Guidance

You can detect this vulnerability by checking for unquoted service paths in the 'OkiJaSvc' service. Useful commands include: - `wmic service get name, displayname, pathname, startmode` filtered to show auto-start services with executable paths outside the Windows directory to identify unquoted paths. - `sc qc OkiJaSvc` to query the service configuration and confirm the binary path and start mode. These commands help identify if the service path is unquoted and vulnerable. [2]

Mitigation Strategies

Immediate mitigation steps include enclosing the service executable path in quotes to prevent path parsing issues, thereby blocking the ability to inject malicious executables. Additionally, restrict local access to trusted users only, as exploitation requires local access. If possible, update or patch the Print Job Accounting software to a version where this vulnerability is fixed. [1, 2]

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2021-47887. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart