CVE-2020-37061
Unknown Unknown - Not Provided
Unquoted Service Path in BOOTP Turbo Allows Privilege Escalation

Publication date: 2026-02-01

Last updated on: 2026-02-01

Assigner: VulnCheck

Description
BOOTP Turbo 2.0.1214 contains an unquoted service path vulnerability that allows local attackers to potentially execute arbitrary code with elevated system privileges. Attackers can exploit the unquoted executable path to inject malicious code that will be executed when the service starts with LocalSystem permissions.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-02-01
Last Modified
2026-02-01
Generated
2026-05-07
AI Q&A
2026-02-01
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
weird_solutions bootp_turbo 2.0.1214
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 Powered Q&A
Can you explain this vulnerability to me?

CVE-2020-37061 is an unquoted service path vulnerability in BOOTP Turbo version 2.0.1214. This flaw allows local attackers to execute arbitrary code with elevated system privileges by exploiting the unquoted executable path of the BOOTP Turbo service. Because the service runs with LocalSystem permissions, malicious code injected into the unquoted path can be executed when the service starts, potentially leading to full system compromise. [1, 2]


How can this vulnerability impact me? :

This vulnerability can allow a local attacker to escalate their privileges and execute arbitrary code with SYSTEM-level permissions on the affected machine. This means the attacker could gain full control over the system, potentially leading to data theft, system manipulation, or disruption of services. [1, 2]


How can this vulnerability be detected on my network or system? Can you suggest some commands?

This vulnerability can be detected by checking the service executable path for BOOTP Turbo 2.0.1214 on Windows systems to see if it is unquoted. Specifically, verify if the service path "C:\Program Files\BOOTP Turbo\bootpt.exe" is missing quotation marks. On a Windows system, you can use the command: sc qc "BOOTP Turbo" to query the service configuration and inspect the BINARY_PATH_NAME for unquoted paths. If the path is unquoted, the system is vulnerable to this issue. [2]


What immediate steps should I take to mitigate this vulnerability?

To mitigate this vulnerability immediately, enclose the service executable path in quotation marks to prevent path parsing issues. For example, update the service path to ""C:\Program Files\BOOTP Turbo\bootpt.exe"". Additionally, restrict local user permissions to prevent unauthorized users from placing malicious executables in the service path directories. Restart the service after making these changes to ensure the fix takes effect. [1, 2]


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart