Path in the registry to executable VxSVC process is not enclosed in quotation marks.

Article: 100011869
Last Published: 2014-02-12
Ratings: 0 0
Product(s): InfoScale & Storage Foundation

Problem

Security auditing scans may identify Veritas Veritas Enterprise Service process "VxSVC.exe" as an executable with untrusted path, due to the fact that its path is not enclosed in quotation marks ("").

Error Message

 There are no errors logged.

Cause

This is a known issue with VPI where the CMDline VPI is executing vxsvc.exe with quotes but the ImagePath registry key was created without quotes. For Example: CMdline - "C:\Program Files\Veritas\VERITAS Object Bus\Bin\vxsvc.exe" -i

Solution

Veritas has identified the issue and is in-progress addressing the issue with patches specific to installed product. Please contact Veritas Enterprise Technical Support for additional questions or concerns regarding to this CMdLine VPI issue.

Use the following procedures to resolve the issue:

Solution 1 - Issue the following command:

sc config vxsvc binPath= "\"%VIP_PATH%\vxsvc.exe\""

Solution 2 - Manual registry edit:

1. Open the Registry editor and locate "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\VxSvc\ImagePath".

2. Edit the "ImagePath" value - right-click ImagePath > Modify

3. In the Value Data filed of the Edit String diaglog box, add double quotation marks ("") to the beginning and end of the path
    For Example: "C:\Program Files\Veritas\VERITAS Object Bus\Bin\vxsvc.exe"

 


Applies To

Systems with Veritas Storage Foundation for Windows (SFW) or Veritas Storage Foundation High Availability (SFW-HA) 6.0.x installed.

References

Etrack : 3433635

Was this content helpful?