CVE-2026-66344
Received Received - Intake

NetKids iMark Uncontrolled Search Path Element Vulnerability

Vulnerability report for CVE-2026-66344, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-05

Last updated on: 2026-08-05

Assigner: JPCERT/CC

Description

NetKids iMark, provided by Integrated Systems Technologies, Inc., contains an Uncontrolled Search Path Element vulnerability (CWE-427). An authenticated attacker may exploit this vulnerability to execute arbitrary code with SYSTEM privileges.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-05
Last Modified
2026-08-05
Generated
2026-08-05
AI Q&A
2026-08-05
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
integrated_systems_technologies netkids_imark to 5.2.5.0 (exc)
integrated_systems_technologies netkids_imark From 5.0.0 (inc) to 5.2.5.0 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-427 The product uses a fixed or controlled search path to find resources, but one or more locations in that path can be under the control of unintended actors.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-66344 is an Uncontrolled Search Path Element vulnerability in NetKids iMark by Integrated Systems Technologies, Inc. It allows an authenticated attacker to execute arbitrary code with SYSTEM privileges by exploiting unquoted file paths in the 'nkmsgService' service. This occurs because the executable path lacks quotes, enabling malicious files with spaces in their names to be executed unintentionally.

The vulnerability stems from the application searching for libraries or executables in directories where an attacker could place a malicious file with the same name. This could lead to unintended program execution with elevated privileges.

Detection Guidance

Check if the NetKids iMark service 'nkmsgService' is running and inspect its ImagePath registry value for unquoted paths. Use commands like 'sc query nkmsgService' to verify service status and 'reg query HKLM\SYSTEM\CurrentControlSet\Services\nkmsgService /v ImagePath' to check the path format.

Impact Analysis

If exploited, this vulnerability could allow an attacker to run malicious code on your system with SYSTEM privileges, potentially taking full control of your computer. This could lead to data theft, installation of additional malware, or disruption of services. Attackers need write access to system folders to place malicious files.

Additionally, if you have NetKids iMark installed, an attacker could manipulate DLL loading or modify files in the installation directory if proper access controls are not in place, further compromising system integrity.

Compliance Impact

This vulnerability could lead to unauthorized access or control of systems, violating data protection and privacy requirements under GDPR and HIPAA. Unauthorized code execution may result in data breaches, unauthorized data access, or loss of data integrity, all of which are critical compliance violations.

Organizations using NetKids iMark must address this vulnerability promptly to maintain compliance with these regulations, as failure to do so could result in legal penalties, reputational damage, and loss of trust.

Mitigation Strategies

Apply the workaround by adding quotes to the ImagePath registry value for 'nkmsgService' or modify the binPath using 'sc config nkmsgService binPath= "C:\path\to\service.exe"'. Restart the service afterward. Alternatively, review and adjust installation folder permissions by removing 'Authenticated Users' group access.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-66344. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart