No fixed build or workaround is published yet. Limit exposure and watch for a patch.
Steps
Written by AI from the record
Check whether you run ONLYOFFICE’s ownCloud Integration plugin and confirm it is version 9.12.
Confirm whether the ownCloud account holders who can manage the ONLYOFFICE plugin settings are fully trusted administrators.
If you have any uncertainty about admin trust, restrict admin access in ownCloud immediately (remove unnecessary administrator accounts and reduce who can change plugin settings).
Review plugin configuration to ensure the “Document Server address” setting is limited to known, expected hosts only (no localhost/internal IPs unless required).
Since no fixed version is published in the available information, open a support ticket with your ONLYOFFICE/vendor or ownCloud integrator and request mitigation guidance for CVE-2026-84282.
Temporarily monitor ownCloud server logs for repeated requests/timeouts related to the ONLYOFFICE settings/address endpoint and investigate any unexpected address changes.
May need vendor or contractor work
What it is
From the CVE record
A Server-Side Request Forgery (SSRF) vulnerability exists in the ONLYOFFICE ownCloud Integration plugin version 9.12. The /apps/onlyoffice/ajax/settings/address endpoint does not sufficiently validate the user-supplied Document Server URL before initiating outbound connections. An authenticated administrator can manipulate the document server parameter to cause the ownCloud server to send arbitrary requests to attacker-controlled destinations, including localhost and internal network hosts. This allows internal network reconnaissance and TCP port scanning based on differences in server responses.
In plain language
Written by AI from the record
In ONLYOFFICE’s ownCloud Integration plugin (version 9.12), an ownCloud administrator can abuse a setting to make the ownCloud server probe internal network addresses; most small businesses should treat this as a real risk if untrusted admins can access the plugin settings, but there’s no confirmed public patch yet.
CVE-2026-84282 is an SSRF flaw in the ONLYOFFICE ownCloud Integration plugin (version 9.12) where an authenticated administrator can set an internal “Document Server address” and trick the ownCloud server into making outbound requests to internal/local destinations, enabling network reconnaissance and TCP port scanning via response timing.
If you're affected
Internal network mapping via scanning
Exposure of internal services
Reputation and audit failures
Potential follow-on compromise risk
What is it
This flaw is like a “remote-controlled door” inside your software settings. If someone has administrative access to the plugin settings, they may be able to make your ownCloud server reach out to computers inside your private network—machines it normally shouldn’t contact.
Even though it doesn’t let them directly view private data, it can reveal which internal ports are open based on how the server responds, which helps them plan further attacks.
Who is affected
This matters if you use ONLYOFFICE’s ownCloud Integration plugin version 9.12 inside an ownCloud server. The key requirement is that the attacker must have an authenticated administrator account on your ownCloud instance and be able to change the vulnerable plugin settings.
It’s only a risk when the vulnerable plugin is installed and an attacker can reach the relevant plugin settings as an administrator (reachability from the internet isn’t the main gate here—admin access is).
How urgent is it
This is RED because the issue is an SSRF that enables internal network reconnaissance (mapping private hosts and open ports) using only administrator-level access, and the attacker can do it without needing user interaction. Even without a known public exploit, the impact is targeted and can enable follow-on compromise.
Act now to reduce who can change plugin settings, and get vendor guidance on a fix since the available information does not include a patch.
What to do — in detail
Confirm exposure
On the ownCloud server, identify whether the ONLYOFFICE ownCloud Integration plugin is installed.
Verify the plugin version is 9.12.
Validate admin trust and reachability within your environment
Inventory ownCloud administrator accounts.
Identify which admins can access or change ONLYOFFICE plugin settings (especially the field related to the Document Server address).
This vulnerability requires an authenticated administrator; if there is any risk of compromised admin accounts (shared credentials, contractors, weak access control), treat it as immediately exploitable.
Apply the mitigation you can do today (before any patch)
Remove administrator privileges from any users who do not absolutely need them.
Reduce access to settings pages where the ONLYOFFICE plugin address can be edited.
If your business doesn’t require internal addressing, avoid configuring the plugin with localhost or internal-only addresses.
Detect suspicious behavior
Check ownCloud server logs around times when plugin settings were viewed/changed.
Look for repeated attempts related to the ONLYOFFICE settings/address endpoint, especially patterns that suggest internal probing (timeouts, rapid repeated failures, unusual target addresses).
Correlate with any alerts about admin logins or configuration changes.
Follow up for a fix
The available information does not list a fixed version. Open a support ticket with ONLYOFFICE (or your ownCloud integration vendor) referencing CVE-2026-84282 and request:
A fixed plugin version (and which version branches are affected)
Any temporary configuration workarounds recommended by the vendor
Decide on upgrade timing
Use vendor guidance to plan the upgrade as soon as a fixed plugin version is available.
If business operations require continued use of the plugin before patching, keep admin access tightly restricted and monitor for configuration changes.
Technical context
Severity is listed as MEDIUM (CVSS 6.5), but the practical concern is the SSRF’s ability to perform internal reconnaissance.
Attack mechanism: an authenticated administrator can supply an address value in the ONLYOFFICE ownCloud Integration plugin settings so the ownCloud server makes outbound requests to internal/local destinations.
What the attacker learns: differences in response timing can reveal whether internal ports are open, enabling network mapping/port scanning.
Preconditions: attacker must have an authenticated administrator account on the ownCloud instance using the vulnerable plugin.
Exploitation status (public): no confirmed incidents reported in the provided news/EXPLOIT findings; no public exploit code is on record.
KEV: not listed in CISA KEV.
Patch status: no fixed version/patch information available in the provided findings.
Exploit maturity indicators: press attention is rising (actor: Chaotic Eclipse noted in PULSE), but that is not the same as confirmed exploitation in the provided dataset. The practical risk is still driven by SSRF with administrator-level access.
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.