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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-53089— Linux kernel 安全漏洞

AI 预测 7.8 利用难度: 中等 EPSS 0.14% · P4

影响版本矩阵 6

厂商产品版本范围状态
LinuxLinux675fc275a3a2d905535207237402c6d8dcb5fa4b< a51e7fbe94a87e236631a83973d4f558310b2cd2affected
675fc275a3a2d905535207237402c6d8dcb5fa4b< a0c584fc18056709c8e047a82a6045d6c209f4ceaffected
4.16affected
< 4.16unaffected
7.0.10≤ 7.0.*unaffected
7.1≤ *unaffected
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
bpf: Fix use-after-free in offloaded map/prog info fill
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix use-after-free in offloaded map/prog info fill When querying info for an offloaded BPF map or program, bpf_map_offload_info_fill_ns() and bpf_prog_offload_info_fill_ns() obtain the network namespace with get_net(dev_net(offmap->netdev)). However, the associated netdev's netns may be racing with teardown during netns destruction. If the netns refcount has already reached 0, get_net() performs a refcount_t increment on 0, triggering: refcount_t: addition on 0; use-after-free. Although rtnl_lock and bpf_devs_lock ensure the netdev pointer remains valid, they cannot prevent the netns refcount from reaching zero. Fix this by using maybe_get_net() instead of get_net(). maybe_get_net() uses refcount_inc_not_zero() and returns NULL if the refcount is already zero, which causes ns_get_path_cb() to fail and the caller to return -ENOENT -- the correct behavior when the netns is being destroyed.
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会开源的操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于在查询卸载的BPF map或prog信息时使用get_net()导致释放后重用,可能导致网络命名空间销毁时出现竞争条件。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 675fc275a3a2d905535207237402c6d8dcb5fa4b ~ a51e7fbe94a87e236631a83973d4f558310b2cd2 -
LinuxLinux 4.16 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-53089 补丁与修复 (2)

同批安全公告 · Linux · 2026-06-24 · 共 219 条

CVE-2026-530469.8 CRITICALLinux kernel 安全漏洞
CVE-2026-530889.8 CRITICALLinux kernel 安全漏洞
CVE-2026-530109.8 CRITICALLinux kernel 安全漏洞
CVE-2026-530069.8 CRITICALLinux kernel 安全漏洞
CVE-2026-530869.8 CRITICALLinux kernel 安全漏洞
CVE-2026-530029.8 CRITICALLinux kernel 安全漏洞
CVE-2026-529939.8 CRITICALLinux kernel 安全漏洞
CVE-2026-529899.8 CRITICALLinux kernel 安全漏洞
CVE-2026-529869.8 CRITICALLinux kernel 安全漏洞
CVE-2026-529829.8 CRITICALLinux kernel 安全漏洞
CVE-2026-530459.8 CRITICALLinux kernel 安全漏洞
CVE-2026-529559.8 CRITICALLinux kernel 安全漏洞
CVE-2026-530499.8 CRITICALLinux kernel 安全漏洞
CVE-2026-529149.8 CRITICALLinux kernel 安全漏洞
CVE-2026-529319.8 CRITICALLinux kernel 安全漏洞
CVE-2026-529249.8 CRITICALLinux kernel 安全漏洞
CVE-2026-530559.8 CRITICALLinux kernel 安全漏洞
CVE-2026-530439.1 CRITICALLinux kernel 安全漏洞
CVE-2026-529999.1 CRITICALLinux kernel 安全漏洞
CVE-2026-529589.1 CRITICALLinux kernel 安全漏洞

显示前 20 条,共 219 条。 查看全部 &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2026-53089

暂无评论


发表评论