CVE-2026-27651
Published: 24 March 2026
Summary
CVE-2026-27651 is a high-severity NULL Pointer Dereference (CWE-476) vulnerability in F5 Nginx Plus. Its CVSS base score is 7.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 13.8th 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 CM-7 (Least Functionality) and SI-2 (Flaw Remediation).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Directly remediates the NULL pointer dereference flaw in the ngx_mail_auth_http_module by applying vendor patches or upgrades to supported NGINX versions.
Prevents exploitation by disabling the unnecessary ngx_mail_auth_http_module, CRAM-MD5/APOP authentication, or Auth-Wait retry capability when not required.
Mitigates denial-of-service impact from repeated worker process terminations by implementing rate limiting or other DoS protections on NGINX mail proxy endpoints.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
NULL pointer dereference in public-facing NGINX mail proxy enables remote unauthenticated crashes of worker processes (T1499.004 Application or System Exploitation); exploitation occurs against an Internet-facing application (T1190).
NVD Description
When the ngx_mail_auth_http_module module is enabled on NGINX Plus or NGINX Open Source, undisclosed requests can cause worker processes to terminate. This issue may occur when (1) CRAM-MD5 or APOP authentication is enabled, and (2) the authentication server permits retry…
more
by returning the Auth-Wait response header. Note: Software versions which have reached End of Technical Support (EoTS) are not evaluated.
Deeper analysisAI
CVE-2026-27651 affects the ngx_mail_auth_http_module in NGINX Plus and NGINX Open Source. When this module is enabled alongside CRAM-MD5 or APOP authentication, and the authentication server permits retries via the Auth-Wait response header, undisclosed requests can cause worker processes to terminate. Classified as CWE-476 (NULL Pointer Dereference), 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), indicating high availability impact with no effects on confidentiality or integrity. Versions that have reached End of Technical Support are not evaluated.
Remote, unauthenticated attackers can exploit this vulnerability over the network with low attack complexity and no user interaction required. By sending the undisclosed requests to a vulnerable NGINX mail proxy configuration, they can repeatedly terminate worker processes, resulting in denial of service through resource exhaustion or service disruption.
The F5 advisory (K000160383) provides further details on this issue, available at https://my.f5.com/manage/s/article/K000160383.
Details
- CWE(s)