Cyber Resilience

CVE-2025-52666

Revive-Adserver Revive Adserver ≤ 5.5.2

Public PoC
Published
20 November 2025
Modified
02 December 2025
CVSS Score v3 2.7
Click a component to see what it means
Raw vectorCVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:L
EPSS Score 0.0041 34th percentile
Risk Priority 26 floored blend · peak EPSS

Summary

CVE-2025-52666 is a low-severity Use of Externally-Controlled Format String (CWE-134) vulnerability in Revive-Adserver Revive Adserver. Its CVSS base score is 2.7 (Low).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 34th 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 map to SA-11 (Developer Testing and Evaluation) and SI-10 (Information Input Validation) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

Improper neutralisation of format characters in the settings of Revive Adserver 5.5.2 and 6.0.1 and earlier versions causes an administrator user to disable the admin user console due to a fatal PHP error.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
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.
T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
T1212 Exploitation for Credential Access Credential Access
Adversaries may exploit software vulnerabilities in an attempt to collect credentials.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2025-52670Same product: Revive-Adserver Revive Adserver
CVE-2025-52664Same product: Revive-Adserver Revive Adserver
CVE-2026-50741Same product: Revive-Adserver Revive Adserver
CVE-2025-55123Same product: Revive-Adserver Revive Adserver
CVE-2025-55124Same product: Revive-Adserver Revive Adserver
CVE-2023-38040Same product: Revive-Adserver Revive Adserver
CVE-2026-50742Same product: Revive-Adserver Revive Adserver
CVE-2025-52667Same product: Revive-Adserver Revive Adserver
CVE-2025-52668Same product: Revive-Adserver Revive Adserver
CVE-2026-50740Same product: Revive-Adserver Revive Adserver

Affected Assets

revive-adserver
revive adserver
≤ 5.5.2 · 6.0.0 — 6.0.1

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Developer testing and static analysis can discover format-string vulnerabilities before deployment.

Input validation can reject or sanitize externally supplied format strings before they reach formatting functions.

Secure development standards and tools can mandate use of static format strings or safe formatting APIs.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly prevent external format strings via code review, static analysis, and safe APIs.

ID.RA-01 partial match
prevents

Vulnerability identification can discover existing format-string flaws but does not prevent their introduction.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing in development can detect format-string vulnerabilities before release.

prevents

Secure SDLC mandates input validation and safe API usage that can prevent externally-controlled format strings.

prevents

Application security requirements can specify safe formatting functions and ban uncontrolled format strings.

prevents

Secure architecture principles discourage dangerous string-handling patterns that lead to format-string issues.

prevents

Secure coding standards directly forbid the use of untrusted format strings and prescribe safe alternatives.

References