openEuler update for kernel



Published: 2024-03-25
Risk Low
Patch available YES
Number of vulnerabilities 3
CVE-ID CVE-2022-48619
CVE-2024-0340
CVE-2024-0641
CWE-ID CWE-20
CWE-665
CWE-667
Exploitation vector Local
Public exploit N/A
Vulnerable software
Subscribe
openEuler
Operating systems & Components / Operating system

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

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

perf
Operating systems & Components / Operating system package or component

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

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

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

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

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

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

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

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

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

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

bpftool
Operating systems & Components / Operating system package or component

python2-perf
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 3 vulnerabilities.

1) Input validation error

EUVDB-ID: #VU87772

Risk: Low

CVSSv3.1: 4.8 [CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:U/RL:O/RC:C]

CVE-ID: CVE-2022-48619

CWE-ID: CWE-20 - Improper input validation

Exploit availability: No

Description

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

The vulnerability exists due to insufficient validation of user-supplied input within the input_set_capability() function in drivers/input/input.c. A local user can crash the OS kernel.

Mitigation

Install updates from vendor's repository.

Vulnerable software versions

openEuler: 20.03 LTS SP1 - 22.03 LTS SP3

kernel-devel: before 4.19.90-2401.5.0.0236

kernel-tools-devel: before 4.19.90-2401.5.0.0236

perf: before 4.19.90-2401.5.0.0236

python2-perf-debuginfo: before 4.19.90-2401.5.0.0236

kernel-tools: before 4.19.90-2401.5.0.0236

kernel-tools-debuginfo: before 4.19.90-2401.5.0.0236

python3-perf: before 4.19.90-2401.5.0.0236

kernel-debugsource: before 4.19.90-2401.5.0.0236

bpftool-debuginfo: before 4.19.90-2401.5.0.0236

kernel-debuginfo: before 4.19.90-2401.5.0.0236

python3-perf-debuginfo: before 4.19.90-2401.5.0.0236

perf-debuginfo: before 4.19.90-2401.5.0.0236

kernel-source: before 4.19.90-2401.5.0.0236

bpftool: before 4.19.90-2401.5.0.0236

python2-perf: before 4.19.90-2401.5.0.0236

kernel: before 4.19.90-2401.5.0.0236

External links

http://www.openeuler.org/en/security/security-bulletins/detail/?id=openEuler-SA-2024-1106


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) Improper Initialization

EUVDB-ID: #VU86579

Risk: Low

CVSSv3.1: 3.3 [CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N/E:U/RL:O/RC:C]

CVE-ID: CVE-2024-0340

CWE-ID: CWE-665 - Improper Initialization

Exploit availability: No

Description

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

The vulnerability exists due to improper initialization within the vhost_new_msg() function in drivers/vhost/vhost.c in the Linux kernel vhost driver. A local user can run a specially crafted application to gain access to sensitive kernel information.

Mitigation

Install updates from vendor's repository.

Vulnerable software versions

openEuler: 20.03 LTS SP1 - 22.03 LTS SP3

kernel-devel: before 4.19.90-2401.5.0.0236

kernel-tools-devel: before 4.19.90-2401.5.0.0236

perf: before 4.19.90-2401.5.0.0236

python2-perf-debuginfo: before 4.19.90-2401.5.0.0236

kernel-tools: before 4.19.90-2401.5.0.0236

kernel-tools-debuginfo: before 4.19.90-2401.5.0.0236

python3-perf: before 4.19.90-2401.5.0.0236

kernel-debugsource: before 4.19.90-2401.5.0.0236

bpftool-debuginfo: before 4.19.90-2401.5.0.0236

kernel-debuginfo: before 4.19.90-2401.5.0.0236

python3-perf-debuginfo: before 4.19.90-2401.5.0.0236

perf-debuginfo: before 4.19.90-2401.5.0.0236

kernel-source: before 4.19.90-2401.5.0.0236

bpftool: before 4.19.90-2401.5.0.0236

python2-perf: before 4.19.90-2401.5.0.0236

kernel: before 4.19.90-2401.5.0.0236

External links

http://www.openeuler.org/en/security/security-bulletins/detail/?id=openEuler-SA-2024-1106


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) Improper locking

EUVDB-ID: #VU86245

Risk: Low

CVSSv3.1: 5.7 [CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H/E:U/RL:O/RC:C]

CVE-ID: CVE-2024-0641

CWE-ID: CWE-667 - Improper Locking

Exploit availability: No

Description

The vulnerability allows a malicious guest to perform a denial of service attack (DoS) on the target system.

The vulnerability exists due to double-locking error within the tipc_crypto_key_revoke() function in net/tipc/crypto.c. A malicious guest can exploit this vulnerability to cause a deadlock, resulting in a denial of service.

Mitigation

Install updates from vendor's repository.

Vulnerable software versions

openEuler: 20.03 LTS SP1 - 22.03 LTS SP3

kernel-devel: before 4.19.90-2401.5.0.0236

kernel-tools-devel: before 4.19.90-2401.5.0.0236

perf: before 4.19.90-2401.5.0.0236

python2-perf-debuginfo: before 4.19.90-2401.5.0.0236

kernel-tools: before 4.19.90-2401.5.0.0236

kernel-tools-debuginfo: before 4.19.90-2401.5.0.0236

python3-perf: before 4.19.90-2401.5.0.0236

kernel-debugsource: before 4.19.90-2401.5.0.0236

bpftool-debuginfo: before 4.19.90-2401.5.0.0236

kernel-debuginfo: before 4.19.90-2401.5.0.0236

python3-perf-debuginfo: before 4.19.90-2401.5.0.0236

perf-debuginfo: before 4.19.90-2401.5.0.0236

kernel-source: before 4.19.90-2401.5.0.0236

bpftool: before 4.19.90-2401.5.0.0236

python2-perf: before 4.19.90-2401.5.0.0236

kernel: before 4.19.90-2401.5.0.0236

External links

http://www.openeuler.org/en/security/security-bulletins/detail/?id=openEuler-SA-2024-1106


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