The minimum supported miniUPnPc API version is set to 10 (debian 8 and ubuntu 16.04)
This is a backport of Core PR15993
Included commits:
Differential D8211
Drop support of insecure miniUPnPc versions PiRK on Oct 31 2020, 18:06. Authored by
Details
The minimum supported miniUPnPc API version is set to 10 (debian 8 and ubuntu 16.04) This is a backport of Core PR15993 Included commits: ninja all check-all
Diff Detail
Event TimelineComment Actions What's the minimum version of miniupnpc which has the fix for both CVE ? The build is already unsupported (except when using the depends) on Jessie, Stretch and Xenial due to other dependencies (Boost, libevent, ...). It is worth looking if we can just bump the minimum version high enough to prevent building against these old versions. Currently we enforce miniupnpc >= 1.5.
Comment Actions I believe 1.9 still has a vulnerability. That one is the version in ubuntu 16.04 but also 18.04, as far as I understand. If I trust the discussion associated with the PR, some versions with API 16 still have a vulnerability. And API version 17 is the most recent version. Comment Actions To summarize the situation : Both fixes were released in version 2.1 (2018/05/07) Version in major linux distros:1.6 (API_VERSION < 9): CentOS 6 |