ZeroHour

CVE-2026-84282

moderate

SSRF in ONLYOFFICE ownCloud Integration plugin 9.12

CVSS 3.1
6.5 medium
EPSS
<1%p6
Published
()
Modified
AI analysis

CVE-2026-84282 is a server-side request forgery (SSRF) in the ONLYOFFICE ownCloud Integration plugin version 9.12, where the /apps/onlyoffice/ajax/settings/address endpoint does not sufficiently validate the user-supplied Document Server URL before the ownCloud server makes outbound connections. To trigger it, an authenticated administrator supplies a manipulated 'document server' parameter, causing the server to send requests to attacker-chosen destinations, including localhost and internal network hosts. An attacker gains internal network reconnaissance and can perform TCP port scanning of the ownCloud host's local network by differentiating server responses. Only ownCloud deployments running this integration plugin are affected, and exploitation requires administrative access, so an attacker would typically need a compromised or untrusted admin account. There is no known public proof-of-concept, the flaw is not in CISA's KEV catalog, and EPSS puts 30-day exploitation probability at 0.2% (6th percentile).

What to do: No fixed version is specified in the available data, so check the ONLYOFFICE advisory and CERT/CC VU#943094 for a patched release and update the integration plugin as soon as one is published. In the interim, restrict admin access to the ONLYOFFICE settings page, restrict the Document Server URL to the approved ONLYOFFICE host, and apply egress filtering on the ownCloud server so it cannot probe localhost or arbitrary internal hosts; note CVSS has not yet been scored for this CVE.

Affected
ONLYOFFICE ownCloud Integration plugin9.12
Estimated exposure
moderate≈ low thousands of ownCloud deployments (estimate; no public install counts for this optional integration plugin) — The plugin is an optional ONLYOFFICE integration on self-hosted ownCloud servers — a collaboration platform whose installed base is far smaller than Nextcloud's — so only a small subset of self-hosted collaboration deployments, plausibly…

Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.

Description

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.

Vector
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

In the news

VU#943094: ONLYOFFICE ownCloud integration plugin contains a Server-Side Request Forgery (SSRF) vulnerability

ONLYOFFICE's ownCloud integration plugin 9.12 has an SSRF flaw (CVE-2026-84282) letting authenticated admins probe internal networks; no patch exists yet.

CERT/CC published VU#943094 for a server-side request forgery in Ascensio System SIA's ONLYOFFICE ownCloud integration plugin version 9.12, tracked as CVE-2026-84282. The /apps/onlyoffice/ajax/settings/address endpoint does not validate the user-supplied document server URL, so an authenticated administrator can make the ownCloud server send arbitrary requests to localhost and internal hosts. Differences in error responses (connection failures vs SSL/TLS errors) let attackers enumerate open and closed TCP ports for internal reconnaissance. The vendor could not be reached, so no official patch is available; CERT recommends disabling the plugin and applying egress filtering until a fix ships.