What has changed
CISA added CVE-2023-49105 to its Known Exploited Vulnerabilities catalogue on 27 August. That establishes exploitation in the wild; it does not show that every vulnerable server has been accessed or identify who is responsible. CISA says the vulnerability can allow an attacker to access, modify or delete files without authentication when the victim's username is known and that account has no signing key configured.
The underlying ownCloud advisory is not new. It was published in November 2023 and rates the issue high, with affected ownCloud Server core versions from 10.6.0 through 10.13.0. The practical change for defenders is CISA's exploitation finding. Its catalogue does not say the activity is ransomware-related; that field is recorded as unknown.
[1][2]Which installations need attention
The vendor describes a WebDAV API authentication bypass involving pre-signed URLs. Exploitation depends on knowing a victim's username and on that user having no signing key configured, which ownCloud says was the default for the affected condition. These prerequisites narrow the route but do not make an internet-facing file service safe to leave on an affected release.
Administrators should identify the running core version from each server rather than relying only on an asset register. The affected range ends at 10.13.0. ownCloud's current changelog lists later maintained releases, including 10.16.4 and 11.0.0, both published in July 2026. Upgrade planning should follow the vendor's supported path and account for application, database and platform compatibility; do not jump release branches without testing and a recovery plan.
[2][3]What defenders should do
Inventory ownCloud Server deployments across production, development, recovery and supplier-managed environments. Record the exact core version, public exposure, named owner and authentication arrangements. Include installations behind a reverse proxy or single sign-on service: an upstream login screen does not change the vendor's affected-version statement.
For servers on 10.6.0 through 10.13.0, preserve relevant web, WebDAV, authentication, audit and administrative logs before disruptive work, then move to a current supported release using ownCloud's documented upgrade route. Test file access, sharing, synchronisation and integrations, and verify the running version after maintenance. Where an immediate upgrade is impossible, reduce exposure and restrict access as a temporary risk-reduction measure, not a substitute for leaving the affected range.
Review evidence according to actual exposure and retention. Look for unexpected file access, changes or deletions associated with known usernames, but avoid treating the absence of a single indicator as proof of safety. CISA requires federal agencies to perform forensic triage for this catalogue entry; other organisations can use the exploitation finding to justify evidence preservation and prioritised review.
- Locate every self-hosted ownCloud Server and confirm its running core version.
- Prioritise affected installations that are reachable from the internet or shared with third parties.
- Preserve useful logs before upgrading or changing access controls.
- Follow the supported upgrade path to a current release and test recovery beforehand.
- Verify the running version and review unexpected file activity after maintenance.
The Beekeeper view
File-sharing systems deserve the same ownership discipline as email and identity platforms. They often contain contracts, exports, credentials and operational documents, while public WebDAV access creates a large and easily forgotten boundary.
The durable control is a small register of externally reachable services with a named owner, verified version, supported upgrade route and useful logging. That will not eliminate vulnerability risk, but it turns an old advisory gaining a new exploitation signal into a bounded operational task rather than a hurried search for unknown servers.
[1][2][3]Primary sources
- Known Exploited Vulnerabilities Catalog: CVE-2023-49105 — US Cybersecurity and Infrastructure Security Agency, 27 August 2026
- WebDAV API authentication bypass using pre-signed URLs — ownCloud, 21 November 2023
- ownCloud Server changelog — ownCloud, 30 July 2026
Beekeeper field notes summarise primary advisories for a UK business audience. Always follow the affected vendor’s current instructions for your exact product and version.