Anolis OS update for kernel



| Updated: 2025-03-28
Risk Low
Patch available YES
Number of vulnerabilities 5
CVE-ID CVE-2020-25704
CVE-2020-26541
CVE-2020-35508
CVE-2021-33034
CVE-2021-33909
CWE-ID CWE-401
CWE-693
CWE-665
CWE-416
CWE-190
Exploitation vector Local
Public exploit Public exploit code for vulnerability #5 is available.
Vulnerable software
Anolis OS
Operating systems & Components / Operating system

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

kernel-abi-whitelists
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

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

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

kernel-modules-extra
Operating systems & Components / Operating system package or component

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

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

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

kernel-debug-modules-extra
Operating systems & Components / Operating system package or component

kernel-debug-modules
Operating systems & Components / Operating system package or component

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

kernel-debug-core
Operating systems & Components / Operating system package or component

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

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

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

kernel
Operating systems & Components / Operating system package or component

bpftool
Operating systems & Components / Operating system package or component

Vendor OpenAnolis

Security Bulletin

This security bulletin contains information about 5 vulnerabilities.

1) Memory leak

EUVDB-ID: #VU55258

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-2020-25704

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

Exploit availability: No

Description

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

The vulnerability exists due to memory leak within the Linux kernel performance monitoring subsystem when using PERF_EVENT_IOC_SET_FILTER. A local user could use this flaw to starve the resources causing denial of service.

Mitigation

Install updates from vendor's repository.

Vulnerable software versions

Anolis OS: 8

kernel-doc: before 4.18.0-193.60.2

kernel-abi-whitelists: before 4.18.0-193.60.2

python3-perf: before 4.18.0-193.60.2

perf: before 4.18.0-193.60.2

kernel-tools-libs: before 4.18.0-193.60.2

kernel-tools: before 4.18.0-193.60.2

kernel-modules-extra: before 4.18.0-193.60.2

kernel-modules: before 4.18.0-193.60.2

kernel-headers: before 4.18.0-193.60.2

kernel-devel: before 4.18.0-193.60.2

kernel-debug-modules-extra: before 4.18.0-193.60.2

kernel-debug-modules: before 4.18.0-193.60.2

kernel-debug-devel: before 4.18.0-193.60.2

kernel-debug-core: before 4.18.0-193.60.2

kernel-debug: before 4.18.0-193.60.2

kernel-cross-headers: before 4.18.0-193.60.2

kernel-core: before 4.18.0-193.60.2

kernel: before 4.18.0-193.60.2

bpftool: before 4.18.0-193.60.2

CPE2.3 External links

https://anas.openanolis.cn/errata/detail/ANSA-2021:0138


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) Protection Mechanism Failure

EUVDB-ID: #VU54455

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-2020-26541

CWE-ID: CWE-693 - Protection Mechanism Failure

Exploit availability: No

Description

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

The Linux kernel through 5.8.13 does not properly enforce the Secure Boot Forbidden Signature Database (aka dbx) protection mechanism. This affects certs/blacklist.c and certs/system_keyring.c. A local user can escalate privileges on the system.

Mitigation

Install updates from vendor's repository.

Vulnerable software versions

Anolis OS: 8

kernel-doc: before 4.18.0-193.60.2

kernel-abi-whitelists: before 4.18.0-193.60.2

python3-perf: before 4.18.0-193.60.2

perf: before 4.18.0-193.60.2

kernel-tools-libs: before 4.18.0-193.60.2

kernel-tools: before 4.18.0-193.60.2

kernel-modules-extra: before 4.18.0-193.60.2

kernel-modules: before 4.18.0-193.60.2

kernel-headers: before 4.18.0-193.60.2

kernel-devel: before 4.18.0-193.60.2

kernel-debug-modules-extra: before 4.18.0-193.60.2

kernel-debug-modules: before 4.18.0-193.60.2

kernel-debug-devel: before 4.18.0-193.60.2

kernel-debug-core: before 4.18.0-193.60.2

kernel-debug: before 4.18.0-193.60.2

kernel-cross-headers: before 4.18.0-193.60.2

kernel-core: before 4.18.0-193.60.2

kernel: before 4.18.0-193.60.2

bpftool: before 4.18.0-193.60.2

CPE2.3 External links

https://anas.openanolis.cn/errata/detail/ANSA-2021:0138


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 Initialization

EUVDB-ID: #VU55259

Risk: Low

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

CVE-ID: CVE-2020-35508

CWE-ID: CWE-665 - Improper Initialization

Exploit availability: No

Description

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

The vulnerability exists due to improper initialization of the process id in the Linux kernel child/parent process identification handling while filtering signal handlers. A local user can run a specially crafted application to bypass checks to send any signal to a privileged process.

Mitigation

Install updates from vendor's repository.

Vulnerable software versions

Anolis OS: 8

kernel-doc: before 4.18.0-193.60.2

kernel-abi-whitelists: before 4.18.0-193.60.2

python3-perf: before 4.18.0-193.60.2

perf: before 4.18.0-193.60.2

kernel-tools-libs: before 4.18.0-193.60.2

kernel-tools: before 4.18.0-193.60.2

kernel-modules-extra: before 4.18.0-193.60.2

kernel-modules: before 4.18.0-193.60.2

kernel-headers: before 4.18.0-193.60.2

kernel-devel: before 4.18.0-193.60.2

kernel-debug-modules-extra: before 4.18.0-193.60.2

kernel-debug-modules: before 4.18.0-193.60.2

kernel-debug-devel: before 4.18.0-193.60.2

kernel-debug-core: before 4.18.0-193.60.2

kernel-debug: before 4.18.0-193.60.2

kernel-cross-headers: before 4.18.0-193.60.2

kernel-core: before 4.18.0-193.60.2

kernel: before 4.18.0-193.60.2

bpftool: before 4.18.0-193.60.2

CPE2.3 External links

https://anas.openanolis.cn/errata/detail/ANSA-2021:0138


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

Risk: Low

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

CVE-ID: CVE-2021-33034

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 net/bluetooth/hci_event.c when destroying an hci_chan. A local user can escalate privileges on the system.


Mitigation

Install updates from vendor's repository.

Vulnerable software versions

Anolis OS: 8

kernel-doc: before 4.18.0-193.60.2

kernel-abi-whitelists: before 4.18.0-193.60.2

python3-perf: before 4.18.0-193.60.2

perf: before 4.18.0-193.60.2

kernel-tools-libs: before 4.18.0-193.60.2

kernel-tools: before 4.18.0-193.60.2

kernel-modules-extra: before 4.18.0-193.60.2

kernel-modules: before 4.18.0-193.60.2

kernel-headers: before 4.18.0-193.60.2

kernel-devel: before 4.18.0-193.60.2

kernel-debug-modules-extra: before 4.18.0-193.60.2

kernel-debug-modules: before 4.18.0-193.60.2

kernel-debug-devel: before 4.18.0-193.60.2

kernel-debug-core: before 4.18.0-193.60.2

kernel-debug: before 4.18.0-193.60.2

kernel-cross-headers: before 4.18.0-193.60.2

kernel-core: before 4.18.0-193.60.2

kernel: before 4.18.0-193.60.2

bpftool: before 4.18.0-193.60.2

CPE2.3 External links

https://anas.openanolis.cn/errata/detail/ANSA-2021:0138


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

EUVDB-ID: #VU55143

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-2021-33909

CWE-ID: CWE-190 - Integer overflow

Exploit availability: Yes

Description

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

The vulnerability exists due to integer overflow during size_t-to-int conversion when creating, mounting, and deleting a deep directory structure whose total path length exceeds 1GB. An unprivileged local user can write up to 10-byte string to an offset of exactly -2GB-10B below the beginning of a vmalloc()ated kernel buffer.

Successful exploitation of vulnerability may allow an attacker to exploit the our-of-bounds write vulnerability to execute arbitrary code with root privileges.

Mitigation

Install updates from vendor's repository.

Vulnerable software versions

Anolis OS: 8

kernel-doc: before 4.18.0-193.60.2

kernel-abi-whitelists: before 4.18.0-193.60.2

python3-perf: before 4.18.0-193.60.2

perf: before 4.18.0-193.60.2

kernel-tools-libs: before 4.18.0-193.60.2

kernel-tools: before 4.18.0-193.60.2

kernel-modules-extra: before 4.18.0-193.60.2

kernel-modules: before 4.18.0-193.60.2

kernel-headers: before 4.18.0-193.60.2

kernel-devel: before 4.18.0-193.60.2

kernel-debug-modules-extra: before 4.18.0-193.60.2

kernel-debug-modules: before 4.18.0-193.60.2

kernel-debug-devel: before 4.18.0-193.60.2

kernel-debug-core: before 4.18.0-193.60.2

kernel-debug: before 4.18.0-193.60.2

kernel-cross-headers: before 4.18.0-193.60.2

kernel-core: before 4.18.0-193.60.2

kernel: before 4.18.0-193.60.2

bpftool: before 4.18.0-193.60.2

CPE2.3 External links

https://anas.openanolis.cn/errata/detail/ANSA-2021:0138


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.



###SIDEBAR###