The vendor has published a fix. Version details are below where the sources state them.
Steps
Written by AI from the record
Check whether your JFrog Artifactory instance has the Terraform remote repository support enabled.
Identify whether anonymous access is enabled for that Terraform remote repository (if yes, the risk is higher).
Verify your current Artifactory version.
Upgrade Artifactory to a fixed version: 7.111.18, 7.117.25, 7.125.18, 7.133.27, 7.146.34, or 7.161.15.
After upgrading, review outbound network logs to confirm Artifactory is no longer contacting unexpected external endpoints associated with Terraform remote repository activity.
JFrog Artifactory support for Terraform remote repositories was found to be susceptible to Server-Side Request Forgery (SSRF). An authenticated user - or, if anonymous access is enabled on the repository, an unauthenticated user - could cause Artifactory to issue outbound HTTP requests to arbitrary destinations and receive the response content.
In plain language
Written by AI from the record
CVE-2026-65924 is a server-side weakness in JFrog Artifactory that can let attackers make Artifactory contact outside websites they choose; if you use Artifactory with Terraform remote repositories enabled, you should act urgently.
CVE-2026-65924 is a Server-Side Request Forgery (SSRF) in JFrog Artifactory’s Terraform remote repository feature, allowing attackers to trigger the server to send arbitrary outbound HTTP requests to attacker-chosen endpoints (with authentication depending on whether anonymous access is enabled).
If you're affected
External system access from servers
Data theft from internal/external
Risk of benchmark or customer data exposure
Operational disruption from forced calls
What is it
This flaw lets a bad actor “use your Artifactory server as a browser” to visit other websites or services and fetch the results. If your Terraform remote repository feature is turned on, the attacker may be able to get Artifactory to reach places it normally shouldn’t, which can lead to data being exposed or stolen.
Who is affected
This matters to you if you run JFrog Artifactory and you have Terraform remote repository support enabled. The risk is higher if anonymous access is enabled for that repository, because it may allow someone to trigger the behavior without logging in.
It’s a risk only when attackers can reach the feature (for example, by using the Terraform remote repository capability) and when Artifactory’s Terraform remote repository support is enabled.
How urgent is it
This is RED because exploitation has been reported in real incidents, not just theoretical testing. Attackers can leverage the SSRF behavior to make Artifactory send outbound HTTP requests to systems they choose, which increases the chance of data exposure through unexpected outbound connections.
What to do — in detail
Confirm exposure
In your Artifactory admin/config settings, check whether “Terraform remote repository” support is enabled.
Determine whether anonymous access is enabled for the relevant remote repository path(s). If anonymous access is enabled, treat this as higher risk.
Record your exact Artifactory version.
Check whether you may already be affected (quick signals)
Look for outbound HTTP traffic originating from the Artifactory server that is unusual for your environment (new external domains, unexpected IPs, or repeated requests matching remote repository activity).
Correlate timing with Terraform remote repository use (for example, changes to remote repository configuration or unexpected fetches).
Upgrade to a fixed version (required remediation)
Upgrade Artifactory to one of the fixed versions:
7.111.18
7.117.25
7.125.18
7.133.27
7.146.34
7.161.15
Choose the fixed version that matches your upgrade path/branch compatibility, then plan the maintenance window according to your normal Artifactory upgrade process.
After upgrading, validate that Terraform remote repository functionality still works as expected.
If you cannot patch immediately (temporary containment)
Restrict Artifactory’s outbound network access as much as possible (for example, limit which external endpoints it can reach) so that even if SSRF is triggered, it cannot reach arbitrary destinations.
If you can disable Terraform remote repositories safely in your environment, do so until you complete the upgrade.
Ongoing monitoring after patching
Continue monitoring Artifactory outbound network connections for unexpected destinations.
Review any relevant Artifactory access/activity logs around Terraform remote repository operations to ensure there is no continued suspicious behavior.
Technical context
CVE-2026-65924 is a Server-Side Request Forgery (CWE-918) affecting JFrog Artifactory’s Terraform remote repository feature. The core mechanism is that an attacker can cause Artifactory to issue outbound HTTP requests to arbitrary endpoints they choose, and potentially receive the response content. Authentication requirements depend on whether anonymous access is configured for the remote repository: with anonymous access enabled, an unauthenticated attacker may trigger the behavior; otherwise, an authenticated attacker is required.
Exploitation status: exploitation has been reported (real-world incident reporting indicates attackers used a JFrog Artifactory zero-day path involving SSRF behavior to escape an isolated environment and breach a third-party infrastructure).
Patch availability: multiple fixed Artifactory versions are listed (fixed in 7.111.18, 7.117.25, 7.125.18, 7.133.27, 7.146.34, 7.161.15). No CISA KEV listing was found in the provided findings.
This is a general assessment based on public vulnerability data. It does not account for your specific infrastructure — when in doubt, consult a security specialist.