Cyber Resilience

CVE-2026-25615

HighRCE

Published: 03 February 2026

Published
03 February 2026
Modified
13 February 2026
KEV Added
Patch
CVSS Score v3.1 7.2 CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0005 17.1th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-25615 is a high-severity Deserialization of Untrusted Data (CWE-502) vulnerability in Phillipsdata Blesta. Its CVSS base score is 7.2 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 17.1th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2026-25615 is an object injection vulnerability (CWE-502), tracked internally as CORE-5668, affecting Blesta versions 3.x through 5.x prior to 5.13.3. Published on 2026-02-03, it carries a CVSS v3.1 base score of 7.2 (AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H), indicating high severity due to its potential for significant impact.

The vulnerability enables exploitation over the network with low complexity by attackers possessing high privileges, requiring no user interaction. Successful attacks can result in high confidentiality, integrity, and availability impacts on the affected system.

Advisories recommend upgrading to Blesta 5.13.3 or later to mitigate the issue, as versions before this release remain vulnerable. Further details are provided in the official Blesta security advisory at https://www.blesta.com/2026/01/28/security-advisory/ and the Full Disclosure mailing list posting at http://seclists.org/fulldisclosure/2026/Feb/1.

EU & UK References

Vulnerability details

Blesta 3.x through 5.x before 5.13.3 allows object injection, aka CORE-5668.

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.
Why these techniques?

Object injection (deserialization) in a publicly accessible web application (Blesta) directly enables remote exploitation of a public-facing service, matching T1190. High-privilege requirement and full C/I/A impact are consistent with post-auth RCE or equivalent server compromise via this vector.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-25614Same product: Phillipsdata Blesta
CVE-2024-13770Shared CWE-502
CVE-2026-27303Shared CWE-502
CVE-2025-53586Shared CWE-502
CVE-2025-64353Shared CWE-502
CVE-2025-31047Shared CWE-502
CVE-2026-27096Shared CWE-502
CVE-2023-49886Shared CWE-502
CVE-2026-23542Shared CWE-502
CVE-2025-66631Shared CWE-502

Affected Assets

phillipsdata
blesta
3.0.0 — 5.13.3

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires timely application of the vendor patch that upgrades Blesta to 5.13.3 and eliminates the object-injection flaw.

prevent

Enforces validation of all untrusted input before deserialization, blocking the CWE-502 object injection that CORE-5668 exploits.

prevent

Restricts the high-privilege accounts required for exploitation (PR:H), reducing the population that can reach the vulnerable deserialization code path.

References