You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
vantage6-server node accepts non-whitelisted algorithms from malicious server
High severity
GitHub Reviewed
Published
Nov 14, 2023
in
vantage6/vantage6
•
Updated Nov 22, 2024
A node does not check if an image is allowed to run if a parent_id is set. A malicious party that breaches the server may modify it to set a fake parent_id and send a task of a non-whitelisted algorithm. The node will then execute it because the parent_id that is set prevents checks from being run. Relevant node code here
This impacts all servers that are breached by an expert user
Impact
A node does not check if an image is allowed to run if a
parent_id
is set. A malicious party that breaches the server may modify it to set a fakeparent_id
and send a task of a non-whitelisted algorithm. The node will then execute it because theparent_id
that is set prevents checks from being run. Relevant node code hereThis impacts all servers that are breached by an expert user
Patches
Fixed in v4.1.2
Workarounds
None
References