Unquoted Service Path vulnerability

johnk 46 Reputation points
2022-08-16T13:20:52.857+00:00

We have had a vulnerability scan carried out which highlighted several unquoted service path vulnerabilities.

These have so far been straightforward to resolve.

However there is one i am hoping someone can give a bit of guidance on

D:\Program Files (x86)\Codeless Platforms\QLTaskCentre\iwsqlea.exe nonclustered MSSQLSERVER

do the quote marks go after the .exe part of the path as in

"D:\Program Files (x86)\Codeless Platforms\QLTaskCentre\iwsqlea.exe" nonclustered MSSQLSERVER

or

"D:\Program Files (x86)\Codeless Platforms\QLTaskCentre\iwsqlea.exe nonclustered MSSQLSERVER"

Thanks

John

Windows for business | Windows Server | User experience | Other
Windows for business | Windows Server | Devices and deployment | Configure application groups
0 comments No comments
{count} votes

Accepted answer
  1. Gary Reynolds 9,621 Reputation points
    2022-08-16T13:36:58.607+00:00

    Hi

    I would go with:

    "D:\Program Files (x86)\Codeless Platforms\QLTaskCentre\iwsqlea.exe" nonclustered MSSQLSERVER

    Gary.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. johnk 46 Reputation points
    2022-08-16T13:48:38.887+00:00

    Thanks Gary

    That was my gut instinct but wanted to double check

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.