277 lines
13 KiB
JSON
277 lines
13 KiB
JSON
{
|
|
"Definition": [
|
|
{
|
|
"ID": "oval:org.altlinux.errata:def:20161294",
|
|
"Version": "oval:org.altlinux.errata:def:20161294",
|
|
"Class": "patch",
|
|
"Metadata": {
|
|
"Title": "ALT-PU-2016-1294: package `python3` update to version 3.5.1-alt2",
|
|
"AffectedList": [
|
|
{
|
|
"Family": "unix",
|
|
"Platforms": [
|
|
"ALT Linux branch p11"
|
|
],
|
|
"Products": [
|
|
"ALT Container"
|
|
]
|
|
}
|
|
],
|
|
"References": [
|
|
{
|
|
"RefID": "ALT-PU-2016-1294",
|
|
"RefURL": "https://errata.altlinux.org/ALT-PU-2016-1294",
|
|
"Source": "ALTPU"
|
|
},
|
|
{
|
|
"RefID": "BDU:2015-00666",
|
|
"RefURL": "https://bdu.fstec.ru/vul/2015-00666",
|
|
"Source": "BDU"
|
|
},
|
|
{
|
|
"RefID": "CVE-2012-2135",
|
|
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2012-2135",
|
|
"Source": "CVE"
|
|
},
|
|
{
|
|
"RefID": "CVE-2013-1753",
|
|
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2013-1753",
|
|
"Source": "CVE"
|
|
},
|
|
{
|
|
"RefID": "CVE-2013-2099",
|
|
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2013-2099",
|
|
"Source": "CVE"
|
|
},
|
|
{
|
|
"RefID": "CVE-2013-7040",
|
|
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2013-7040",
|
|
"Source": "CVE"
|
|
},
|
|
{
|
|
"RefID": "CVE-2013-7338",
|
|
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2013-7338",
|
|
"Source": "CVE"
|
|
},
|
|
{
|
|
"RefID": "CVE-2013-7440",
|
|
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2013-7440",
|
|
"Source": "CVE"
|
|
},
|
|
{
|
|
"RefID": "CVE-2014-1912",
|
|
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2014-1912",
|
|
"Source": "CVE"
|
|
},
|
|
{
|
|
"RefID": "CVE-2014-2667",
|
|
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2014-2667",
|
|
"Source": "CVE"
|
|
},
|
|
{
|
|
"RefID": "CVE-2014-4616",
|
|
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2014-4616",
|
|
"Source": "CVE"
|
|
},
|
|
{
|
|
"RefID": "CVE-2014-4650",
|
|
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2014-4650",
|
|
"Source": "CVE"
|
|
},
|
|
{
|
|
"RefID": "CVE-2014-9365",
|
|
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2014-9365",
|
|
"Source": "CVE"
|
|
},
|
|
{
|
|
"RefID": "CVE-2016-5699",
|
|
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2016-5699",
|
|
"Source": "CVE"
|
|
}
|
|
],
|
|
"Description": "This update upgrades python3 to version 3.5.1-alt2. \nSecurity Fix(es):\n\n * BDU:2015-00666: Уязвимость программного обеспечения Python, позволяющая удаленному злоумышленнику нарушить конфиденциальность, целостность и доступность защищаемой информации\n\n * CVE-2012-2135: The utf-16 decoder in Python 3.1 through 3.3 does not update the aligned_end variable after calling the unicode_decode_call_errorhandler function, which allows remote attackers to obtain sensitive information (process memory) or cause a denial of service (memory corruption and crash) via unspecified vectors.\n\n * CVE-2013-1753: The gzip_decode function in the xmlrpc client library in Python 3.4 and earlier allows remote attackers to cause a denial of service (memory consumption) via a crafted HTTP request.\n\n * CVE-2013-2099: Algorithmic complexity vulnerability in the ssl.match_hostname function in Python 3.2.x, 3.3.x, and earlier, and unspecified versions of python-backports-ssl_match_hostname as used for older Python versions, allows remote attackers to cause a denial of service (CPU consumption) via multiple wildcard characters in the common name in a certificate.\n\n * CVE-2013-7040: Python 2.7 before 3.4 only uses the last eight bits of the prefix to randomize hash values, which causes it to compute hash values without restricting the ability to trigger hash collisions predictably and makes it easier for context-dependent attackers to cause a denial of service (CPU consumption) via crafted input to an application that maintains a hash table. NOTE: this vulnerability exists because of an incomplete fix for CVE-2012-1150.\n\n * CVE-2013-7338: Python before 3.3.4 RC1 allows remote attackers to cause a denial of service (infinite loop and CPU consumption) via a file size value larger than the size of the zip file to the (1) ZipExtFile.read, (2) ZipExtFile.read(n), (3) ZipExtFile.readlines, (4) ZipFile.extract, or (5) ZipFile.extractall function.\n\n * CVE-2013-7440: The ssl.match_hostname function in CPython (aka Python) before 2.7.9 and 3.x before 3.3.3 does not properly handle wildcards in hostnames, which might allow man-in-the-middle attackers to spoof servers via a crafted certificate.\n\n * CVE-2014-1912: Buffer overflow in the socket.recvfrom_into function in Modules/socketmodule.c in Python 2.5 before 2.7.7, 3.x before 3.3.4, and 3.4.x before 3.4rc1 allows remote attackers to execute arbitrary code via a crafted string.\n\n * CVE-2014-2667: Race condition in the _get_masked_mode function in Lib/os.py in Python 3.2 through 3.5, when exist_ok is set to true and multiple threads are used, might allow local users to bypass intended file permissions by leveraging a separate application vulnerability before the umask has been set to the expected value.\n\n * CVE-2014-4616: Array index error in the scanstring function in the _json module in Python 2.7 through 3.5 and simplejson before 2.6.1 allows context-dependent attackers to read arbitrary process memory via a negative index value in the idx argument to the raw_decode function.\n\n * CVE-2014-4650: The CGIHTTPServer module in Python 2.7.5 and 3.3.4 does not properly handle URLs in which URL encoding is used for path separators, which allows remote attackers to read script source code or conduct directory traversal attacks and execute unintended code via a crafted character sequence, as demonstrated by a %2f separator.\n\n * CVE-2014-9365: The HTTP clients in the (1) httplib, (2) urllib, (3) urllib2, and (4) xmlrpclib libraries in CPython (aka Python) 2.x before 2.7.9 and 3.x before 3.4.3, when accessing an HTTPS URL, do not (a) check the certificate against a trust store or verify that the server hostname matches a domain name in the subject's (b) Common Name or (c) subjectAltName field of the X.509 certificate, which allows man-in-the-middle attackers to spoof SSL servers via an arbitrary valid certificate.\n\n * CVE-2016-5699: CRLF injection vulnerability in the HTTPConnection.putheader function in urllib2 and urllib in CPython (aka Python) before 2.7.10 and 3.x before 3.4.4 allows remote attackers to inject arbitrary HTTP headers via CRLF sequences in a URL.",
|
|
"Advisory": {
|
|
"From": "errata.altlinux.org",
|
|
"Severity": "Critical",
|
|
"Rights": "Copyright 2024 BaseALT Ltd.",
|
|
"Issued": {
|
|
"Date": "2016-04-04"
|
|
},
|
|
"Updated": {
|
|
"Date": "2016-04-04"
|
|
},
|
|
"BDUs": [
|
|
{
|
|
"ID": "BDU:2015-00666",
|
|
"CVSS": "AV:N/AC:M/Au:N/C:C/I:C/A:C",
|
|
"CWE": "CWE-22",
|
|
"Href": "https://bdu.fstec.ru/vul/2015-00666",
|
|
"Impact": "Critical",
|
|
"Public": "20140701"
|
|
}
|
|
],
|
|
"CVEs": [
|
|
{
|
|
"ID": "CVE-2012-2135",
|
|
"CVSS": "AV:N/AC:L/Au:N/C:P/I:N/A:P",
|
|
"CWE": "NVD-CWE-Other",
|
|
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2012-2135",
|
|
"Impact": "Low",
|
|
"Public": "20120814"
|
|
},
|
|
{
|
|
"ID": "CVE-2013-1753",
|
|
"CVSS": "AV:N/AC:L/Au:N/C:N/I:N/A:P",
|
|
"CVSS3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
|
|
"CWE": "NVD-CWE-noinfo",
|
|
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2013-1753",
|
|
"Impact": "High",
|
|
"Public": "20200311"
|
|
},
|
|
{
|
|
"ID": "CVE-2013-2099",
|
|
"CVSS": "AV:N/AC:M/Au:N/C:N/I:N/A:P",
|
|
"CWE": "CWE-399",
|
|
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2013-2099",
|
|
"Impact": "Low",
|
|
"Public": "20131009"
|
|
},
|
|
{
|
|
"ID": "CVE-2013-7040",
|
|
"CVSS": "AV:N/AC:M/Au:N/C:N/I:N/A:P",
|
|
"CWE": "CWE-310",
|
|
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2013-7040",
|
|
"Impact": "Low",
|
|
"Public": "20140519"
|
|
},
|
|
{
|
|
"ID": "CVE-2013-7338",
|
|
"CVSS": "AV:N/AC:M/Au:N/C:N/I:N/A:C",
|
|
"CWE": "CWE-20",
|
|
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2013-7338",
|
|
"Impact": "High",
|
|
"Public": "20140422"
|
|
},
|
|
{
|
|
"ID": "CVE-2013-7440",
|
|
"CVSS": "AV:N/AC:M/Au:N/C:N/I:P/A:N",
|
|
"CVSS3": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
|
|
"CWE": "CWE-19",
|
|
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2013-7440",
|
|
"Impact": "Low",
|
|
"Public": "20160607"
|
|
},
|
|
{
|
|
"ID": "CVE-2014-1912",
|
|
"CVSS": "AV:N/AC:L/Au:N/C:P/I:P/A:P",
|
|
"CWE": "CWE-119",
|
|
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2014-1912",
|
|
"Impact": "High",
|
|
"Public": "20140301"
|
|
},
|
|
{
|
|
"ID": "CVE-2014-2667",
|
|
"CVSS": "AV:L/AC:M/Au:N/C:P/I:P/A:N",
|
|
"CWE": "CWE-362",
|
|
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2014-2667",
|
|
"Impact": "Low",
|
|
"Public": "20141116"
|
|
},
|
|
{
|
|
"ID": "CVE-2014-4616",
|
|
"CVSS": "AV:N/AC:M/Au:N/C:P/I:N/A:N",
|
|
"CVSS3": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
|
|
"CWE": "CWE-129",
|
|
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2014-4616",
|
|
"Impact": "Low",
|
|
"Public": "20170824"
|
|
},
|
|
{
|
|
"ID": "CVE-2014-4650",
|
|
"CVSS": "AV:N/AC:L/Au:N/C:P/I:P/A:P",
|
|
"CVSS3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
|
|
"CWE": "CWE-22",
|
|
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2014-4650",
|
|
"Impact": "Critical",
|
|
"Public": "20200220"
|
|
},
|
|
{
|
|
"ID": "CVE-2014-9365",
|
|
"CVSS": "AV:N/AC:M/Au:N/C:P/I:P/A:N",
|
|
"CWE": "NVD-CWE-Other",
|
|
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2014-9365",
|
|
"Impact": "Low",
|
|
"Public": "20141212"
|
|
},
|
|
{
|
|
"ID": "CVE-2016-5699",
|
|
"CVSS": "AV:N/AC:M/Au:N/C:N/I:P/A:N",
|
|
"CVSS3": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
|
|
"CWE": "CWE-113",
|
|
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2016-5699",
|
|
"Impact": "Low",
|
|
"Public": "20160902"
|
|
}
|
|
],
|
|
"AffectedCPEs": {
|
|
"CPEs": [
|
|
"cpe:/o:alt:container:11"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"Criteria": {
|
|
"Operator": "AND",
|
|
"Criterions": [
|
|
{
|
|
"TestRef": "oval:org.altlinux.errata:tst:3001",
|
|
"Comment": "ALT Linux must be installed"
|
|
}
|
|
],
|
|
"Criterias": [
|
|
{
|
|
"Operator": "OR",
|
|
"Criterions": [
|
|
{
|
|
"TestRef": "oval:org.altlinux.errata:tst:20161294001",
|
|
"Comment": "libpython3 is earlier than 0:3.5.1-alt2"
|
|
},
|
|
{
|
|
"TestRef": "oval:org.altlinux.errata:tst:20161294002",
|
|
"Comment": "python3 is earlier than 0:3.5.1-alt2"
|
|
},
|
|
{
|
|
"TestRef": "oval:org.altlinux.errata:tst:20161294003",
|
|
"Comment": "python3-base is earlier than 0:3.5.1-alt2"
|
|
},
|
|
{
|
|
"TestRef": "oval:org.altlinux.errata:tst:20161294004",
|
|
"Comment": "python3-dev is earlier than 0:3.5.1-alt2"
|
|
},
|
|
{
|
|
"TestRef": "oval:org.altlinux.errata:tst:20161294005",
|
|
"Comment": "python3-modules-curses is earlier than 0:3.5.1-alt2"
|
|
},
|
|
{
|
|
"TestRef": "oval:org.altlinux.errata:tst:20161294006",
|
|
"Comment": "python3-modules-sqlite3 is earlier than 0:3.5.1-alt2"
|
|
},
|
|
{
|
|
"TestRef": "oval:org.altlinux.errata:tst:20161294007",
|
|
"Comment": "python3-modules-tkinter is earlier than 0:3.5.1-alt2"
|
|
},
|
|
{
|
|
"TestRef": "oval:org.altlinux.errata:tst:20161294008",
|
|
"Comment": "python3-test is earlier than 0:3.5.1-alt2"
|
|
},
|
|
{
|
|
"TestRef": "oval:org.altlinux.errata:tst:20161294009",
|
|
"Comment": "python3-tools is earlier than 0:3.5.1-alt2"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
} |