CVE-2026-33775 PUBLISHED

Junos OS: MX Series: Mismatch between configured and received packet types causes memory leak in bbe-smgd

Assigner: juniper
Reserved: 23.03.2026 Published: 09.04.2026 Updated: 09.04.2026

A Missing Release of Memory after Effective Lifetime vulnerability in the BroadBand Edge subscriber management daemon (bbe-smgd) of Juniper Networks Junos OS on MX Series allows an adjacent, unauthenticated attacker to cause a Denial of Service (DoS).

If the authentication packet-type option is configured and a received packet does not match that packet type, the memory leak occurs. When all memory

available to bbe-smgd has been consumed, no new subscribers will be able to login.

The memory utilization of bbe-smgd can be monitored with the following show command:

user@host> show system processes extensive | match bbe-smgd

The below log message can be observed when this limit has been reached:

bbesmgd[<PID>]: %DAEMON-3-SMD_DPROF_RSMON_ERROR: Resource unavailability, Reason: Daemon Heap Memory exhaustion

This issue affects Junos OS on MX Series: * all versions before 22.4R3-S8, * 23.2 versions before 23.2R2-S5, * 23.4 versions before 23.4R2-S6, * 24.2 versions before 24.2R2-S2, * 24.4 versions before 24.4R2, * 25.2 versions before 25.2R2.

Metrics

CVSS Vector: CVSS:4.0/AV:A/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:L/AU:Y/RE:M
CVSS Score: 7.1

Product Status

Vendor Juniper Networks
Product Junos OS
Versions Default: unaffected
  • affected from 0 to 22.4R3-S8 (excl.)
  • affected from 23.2 to 23.2R2-S5 (excl.)
  • affected from 23.4 to 23.4R2-S6 (excl.)
  • affected from 24.2 to 24.2R2-S2 (excl.)
  • affected from 24.4 to 24.4R2 (excl.)
  • affected from 25.2 to 25.2R2 (excl.)

Affected Configurations

A system is only affected, when packet-types is configured as follows:

[ interface <interface> auto-configure (stacked-)vlan-ranges dynamic-profile <profile-name> accept <packet-type1> ]

which allows packets of type 1 to be processed on receipt, but

[ interfaces <interface>auto-configure (stacked-)vlan-ranges authentication packet-types <packet-type2> ]

is a mismatch and doesn't require authentication for these packets.

Exploits

Juniper SIRT is not aware of any malicious exploitation of this vulnerability.

Workarounds

There are no known workarounds for this issue.

Solutions

The following software releases have been updated to resolve this specific issue: 22.4R3-S8, 23.2R2-S5, 23.4R2-S6, 24.2R2-S2, 24.4R2, 25.2R2, 25.4R1, and all subsequent releases.

References

Problem Types

  • CWE-401 Missing Release of Memory after Effective Lifetime CWE