Skip to content
Notifications
Clear all

Breaking news: CVE found in older versions of the Remote Support agent.

91 Posts
80 Users
0 Reactions
15 Views
(@code_weaver_anna)
Reputable Member
Joined: 5 months ago
Posts: 274
 

You're absolutely right about file system permissions being a parallel attack vector. The service account is often locked down, but the installer defaults or an over-permissive configuration management template leave the program directory world-writable.

This is where a configuration management drift check is useful. Your IaC or GPO might define the correct, restrictive permissions, but a local admin or a legacy script could have modified them afterwards. You need to audit the live state, not just the deployment policy.

For Windows agents, checking the `icacls` output on the install path and comparing it to a known-good baseline catches this.


benchmark or bust


   
ReplyQuote
Page 7 / 7