Umbraco CmsApplication · Umbraco

CVE-2023-49279

MEDIUM · 5.4 CVSS v3.1 Published 2023-12-12
Fix available
A fix is available. Upgrade to 7.15.11 / 8.18.9 or later.
See remediation →
58/100
Remediation priority · Elevated
Remotely reachable

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
Umbraco is an ASP.NET content management system (CMS). Starting in version 7.0.0 and prior to versions 7.15.11, 8.18.9, 10.7.0, 11.5.0, and 12.2.0, a user with access to the backoffice can upload SVG files that include scripts. If the user can trick another user to load the media directly in a browser, the scripts can be executed. Versions 7.15.11, 8.18.9, 10.7.0, 11.5.0, and 12.2.0 contain a patch for this issue. Some workarounds are available. Implement the server side file validation or serve all media from an different host (e.g cdn) than where Umbraco is hosted.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

Stored cross-site scripting (XSS) vulnerability in Umbraco CMS where authenticated backoffice users can upload SVG files containing malicious JavaScript. When another user views the SVG file directly in a browser, the embedded scripts execute, allowing session hijacking or other client-side attacks.

MitigationUpgrade to patched versions (7.15.11, 8.18.9, 10.7.0, 11.5.0, or 12.2.0), or implement server-side validation to strip/block executable content in SVG uploads, or serve all media from a separate host/CDN domain.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
Umbraco CmsApplication
Affected:>= 7.0.0, < 7.15.11>= 8.0.0, < 8.18.9>= 10.0.0, < 10.7.0>= 11.0.0, < 11.5.0>= 12.0.0, < 12.2.0

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
Low
User interaction
Required
Scope
Changed
Confidentiality
Low
Integrity
Low
Availability
None

CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Determine installed Umbraco version
    Locate the version file in the installation: for v7 check ~/bin/UmbracoCms.dll properties or Web.config version attribute; for v8+ check ~/wwwroot/bin/UmbracoCms.dll or the Version element in ~/wwwroot/appsettings.json
    Affected if The installed version falls within any of these ranges: 7.0.0 to 7.15.11, 8.0.0 to 8.18.9, 10.0.0 to 10.7.0, 11.0.0 to 11.5.0, or 12.0.0 to 12.2.0
  2. Verify backoffice user access to media section
    Log into the Umbraco backoffice and navigate to the Users section, then examine user groups and permissions to confirm whether any non-admin users have access to the Media section and permission to upload files
    Affected if Any authenticated backoffice user (other than administrators) has permissions to upload files in the Media section
  3. Check if SVG media type is enabled
    In the backoffice, go to Settings > Media Types and verify whether an SVG-related media type exists and is allowed, or check if the default File media type accepts .svg extension uploads
    Affected if The File or a custom SVG media type is available and users can upload files with .svg extension to the media library
  4. Inspect existing media for SVG files
    Navigate to the Media section in the backoffice and search for files with .svg extension, or check the ~/wwwroot/media folder on the server for .svg files
    Affected if Any SVG files exist in the media library that were uploaded by users and are accessible via the website domain
  5. Confirm media serving configuration
    Examine appsettings.json (v8+) or Web.config (v7) to check if the MediaPath and or UseSecureMediaUrl settings are configured to serve media from a separate domain/CDN, and verify the Content Security Policy headers
    Affected if Media is being served from the same primary domain without a separate CDN or domain, and no CSP headers are present to block inline script execution in SVG files

You are affected if your Umbraco version is within any of the vulnerable ranges AND authenticated backoffice users can upload SVG files to the media library that are served from the same domain.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Upgrade available Upgrade to 7.15.11 / 8.18.9 / 10.7.0 or later
Fixed in 7.15.118.18.910.7.0
Interim mitigation

Upgrade to patched versions (7.15.11, 8.18.9, 10.7.0, 11.5.0, or 12.2.0), or implement server-side validation to strip/block executable content in SVG uploads, or serve all media from a separate host/CDN domain.

Recommended fix High confidence

7.15.11 (for v7.x), 8.18.9 (for v8.x), 10.7.0 (for v10.x), or 11.5.0 (for v11.x)

  1. Back up the current Umbraco installation and database before upgrading
  2. Review the release notes for the target fixed version to understand any changes
  3. In a staging environment, test upgrading to the appropriate fixed version for your current branch: 7.15.11 for v7.x, 8.18.9 for v8.x, 10.7.0 for v10.x, or 11.5.0 for v11.x
  4. After successful staging validation, upgrade the production environment to the fixed version
  5. Verify the vulnerability is remediated by confirming SVG files with scripts cannot be executed when accessed directly in a browser
Caveat Minor version upgrades typically have low breaking change risk but review release notes for any configuration or API changes specific to your version

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Umbraco Cms Scoped from the published advisory
  • Consultation4.0 h
  • Implementation8.0 h
  • Testing4.0 h
  • Review / QA2.0 h
18.0 hours of engineering $3,200
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $5,120.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2023-49279 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2023-49279 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data