The vulnerability stems from improper validation of 'eauth' and token parameters in salt-netapi's SSH handling. The SaltSSH class in salt/netapi/rest_cherrypy/app.py is directly responsible for processing SSH requests via the API, where authentication checks were insufficient. The token validation logic in salt.auth.Resolver is also implicated, as the CVE description specifically mentions ACL validation flaws. While the exact function names aren't explicitly listed in the advisory, the salt-netapi component's SSH handling and authentication flow are clearly identified as the vulnerable areas in multiple sources, including SaltStack's own release notes and CVE descriptions.