You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [1.10.3] - 2026-02-06
11
+
12
+
### Security
13
+
14
+
- Fix an issue where blocklist bypass is possible when using curve P256 since the signature can have 2 valid representations.
15
+
Both fingerprint representations will be tested against the blocklist.
16
+
Any newly issued P256 based certificates will have their signature clamped to the low-s form.
17
+
Nebula will assert the low-s signature form when validating certificates in a future version. [GHSA-69x3-g4r3-p962](https://github.com/slackhq/nebula/security/advisories/GHSA-69x3-g4r3-p962)
18
+
19
+
### Changed
20
+
21
+
- Improve error reporting if nebula fails to start due to a tun device naming issue. (#1588)
0 commit comments