Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2567+ Articles
161+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. CVE-2023-49105: CISA Adds ownCloud Auth Bypass to KEV After Nuclear Data Theft
CVE-2023-49105: CISA Adds ownCloud Auth Bypass to KEV After Nuclear Data Theft

Critical Security Alert

This vulnerability is actively being exploited. Immediate action is recommended.

SECURITYCRITICALCVE-2023-49105

CVE-2023-49105: CISA Adds ownCloud Auth Bypass to KEV After Nuclear Data Theft

CISA added ownCloud's critical pre-signed URL auth-bypass flaw (CVSS 9.8) to its KEV catalog after it was used to steal Philippine nuclear data.

Dylan H.

Security Team

August 27, 2026
4 min read

Affected Products

  • ownCloud Server (owncloud/core) 10.6.0 through 10.13.0

Executive Summary

CVE-2023-49105, a critical improper-authentication flaw in ownCloud Server, was added to CISA's Known Exploited Vulnerabilities (KEV) catalog on August 27, 2026 alongside a Linux kernel bug and a JFrog Artifactory flaw. The nearly three-year-old vulnerability lets an attacker who knows a victim's username read, modify, or delete any file in that user's ownCloud instance without authentication, exploiting how the WebDAV API validates pre-signed URLs when no signing key has been configured — which is the default state for most accounts.

CVSS Score: 9.8 (Critical)

The KEV addition follows disclosure of a real-world incident: suspected Chinese-speaking operators used this exact flaw to steal roughly 9 GB of sensitive data — including research-reactor core-component databases and radiation-safety documentation — from a Philippine nuclear research organization.


Vulnerability Overview

AttributeValue
CVE IDCVE-2023-49105
CVSS Score9.8 (Critical)
ComponentownCloud Server (owncloud/core) — WebDAV API
Affected Versions10.6.0 up to and including 10.13.0
Fixed Version10.13.1
TypeImproper authentication (CWE-287) via pre-signed URL bypass
CISA KEV AddedAugust 27, 2026

How the Bypass Works

ownCloud's WebDAV API supports pre-signed URLs — temporary, signature-based links that grant file access without requiring a login. Each user is meant to have a signing key that ownCloud uses to validate these signatures.

The flaw: if a user has no signing key configured (the default for most accounts), ownCloud's server code still accepts pre-signed requests for that user — validating the signature against an empty secret. An attacker who knows only a target's username can:

  1. Craft a WebDAV request with the OC-Credential header set to the victim's username
  2. Generate a valid signature using the empty secret
  3. Send the forged request to read, write, or delete any file the victim can access

No password, session token, or prior access is required. Researchers have also demonstrated chaining this bypass into remote code execution on vulnerable instances.


Active Exploitation: Philippine Nuclear Research Agency Breach

The KEV listing follows public disclosure of a targeted intrusion first reported by threat-intel firm Hunt.io:

  • Hunt.io discovered an exposed attacker-operated file directory on an Amsterdam-hosted server on August 13, 2026, containing 1,310 files across 86 subdirectories — including custom exploit scripts, exfiltration logs, and stolen data.
  • The trove included research-reactor core-component databases, historical fuel-inventory records, radiation-safety documentation, and authorized-user lists, plus personnel résumés and passport documents — roughly 9 GB total.
  • A second target, a Philippine marine engineering and shipbuilding firm supporting the Philippine Navy, was compromised via a separate WordPress flaw (CVE-2024-28000 in LiteSpeed Cache).
  • Recovered Python tooling set the OC-Credential header to a target username, forged a valid signature against the empty secret, and pulled data via WebDAV PROPFIND/GET requests — deliberately inserting 1.5-to-6-second delays between requests to evade detection.
  • Hunt.io disclosed the findings to CERT-PH under TLP:AMBER and delayed public release until August 25, 2026 to allow coordinated notification.
  • Hunt.io assesses with medium confidence that suspected Chinese-speaking operators conducted targeted intelligence collection rather than opportunistic exploitation, though no specific threat group has been named.

Why This Matters Now

RiskDescription
No credentials neededOnly a valid username is required — usernames are frequently predictable or enumerable
Default-vulnerable stateAccounts with no signing key configured are exploitable out of the box
Federal deadlineUnder BOD 26-04, FCEB agencies now face mandatory remediation timelines for KEV-listed flaws
Proven real-world impactAlready used against critical-infrastructure-adjacent targets, not just a theoretical bug
RCE chainingPublic research shows this bypass can be escalated to remote code execution

Recommended Actions

  1. Upgrade immediately — update owncloud/core to version 10.13.1 or later, which rejects pre-signed URL requests when no signing key is configured.
  2. Configure signing keys for every account as defense in depth, even after patching.
  3. Audit WebDAV access logs for PROPFIND/GET/PUT requests carrying an OC-Credential header for usernames that never authenticated normally.
  4. Rotate credentials and encryption keys for any instance that was internet-reachable and unpatched, given confirmed exploitation.
  5. Federal agencies: track this addition against BOD 26-04 remediation deadlines.

References

  • CISA — Adds Three Known Exploited Vulnerabilities to Catalog
  • GreyNoise — CVE-2023-49105, WebDAV API Authentication Bypass in ownCloud

Related Reading

  • Critical RCE in WPvivid Backup Plugin Threatens 900,000+
  • Zimbra ZCS OS Command Injection — CVE-2026-73570
#CVE-2023-49105#ownCloud#CISA KEV#Authentication Bypass#WebDAV#Critical Infrastructure

Related Articles

CVE-2025-53827: ownCloud Updater Exposes Dangerous Method (CVSS 9.1)

A critical vulnerability in ownCloud Core's Updater component exposes a dangerous method to administrators, enabling potential remote code execution on...

4 min read

CISA Adds 2019 Microsoft SQL Server RCE Flaw to KEV Catalog

CISA added CVE-2019-1068, a seven-year-old Microsoft SQL Server RCE flaw, to its Known Exploited Vulnerabilities catalog after confirming active exploitation.

3 min read

CISA Adds Exploited Magento RCE Flaw CVE-2026-45247 to KEV Catalog

CISA has added a critical remote code execution vulnerability in the Mirasvit Cache Warmer Magento extension to its Known Exploited Vulnerabilities catalog…

2 min read
Back to all Security Alerts