Cyber Resilience

CVE-2025-1185

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.0007 22.1th percentile
Risk Priority 11 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-1185 is a medium-severity Injection (CWE-74) vulnerability in Pihome Maxair. Its CVSS base score is 5.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 22.1th 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 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2025-1185 is a critical SQL injection vulnerability in pihome-shc PiHome version 2.0, affecting the unknown part of the file /ajax.php?Ajax=GetModal_Sensor_Graph. The issue, classified under CWE-74 and CWE-89, allows manipulation that leads to SQL injection and has 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). It was published on 2025-02-12.

The vulnerability can be exploited remotely by attackers with low privileges (PR:L), requiring low complexity (AC:L) and no user interaction (UI:N). Successful exploitation enables limited impacts on confidentiality, integrity, and availability (C:L/I:L/A:L), potentially allowing unauthorized data access, modification, or disruption via SQL injection.

References, including a public proof-of-concept on GitHub at https://github.com/janssensjelle/published-pocs/blob/main/pihomehva_sqli_ajax.md and VulDB entries (https://vuldb.com/?ctiid.295089, https://vuldb.com/?id.295089, https://vuldb.com/?submit.495548), confirm the exploit has been disclosed publicly and may be used, with no specific patches or mitigations detailed in the available advisories.

The exploit's public disclosure increases the risk of active exploitation against exposed PiHome 2.0 instances.

EU & UK References

Vulnerability details

A vulnerability was found in pihome-shc PiHome 2.0. It has been classified as critical. This affects an unknown part of the file /ajax.php?Ajax=GetModal_Sensor_Graph. The manipulation leads to sql injection. It is possible to initiate the attack remotely. The exploit has…

more

been disclosed to the public and may be used.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1505 Server Software Component Persistence
Adversaries may abuse legitimate extensible development features of servers to establish persistent access to systems.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
Why these techniques?

SQL injection in public-facing web endpoint (/ajax.php) enables exploitation of public-facing applications (T1190), abuse of server software components via SQL queries (T1505), and data collection from databases (T1213.006).

CVEs Like This One

CVE-2025-1184Same product: Pihome Maxair
CVE-2025-1214Same product: Pihome Maxair
CVE-2025-0410Shared CWE-74, CWE-89
CVE-2025-2034Shared CWE-74, CWE-89
CVE-2025-0486Shared CWE-74, CWE-89
CVE-2025-2389Shared CWE-74, CWE-89
CVE-2025-0558Shared CWE-74, CWE-89
CVE-2025-2391Shared CWE-74, CWE-89
CVE-2025-2066Shared CWE-74, CWE-89
CVE-2025-2663Shared CWE-74, CWE-89

Affected Assets

pihome
maxair
2.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents SQL injection exploitation in /ajax.php?Ajax=GetModal_Sensor_Graph by validating and sanitizing user inputs before database queries.

prevent

Remediates the specific critical SQL injection flaw in PiHome 2.0 through timely identification, testing, and application of patches or fixes.

prevent

Restricts input types, lengths, and formats to the vulnerable endpoint, blocking many common SQL injection payloads as a complementary measure.

References