CVE-2025-70364: An issue was discovered in Kiamo before 8.4 allowing authenticated administrative attackers to execute arbi...
An issue was discovered in Kiamo before 8.4 allowing authenticated administrative attackers to execute arbitrary PHP code on the server. NOTE: the Supplier's position is that this is "a historical and intended administrative feature of the product, accessible only to already authenticated users explicitly granted administrator privileges." However, restrictions on some PHP functions were added in 8.4.
Security readout for executives and security teams
Plain-English summary
Kiamo versions before 8.4 allowed an authenticated administrator to run arbitrary PHP code on the server. That can become full application and host compromise if an admin account is misused or compromised. The supplier disputes this as a vulnerability, calling it an intended historical admin feature, but version 8.4 added PHP function restrictions.
Executive priority
Treat this as high priority where Kiamo is used, especially if admin access is exposed or shared. It is not currently supported as actively exploited in the provided sources, but the potential impact is full server compromise through an admin pathway.
Technical view
CVE-2025-70364 is classified as CWE-94 code injection with CVSS 3.1 score 8.8. The reported condition requires network access and low privileges, with no user interaction, but the description specifies authenticated administrative access. Impacts are high for confidentiality, integrity, and availability.
Likely exposure
Exposure is limited to Kiamo deployments before 8.4 where users have administrative privileges. Risk rises when admin access is internet-reachable, broadly assigned, weakly protected, or compromised. The CVE record does not provide CPEs or detailed deployment scope.
Exploitation context
The source bundle does not show CISA KEV listing or cited evidence of active exploitation. The issue is serious because successful abuse gives server-side PHP execution, but available evidence frames it as requiring authenticated administrative access.
Researcher notes
Key uncertainty is vendor intent versus vulnerability classification. CVE text says arbitrary PHP execution before 8.4, while the supplier says it was an intended administrator feature. Do not assume unauthenticated exploitation, broad product coverage, or active exploitation from the provided evidence.
Mitigation direction
Upgrade or plan migration to Kiamo 8.4 or later after vendor guidance review.
Restrict Kiamo administrative access to trusted networks and approved administrators.
Audit and reduce administrator privileges to the minimum operational set.
Enforce strong authentication and session controls for administrator accounts.
Review vendor advisories for any additional hardening beyond PHP function restrictions.
Validation and detection
Inventory all Kiamo instances and confirm whether any run versions before 8.4.
List active administrator accounts and verify each has a current business owner.
Confirm administrative interfaces are not unnecessarily exposed to the internet.
Review administrative activity logs for unusual code execution or configuration changes.
Verify Kiamo 8.4 PHP function restrictions are present after upgrade.
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-94: Code execution behavior lookup
Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process 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.
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
2Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: 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-94 · source CWE mapping
Improper Control of Generation of Code ('Code Injection')
Improper Control of Generation of Code ('Code Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.