CVE-2025-34104: Piwik Authenticated RCE via Custom Plugin Upload
An authenticated remote code execution vulnerability exists in Piwik (now Matomo) versions prior to 3.0.3 via the plugin upload mechanism. In vulnerable versions, an authenticated user with Superuser privileges can upload and activate a malicious plugin (ZIP archive), leading to arbitrary PHP code execution on the underlying system. Starting with version 3.0.3, plugin upload functionality is disabled by default unless explicitly enabled in the configuration file.
Security readout for executives and security teams
Plain-English summary
A highly privileged Piwik Superuser could turn the plugin upload feature into server-side PHP code execution in versions before 3.0.3. This is serious where old Piwik/Matomo instances remain exposed, but it is not a drive-by bug: attacker access must already include Superuser privileges.
Executive priority
Treat as urgent for any legacy Piwik instance with administrative exposure. Prioritize upgrade, Superuser account review, and plugin-upload configuration checks before broader low-risk backlog work.
Technical view
The issue is an authenticated RCE through custom plugin ZIP upload and activation. Vulnerable Piwik versions before 3.0.3 allowed a Superuser to upload plugin code that could execute as PHP on the host. Version 3.0.3 changed behavior so plugin upload is disabled by default unless enabled in configuration.
Likely exposure
Exposure is most likely in legacy Piwik deployments below 3.0.3, especially internet-facing analytics portals where Superuser accounts are numerous, shared, weakly protected, or previously compromised.
Exploitation context
The source bundle cites a public exploit reference and third-party writeups. However, KEV is false and no provided source confirms active exploitation. Practical abuse requires authenticated Superuser access first.
Researcher notes
The affected-version metadata in the bundle is sparse, but the description and references identify Piwik before 3.0.3. Do not treat this as unauthenticated RCE; privilege requirement is high, but post-compromise impact is full server code execution.
Mitigation direction
Upgrade Piwik/Matomo to 3.0.3 or later per vendor guidance.
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 · medium confidence lookup
CWE-306: Credential and account abuse lookup
Authentication and credential weaknesses can make valid-account abuse and credential telemetry useful review starting points. 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.
CWE-434: File access and web shell behavior lookup
File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection telemetry. 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.
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.
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
3Timeline events
1ADP providers
6Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
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.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-306 · source CWE mapping
Missing Authentication for Critical Function
Missing Authentication for Critical Function represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Unrestricted Upload of File with Dangerous Type represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.