Skip to content
Tech News
← Back to articles

Artifactory flaws chained in attacks deploying backdoor malware

read original get Yubico YubiKey 5 NFC Security Key → more articles
Why This Matters

JFrog Artifactory is a core artifact repository in many software supply chains, so active exploitation of chained auth-bypass and token-validation flaws gives attackers admin control over the place organizations store build artifacts. Wiz observed multiple threat actors minting admin tokens in under five minutes, installing malicious Groovy plugins, and dropping a custom Rust backdoor for persistence.

Key Takeaways
Worth a Look

Yubico YubiKey 5 NFC Security Key — When attackers can mint admin tokens in under five minutes, strong hardware-backed authentication for your admin accounts matters. The YubiKey 5 NFC plugs into USB-A or taps via NFC and supports FIDO2/WebAuthn, TOTP and smart card protocols, making it a practical layer of defense for the consoles and repositories your build pipeline depends on.

See Yubico YubiKey 5 NFC Security Key on Amazon → Affiliate link — we may earn a commission on purchases, at no extra cost to you. Product picked by AI based on this article; it is not a tested recommendation.

Threat actors are exploiting critical and high-severity vulnerabilities in JFrog Artifactory to bypass authentication, gain administrative privileges, and deploy a Rust backdoor on vulnerable self-hosted servers.

A new report from cloud security company Wiz confirmed exploitation across multiple environments, including an exploit chain that combines CVE-2026-42018 and CVE-2026-42016.

The third vulnerability is CVE-2026-82329, a critical authentication bypass that offensive security company watchTowr observed being exploited earlier this month to mint administrator tokens.

According to Wiz, attackers exploit CVE-2026-42018 to obtain a JSON Web Token (JWT) belonging to an internal Artifactory anonymous user, even when anonymous access is disabled, with low privileges.

Then they increase permissions to admin level by exploiting CVE-2026-42016, caused by insufficient token validation.

Between August 15 and September 8, multiple threat actors exploited the two vulnerabilities to obtain a JWT for the internal anonymous user and then exchange it for an admin-scoped token.

The researchers note that in some cases the attacker took less than five minutes to create an administrator account.

After creating admin accounts and generating long-lived access tokens, the attackers installed malicious Groovy plugins to execute arbitrary commands and established persistence by deploying a Rust-based backdoor.

“Between August 15 and September 8, 2026, we observed multiple actors chain CVE-2026-42018 and CVE-2026-42016 against self-hosted Artifactory instances,” Wiz says.

“Across multiple cases, we observed a custom Rust backdoor with C2 capabilities being dropped.”

... continue reading