目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-12233— zephyrproject zephyr 资源管理错误漏洞

CVSS 5.9 · Medium EPSS 0.31% · P23

可能的 ATT&CK 技术 1AI

T1499 · Endpoint Denial of Service

影响版本矩阵 1

厂商产品版本范围状态
zephyrprojectzephyr3.2.0< 4.4.2affected
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2026-12233 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
Uninitialized mutex in TLS trusted-credential backend causes kernel NULL-deref DoS under contention
来源: CVE Program / CVE List V5
Vulnerability Description
The PSA Protected Storage credential backend (subsys/net/lib/tls_credentials/tls_credentials_trusted.c) declared its credential-store mutex as a plain zero-filled static struct k_mutex credential_lock; and never called k_mutex_init() on it. A statically zero-filled k_mutex has an uninitialized wait queue (its dlist head/tail are NULL instead of the self-referential sentinels that k_mutex_init/K_MUTEX_DEFINE install). The uncontended lock path does not touch the wait queue, so the defect is latent and serialized use behaves correctly. When two execution contexts contend on the lock, k_mutex_lock() pends the blocking thread on the wait queue via z_pend_curr(), which calls sys_dlist_append() on the zeroed list and dereferences a NULL tail pointer (tail->next = node), faulting the kernel. The lock is held during TLS handshake credential loading and by all credential add/get/delete operations, so a deployment performing concurrent TLS handshakes (for example a server handling multiple simultaneous connections from a remote peer) or a credential-management operation concurrent with a handshake can trigger the dereference. The impact is a denial of service: a deterministic kernel panic / device reset on the first contention. There is no memory corruption beyond the NULL dereference and no confidentiality or integrity impact; mutual exclusion on the fast path remains correct. Exposure is limited to builds with CONFIG_TLS_CREDENTIALS_BACKEND_PROTECTED_STORAGE enabled (PSA Protected Storage / TF-M platforms); the default volatile RAM backend initializes its lock correctly and is unaffected. The fix initializes the mutex statically with K_MUTEX_DEFINE(credential_lock), providing a valid wait queue so the contended path no longer touches a NULL list.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
来源: CVE Program / CVE List V5
Vulnerability Type
初始化不恰当
来源: CVE Program / CVE List V5
Vulnerability Title
zephyrproject zephyr 资源管理错误漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
zephyrproject zephyr是zephyrproject组织开源的一个面向物联网设备的实时操作系统。 zephyrproject zephyr 3.2.0版本至4.4.2之前版本存在资源管理错误漏洞,该漏洞源于subsys/net/lib/tls_credentials/tls_credentials_trusted.c文件中的credential_lock互斥锁未正确初始化,当并发执行上下文争用该锁时,可能导致内核崩溃或设备重置,造成拒绝服务。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
zephyrprojectzephyr 3.2.0 ~ 4.4.2 -

二、漏洞 CVE-2026-12233 的公开POC

#POC 描述源链接神龙链接
AI 生成 POC高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-12233 的情报信息

登录查看更多情报信息。

CVE-2026-12233 补丁与修复 (1)

CVE-2026-12233 厂商安全公告 (1)

同批安全公告 · zephyrproject · 2026-08-12 · 共 4 条

CVE-2026-122347.8 HIGHzephyrproject zephyr 竞争条件问题漏洞
CVE-2026-122356.3 MEDIUMzephyrproject zephyr 缓冲区错误漏洞
CVE-2026-122326.1 MEDIUMzephyrproject zephyr 缓冲区错误漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-12233

暂无评论


发表评论