An update for kernel is now available for openEuler-20.03-LTS-SP1 Security Advisory openeuler-security@openeuler.org openEuler security committee openEuler-SA-2023-1353 Final 1.0 1.0 2023-06-17 Initial 2023-06-17 2023-06-17 openEuler SA Tool V1.0 2023-06-17 kernel security update An update for kernel is now available for openEuler-20.03-LTS-SP1. The Linux Kernel image for RaspberryPi. Security Fix(es): An issue was discovered in drivers/media/dvb-core/dvb_frontend.c in the Linux kernel 6.2. There is a blocking operation when a task is in !TASK_RUNNING. In dvb_frontend_get_event, wait_event_interruptible is called; the condition is dvb_frontend_test_event(fepriv,events). In dvb_frontend_test_event, down(&fepriv->sem) is called. However, wait_event_interruptible would put the process to sleep, and down(&fepriv->sem) may block the process.(CVE-2023-31084) An issue was discovered in the Linux kernel before 6.2.9. A use-after-free was found in bq24190_remove in drivers/power/supply/bq24190_charger.c. It could allow a local attacker to crash the system due to a race condition.(CVE-2023-33288) A use after free flaw was found in hfsplus_put_super in fs/hfsplus/super.c in the Linux Kernel. This flaw could allow a local user to cause a denial of service problem.(CVE-2023-2985) An update for kernel is now available for openEuler-20.03-LTS-SP1. openEuler Security has rated this update as having a security impact of medium. A Common Vunlnerability Scoring System(CVSS)base score,which gives a detailed severity rating, is available for each vulnerability from the CVElink(s) in the References section. Medium kernel https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2023-1353 https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2023-31084 https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2023-33288 https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2023-2985 https://nvd.nist.gov/vuln/detail/CVE-2023-31084 https://nvd.nist.gov/vuln/detail/CVE-2023-33288 https://nvd.nist.gov/vuln/detail/CVE-2023-2985 openEuler-20.03-LTS-SP1 kernel-4.19.90-2306.3.0.0205.oe1.aarch64.rpm kernel-debugsource-4.19.90-2306.3.0.0205.oe1.aarch64.rpm kernel-debuginfo-4.19.90-2306.3.0.0205.oe1.aarch64.rpm perf-4.19.90-2306.3.0.0205.oe1.aarch64.rpm perf-debuginfo-4.19.90-2306.3.0.0205.oe1.aarch64.rpm kernel-source-4.19.90-2306.3.0.0205.oe1.aarch64.rpm kernel-tools-4.19.90-2306.3.0.0205.oe1.aarch64.rpm python2-perf-4.19.90-2306.3.0.0205.oe1.aarch64.rpm python3-perf-debuginfo-4.19.90-2306.3.0.0205.oe1.aarch64.rpm kernel-devel-4.19.90-2306.3.0.0205.oe1.aarch64.rpm python2-perf-debuginfo-4.19.90-2306.3.0.0205.oe1.aarch64.rpm bpftool-debuginfo-4.19.90-2306.3.0.0205.oe1.aarch64.rpm kernel-tools-debuginfo-4.19.90-2306.3.0.0205.oe1.aarch64.rpm kernel-tools-devel-4.19.90-2306.3.0.0205.oe1.aarch64.rpm bpftool-4.19.90-2306.3.0.0205.oe1.aarch64.rpm python3-perf-4.19.90-2306.3.0.0205.oe1.aarch64.rpm kernel-4.19.90-2306.3.0.0205.oe1.src.rpm kernel-4.19.90-2306.3.0.0205.oe1.x86_64.rpm perf-4.19.90-2306.3.0.0205.oe1.x86_64.rpm kernel-tools-debuginfo-4.19.90-2306.3.0.0205.oe1.x86_64.rpm perf-debuginfo-4.19.90-2306.3.0.0205.oe1.x86_64.rpm bpftool-debuginfo-4.19.90-2306.3.0.0205.oe1.x86_64.rpm kernel-devel-4.19.90-2306.3.0.0205.oe1.x86_64.rpm kernel-debugsource-4.19.90-2306.3.0.0205.oe1.x86_64.rpm python2-perf-debuginfo-4.19.90-2306.3.0.0205.oe1.x86_64.rpm kernel-tools-4.19.90-2306.3.0.0205.oe1.x86_64.rpm python3-perf-debuginfo-4.19.90-2306.3.0.0205.oe1.x86_64.rpm python2-perf-4.19.90-2306.3.0.0205.oe1.x86_64.rpm kernel-source-4.19.90-2306.3.0.0205.oe1.x86_64.rpm kernel-tools-devel-4.19.90-2306.3.0.0205.oe1.x86_64.rpm python3-perf-4.19.90-2306.3.0.0205.oe1.x86_64.rpm bpftool-4.19.90-2306.3.0.0205.oe1.x86_64.rpm kernel-debuginfo-4.19.90-2306.3.0.0205.oe1.x86_64.rpm An issue was discovered in drivers/media/dvb-core/dvb_frontend.c in the Linux kernel 6.2. There is a blocking operation when a task is in !TASK_RUNNING. In dvb_frontend_get_event, wait_event_interruptible is called; the condition is dvb_frontend_test_event(fepriv,events). In dvb_frontend_test_event, down(&fepriv->sem) is called. However, wait_event_interruptible would put the process to sleep, and down(&fepriv->sem) may block the process. 2023-06-17 CVE-2023-31084 openEuler-20.03-LTS-SP1 Medium 5.5 AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H kernel security update 2023-06-17 https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2023-1353 An issue was discovered in the Linux kernel before 6.2.9. A use-after-free was found in bq24190_remove in drivers/power/supply/bq24190_charger.c. It could allow a local attacker to crash the system due to a race condition. 2023-06-17 CVE-2023-33288 openEuler-20.03-LTS-SP1 Medium 4.7 AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H kernel security update 2023-06-17 https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2023-1353 A use after free flaw was found in hfsplus_put_super in fs/hfsplus/super.c in the Linux Kernel. This flaw could allow a local user to cause a denial of service problem. 2023-06-17 CVE-2023-2985 openEuler-20.03-LTS-SP1 Medium 5.5 AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H kernel security update 2023-06-17 https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2023-1353