Cyber Resilience

CVE-2018-25169

HighPublic PoC

Published: 06 March 2026

Published
06 March 2026
Modified
15 April 2026
KEV Added
Patch
CVSS Score v4 8.7 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/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.0034 25.6th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2018-25169 is a high-severity Initialization of a Resource with an Insecure Default (CWE-1188) vulnerability. Its CVSS base score is 8.7 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 25.6th 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 SC-5 (Denial-of-service Protection) and SC-6 (Resource Availability).

Deeper analysis

CVE-2018-25169 is a denial of service vulnerability in AMPPS 2.7. The flaw allows remote attackers to crash the service by sending malformed data to the default HTTP port. Attackers can establish multiple socket connections and transmit invalid payloads, exhausting server resources and causing service unavailability. It carries a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H) and maps to CWE-1188.

Remote attackers can exploit this vulnerability over the network with low complexity and no privileges or user interaction required. By repeatedly opening socket connections to the HTTP port and sending crafted invalid data, they can overwhelm the server, resulting in a crash and complete denial of service that renders the AMPPS service unavailable.

Advisories and proof-of-concept exploits are documented in references including Exploit-DB (https://www.exploit-db.com/exploits/45850) and Vulncheck (https://www.vulncheck.com/advisories/ampps-denial-of-service-via-malformed-socket-connection). The CVE was published on 2026-03-06T13:15:58.057.

EU & UK References

Vulnerability details

AMPPS 2.7 contains a denial of service vulnerability that allows remote attackers to crash the service by sending malformed data to the default HTTP port. Attackers can establish multiple socket connections and transmit invalid payloads to exhaust server resources and…

more

cause service unavailability.

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.
T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
Why these techniques?

Direct remote exploitation of public-facing HTTP service via malformed data to achieve application DoS through vulnerability trigger.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2018-25193Shared CWE-1188
CVE-2026-27662Shared CWE-1188
CVE-2026-32965Shared CWE-1188
CVE-2026-31957Shared CWE-1188
CVE-2026-33376Shared CWE-1188
CVE-2025-69970Shared CWE-1188
CVE-2026-30805Shared CWE-1188
CVE-2025-56332Shared CWE-1188
CVE-2026-43581Shared CWE-1188
CVE-2026-35672Shared CWE-1188

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly protects against denial-of-service events like resource exhaustion from multiple malformed socket connections and invalid payloads.

prevent

Ensures resource availability by allocating and prioritizing resources to mitigate exhaustion attacks via repeated connections.

prevent

Validates information inputs to block malformed data from causing server crashes and service unavailability.

References