Cyber Resilience

CVE-2025-55127

Aquaplatform Revive Adserver 6.0.0 – 6.0.3

Public PoC
Published
20 November 2025
Modified
14 January 2026
CVSS Score v3.1 5.4
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N
EPSS Score 0.0024 15th percentile
Risk Priority 42 floored blend · peak EPSS

Summary

CVE-2025-55127 is a medium-severity Improper Neutralization of Whitespace (CWE-156) vulnerability in Aquaplatform Revive Adserver. Its CVSS base score is 5.4 (Medium).

Operationally, ranked at the 15th 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 SI-10 (Information Input Validation) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

HackerOne community member Dao Hoang Anh (yoyomiski) has reported an improper neutralization of whitespace in the username when adding new users. A username with leading or trailing whitespace could be virtually indistinguishable from its legitimate counterpart when the username is…

more

displayed in the UI, potentially leading to confusion.

CWE(s)

Related Threats

CVEs Like This One

CVE-2026-21641Same product: Aquaplatform Revive Adserver
CVE-2025-55129Same product: Aquaplatform Revive Adserver
CVE-2026-21664Same product: Aquaplatform Revive Adserver
CVE-2026-21663Same product: Aquaplatform Revive Adserver
CVE-2026-21642Same product: Aquaplatform Revive Adserver
CVE-2025-55126Same product: Aquaplatform Revive Adserver
CVE-2026-21640Same product: Aquaplatform Revive Adserver
CVE-2025-55128Same product: Aquaplatform Revive Adserver
CVE-2025-6013Shared CWE-156
CVE-2025-6014Shared CWE-156

Affected Assets

aquaplatform
revive adserver
6.0.0 — 6.0.3

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

SI-10 directly requires validation of inputs, which structurally prevents improper whitespace handling before data reaches downstream components.

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 require input neutralization to prevent whitespace issues.

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.

prevents

Secure coding standards directly require proper input sanitization and neutralization of special elements like whitespace.

finds

Security testing can detect whitespace handling issues but does not prevent them at the source.

prevents

Secure development lifecycle includes input validation and sanitization practices that can prevent improper whitespace handling.

prevents

Application security requirements typically mandate proper input validation and neutralization of special characters including whitespace.

prevents

Secure system architecture principles may indirectly support input handling but do not specifically address whitespace neutralization.

References