openEuler 22.03 LTS update for kernel



Risk Medium
Patch available YES
Number of vulnerabilities 16
CVE-ID CVE-2022-20409
CVE-2022-3524
CVE-2022-3534
CVE-2022-3545
CVE-2022-3564
CVE-2022-3565
CVE-2022-3566
CVE-2022-3567
CVE-2022-3594
CVE-2022-3649
CVE-2022-42722
CVE-2022-3521
CVE-2022-3586
CVE-2022-2602
CVE-2022-3633
CVE-2022-3577
CWE-ID CWE-264
CWE-401
CWE-416
CWE-119
CWE-362
CWE-532
CWE-476
CWE-787
Exploitation vector Network
Public exploit Public exploit code for vulnerability #1 is available.
Public exploit code for vulnerability #14 is available.
Vulnerable software
openEuler
Operating systems & Components / Operating system

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

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

bpftool
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

perf
Operating systems & Components / Operating system package or component

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

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

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

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

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

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

kernel-tools-devel
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 16 vulnerabilities.

1) Permissions, Privileges, and Access Controls

EUVDB-ID: #VU67870

Risk: Low

CVSSv4.0: 7.1 [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:P/U:Clear]

CVE-ID: CVE-2022-20409

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

Exploit availability: Yes

Description

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

The vulnerability exists due to missing checks when working with concurrent tasks in io_uring implementation. A local application can escalate privileges on the system.

Mitigation

Install updates from vendor's repository.

Vulnerable software versions

openEuler: 22.03 LTS

kernel-tools-debuginfo: before 5.10.0-60.63.0.89

kernel-debuginfo: before 5.10.0-60.63.0.89

bpftool: before 5.10.0-60.63.0.89

kernel-headers: before 5.10.0-60.63.0.89

bpftool-debuginfo: before 5.10.0-60.63.0.89

python3-perf-debuginfo: before 5.10.0-60.63.0.89

perf: before 5.10.0-60.63.0.89

python3-perf: before 5.10.0-60.63.0.89

kernel-devel: before 5.10.0-60.63.0.89

kernel-source: before 5.10.0-60.63.0.89

perf-debuginfo: before 5.10.0-60.63.0.89

kernel-debugsource: before 5.10.0-60.63.0.89

kernel-tools: before 5.10.0-60.63.0.89

kernel-tools-devel: before 5.10.0-60.63.0.89

kernel: before 5.10.0-60.63.0.89

CPE2.3 External links

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


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. However, proof of concept for this vulnerability is available.

2) Memory leak

EUVDB-ID: #VU69756

Risk: Medium

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

CVE-ID: CVE-2022-3524

CWE-ID: CWE-401 - Missing release of memory after effective lifetime

Exploit availability: No

Description

The vulnerability allows a remote attacker to perform DoS attack on the target system.

The vulnerability exists due memory leak within the ipv6_renew_options() function when retrieving a new IPv6 address from a malicious DHCP server. A remote attacker can force the system to leak memory and perform denial of service attack.

Mitigation

Install updates from vendor's repository.

Vulnerable software versions

openEuler: 22.03 LTS

kernel-tools-debuginfo: before 5.10.0-60.63.0.89

kernel-debuginfo: before 5.10.0-60.63.0.89

bpftool: before 5.10.0-60.63.0.89

kernel-headers: before 5.10.0-60.63.0.89

bpftool-debuginfo: before 5.10.0-60.63.0.89

python3-perf-debuginfo: before 5.10.0-60.63.0.89

perf: before 5.10.0-60.63.0.89

python3-perf: before 5.10.0-60.63.0.89

kernel-devel: before 5.10.0-60.63.0.89

kernel-source: before 5.10.0-60.63.0.89

perf-debuginfo: before 5.10.0-60.63.0.89

kernel-debugsource: before 5.10.0-60.63.0.89

kernel-tools: before 5.10.0-60.63.0.89

kernel-tools-devel: before 5.10.0-60.63.0.89

kernel: before 5.10.0-60.63.0.89

CPE2.3 External links

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


Q & A

Can this vulnerability be exploited remotely?

Yes. This vulnerability can be exploited by a remote non-authenticated attacker via the local network (LAN).

Is there known malware, which exploits this vulnerability?

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

3) Use-after-free

EUVDB-ID: #VU72466

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-3534

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 within the btf_dump_name_dups() function in tools/lib/bpf/btf_dump.c. A local user can execute arbitrary code with elevated privileges.

Mitigation

Install updates from vendor's repository.

Vulnerable software versions

openEuler: 22.03 LTS

kernel-tools-debuginfo: before 5.10.0-60.63.0.89

kernel-debuginfo: before 5.10.0-60.63.0.89

bpftool: before 5.10.0-60.63.0.89

kernel-headers: before 5.10.0-60.63.0.89

bpftool-debuginfo: before 5.10.0-60.63.0.89

python3-perf-debuginfo: before 5.10.0-60.63.0.89

perf: before 5.10.0-60.63.0.89

python3-perf: before 5.10.0-60.63.0.89

kernel-devel: before 5.10.0-60.63.0.89

kernel-source: before 5.10.0-60.63.0.89

perf-debuginfo: before 5.10.0-60.63.0.89

kernel-debugsource: before 5.10.0-60.63.0.89

kernel-tools: before 5.10.0-60.63.0.89

kernel-tools-devel: before 5.10.0-60.63.0.89

kernel: before 5.10.0-60.63.0.89

CPE2.3 External links

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


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) Buffer overflow

EUVDB-ID: #VU69758

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-3545

CWE-ID: CWE-119 - Memory corruption

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 area_cache_get() function in drivers/net/ethernet/netronome/nfp/nfpcore/nfp_cppcore.c. A local user can trigger memory corruption and execute arbitrary code with elevated privileges.

Mitigation

Install updates from vendor's repository.

Vulnerable software versions

openEuler: 22.03 LTS

kernel-tools-debuginfo: before 5.10.0-60.63.0.89

kernel-debuginfo: before 5.10.0-60.63.0.89

bpftool: before 5.10.0-60.63.0.89

kernel-headers: before 5.10.0-60.63.0.89

bpftool-debuginfo: before 5.10.0-60.63.0.89

python3-perf-debuginfo: before 5.10.0-60.63.0.89

perf: before 5.10.0-60.63.0.89

python3-perf: before 5.10.0-60.63.0.89

kernel-devel: before 5.10.0-60.63.0.89

kernel-source: before 5.10.0-60.63.0.89

perf-debuginfo: before 5.10.0-60.63.0.89

kernel-debugsource: before 5.10.0-60.63.0.89

kernel-tools: before 5.10.0-60.63.0.89

kernel-tools-devel: before 5.10.0-60.63.0.89

kernel: before 5.10.0-60.63.0.89

CPE2.3 External links

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


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) Use-after-free

EUVDB-ID: #VU69799

Risk: Low

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

CVE-ID: CVE-2022-3564

CWE-ID: CWE-416 - Use After Free

Exploit availability: No

Description

The vulnerability allows an attacker to compromise vulnerable system.

The vulnerability exists due to a use-after-free error within the l2cap_reassemble_sdu() function in net/bluetooth/l2cap_core.c. An attacker with physical access to device can trigger a use-after-free error and execute arbitrary code on the system.

Mitigation

Install updates from vendor's repository.

Vulnerable software versions

openEuler: 22.03 LTS

kernel-tools-debuginfo: before 5.10.0-60.63.0.89

kernel-debuginfo: before 5.10.0-60.63.0.89

bpftool: before 5.10.0-60.63.0.89

kernel-headers: before 5.10.0-60.63.0.89

bpftool-debuginfo: before 5.10.0-60.63.0.89

python3-perf-debuginfo: before 5.10.0-60.63.0.89

perf: before 5.10.0-60.63.0.89

python3-perf: before 5.10.0-60.63.0.89

kernel-devel: before 5.10.0-60.63.0.89

kernel-source: before 5.10.0-60.63.0.89

perf-debuginfo: before 5.10.0-60.63.0.89

kernel-debugsource: before 5.10.0-60.63.0.89

kernel-tools: before 5.10.0-60.63.0.89

kernel-tools-devel: before 5.10.0-60.63.0.89

kernel: before 5.10.0-60.63.0.89

CPE2.3 External links

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


Q & A

Can this vulnerability be exploited remotely?

No. The attacker should have physical access to the system in order to successfully exploit this vulnerability.

Is there known malware, which exploits this vulnerability?

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

6) Buffer overflow

EUVDB-ID: #VU69709

Risk: Low

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

CVE-ID: CVE-2022-3565

CWE-ID: CWE-119 - Memory corruption

Exploit availability: No

Description

The vulnerability allows an attacker to execute arbitrary code on the target system.

The vulnerability exists due to a boundary error within the del_timer() function in drivers/isdn/mISDN/l1oip_core.c in the Bluetooth component. An attacker with physical proximity to device can trigger memory corruption and execute arbitrary code on the target system.


Mitigation

Install updates from vendor's repository.

Vulnerable software versions

openEuler: 22.03 LTS

kernel-tools-debuginfo: before 5.10.0-60.63.0.89

kernel-debuginfo: before 5.10.0-60.63.0.89

bpftool: before 5.10.0-60.63.0.89

kernel-headers: before 5.10.0-60.63.0.89

bpftool-debuginfo: before 5.10.0-60.63.0.89

python3-perf-debuginfo: before 5.10.0-60.63.0.89

perf: before 5.10.0-60.63.0.89

python3-perf: before 5.10.0-60.63.0.89

kernel-devel: before 5.10.0-60.63.0.89

kernel-source: before 5.10.0-60.63.0.89

perf-debuginfo: before 5.10.0-60.63.0.89

kernel-debugsource: before 5.10.0-60.63.0.89

kernel-tools: before 5.10.0-60.63.0.89

kernel-tools-devel: before 5.10.0-60.63.0.89

kernel: before 5.10.0-60.63.0.89

CPE2.3 External links

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


Q & A

Can this vulnerability be exploited remotely?

No. The attacker should have physical access to the system in order to successfully exploit this vulnerability.

Is there known malware, which exploits this vulnerability?

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

7) Race condition

EUVDB-ID: #VU69810

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-3566

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 within the tcp_getsockopt() and tcp_setsockopt() functions in net/ipv4/tcp.c, do_ipv6_setsockopt() function in net/ipv6/ipv6_sockglue.c, and tcp_v6_connect() function in net/ipv6/tcp_ipv6.c in Linux kernel. 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-tools-debuginfo: before 5.10.0-60.63.0.89

kernel-debuginfo: before 5.10.0-60.63.0.89

bpftool: before 5.10.0-60.63.0.89

kernel-headers: before 5.10.0-60.63.0.89

bpftool-debuginfo: before 5.10.0-60.63.0.89

python3-perf-debuginfo: before 5.10.0-60.63.0.89

perf: before 5.10.0-60.63.0.89

python3-perf: before 5.10.0-60.63.0.89

kernel-devel: before 5.10.0-60.63.0.89

kernel-source: before 5.10.0-60.63.0.89

perf-debuginfo: before 5.10.0-60.63.0.89

kernel-debugsource: before 5.10.0-60.63.0.89

kernel-tools: before 5.10.0-60.63.0.89

kernel-tools-devel: before 5.10.0-60.63.0.89

kernel: before 5.10.0-60.63.0.89

CPE2.3 External links

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


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.

8) Race condition

EUVDB-ID: #VU69811

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-3567

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 within the inet6_stream_ops() and inet6_dgram_ops() functions. 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-tools-debuginfo: before 5.10.0-60.63.0.89

kernel-debuginfo: before 5.10.0-60.63.0.89

bpftool: before 5.10.0-60.63.0.89

kernel-headers: before 5.10.0-60.63.0.89

bpftool-debuginfo: before 5.10.0-60.63.0.89

python3-perf-debuginfo: before 5.10.0-60.63.0.89

perf: before 5.10.0-60.63.0.89

python3-perf: before 5.10.0-60.63.0.89

kernel-devel: before 5.10.0-60.63.0.89

kernel-source: before 5.10.0-60.63.0.89

perf-debuginfo: before 5.10.0-60.63.0.89

kernel-debugsource: before 5.10.0-60.63.0.89

kernel-tools: before 5.10.0-60.63.0.89

kernel-tools-devel: before 5.10.0-60.63.0.89

kernel: before 5.10.0-60.63.0.89

CPE2.3 External links

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


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.

9) Inclusion of Sensitive Information in Log Files

EUVDB-ID: #VU69707

Risk: Low

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

CVE-ID: CVE-2022-3594

CWE-ID: CWE-532 - Information Exposure Through Log Files

Exploit availability: No

Description

The vulnerability allows a local user to gain access to sensitive information.

The vulnerability exists due to the intr_callback() function in drivers/net/usb/r8152.c can be forced to include excessive data info the log files. A local user can read the log files and gain access to sensitive data.

Note, the vulnerability can be triggered remotely.

Mitigation

Install updates from vendor's repository.

Vulnerable software versions

openEuler: 22.03 LTS

kernel-tools-debuginfo: before 5.10.0-60.63.0.89

kernel-debuginfo: before 5.10.0-60.63.0.89

bpftool: before 5.10.0-60.63.0.89

kernel-headers: before 5.10.0-60.63.0.89

bpftool-debuginfo: before 5.10.0-60.63.0.89

python3-perf-debuginfo: before 5.10.0-60.63.0.89

perf: before 5.10.0-60.63.0.89

python3-perf: before 5.10.0-60.63.0.89

kernel-devel: before 5.10.0-60.63.0.89

kernel-source: before 5.10.0-60.63.0.89

perf-debuginfo: before 5.10.0-60.63.0.89

kernel-debugsource: before 5.10.0-60.63.0.89

kernel-tools: before 5.10.0-60.63.0.89

kernel-tools-devel: before 5.10.0-60.63.0.89

kernel: before 5.10.0-60.63.0.89

CPE2.3 External links

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


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.

10) Use-after-free

EUVDB-ID: #VU69298

Risk: Medium

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

CVE-ID: CVE-2022-3649

CWE-ID: CWE-416 - Use After Free

Exploit availability: No

Description

The vulnerability allows a remote attacker to compromise vulnerable system.

The vulnerability exists due to a use-after-free error within the nilfs2 filesystem driver in nilfs_new_inode() function in fs/nilfs2/inode.c in Linux kernel. A remote attacker can trick the victim into mounting a specially crafted image, trigger a use-after-free error and execute arbitrary code on the system.

Successful exploitation of the vulnerability may allow an attacker to compromise vulnerable system.

Mitigation

Install updates from vendor's repository.

Vulnerable software versions

openEuler: 22.03 LTS

kernel-tools-debuginfo: before 5.10.0-60.63.0.89

kernel-debuginfo: before 5.10.0-60.63.0.89

bpftool: before 5.10.0-60.63.0.89

kernel-headers: before 5.10.0-60.63.0.89

bpftool-debuginfo: before 5.10.0-60.63.0.89

python3-perf-debuginfo: before 5.10.0-60.63.0.89

perf: before 5.10.0-60.63.0.89

python3-perf: before 5.10.0-60.63.0.89

kernel-devel: before 5.10.0-60.63.0.89

kernel-source: before 5.10.0-60.63.0.89

perf-debuginfo: before 5.10.0-60.63.0.89

kernel-debugsource: before 5.10.0-60.63.0.89

kernel-tools: before 5.10.0-60.63.0.89

kernel-tools-devel: before 5.10.0-60.63.0.89

kernel: before 5.10.0-60.63.0.89

CPE2.3 External links

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


Q & A

Can this vulnerability be exploited remotely?

Yes. This vulnerability can be exploited by a remote non-authenticated attacker via the Internet.

Is there known malware, which exploits this vulnerability?

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

11) NULL pointer dereference

EUVDB-ID: #VU68317

Risk: Medium

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

CVE-ID: CVE-2022-42722

CWE-ID: CWE-476 - NULL Pointer Dereference

Exploit availability: No

Description

The vulnerability allows a remote attacker to perform a denial of service (DoS) attack.

The vulnerability exists due to a NULL pointer dereference error within the mac80211 stack in Linux kernel. A remote attacker on the local network can send specially crafted WLAN frames to the affected system and perform a denial of service (DoS) attack against the beacon protection of P2P devices.

Mitigation

Install updates from vendor's repository.

Vulnerable software versions

openEuler: 22.03 LTS

kernel-tools-debuginfo: before 5.10.0-60.63.0.89

kernel-debuginfo: before 5.10.0-60.63.0.89

bpftool: before 5.10.0-60.63.0.89

kernel-headers: before 5.10.0-60.63.0.89

bpftool-debuginfo: before 5.10.0-60.63.0.89

python3-perf-debuginfo: before 5.10.0-60.63.0.89

perf: before 5.10.0-60.63.0.89

python3-perf: before 5.10.0-60.63.0.89

kernel-devel: before 5.10.0-60.63.0.89

kernel-source: before 5.10.0-60.63.0.89

perf-debuginfo: before 5.10.0-60.63.0.89

kernel-debugsource: before 5.10.0-60.63.0.89

kernel-tools: before 5.10.0-60.63.0.89

kernel-tools-devel: before 5.10.0-60.63.0.89

kernel: before 5.10.0-60.63.0.89

CPE2.3 External links

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


Q & A

Can this vulnerability be exploited remotely?

Yes. This vulnerability can be exploited by a remote non-authenticated attacker via the local network (LAN).

Is there known malware, which exploits this vulnerability?

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

12) Race condition

EUVDB-ID: #VU69755

Risk: Low

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

CVE-ID: CVE-2022-3521

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 within the kcm_tx_work() function in net/kcm/kcmsock.c in Linux kernel. 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-tools-debuginfo: before 5.10.0-60.63.0.89

kernel-debuginfo: before 5.10.0-60.63.0.89

bpftool: before 5.10.0-60.63.0.89

kernel-headers: before 5.10.0-60.63.0.89

bpftool-debuginfo: before 5.10.0-60.63.0.89

python3-perf-debuginfo: before 5.10.0-60.63.0.89

perf: before 5.10.0-60.63.0.89

python3-perf: before 5.10.0-60.63.0.89

kernel-devel: before 5.10.0-60.63.0.89

kernel-source: before 5.10.0-60.63.0.89

perf-debuginfo: before 5.10.0-60.63.0.89

kernel-debugsource: before 5.10.0-60.63.0.89

kernel-tools: before 5.10.0-60.63.0.89

kernel-tools-devel: before 5.10.0-60.63.0.89

kernel: before 5.10.0-60.63.0.89

CPE2.3 External links

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


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.

13) Use-after-free

EUVDB-ID: #VU69708

Risk: Low

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

CVE-ID: CVE-2022-3586

CWE-ID: CWE-416 - Use After Free

Exploit availability: No

Description

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

The vulnerability exists due to a use-after-free error in the way the sch_sfb enqueue function used the socket buffer (SKB) cb field after the same SKB had been enqueued (and freed) into a child qdisc. A local user can perform a denial of service (DoS) attack.

Mitigation

Install updates from vendor's repository.

Vulnerable software versions

openEuler: 22.03 LTS

kernel-tools-debuginfo: before 5.10.0-60.63.0.89

kernel-debuginfo: before 5.10.0-60.63.0.89

bpftool: before 5.10.0-60.63.0.89

kernel-headers: before 5.10.0-60.63.0.89

bpftool-debuginfo: before 5.10.0-60.63.0.89

python3-perf-debuginfo: before 5.10.0-60.63.0.89

perf: before 5.10.0-60.63.0.89

python3-perf: before 5.10.0-60.63.0.89

kernel-devel: before 5.10.0-60.63.0.89

kernel-source: before 5.10.0-60.63.0.89

perf-debuginfo: before 5.10.0-60.63.0.89

kernel-debugsource: before 5.10.0-60.63.0.89

kernel-tools: before 5.10.0-60.63.0.89

kernel-tools-devel: before 5.10.0-60.63.0.89

kernel: before 5.10.0-60.63.0.89

CPE2.3 External links

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


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.

14) Use-after-free

EUVDB-ID: #VU68423

Risk: Low

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

CVE-ID: CVE-2022-2602

CWE-ID: CWE-416 - Use After Free

Exploit availability: Yes

Description

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

The vulnerability exists due to a use-after-free error caused by an io_uring request, which is being processed on a registered file. The Unix GC runs and frees the io_uring file descriptor and all the registered file descriptors in a specific order that may allow a local user to win a race and execute arbitrary code with elevated privileges.

Mitigation

Install updates from vendor's repository.

Vulnerable software versions

openEuler: 22.03 LTS

kernel-tools-debuginfo: before 5.10.0-60.63.0.89

kernel-debuginfo: before 5.10.0-60.63.0.89

bpftool: before 5.10.0-60.63.0.89

kernel-headers: before 5.10.0-60.63.0.89

bpftool-debuginfo: before 5.10.0-60.63.0.89

python3-perf-debuginfo: before 5.10.0-60.63.0.89

perf: before 5.10.0-60.63.0.89

python3-perf: before 5.10.0-60.63.0.89

kernel-devel: before 5.10.0-60.63.0.89

kernel-source: before 5.10.0-60.63.0.89

perf-debuginfo: before 5.10.0-60.63.0.89

kernel-debugsource: before 5.10.0-60.63.0.89

kernel-tools: before 5.10.0-60.63.0.89

kernel-tools-devel: before 5.10.0-60.63.0.89

kernel: before 5.10.0-60.63.0.89

CPE2.3 External links

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


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. However, proof of concept for this vulnerability is available.

15) Memory leak

EUVDB-ID: #VU69764

Risk: Low

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

CVE-ID: CVE-2022-3633

CWE-ID: CWE-401 - Missing release of memory after effective lifetime

Exploit availability: No

Description

The vulnerability allows a local user to perform a DoS attack.

The vulnerability exists due memory leak within the j1939_session_destroy() function in net/can/j1939/transport.c. A local user can force the system to leak memory and perform denial of service attack.

Mitigation

Install updates from vendor's repository.

Vulnerable software versions

openEuler: 22.03 LTS

kernel-tools-debuginfo: before 5.10.0-60.63.0.89

kernel-debuginfo: before 5.10.0-60.63.0.89

bpftool: before 5.10.0-60.63.0.89

kernel-headers: before 5.10.0-60.63.0.89

bpftool-debuginfo: before 5.10.0-60.63.0.89

python3-perf-debuginfo: before 5.10.0-60.63.0.89

perf: before 5.10.0-60.63.0.89

python3-perf: before 5.10.0-60.63.0.89

kernel-devel: before 5.10.0-60.63.0.89

kernel-source: before 5.10.0-60.63.0.89

perf-debuginfo: before 5.10.0-60.63.0.89

kernel-debugsource: before 5.10.0-60.63.0.89

kernel-tools: before 5.10.0-60.63.0.89

kernel-tools-devel: before 5.10.0-60.63.0.89

kernel: before 5.10.0-60.63.0.89

CPE2.3 External links

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


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.

16) Out-of-bounds write

EUVDB-ID: #VU70462

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-3577

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 in the bigben_probe() function in drivers/hid/hid-bigbenff.c within the Kid-friendly Wired Controller 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-tools-debuginfo: before 5.10.0-60.63.0.89

kernel-debuginfo: before 5.10.0-60.63.0.89

bpftool: before 5.10.0-60.63.0.89

kernel-headers: before 5.10.0-60.63.0.89

bpftool-debuginfo: before 5.10.0-60.63.0.89

python3-perf-debuginfo: before 5.10.0-60.63.0.89

perf: before 5.10.0-60.63.0.89

python3-perf: before 5.10.0-60.63.0.89

kernel-devel: before 5.10.0-60.63.0.89

kernel-source: before 5.10.0-60.63.0.89

perf-debuginfo: before 5.10.0-60.63.0.89

kernel-debugsource: before 5.10.0-60.63.0.89

kernel-tools: before 5.10.0-60.63.0.89

kernel-tools-devel: before 5.10.0-60.63.0.89

kernel: before 5.10.0-60.63.0.89

CPE2.3 External links

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


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###