Nebula
Scalable overlay networking tool built on the Noise protocol framework
Overlay network that rewrote its certificate format, then spent a year fixing what it exposed.
◆Recent moves
- 18d ago
Breaking: slog logging, corrected firewall reject/drop directions, Windows WFP filters
Three breaking changes at once, and operators need all three before upgrading. Logging moves from logrus to slog, changing output format and breaking the embedder API. More consequentially, firewall.inbound_action and firewall.outbound_action were being applied to the opposite direction and are now corrected — anyone who set them is currently getting the other behavior and should swap them.
View source ↗ - 6mo ago
P256 signature malleability allowed blocklist bypass
Fixes a blocklist bypass where a P256 signature had two valid representations, giving a certificate two fingerprints and letting one evade the blocklist. Both representations are now checked and newly issued certificates are clamped to low-s form — a direct consequence of the certificate work in v1.10.0.
View source ↗ - 6mo ago
Fix panic in use_system_route_table introduced by the previous release
A regression fix for a panic introduced one release earlier, plus comment typos and dependency updates. Cleanup on the v1.10.x branch.
View source ↗ - 6mo ago
Route-reload, handshake, and Windows listener fixes after the v1.10 rework
A cluster of fixes covering unsafe routes lost on config reload, ECDSA P256 PEM banners, a Windows regression falling back to a slower UDP listener, and handshake handling for unexpected public keys. Adds a config option controlling recv_error packet acceptance.
View source ↗ - 8mo ago
IPv6 and multiple addresses in the overlay, plus a v2 certificate format
⚡ SPARKThe release the rest of this window reacts to. It widened both the addressing model and the certificate format, and the security fixes in v1.9.7 and v1.10.3 are both consequences of that widening.
View source ↗ - 10mo ago
Packets accepted from erroneous source IPs with unsafe_routes or multi-IP certificates
Fixes Nebula accepting and processing packets from an incorrect source IP when the sender's certificate uses unsafe_routes or multiple IPs. The multi-IP case only exists because of the v2 certificate format, making this the first security consequence of the v1.10 addressing work.
View source ↗