openEuler 20.03 LTS SP1 update for kernel



Published: 2024-05-08
Risk Low
Patch available YES
Number of vulnerabilities 4
CVE-ID CVE-2023-46343
CVE-2023-51042
CVE-2024-0639
CVE-2024-23849
CWE-ID CWE-476
CWE-416
CWE-667
CWE-193
Exploitation vector Local
Public exploit N/A
Vulnerable software
Subscribe
openEuler
Operating systems & Components / Operating system

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

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

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

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

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

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

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

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

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

python2-perf-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

perf
Operating systems & Components / Operating system package or component

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

1) NULL pointer dereference

EUVDB-ID: #VU86243

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-2023-46343

CWE-ID: CWE-476 - NULL Pointer Dereference

Exploit availability: No

Description

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

The vulnerability exists due to a NULL pointer dereference error within the send_acknowledge() function in net/nfc/nci/spi.c. A local user can pass specially crafted data to the system and perform a denial of service (DoS) attack.

Mitigation

Install updates from vendor's repository.

Vulnerable software versions

openEuler: 20.03 LTS SP1

kernel-tools: before 4.19.90-2402.1.0.0237

kernel-source: before 4.19.90-2402.1.0.0237

bpftool-debuginfo: before 4.19.90-2402.1.0.0237

perf-debuginfo: before 4.19.90-2402.1.0.0237

python2-perf: before 4.19.90-2402.1.0.0237

python3-perf-debuginfo: before 4.19.90-2402.1.0.0237

kernel-debugsource: before 4.19.90-2402.1.0.0237

python3-perf: before 4.19.90-2402.1.0.0237

kernel-tools-debuginfo: before 4.19.90-2402.1.0.0237

python2-perf-debuginfo: before 4.19.90-2402.1.0.0237

kernel-debuginfo: before 4.19.90-2402.1.0.0237

bpftool: before 4.19.90-2402.1.0.0237

perf: before 4.19.90-2402.1.0.0237

kernel-devel: before 4.19.90-2402.1.0.0237

kernel-tools-devel: before 4.19.90-2402.1.0.0237

kernel: before 4.19.90-2402.1.0.0237

External links

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


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

EUVDB-ID: #VU86560

Risk: Low

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

CVE-ID: CVE-2023-51042

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 amdgpu_cs_wait_all_fences() function in drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c. 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: 20.03 LTS SP1

kernel-tools: before 4.19.90-2402.1.0.0237

kernel-source: before 4.19.90-2402.1.0.0237

bpftool-debuginfo: before 4.19.90-2402.1.0.0237

perf-debuginfo: before 4.19.90-2402.1.0.0237

python2-perf: before 4.19.90-2402.1.0.0237

python3-perf-debuginfo: before 4.19.90-2402.1.0.0237

kernel-debugsource: before 4.19.90-2402.1.0.0237

python3-perf: before 4.19.90-2402.1.0.0237

kernel-tools-debuginfo: before 4.19.90-2402.1.0.0237

python2-perf-debuginfo: before 4.19.90-2402.1.0.0237

kernel-debuginfo: before 4.19.90-2402.1.0.0237

bpftool: before 4.19.90-2402.1.0.0237

perf: before 4.19.90-2402.1.0.0237

kernel-devel: before 4.19.90-2402.1.0.0237

kernel-tools-devel: before 4.19.90-2402.1.0.0237

kernel: before 4.19.90-2402.1.0.0237

External links

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


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

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-2024-0639

CWE-ID: CWE-667 - Improper Locking

Exploit availability: No

Description

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

The vulnerability exists due to improper locking within the sctp_auto_asconf_init() function in net/sctp/socket.c. A local user can crash the kernel.

Mitigation

Install updates from vendor's repository.

Vulnerable software versions

openEuler: 20.03 LTS SP1

kernel-tools: before 4.19.90-2402.1.0.0237

kernel-source: before 4.19.90-2402.1.0.0237

bpftool-debuginfo: before 4.19.90-2402.1.0.0237

perf-debuginfo: before 4.19.90-2402.1.0.0237

python2-perf: before 4.19.90-2402.1.0.0237

python3-perf-debuginfo: before 4.19.90-2402.1.0.0237

kernel-debugsource: before 4.19.90-2402.1.0.0237

python3-perf: before 4.19.90-2402.1.0.0237

kernel-tools-debuginfo: before 4.19.90-2402.1.0.0237

python2-perf-debuginfo: before 4.19.90-2402.1.0.0237

kernel-debuginfo: before 4.19.90-2402.1.0.0237

bpftool: before 4.19.90-2402.1.0.0237

perf: before 4.19.90-2402.1.0.0237

kernel-devel: before 4.19.90-2402.1.0.0237

kernel-tools-devel: before 4.19.90-2402.1.0.0237

kernel: before 4.19.90-2402.1.0.0237

External links

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


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) Off-by-one

EUVDB-ID: #VU86019

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-2024-23849

CWE-ID: CWE-193 - Off-by-one Error

Exploit availability: No

Description

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

The vulnerability exists due to an off-by-one error within the rds_recv_track_latency() function in net/rds/af_rds.c. A local user can trigger an off-by-one error and perform a denial of service (DoS) attack.

Mitigation

Install updates from vendor's repository.

Vulnerable software versions

openEuler: 20.03 LTS SP1

kernel-tools: before 4.19.90-2402.1.0.0237

kernel-source: before 4.19.90-2402.1.0.0237

bpftool-debuginfo: before 4.19.90-2402.1.0.0237

perf-debuginfo: before 4.19.90-2402.1.0.0237

python2-perf: before 4.19.90-2402.1.0.0237

python3-perf-debuginfo: before 4.19.90-2402.1.0.0237

kernel-debugsource: before 4.19.90-2402.1.0.0237

python3-perf: before 4.19.90-2402.1.0.0237

kernel-tools-debuginfo: before 4.19.90-2402.1.0.0237

python2-perf-debuginfo: before 4.19.90-2402.1.0.0237

kernel-debuginfo: before 4.19.90-2402.1.0.0237

bpftool: before 4.19.90-2402.1.0.0237

perf: before 4.19.90-2402.1.0.0237

kernel-devel: before 4.19.90-2402.1.0.0237

kernel-tools-devel: before 4.19.90-2402.1.0.0237

kernel: before 4.19.90-2402.1.0.0237

External links

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


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