Good day!
I'm using url: "pkg+http://pkg.FreeBSD.org/${ABI}/quarterly" for my pkg. However I noticed some mismatch between the packages available for upgrade and the vulnerable packages:
My question is, does the quarterly repo include also fixes to the vulnerable packages? Or should I wait until the next quarterly build to receive the fixed package?
And one offtopic question, several sources show usage of pgkg with the -f and -F flag (pkg update -f and pkg upgrade -F), however I do not see any reference to -f -F in the man page. Would you please hint me on these options?
Thank you!
I'm using url: "pkg+http://pkg.FreeBSD.org/${ABI}/quarterly" for my pkg. However I noticed some mismatch between the packages available for upgrade and the vulnerable packages:
Code:
# pkg audit
python37-3.7.7 is vulnerable:
Python -- Regular Expression DoS attack against client
CVE: CVE-2020-8492
WWW: https://vuxml.FreeBSD.org/freebsd/a27b0bb6-84fc-11ea-b5b4-641c67a117d8.html
python37-3.7.7 is vulnerable:
Python -- CRLF injection via the host part of the url passed to urlopen()
CVE: CVE-2019-18348
WWW: https://vuxml.FreeBSD.org/freebsd/ca595a25-91d8-11ea-b470-080027846a02.html
python36-3.6.9_3 is vulnerable:
Python -- Regular Expression DoS attack against client
CVE: CVE-2020-8492
WWW: https://vuxml.FreeBSD.org/freebsd/a27b0bb6-84fc-11ea-b5b4-641c67a117d8.html
python36-3.6.9_3 is vulnerable:
Python -- CRLF injection via the host part of the url passed to urlopen()
CVE: CVE-2019-18348
WWW: https://vuxml.FreeBSD.org/freebsd/ca595a25-91d8-11ea-b470-080027846a02.html
libnghttp2-1.40.0 is vulnerable:
nghttp2 -- DoS vulnerability
CVE: CVE-2020-11080
WWW: https://vuxml.FreeBSD.org/freebsd/4bb56d2f-a5b0-11ea-a860-08002728f74c.html
py36-urllib3-1.22,1 is vulnerable:
urllib3 -- multiple vulnerabilities
CVE: CVE-2019-11324
CVE: CVE-2019-11236
CVE: CVE-2018-20060
WWW: https://vuxml.FreeBSD.org/freebsd/87270ba5-03d3-11ea-b81f-3085a9a95629.html
gnutls-3.6.13 is vulnerable:
GnuTLS -- flaw in TLS session ticket key construction
CVE: CVE-2020-13777
WWW: https://vuxml.FreeBSD.org/freebsd/ef5b4f5f-a658-11ea-80d7-001cc0382b2f.html
7 problem(s) in 5 installed package(s) found.
#
# pkg upgrade
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking for upgrades (0 candidates): 100%
Processing candidates (0 candidates): 100%
Checking integrity... done (0 conflicting)
Your packages are up to date.
#
My question is, does the quarterly repo include also fixes to the vulnerable packages? Or should I wait until the next quarterly build to receive the fixed package?
And one offtopic question, several sources show usage of pgkg with the -f and -F flag (pkg update -f and pkg upgrade -F), however I do not see any reference to -f -F in the man page. Would you please hint me on these options?
Thank you!