File tree 1 file changed +13
-3
lines changed
1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,17 @@ Notable changes
33
33
miniupnp CVE-2017 -8798
34
34
----------------------------
35
35
36
- [ todo]
36
+ Bundled miniupnpc was updated to 2.0.20170509. This fixes an integer signedness error
37
+ (present in MiniUPnPc v1.4.20101221 through v2.0) that allows remote attackers
38
+ (within the LAN) to cause a denial of service or possibly have unspecified
39
+ other impact.
40
+
41
+ This only affects users that have explicitly enabled UPnP through the GUI
42
+ setting or through the ` -upnp ` option, as since the last UPnP vulnerability
43
+ (in Bitcoin Core 0.10.3) it has been disabled by default.
44
+
45
+ If you use this option, it is recommended to upgrade to this version as soon as
46
+ possible.
37
47
38
48
0.14.2 Change log
39
49
=================
@@ -48,10 +58,10 @@ git merge commit are mentioned.
48
58
49
59
### P2P protocol and network code
50
60
- #10424 ` 37a8fc5 ` Populate services in GetLocalAddress (morcos)
51
- - #10441 ` 9e3ad50 ` net: only enforce expected services for half of outgoing connections (theuni)
61
+ - #10441 ` 9e3ad50 ` Only enforce expected services for half of outgoing connections (theuni)
52
62
53
63
### Build system
54
- - #10414 ` ffb0c4b ` [ depends ] miniupnpc 2.0.20170509 (fanquake)
64
+ - #10414 ` ffb0c4b ` miniupnpc 2.0.20170509 (fanquake)
55
65
- #10228 ` ae479bc ` Regenerate bitcoin-config.h as necessary (theuni)
56
66
57
67
### Miscellaneous
You can’t perform that action at this time.
0 commit comments