CVE-2026-41285 PUBLISHED

Assigner: mitre
Reserved: 20.04.2026 Published: 20.04.2026 Updated: 20.04.2026

In OpenBSD through 7.8, the slaacd and rad daemons have an infinite loop when they receive a crafted ICMPv6 Neighbor Discovery (ND) option (over a local network) with length zero, because of an "nd_opt_len * 8 - 2" expression with no preceding check for whether nd_opt_len is zero.

Metrics

CVSS Vector: CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
CVSS Score: 4.3

Product Status

Vendor OpenBSD
Product OpenBSD
Versions Default: unaffected
  • affected from 0 to 7.8 (incl.)

References

Problem Types

  • CWE-1284 Improper Validation of Specified Quantity in Input CWE