Urgent.News

What's breaking now, across thousands of outlets.

Tech

More JFrog Artifactory Bugs Are Under Attack, and All Three Have Patches

Attackers are actively exploiting three JFrog Artifactory flaws, exposing how slow patching can turn artifact repositories into software supply chain attack paths.

More JFrog Artifactory Bugs Are Under Attack, and All Three Have Patches

Three critical vulnerabilities have been found in JFrog Artifactory, a repository manager for binaries, containers, and packages used in build pipelines. These vulnerabilities allow attackers to gain administrative control over the Artifactory instance, putting downstream products at risk. While patches are available for all three bugs, they have been slow to be applied.

The most serious flaw, CVE-2026-82329, lets unauthenticated attackers gain administrative access. The other two flaws, CVE-2026-42018 and CVE-2026-42016, enable attackers to authenticate as if they belonged in the repository and escalate their privileges. Researchers found that attackers are combining these vulnerabilities to achieve full control.

The exploitation of these patched bugs continues, with 49% of instances still vulnerable to CVE-2026-82329 two weeks after the fix. Experts suggest treating repository managers like internet-facing systems, patching them with the same urgency.

Written by urgent.news from DevOps.com's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at devops.com →

More in Tech

Django 6.1's FETCH_PEERS collapses a 2,001-query loop into 2

A loop over 2,000 Django model instances that touched a foreign key on each one fired 2,001 queries against Postgres and took, at its fastest run, 1.14 seconds on localhost.

  • Django 6.1 introduces fetchmode feature to optimize N+1 query problems
  • Switching to fetchmode(FETCHPEERS) reduces queries from 2,001 to 2
  • Improves performance by 87x, from 1.14 seconds to 13.1ms

More from Monday 14 September →