LiveActive security incident?Get immediate response
CVE Record

CVE-2019-25137: Umbraco CMS 4.11.8 through 7.15.10, and 7.12.4, allows Remote Code Execution by authenticated administrator...

Umbraco CMS 4.11.8 through 7.15.10, and 7.12.4, allows Remote Code Execution by authenticated administrators via msxsl:script in an xsltSelection to developer/Xslt/xsltVisualize.aspx.

HighCVSS 7.2Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This vulnerability can let an authenticated Umbraco CMS administrator run code on the server. It is high impact because successful abuse can compromise confidentiality, integrity, and availability, but it requires administrator privileges, so exposure is tied to admin account security and where the Umbraco backoffice is reachable.

Executive priority

Treat as a high-priority legacy CMS risk where affected Umbraco systems remain in use. The practical urgency is highest for internet-accessible administration portals or environments with weak admin credential controls.

Technical view

CVE-2019-25137 affects Umbraco CMS 4.11.8 through 7.15.10, and 7.12.4. The flaw involves msxsl:script handling in an xsltSelection submitted to developer/Xslt/xsltVisualize.aspx, enabling remote code execution by an authenticated administrator. CVSS 3.1 is 7.2 with PR:H and no user interaction.

Likely exposure

Organizations running affected legacy Umbraco CMS versions are exposed if administrator credentials can access the vulnerable developer/XSLT functionality. Internet-reachable backoffice access increases business risk, especially after credential theft.

Exploitation context

The source bundle cites public exploit and PoC-style references, but does not include CISA KEV status or confirmed active exploitation. Abuse requires authenticated administrator access, so likely paths include malicious admins or compromised admin accounts.

Researcher notes

Affected product metadata in the bundle is incomplete, with vendor/product listed as n/a, but the description names Umbraco CMS versions. Patch details are not provided, so remediation should be validated against official vendor documentation.

Mitigation direction

  • Inventory Umbraco CMS versions and identify systems in the affected version range.
  • Check official Umbraco guidance before choosing upgrade or remediation actions.
  • Restrict backoffice and developer interface access to trusted networks or VPN.
  • Reduce administrator privileges and remove unused admin accounts.
  • Review admin authentication controls, including MFA where supported.

Validation and detection

  • Confirm production Umbraco versions against the affected range in the CVE record.
  • Identify whether developer/Xslt/xsltVisualize.aspx is reachable by administrators.
  • Audit administrator accounts for unnecessary access or recent suspicious changes.
  • Review web and application logs for access to the vulnerable XSLT path.
  • Check whether any mitigation or upgrade is documented by the vendor.
Prepared
Confidence
medium
Sources
6

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-91: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2019-25137 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.2 (3.1)
Known Exploited
No
Published

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

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
5Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
7.2CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H1.25.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.2High
CVSS 3.1 vector shape for CVE-2019-25137Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-91 · source CWE mapping

XML Injection (aka Blind XPath Injection)

XML Injection (aka Blind XPath Injection) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.