Attackers chain three JFrog Artifactory flaws to full admin control and plant backdoors
Wiz traced active exploitation of JFrog Artifactory between Aug 15 and Sep 8 to three chained flaws: CVE-2026-42018 leaks the internal anonymous-user token even with anonymous access disabled, CVE-2026-42016's scope-validation gap lets that low-privilege token get elevated, and CVE-2026-82329 is an unauthenticated POST to /access/api/v1/registry/join that hands out an admin-scoped token outright on default configuration. Attackers used the admin access to create persistent accounts, deploy malicious Groovy plugins, run shell commands, and install Rust-based backdoors, then harvested cluster join keys — Artifactory sits at the center of CI/CD as the build-pipeline source of truth, so admin compromise there is the same blast-radius shape as a poisoned package registry. Patch to JFrog's fixed release now and audit self-hosted instances for unexpected admin accounts, unfamiliar Groovy plugins, or join-key rotations in that window.