CVE-2026-93563: Netty: netty-codec-smtp: io.netty/netty-codec-smtp: netty: unbounded multi-line response accumulation in smtpresponsedecoder leads to memory-exhaustion dos

Published Sep 18, 2026
·
Updated

Unbounded multi-line response accumulation in SmtpResponseDecoder leads to memory-exhaustion DoS

Affected Software

1 affected component
Netty maven/io.netty/netty-codec-smtp>=4.2.0.Final<=4.2.17.Final, >=4.1.0.Final<=4.1.137.Final

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Compensating control

    Point the Netty pipeline containing `io.netty.handler.codec.smtp.SmtpResponseDecoder` to an SMTP host that you control and/or place a network control in front of it so an attacker/MITM cannot stream unbounded continuation lines that never send the space-separated terminator (`250 x\r\n`).

Event History

Sep 18, 2026
Data Sourced
via Red Hat·10:43 AM
DescriptionSeverityAffected Software
CVE Published
via MITRE·10:58 AM
Data Sourced
via MITRE·10:58 AM
DescriptionWeakness

Frequently Asked Questions

1

Which deployments are exposed to this denial-of-service condition?

Netty-based SMTP clients or MTAs using io.netty.handler.codec.smtp.SmtpResponseDecoder are exposed when they process SMTP responses from a malicious server or from a server response modified by a man-in-the-middle attacker.

2

What does an attacker need to do to trigger memory exhaustion?

The attacker must send an SMTP multi-line response with continuation lines such as "250-x\r\n" and withhold the space-separated terminator line. Each continuation line is retained in a per-connection list across decoder invocations, allowing heap use to grow until the process fails.

3

Does the existing line-length limit prevent this issue?

No. The described maxLineLength control limits individual lines only; it does not cap the number of accumulated continuation lines or their total size. Accumulation is reset only when a space-separated terminating response line is received.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203