Cyber Resilience

CVE-2025-1214

MediumPublic PoC

Published: 12 February 2025

Published
12 February 2025
Modified
17 October 2025
KEV Added
Patch
CVSS Score v4 5.3 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0013 32.2th percentile
Risk Priority 11 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-1214 is a medium-severity Missing Authorization (CWE-862) vulnerability in Pihome Maxair. Its CVSS base score is 5.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 32.2th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 AC-24 (Access Control Decisions) and AC-3 (Access Enforcement).

Deeper analysis

CVE-2025-1214 is a critical vulnerability in pihome-shc PiHome 2.0, affecting an unknown part of the file /user_accounts.php?uid within the Role-Based Access Control component. The issue stems from missing authorization, mapped to CWE-862 (Missing Authorization) and CWE-863 (Incorrect Authorization). It carries a CVSS v3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L) and was published on 2025-02-12.

The vulnerability enables remote exploitation by an attacker possessing low privileges, such as a low-privileged authenticated user. With low attack complexity and no requirement for user interaction, successful exploitation results in limited impacts: low confidentiality (C:L), integrity (I:L), and availability (A:L) effects.

Reference URLs point to VulDB advisories (vuldb.com/?ctiid.295173, vuldb.com/?id.295173, vuldb.com/?submit.497533) and GitHub repositories hosting published proof-of-concept exploits (github.com/janssensjelle/published-pocs/blob/main/pihomehvac-improper-access-control.md). These indicate public disclosure of the exploit, which may be used, though no specific patch or mitigation details are outlined in the provided information.

The exploit has been disclosed to the public, increasing the risk of active use against unpatched PiHome 2.0 instances.

EU & UK References

Vulnerability details

A vulnerability classified as critical has been found in pihome-shc PiHome 2.0. This affects an unknown part of the file /user_accounts.php?uid of the component Role-Based Access Control. The manipulation leads to missing authorization. It is possible to initiate the attack…

more

remotely. The exploit has been disclosed to the public and may be used.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
T1136 Create Account Persistence
Adversaries may create an account to maintain access to victim systems.
Why these techniques?

Missing authorization (CWE-862) in /user_accounts.php allows authenticated users to create admin accounts without privilege checks, enabling exploitation for privilege escalation (T1068) and unauthorized account creation (T1136).

CVEs Like This One

CVE-2025-1185Same product: Pihome Maxair
CVE-2025-1184Same product: Pihome Maxair
CVE-2026-25040Shared CWE-863
CVE-2024-12922Shared CWE-862
CVE-2026-46425Shared CWE-862
CVE-2025-26375Shared CWE-862
CVE-2025-41078Shared CWE-863
CVE-2025-27583Shared CWE-862
CVE-2026-28951Shared CWE-863
CVE-2025-0360Shared CWE-863

Affected Assets

pihome
maxair
2.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Enforces approved authorizations for logical access to resources like the /user_accounts.php?uid endpoint, directly addressing the missing authorization in the RBAC component.

prevent

Requires explicit authorization decisions for access to system objects such as user accounts, mitigating CWE-862/863 improper authorization flaws exploitable by low-privileged remote users.

prevent

Applies least privilege to restrict low-privileged (PR:L) users from unauthorized manipulation of user accounts, preventing exploitation of the RBAC vulnerability.

References