NewStart CGSL MAIN 7.02 : kernel Multiple Vulnerabilities (NS-SA-2026-0086)

high Nessus Plugin ID 343556

Synopsis

The remote NewStart CGSL host is affected by multiple vulnerabilities.

Description

The remote NewStart CGSL host, running version MAIN 7.02, has kernel packages installed that are affected by multiple vulnerabilities:

- In the Linux kernel, the following vulnerability has been resolved: xen: fix UAF in dmabuf_exp_from_pages() [dma_buf_fd() fixes; no preferences regarding the tree it goes through - up to xen folks] As soon as we'd inserted a file reference into descriptor table, another thread could close it.
That's fine for the case when all we are doing is returning that descriptor to userland (it's a race, but it's a userland race and there's nothing the kernel can do about it). However, if we follow fd_install() with any kind of access to objects that would be destroyed on close (be it the struct file itself or anything destroyed by its ->release()), we have a UAF. dma_buf_fd() is a combination of reserving a descriptor and fd_install(). gntdev dmabuf_exp_from_pages() calls it and then proceeds to access the objects destroyed on close - starting with gntdev_dmabuf itself. Fix that by doing reserving descriptor before anything else and do fd_install() only when everything had been set up. (CVE-2025-38595)

- In the Linux kernel, the following vulnerability has been resolved: md: fix kmemleak of rdev->serial If kobject_add() is fail in bind_rdev_to_array(), 'rdev->serial' will be alloc not be freed, and kmemleak occurs. unreferenced object 0xffff88815a350000 (size 49152): comm mdadm, pid 789, jiffies 4294716910 hex dump (first 32 bytes): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ backtrace (crc f773277a): [<0000000058b0a453>] kmemleak_alloc+0x61/0xe0 [<00000000366adf14>] __kmalloc_large_node+0x15e/0x270 [<000000002e82961b>]
__kmalloc_node.cold+0x11/0x7f [<00000000f206d60a>] kvmalloc_node+0x74/0x150 [<0000000034bf3363>] rdev_init_serial+0x67/0x170 [<0000000010e08fe9>] mddev_create_serial_pool+0x62/0x220 [<00000000c3837bf0>] bind_rdev_to_array+0x2af/0x630 [<0000000073c28560>] md_add_new_disk+0x400/0x9f0 [<00000000770e30ff>] md_ioctl+0x15bf/0x1c10 [<000000006cfab718>] blkdev_ioctl+0x191/0x3f0 [<0000000085086a11>] vfs_ioctl+0x22/0x60 [<0000000018b656fe>] __x64_sys_ioctl+0xba/0xe0 [<00000000e54e675e>] do_syscall_64+0x71/0x150 [<000000008b0ad622>] entry_SYSCALL_64_after_hwframe+0x6c/0x74 (CVE-2024-26900)

- In the Linux kernel, the following vulnerability has been resolved: dma-direct: Leak pages on dma_set_decrypted() failure On TDX it is possible for the untrusted host to cause set_memory_encrypted() or set_memory_decrypted() to fail such that an error is returned and the resulting memory is shared.
Callers need to take care to handle these errors to avoid returning decrypted (shared) memory to the page allocator, which could lead to functional or security issues. DMA could free decrypted/shared pages if dma_set_decrypted() fails. This should be a rare case. Just leak the pages in this case instead of freeing them. (CVE-2024-35939)

- In the Linux kernel, the following vulnerability has been resolved: tipc: fix UAF in error path Sam Page (sam4k) working with Trend Micro Zero Day Initiative reported a UAF in the tipc_buf_append() error path:
BUG: KASAN: slab-use-after-free in kfree_skb_list_reason+0x47e/0x4c0 linux/net/core/skbuff.c:1183 Read of size 8 at addr ffff88804d2a7c80 by task poc/8034 CPU: 1 PID: 8034 Comm: poc Not tainted 6.8.2 #1 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.16.0-debian-1.16.0-5 04/01/2014 Call Trace: <IRQ>
__dump_stack linux/lib/dump_stack.c:88 dump_stack_lvl+0xd9/0x1b0 linux/lib/dump_stack.c:106 print_address_description linux/mm/kasan/report.c:377 print_report+0xc4/0x620 linux/mm/kasan/report.c:488 kasan_report+0xda/0x110 linux/mm/kasan/report.c:601 kfree_skb_list_reason+0x47e/0x4c0 linux/net/core/skbuff.c:1183 skb_release_data+0x5af/0x880 linux/net/core/skbuff.c:1026 skb_release_all linux/net/core/skbuff.c:1094 __kfree_skb linux/net/core/skbuff.c:1108 kfree_skb_reason+0x12d/0x210 linux/net/core/skbuff.c:1144 kfree_skb linux/./include/linux/skbuff.h:1244 tipc_buf_append+0x425/0xb50 linux/net/tipc/msg.c:186 tipc_link_input+0x224/0x7c0 linux/net/tipc/link.c:1324 tipc_link_rcv+0x76e/0x2d70 linux/net/tipc/link.c:1824 tipc_rcv+0x45f/0x10f0 linux/net/tipc/node.c:2159 tipc_udp_recv+0x73b/0x8f0 linux/net/tipc/udp_media.c:390 udp_queue_rcv_one_skb+0xad2/0x1850 linux/net/ipv4/udp.c:2108 udp_queue_rcv_skb+0x131/0xb00 linux/net/ipv4/udp.c:2186 udp_unicast_rcv_skb+0x165/0x3b0 linux/net/ipv4/udp.c:2346 __udp4_lib_rcv+0x2594/0x3400 linux/net/ipv4/udp.c:2422 ip_protocol_deliver_rcu+0x30c/0x4e0 linux/net/ipv4/ip_input.c:205 ip_local_deliver_finish+0x2e4/0x520 linux/net/ipv4/ip_input.c:233 NF_HOOK linux/./include/linux/netfilter.h:314 NF_HOOK linux/./include/linux/netfilter.h:308 ip_local_deliver+0x18e/0x1f0 linux/net/ipv4/ip_input.c:254 dst_input linux/./include/net/dst.h:461 ip_rcv_finish linux/net/ipv4/ip_input.c:449 NF_HOOK linux/./include/linux/netfilter.h:314 NF_HOOK linux/./include/linux/netfilter.h:308 ip_rcv+0x2c5/0x5d0 linux/net/ipv4/ip_input.c:569 __netif_receive_skb_one_core+0x199/0x1e0 linux/net/core/dev.c:5534
__netif_receive_skb+0x1f/0x1c0 linux/net/core/dev.c:5648 process_backlog+0x101/0x6b0 linux/net/core/dev.c:5976 __napi_poll.constprop.0+0xba/0x550 linux/net/core/dev.c:6576 napi_poll linux/net/core/dev.c:6645 net_rx_action+0x95a/0xe90 linux/net/core/dev.c:6781 __do_softirq+0x21f/0x8e7 linux/kernel/softirq.c:553 do_softirq linux/kernel/softirq.c:454 do_softirq+0xb2/0xf0 linux/kernel/softirq.c:441 </IRQ> <TASK> __local_bh_enable_ip+0x100/0x120 linux/kernel/softirq.c:381 local_bh_enable linux/./include/linux/bottom_half.h:33 rcu_read_unlock_bh linux/./include/linux/rcupdate.h:851 __dev_queue_xmit+0x871/0x3ee0 linux/net/core/dev.c:4378 dev_queue_xmit linux/./include/linux/netdevice.h:3169 neigh_hh_output linux/./include/net/neighbour.h:526 neigh_output linux/./include/net/neighbour.h:540 ip_finish_output2+0x169f/0x2550 linux/net/ipv4/ip_output.c:235 __ip_finish_output linux/net/ipv4/ip_output.c:313
__ip_finish_output+0x49e/0x950 linux/net/ipv4/ip_output.c:295 ip_finish_output+0x31/0x310 linux/net/ipv4/ip_output.c:323 NF_HOOK_COND linux/./include/linux/netfilter.h:303 ip_output+0x13b/0x2a0 linux/net/ipv4/ip_output.c:433 dst_output linux/./include/net/dst.h:451 ip_local_out linux/net/ipv4/ip_output.c:129 ip_send_skb+0x3e5/0x560 linux/net/ipv4/ip_output.c:1492 udp_send_skb+0x73f/0x1530 linux/net/ipv4/udp.c:963 udp_sendmsg+0x1a36/0x2b40 linux/net/ipv4/udp.c:1250 inet_sendmsg+0x105/0x140 linux/net/ipv4/af_inet.c:850 sock_sendmsg_nosec linux/net/socket.c:730
__sock_sendmsg linux/net/socket.c:745 __sys_sendto+0x42c/0x4e0 linux/net/socket.c:2191 __do_sys_sendto linux/net/socket.c:2203 __se_sys_sendto linux/net/socket.c:2199 __x64_sys_sendto+0xe0/0x1c0 linux/net/socket.c:2199 do_syscall_x64 linux/arch/x86/entry/common.c:52 do_syscall_ ---truncated--- (CVE-2024-36886)

- In the Linux kernel, the following vulnerability has been resolved: gpiolib: cdev: fix uninitialised kfifo If a line is requested with debounce, and that results in debouncing in software, and the line is subsequently reconfigured to enable edge detection then the allocation of the kfifo to contain edge events is overlooked. This results in events being written to and read from an uninitialised kfifo. Read events are returned to userspace. Initialise the kfifo in the case where the software debounce is already active.
(CVE-2024-36898)

Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version number.

Solution

Upgrade the vulnerable CGSL kernel packages. Note that updated packages may not be available yet. Please contact ZTE for more information.

See Also

https://security.gd-linux.com/info/CVE-2024-26900

https://security.gd-linux.com/info/CVE-2024-35939

https://security.gd-linux.com/info/CVE-2024-36886

https://security.gd-linux.com/info/CVE-2024-36898

https://security.gd-linux.com/info/CVE-2024-40927

https://security.gd-linux.com/info/CVE-2024-46713

https://security.gd-linux.com/info/CVE-2024-49568

https://security.gd-linux.com/info/CVE-2024-50033

https://security.gd-linux.com/info/CVE-2024-50035

https://security.gd-linux.com/info/CVE-2024-50074

https://security.gd-linux.com/info/CVE-2024-50115

https://security.gd-linux.com/info/CVE-2024-50154

https://security.gd-linux.com/info/CVE-2024-50155

https://security.gd-linux.com/info/CVE-2024-50159

https://security.gd-linux.com/info/CVE-2024-50257

https://security.gd-linux.com/info/CVE-2024-50261

https://security.gd-linux.com/info/CVE-2024-50267

https://security.gd-linux.com/info/CVE-2024-53057

https://security.gd-linux.com/info/CVE-2024-53099

https://security.gd-linux.com/info/CVE-2024-53106

https://security.gd-linux.com/info/CVE-2024-53139

https://security.gd-linux.com/info/CVE-2024-53162

https://security.gd-linux.com/info/CVE-2024-53166

https://security.gd-linux.com/info/CVE-2024-53173

https://security.gd-linux.com/info/CVE-2024-53213

https://security.gd-linux.com/info/CVE-2024-54683

https://security.gd-linux.com/info/CVE-2024-56616

https://security.gd-linux.com/info/CVE-2024-56628

https://security.gd-linux.com/info/CVE-2024-57929

https://security.gd-linux.com/info/CVE-2025-21742

https://security.gd-linux.com/info/CVE-2025-37890

https://security.gd-linux.com/info/CVE-2025-38000

https://security.gd-linux.com/info/CVE-2025-38052

https://security.gd-linux.com/info/CVE-2025-38249

https://security.gd-linux.com/info/CVE-2025-38352

https://security.gd-linux.com/info/CVE-2025-38401

https://security.gd-linux.com/info/CVE-2025-38456

https://security.gd-linux.com/info/CVE-2025-38476

https://security.gd-linux.com/info/CVE-2025-38490

https://security.gd-linux.com/info/CVE-2025-38595

https://security.gd-linux.com/info/CVE-2025-39744

https://security.gd-linux.com/info/CVE-2025-68284

https://security.gd-linux.com/info/CVE-2025-68297

https://security.gd-linux.com/info/CVE-2026-23401

https://security.gd-linux.com/info/CVE-2026-31431

https://security.gd-linux.com/info/CVE-2026-43279

https://security.gd-linux.com/info/CVE-2026-43284

https://security.gd-linux.com/info/CVE-2026-43456

https://security.gd-linux.com/info/CVE-2026-43499

https://security.gd-linux.com/info/CVE-2026-46333

https://security.gd-linux.com/info/CVE-2026-52972

https://security.gd-linux.com/info/CVE-2026-52991

https://security.gd-linux.com/info/CVE-2026-53002

https://security.gd-linux.com/info/CVE-2026-53006

https://security.gd-linux.com/info/CVE-2026-53359

https://security.gd-linux.com/info/CVE-2026-63940

https://security.gd-linux.com/info/CVE-2026-63985

https://security.gd-linux.com/info/CVE-2026-63992

https://security.gd-linux.com/info/CVE-2026-64000

https://security.gd-linux.com/info/CVE-2026-64002

https://security.gd-linux.com/info/CVE-2026-64007

https://security.gd-linux.com/info/CVE-2026-64009

https://security.gd-linux.com/info/CVE-2026-64012

https://security.gd-linux.com/info/CVE-2026-64015

https://security.gd-linux.com/info/CVE-2026-64046

https://security.gd-linux.com/info/CVE-2026-64048

https://security.gd-linux.com/info/CVE-2026-64600

https://security.gd-linux.com/notice/NS-SA-2026-0086

Plugin Details

Severity: High

ID: 343556

File Name: newstart_cgsl_NS-SA-2026-0086_kernel.nasl

Version: 1.1

Type: Local

Published: 9/8/2026

Updated: 9/8/2026

Supported Sensors: Nessus

Risk Information

VPR

Risk Factor: Critical

Score: 9.5

Percentile: 99.87

CVSS v2

Risk Factor: Medium

Base Score: 6.8

Temporal Score: 5.9

Vector: CVSS2#AV:L/AC:L/Au:S/C:C/I:C/A:C

CVSS Score Source: CVE-2025-38595

CVSS v3

Risk Factor: High

Base Score: 7.8

Temporal Score: 7.5

Vector: CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Temporal Vector: CVSS:3.0/E:H/RL:O/RC:C

CVSS v4

Risk Factor: High

Base Score: 8.6

Threat Score: 8.6

Threat Vector: CVSS:4.0/E:A

Vector: CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

CVSS Score Source: CVE-2026-31431

Vulnerability Information

CPE: cpe:/o:zte:cgsl_main:7, p-cpe:/a:zte:cgsl_main:delaytop, p-cpe:/a:zte:cgsl_main:kernel-core, p-cpe:/a:zte:cgsl_main:kernel-devel, p-cpe:/a:zte:cgsl_main:kernel-headers, p-cpe:/a:zte:cgsl_main:kernel-hotfix-1752336, p-cpe:/a:zte:cgsl_main:kernel-kasan-core, p-cpe:/a:zte:cgsl_main:kernel-kasan-devel, p-cpe:/a:zte:cgsl_main:kernel-kasan-modules-extra, p-cpe:/a:zte:cgsl_main:kernel-kasan-modules-internal, p-cpe:/a:zte:cgsl_main:kernel-kasan-modules, p-cpe:/a:zte:cgsl_main:kernel-kasan, p-cpe:/a:zte:cgsl_main:kernel-modules-extra, p-cpe:/a:zte:cgsl_main:kernel-modules-internal, p-cpe:/a:zte:cgsl_main:kernel-modules, p-cpe:/a:zte:cgsl_main:kernel, p-cpe:/a:zte:cgsl_main:ksm-utils, p-cpe:/a:zte:cgsl_main:system-enhance-cgslv7.25, p-cpe:/a:zte:cgsl_main:zeal-kernel-tools, p-cpe:/a:zte:cgsl_main:zeal-multi-nic, p-cpe:/a:zte:cgsl_main:zeal-packet-cls

Required KB Items: Host/local_checks_enabled, Host/cpu, Host/ZTE-CGSL/release, Host/ZTE-CGSL/rpm-list

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 9/7/2026

Vulnerability Publication Date: 12/12/2023

CISA Known Exploited Vulnerability Due Dates: 9/25/2025, 5/15/2026

Reference Information

CVE: CVE-2024-26900, CVE-2024-35939, CVE-2024-36886, CVE-2024-36898, CVE-2024-40927, CVE-2024-46713, CVE-2024-49568, CVE-2024-50033, CVE-2024-50035, CVE-2024-50074, CVE-2024-50115, CVE-2024-50154, CVE-2024-50155, CVE-2024-50159, CVE-2024-50257, CVE-2024-50261, CVE-2024-50267, CVE-2024-53057, CVE-2024-53099, CVE-2024-53106, CVE-2024-53139, CVE-2024-53162, CVE-2024-53166, CVE-2024-53173, CVE-2024-53213, CVE-2024-54683, CVE-2024-56616, CVE-2024-56628, CVE-2024-57929, CVE-2025-21742, CVE-2025-37890, CVE-2025-38000, CVE-2025-38052, CVE-2025-38249, CVE-2025-38352, CVE-2025-38401, CVE-2025-38456, CVE-2025-38476, CVE-2025-38490, CVE-2025-38595, CVE-2025-39744, CVE-2025-68284, CVE-2025-68297, CVE-2026-23401, CVE-2026-31431, CVE-2026-43279, CVE-2026-43284, CVE-2026-43456, CVE-2026-43499, CVE-2026-46333, CVE-2026-52972, CVE-2026-52991, CVE-2026-53002, CVE-2026-53006, CVE-2026-53359, CVE-2026-63940, CVE-2026-63985, CVE-2026-63992, CVE-2026-64000, CVE-2026-64002, CVE-2026-64007, CVE-2026-64009, CVE-2026-64012, CVE-2026-64015, CVE-2026-64046, CVE-2026-64048, CVE-2026-64600