openEuler 22.03 LTS update for kernel



Risk Low
Patch available YES
Number of vulnerabilities 6
CVE-ID CVE-2022-1462
CVE-2022-2503
CVE-2022-2959
CVE-2022-2977
CVE-2022-2964
CVE-2022-3028
CWE-ID CWE-125
CWE-264
CWE-362
CWE-416
CWE-787
Exploitation vector Local
Public exploit N/A
Vulnerable software
openEuler
Operating systems & Components / Operating system

kernel-debuginfo
Operating systems & Components / Operating system package or component

kernel-headers
Operating systems & Components / Operating system package or component

bpftool-debuginfo
Operating systems & Components / Operating system package or component

python3-perf-debuginfo
Operating systems & Components / Operating system package or component

kernel-source
Operating systems & Components / Operating system package or component

python3-perf
Operating systems & Components / Operating system package or component

perf
Operating systems & Components / Operating system package or component

perf-debuginfo
Operating systems & Components / Operating system package or component

kernel-tools
Operating systems & Components / Operating system package or component

kernel-devel
Operating systems & Components / Operating system package or component

kernel-debugsource
Operating systems & Components / Operating system package or component

kernel-tools-debuginfo
Operating systems & Components / Operating system package or component

kernel-tools-devel
Operating systems & Components / Operating system package or component

bpftool
Operating systems & Components / Operating system package or component

kernel
Operating systems & Components / Operating system package or component

Vendor openEuler

Security Bulletin

This security bulletin contains information about 6 vulnerabilities.

1) Out-of-bounds read

EUVDB-ID: #VU66591

Risk: Low

CVSSv4.0: 4.4 [CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:H/SC:N/SI:N/SA:N/E:U/U:Clear]

CVE-ID: CVE-2022-1462

CWE-ID: CWE-125 - Out-of-bounds read

Exploit availability: No

Description

The vulnerability allows a local user to perform denial of service (DoS) attack.

The vulnerability exists due to a boundary condition within the the Linux kernel’s TeleTYpe subsystem caused by a race condition when using ioctls TIOCSPTLCK and TIOCGPTPEER and TIOCSTI and TCXONC with leakage of memory file. A local user can trigger an out-of-bounds read error and crash the system or read random kernel memory.

Mitigation

Install updates from vendor's repository.

Vulnerable software versions

openEuler: 22.03 LTS

kernel-debuginfo: before 5.10.0-60.54.0.82

kernel-headers: before 5.10.0-60.54.0.82

bpftool-debuginfo: before 5.10.0-60.54.0.82

python3-perf-debuginfo: before 5.10.0-60.54.0.82

kernel-source: before 5.10.0-60.54.0.82

python3-perf: before 5.10.0-60.54.0.82

perf: before 5.10.0-60.54.0.82

perf-debuginfo: before 5.10.0-60.54.0.82

kernel-tools: before 5.10.0-60.54.0.82

kernel-devel: before 5.10.0-60.54.0.82

kernel-debugsource: before 5.10.0-60.54.0.82

kernel-tools-debuginfo: before 5.10.0-60.54.0.82

kernel-tools-devel: before 5.10.0-60.54.0.82

bpftool: before 5.10.0-60.54.0.82

kernel: before 5.10.0-60.54.0.82

CPE2.3 External links

https://www.openeuler.org/en/security/security-bulletins/detail/?id=openEuler-SA-2022-1893


Q & A

Can this vulnerability be exploited remotely?

No. This vulnerability can be exploited locally. The attacker should have authentication credentials and successfully authenticate on the system.

Is there known malware, which exploits this vulnerability?

No. We are not aware of malware exploiting this vulnerability.

2) Permissions, Privileges, and Access Controls

EUVDB-ID: #VU66810

Risk: Low

CVSSv4.0: 5.7 [CVSS:4.0/AV:L/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U/U:Clear]

CVE-ID: CVE-2022-2503

CWE-ID: CWE-264 - Permissions, Privileges, and Access Controls

Exploit availability: No

Description

The vulnerability allows a local user to escalate privileges on the system.

The vulnerability exists due to the way dm-verity is used to restrict module/firmware loads to trusted root filesystem in LoadPin builds. Device-mapper table reloads currently allow users with root privileges to switch out the target with an equivalent dm-linear target and bypass verification till reboot. This allows root to bypass LoadPin and can be used to load untrusted and unverified kernel modules and firmware, which implies arbitrary kernel execution and persistence for peripherals that do not verify firmware updates.

Mitigation

Install updates from vendor's repository.

Vulnerable software versions

openEuler: 22.03 LTS

kernel-debuginfo: before 5.10.0-60.54.0.82

kernel-headers: before 5.10.0-60.54.0.82

bpftool-debuginfo: before 5.10.0-60.54.0.82

python3-perf-debuginfo: before 5.10.0-60.54.0.82

kernel-source: before 5.10.0-60.54.0.82

python3-perf: before 5.10.0-60.54.0.82

perf: before 5.10.0-60.54.0.82

perf-debuginfo: before 5.10.0-60.54.0.82

kernel-tools: before 5.10.0-60.54.0.82

kernel-devel: before 5.10.0-60.54.0.82

kernel-debugsource: before 5.10.0-60.54.0.82

kernel-tools-debuginfo: before 5.10.0-60.54.0.82

kernel-tools-devel: before 5.10.0-60.54.0.82

bpftool: before 5.10.0-60.54.0.82

kernel: before 5.10.0-60.54.0.82

CPE2.3 External links

https://www.openeuler.org/en/security/security-bulletins/detail/?id=openEuler-SA-2022-1893


Q & A

Can this vulnerability be exploited remotely?

No. This vulnerability can be exploited locally. The attacker should have authentication credentials and successfully authenticate on the system.

Is there known malware, which exploits this vulnerability?

No. We are not aware of malware exploiting this vulnerability.

3) Race condition

EUVDB-ID: #VU66934

Risk: Low

CVSSv4.0: 5.9 [CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U/U:Clear]

CVE-ID: CVE-2022-2959

CWE-ID: CWE-362 - Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')

Exploit availability: No

Description

The vulnerability allows a local user to escalate privileges on the system.

The vulnerability exists due to a missing lock in the pipe_resize_ring() function within the watch queue when performing operations on an object. A local user can exploit the race and gain unauthorized access to sensitive information and escalate privileges on the system.

Mitigation

Install updates from vendor's repository.

Vulnerable software versions

openEuler: 22.03 LTS

kernel-debuginfo: before 5.10.0-60.54.0.82

kernel-headers: before 5.10.0-60.54.0.82

bpftool-debuginfo: before 5.10.0-60.54.0.82

python3-perf-debuginfo: before 5.10.0-60.54.0.82

kernel-source: before 5.10.0-60.54.0.82

python3-perf: before 5.10.0-60.54.0.82

perf: before 5.10.0-60.54.0.82

perf-debuginfo: before 5.10.0-60.54.0.82

kernel-tools: before 5.10.0-60.54.0.82

kernel-devel: before 5.10.0-60.54.0.82

kernel-debugsource: before 5.10.0-60.54.0.82

kernel-tools-debuginfo: before 5.10.0-60.54.0.82

kernel-tools-devel: before 5.10.0-60.54.0.82

bpftool: before 5.10.0-60.54.0.82

kernel: before 5.10.0-60.54.0.82

CPE2.3 External links

https://www.openeuler.org/en/security/security-bulletins/detail/?id=openEuler-SA-2022-1893


Q & A

Can this vulnerability be exploited remotely?

No. This vulnerability can be exploited locally. The attacker should have authentication credentials and successfully authenticate on the system.

Is there known malware, which exploits this vulnerability?

No. We are not aware of malware exploiting this vulnerability.

4) Use-after-free

EUVDB-ID: #VU67479

Risk: Low

CVSSv4.0: 5.9 [CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U/U:Clear]

CVE-ID: CVE-2022-2977

CWE-ID: CWE-416 - Use After Free

Exploit availability: No

Description

The vulnerability allows a local user to escalate privileges on the system.

The vulnerability exists due to a use-after-free error in the Linux kernel implementation of proxied virtualized TPM devices. A local user can trigger a use-after-free error and execute arbitrary code with elevated privileges.

Mitigation

Install updates from vendor's repository.

Vulnerable software versions

openEuler: 22.03 LTS

kernel-debuginfo: before 5.10.0-60.54.0.82

kernel-headers: before 5.10.0-60.54.0.82

bpftool-debuginfo: before 5.10.0-60.54.0.82

python3-perf-debuginfo: before 5.10.0-60.54.0.82

kernel-source: before 5.10.0-60.54.0.82

python3-perf: before 5.10.0-60.54.0.82

perf: before 5.10.0-60.54.0.82

perf-debuginfo: before 5.10.0-60.54.0.82

kernel-tools: before 5.10.0-60.54.0.82

kernel-devel: before 5.10.0-60.54.0.82

kernel-debugsource: before 5.10.0-60.54.0.82

kernel-tools-debuginfo: before 5.10.0-60.54.0.82

kernel-tools-devel: before 5.10.0-60.54.0.82

bpftool: before 5.10.0-60.54.0.82

kernel: before 5.10.0-60.54.0.82

CPE2.3 External links

https://www.openeuler.org/en/security/security-bulletins/detail/?id=openEuler-SA-2022-1893


Q & A

Can this vulnerability be exploited remotely?

No. This vulnerability can be exploited locally. The attacker should have authentication credentials and successfully authenticate on the system.

Is there known malware, which exploits this vulnerability?

No. We are not aware of malware exploiting this vulnerability.

5) Out-of-bounds write

EUVDB-ID: #VU67811

Risk: Low

CVSSv4.0: 5.9 [CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U/U:Clear]

CVE-ID: CVE-2022-2964

CWE-ID: CWE-787 - Out-of-bounds write

Exploit availability: No

Description

The vulnerability allows a local user to escalate privileges on the system.

The vulnerability exists due to a boundary error within the ASIX AX88179_178A-based USB 2.0/3.0 Gigabit Ethernet Devices driver in Linux kernel. A local user can trigger an out-of-bounds write and execute arbitrary code with elevated privileges.

Mitigation

Install updates from vendor's repository.

Vulnerable software versions

openEuler: 22.03 LTS

kernel-debuginfo: before 5.10.0-60.54.0.82

kernel-headers: before 5.10.0-60.54.0.82

bpftool-debuginfo: before 5.10.0-60.54.0.82

python3-perf-debuginfo: before 5.10.0-60.54.0.82

kernel-source: before 5.10.0-60.54.0.82

python3-perf: before 5.10.0-60.54.0.82

perf: before 5.10.0-60.54.0.82

perf-debuginfo: before 5.10.0-60.54.0.82

kernel-tools: before 5.10.0-60.54.0.82

kernel-devel: before 5.10.0-60.54.0.82

kernel-debugsource: before 5.10.0-60.54.0.82

kernel-tools-debuginfo: before 5.10.0-60.54.0.82

kernel-tools-devel: before 5.10.0-60.54.0.82

bpftool: before 5.10.0-60.54.0.82

kernel: before 5.10.0-60.54.0.82

CPE2.3 External links

https://www.openeuler.org/en/security/security-bulletins/detail/?id=openEuler-SA-2022-1893


Q & A

Can this vulnerability be exploited remotely?

No. This vulnerability can be exploited locally. The attacker should have authentication credentials and successfully authenticate on the system.

Is there known malware, which exploits this vulnerability?

No. We are not aware of malware exploiting this vulnerability.

6) Race condition

EUVDB-ID: #VU67477

Risk: Low

CVSSv4.0: 5.9 [CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U/U:Clear]

CVE-ID: CVE-2022-3028

CWE-ID: CWE-362 - Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')

Exploit availability: No

Description

The vulnerability allows a local user to escalate privileges on the system.

The vulnerability exists due to a race condition in the Linux kernel's IP framework for transforming packets (XFRM subsystem) when multiple calls to xfrm_probe_algs occurred simultaneously. A local user can exploit the race and escalate privileges on the system.

Mitigation

Install updates from vendor's repository.

Vulnerable software versions

openEuler: 22.03 LTS

kernel-debuginfo: before 5.10.0-60.54.0.82

kernel-headers: before 5.10.0-60.54.0.82

bpftool-debuginfo: before 5.10.0-60.54.0.82

python3-perf-debuginfo: before 5.10.0-60.54.0.82

kernel-source: before 5.10.0-60.54.0.82

python3-perf: before 5.10.0-60.54.0.82

perf: before 5.10.0-60.54.0.82

perf-debuginfo: before 5.10.0-60.54.0.82

kernel-tools: before 5.10.0-60.54.0.82

kernel-devel: before 5.10.0-60.54.0.82

kernel-debugsource: before 5.10.0-60.54.0.82

kernel-tools-debuginfo: before 5.10.0-60.54.0.82

kernel-tools-devel: before 5.10.0-60.54.0.82

bpftool: before 5.10.0-60.54.0.82

kernel: before 5.10.0-60.54.0.82

CPE2.3 External links

https://www.openeuler.org/en/security/security-bulletins/detail/?id=openEuler-SA-2022-1893


Q & A

Can this vulnerability be exploited remotely?

No. This vulnerability can be exploited locally. The attacker should have authentication credentials and successfully authenticate on the system.

Is there known malware, which exploits this vulnerability?

No. We are not aware of malware exploiting this vulnerability.



###SIDEBAR###