Skip to content

Commit b92a4a0

Browse files
committed
Propagate client config to queries. Fixes CVE-2025-0914
Prevents overriding the client config to bypass prevent_execve.
1 parent 347975a commit b92a4a0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

actions/vql.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ func (self VQLClientAction) StartQuery(
147147

148148
builder := services.ScopeBuilder{
149149
Config: &config_proto.Config{
150+
Client: config_obj.Client,
150151
Remappings: config_obj.Remappings,
151152
},
152153
// Only provide the client config since we are running in

0 commit comments

Comments
 (0)