2024-12-12 21:07:30 +00:00

366 lines
18 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"Definition": [
{
"ID": "oval:org.altlinux.errata:def:20172771",
"Version": "oval:org.altlinux.errata:def:20172771",
"Class": "patch",
"Metadata": {
"Title": "ALT-PU-2017-2771: package `kernel-image-un-def` update to version 4.14.4-alt1",
"AffectedList": [
{
"Family": "unix",
"Platforms": [
"ALT Linux branch p9"
],
"Products": [
"ALT Server",
"ALT Virtualization Server",
"ALT Workstation",
"ALT Workstation K",
"ALT Education",
"Simply Linux",
"Starterkit"
]
}
],
"References": [
{
"RefID": "ALT-PU-2017-2771",
"RefURL": "https://errata.altlinux.org/ALT-PU-2017-2771",
"Source": "ALTPU"
},
{
"RefID": "BDU:2018-00614",
"RefURL": "https://bdu.fstec.ru/vul/2018-00614",
"Source": "BDU"
},
{
"RefID": "BDU:2019-00772",
"RefURL": "https://bdu.fstec.ru/vul/2019-00772",
"Source": "BDU"
},
{
"RefID": "BDU:2019-02785",
"RefURL": "https://bdu.fstec.ru/vul/2019-02785",
"Source": "BDU"
},
{
"RefID": "BDU:2021-01426",
"RefURL": "https://bdu.fstec.ru/vul/2021-01426",
"Source": "BDU"
},
{
"RefID": "BDU:2021-04144",
"RefURL": "https://bdu.fstec.ru/vul/2021-04144",
"Source": "BDU"
},
{
"RefID": "CVE-2011-1161",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2011-1161",
"Source": "CVE"
},
{
"RefID": "CVE-2017-1000405",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2017-1000405",
"Source": "CVE"
},
{
"RefID": "CVE-2017-16994",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2017-16994",
"Source": "CVE"
},
{
"RefID": "CVE-2017-18202",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2017-18202",
"Source": "CVE"
},
{
"RefID": "CVE-2017-18203",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2017-18203",
"Source": "CVE"
},
{
"RefID": "CVE-2017-18204",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2017-18204",
"Source": "CVE"
},
{
"RefID": "CVE-2017-18208",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2017-18208",
"Source": "CVE"
},
{
"RefID": "CVE-2017-18379",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2017-18379",
"Source": "CVE"
},
{
"RefID": "CVE-2017-8824",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2017-8824",
"Source": "CVE"
},
{
"RefID": "CVE-2018-13096",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2018-13096",
"Source": "CVE"
},
{
"RefID": "CVE-2018-14646",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2018-14646",
"Source": "CVE"
},
{
"RefID": "CVE-2018-16862",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2018-16862",
"Source": "CVE"
}
],
"Description": "This update upgrades kernel-image-un-def to version 4.14.4-alt1. \nSecurity Fix(es):\n\n * BDU:2018-00614: Уязвимость функции __oom_reap_task_mm ядра операционной системы Linux, позволяющая нарушителю вызвать отказ в обслуживании или оказать другое воздействие\n\n * BDU:2019-00772: Уязвимость подсистемы cleancache ядра операционной системы Linux, позволяющая нарушителю раскрыть защищаемую информацию\n\n * BDU:2019-02785: Уязвимость функции __netlink_ns_capable () ядра операционной системы Linux, позволяющая нарушителю вызвать отказ в обслуживании\n\n * BDU:2021-01426: Уязвимость функции touch_pmd() ядра операционных систем Linux, позволяющая нарушителю получить доступ к конфиденциальным данным, нарушить их целостность, а также вызвать отказ в обслуживании\n\n * BDU:2021-04144: Уязвимость функции dccp_disconnect (net/dccp/proto.c) ядра операционной системы Linux, позволяющая нарушителю выполнить произвольный код\n\n * CVE-2011-1161: Rejected reason: DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: CVE-2011-1160, CVE-2011-1162. Reason: This candidate was withdrawn by its CNA. Further investigation showed that only two candidates, CVE-2011-1160 and CVE-2011-1162, were needed for the set of security issues in question. Notes: none\n\n * CVE-2017-1000405: The Linux Kernel versions 2.6.38 through 4.14 have a problematic use of pmd_mkdirty() in the touch_pmd() function inside the THP implementation. touch_pmd() can be reached by get_user_pages(). In such case, the pmd will become dirty. This scenario breaks the new can_follow_write_pmd()'s logic - pmd can become dirty without going through a COW cycle. This bug is not as severe as the original \"Dirty cow\" because an ext4 file (or any other regular file) cannot be mapped using THP. Nevertheless, it does allow us to overwrite read-only huge pages. For example, the zero huge page and sealed shmem files can be overwritten (since their mapping can be populated using THP). Note that after the first write page-fault to the zero page, it will be replaced with a new fresh (and zeroed) thp.\n\n * CVE-2017-16994: The walk_hugetlb_range function in mm/pagewalk.c in the Linux kernel before 4.14.2 mishandles holes in hugetlb ranges, which allows local users to obtain sensitive information from uninitialized kernel memory via crafted use of the mincore() system call.\n\n * CVE-2017-18202: The __oom_reap_task_mm function in mm/oom_kill.c in the Linux kernel before 4.14.4 mishandles gather operations, which allows attackers to cause a denial of service (TLB entry leak or use-after-free) or possibly have unspecified other impact by triggering a copy_to_user call within a certain time window.\n\n * CVE-2017-18203: The dm_get_from_kobject function in drivers/md/dm.c in the Linux kernel before 4.14.3 allow local users to cause a denial of service (BUG) by leveraging a race condition with __dm_destroy during creation and removal of DM devices.\n\n * CVE-2017-18204: The ocfs2_setattr function in fs/ocfs2/file.c in the Linux kernel before 4.14.2 allows local users to cause a denial of service (deadlock) via DIO requests.\n\n * CVE-2017-18208: The madvise_willneed function in mm/madvise.c in the Linux kernel before 4.14.4 allows local users to cause a denial of service (infinite loop) by triggering use of MADVISE_WILLNEED for a DAX mapping.\n\n * CVE-2017-18379: In the Linux kernel before 4.14, an out of boundary access happened in drivers/nvme/target/fc.c.\n\n * CVE-2017-8824: The dccp_disconnect function in net/dccp/proto.c in the Linux kernel through 4.14.3 allows local users to gain privileges or cause a denial of service (use-after-free) via an AF_UNSPEC connect system call during the DCCP_LISTEN state.\n\n * CVE-2018-13096: An issue was discovered in fs/f2fs/super.c in the Linux kernel through 4.14. A denial of service (out-of-bounds memory access and BUG) can occur upon encountering an abnormal bitmap size when mounting a crafted f2fs image.\n\n * CVE-2018-14646: The Linux kernel before 4.15-rc8 was found to be vulnerable to a NULL pointer dereference bug in the __netlink_ns_capable() function in the net/netlink/af_netlink.c file. A local attacker could exploit this when a net namespace with a netnsid is assigned to cause a kernel panic and a denial of service.\n\n * CVE-2018-16862: A security flaw was found in the Linux kernel in a way that the cleancache subsystem clears an inode after the final file truncation (removal). The new file created with the same inode may contain leftover pages from cleancache and the old file data instead of the new one.",
"Advisory": {
"From": "errata.altlinux.org",
"Severity": "Critical",
"Rights": "Copyright 2024 BaseALT Ltd.",
"Issued": {
"Date": "2017-12-08"
},
"Updated": {
"Date": "2017-12-08"
},
"BDUs": [
{
"ID": "BDU:2018-00614",
"CVSS": "AV:L/AC:M/Au:S/C:C/I:C/A:C",
"CVSS3": "AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"CWE": "CWE-416",
"Href": "https://bdu.fstec.ru/vul/2018-00614",
"Impact": "High",
"Public": "20171129"
},
{
"ID": "BDU:2019-00772",
"CVSS": "AV:L/AC:L/Au:N/C:P/I:N/A:N",
"CVSS3": "AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"CWE": "CWE-200",
"Href": "https://bdu.fstec.ru/vul/2019-00772",
"Impact": "Low",
"Public": "20181126"
},
{
"ID": "BDU:2019-02785",
"CVSS": "AV:L/AC:L/Au:N/C:N/I:N/A:C",
"CVSS3": "AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"CWE": "CWE-476",
"Href": "https://bdu.fstec.ru/vul/2019-02785",
"Impact": "Low",
"Public": "20180918"
},
{
"ID": "BDU:2021-01426",
"CVSS": "AV:L/AC:M/Au:S/C:C/I:C/A:C",
"CVSS3": "AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"CWE": "CWE-362",
"Href": "https://bdu.fstec.ru/vul/2021-01426",
"Impact": "High",
"Public": "20171127"
},
{
"ID": "BDU:2021-04144",
"CVSS": "AV:L/AC:L/Au:S/C:C/I:C/A:C",
"CVSS3": "AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"CWE": "CWE-416",
"Href": "https://bdu.fstec.ru/vul/2021-04144",
"Impact": "High",
"Public": "20171205"
}
],
"CVEs": [
{
"ID": "CVE-2011-1161",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2011-1161",
"Impact": "None",
"Public": "20111212"
},
{
"ID": "CVE-2017-1000405",
"CVSS": "AV:L/AC:M/Au:N/C:C/I:C/A:C",
"CVSS3": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"CWE": "CWE-362",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2017-1000405",
"Impact": "High",
"Public": "20171130"
},
{
"ID": "CVE-2017-16994",
"CVSS": "AV:L/AC:L/Au:N/C:P/I:N/A:N",
"CVSS3": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"CWE": "CWE-200",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2017-16994",
"Impact": "Low",
"Public": "20171127"
},
{
"ID": "CVE-2017-18202",
"CVSS": "AV:L/AC:M/Au:N/C:C/I:C/A:C",
"CVSS3": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"CWE": "CWE-416",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2017-18202",
"Impact": "High",
"Public": "20180227"
},
{
"ID": "CVE-2017-18203",
"CVSS": "AV:L/AC:M/Au:N/C:N/I:N/A:P",
"CVSS3": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"CWE": "CWE-362",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2017-18203",
"Impact": "Low",
"Public": "20180227"
},
{
"ID": "CVE-2017-18204",
"CVSS": "AV:L/AC:L/Au:N/C:N/I:N/A:P",
"CVSS3": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"CWE": "NVD-CWE-noinfo",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2017-18204",
"Impact": "Low",
"Public": "20180227"
},
{
"ID": "CVE-2017-18208",
"CVSS": "AV:L/AC:L/Au:N/C:N/I:N/A:C",
"CVSS3": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"CWE": "CWE-835",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2017-18208",
"Impact": "Low",
"Public": "20180301"
},
{
"ID": "CVE-2017-18379",
"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-119",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2017-18379",
"Impact": "Critical",
"Public": "20190727"
},
{
"ID": "CVE-2017-8824",
"CVSS": "AV:L/AC:L/Au:N/C:C/I:C/A:C",
"CVSS3": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"CWE": "CWE-416",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2017-8824",
"Impact": "High",
"Public": "20171205"
},
{
"ID": "CVE-2018-13096",
"CVSS": "AV:N/AC:M/Au:N/C:N/I:N/A:P",
"CVSS3": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"CWE": "CWE-125",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2018-13096",
"Impact": "Low",
"Public": "20180703"
},
{
"ID": "CVE-2018-14646",
"CVSS": "AV:L/AC:L/Au:N/C:N/I:N/A:C",
"CVSS3": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"CWE": "CWE-476",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2018-14646",
"Impact": "Low",
"Public": "20181126"
},
{
"ID": "CVE-2018-16862",
"CVSS": "AV:L/AC:L/Au:N/C:P/I:N/A:N",
"CVSS3": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"CWE": "CWE-200",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2018-16862",
"Impact": "Low",
"Public": "20181126"
}
],
"AffectedCPEs": {
"CPEs": [
"cpe:/o:alt:kworkstation:9",
"cpe:/o:alt:workstation:9",
"cpe:/o:alt:server:9",
"cpe:/o:alt:server-v:9",
"cpe:/o:alt:education:9",
"cpe:/o:alt:slinux:9",
"cpe:/o:alt:starterkit:p9"
]
}
}
},
"Criteria": {
"Operator": "AND",
"Criterions": [
{
"TestRef": "oval:org.altlinux.errata:tst:1001",
"Comment": "ALT Linux must be installed"
}
],
"Criterias": [
{
"Operator": "OR",
"Criterions": [
{
"TestRef": "oval:org.altlinux.errata:tst:20172771001",
"Comment": "kernel-doc-un is earlier than 1:4.14.4-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20172771002",
"Comment": "kernel-headers-modules-un-def is earlier than 1:4.14.4-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20172771003",
"Comment": "kernel-headers-un-def is earlier than 1:4.14.4-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20172771004",
"Comment": "kernel-image-domU-un-def is earlier than 1:4.14.4-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20172771005",
"Comment": "kernel-image-un-def is earlier than 1:4.14.4-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20172771006",
"Comment": "kernel-modules-drm-ancient-un-def is earlier than 1:4.14.4-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20172771007",
"Comment": "kernel-modules-drm-nouveau-un-def is earlier than 1:4.14.4-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20172771008",
"Comment": "kernel-modules-drm-radeon-un-def is earlier than 1:4.14.4-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20172771009",
"Comment": "kernel-modules-drm-un-def is earlier than 1:4.14.4-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20172771010",
"Comment": "kernel-modules-ide-un-def is earlier than 1:4.14.4-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20172771011",
"Comment": "kernel-modules-kvm-un-def is earlier than 1:4.14.4-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20172771012",
"Comment": "kernel-modules-staging-un-def is earlier than 1:4.14.4-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20172771013",
"Comment": "kernel-modules-v4l-un-def is earlier than 1:4.14.4-alt1"
}
]
}
]
}
}
]
}