The CVE and GHSA explicitly identify the ConfigVerifyController in the Tenant Management module as the source of the vulnerability. The description highlights insecure permissions (CWE-732) leading to information disclosure. While the linked GitHub issue references the UserController's addUser method, the authoritative CVE/GHSA documentation focuses on ConfigVerifyController. The function name 'verifyConfig' is inferred based on standard naming conventions for configuration verification endpoints and the controller's implied purpose. The lack of patched versions or commit diffs prevents absolute certainty, but the correlation with CWE-732 and the explicit controller reference justify high confidence.