2026-09-05 归档

今日共收录 1726 条安全情报,包含 665 个 CVE,657 篇安全通告,以及 120 篇研究论文。

← 返回归档列表

Improper neutralization of CRLF sequences in IXON VPN Client before version 1.4.7 allows an attacker to execute commands as root or SYSTEM. Configuration values accepted by the local service are written to a file later consumed by a privileged subprocess, without line-ending sequences being neutralized, which allows additional directives to be introduced into that file. The configuration interface

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.6) (+4) | 有可用补丁/修复方案 (+3) | 影响边界/网络设备 (+5) | Secondary 数据源 (+2) | 包含 CVE (+2) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
github.com/openchoreo/openchoreo

### Summary The OpenChoreo control-plane cluster-gateway exposes internal management APIs (`/api/proxy/`, `/api/exec/`, `/api/wirelogs/`) that tunnel requests through to connected data planes' Kubernetes APIs, but the internal listener authenticates no caller. Its request validator permits mutating HTTP methods and reads of Secrets in tenant namespaces (only kube-system Secrets are blocked), so a

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.0) (+4) | 有可用补丁/修复方案 (+3) | 影响边界/网络设备 (+5) | Secondary 数据源 (+2) | 包含 CVE (+2) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
推荐 18.4
Conf: 90%
Microsoft MSRC

CVE-2026-84349 是 Chromium 中浏览器组件(Browser)存在的一处释放后使用(Use after free)漏洞。Microsoft Edge(基于 Chromium)会集成 Chromium 的上游代码,因此该漏洞同时影响 Microsoft Edge。攻击者可能通过诱导用户访问恶意构造的网页,触发浏览器内部对象被释放后仍被引用的场景,进而造成浏览器崩溃或潜在的内存破坏。由于该漏洞位于浏览器核心逻辑,成功利用可能进一步导致任意代码执行,但当前公告未提供技术细节或利用状态。微软仅表示该 CVE 由 Chrome 团队分配,并建议参考 Google Chrome Releases 获取更多信息。受影响产品的具体版本、严重性等级和修复状态在公告中未详细列出,需跟踪官方渠道更新。

💡 风险点: Microsoft Edge 是 Windows 预装浏览器,用户基数庞大。Chromium 释放后使用漏洞是浏览器攻击面中最严重的内存安全问题之一,即使当前严重性未知,也应优先关注官方修复并安排升级。

🎯 建议动作: 建议持续关注 Microsoft Edge 正式版更新及 Chromium 上游公告,一旦发布修复版本立即部署升级。在补丁可用前,可考虑强化浏览器隔离策略、增强下载与网页内容过滤,并排查环境中 Edge 浏览器的基线版本以准备应急更新。

排序因子: 有可用补丁/修复方案 (+3) | 影响边界/网络设备 (+5) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 包含 CVE (+2) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
👥 作者: Shixuan Zhao 0002, Zhongshu Gu, Salman Ahmed 0001, Enriquillo Valdez, Hani Jamjoom, Zhiqiang Lin 0001

本文提出了一种名为 GPU Travelling 的新型机制,旨在解决机密协作机器学习(Confidential Collaborative ML)中因模型和数据集规模快速增长而导致的通信开销过大的问题。在传统的多方联合训练场景中,多个互不信任的数据持有方需要共同训练一个模型,同时保护各自私有数据的机密性。然而,现有方法通常需要在训练过程中通过较慢的常规网络频繁交换模型参数和梯度,当训练对象为大规模语言模型(LLM)等现代工作负载时,通信成本急剧上升,成为性能瓶颈。GPU Travelling 的核心思想是利用新兴的机密 GPU 技术(如 Intel TDX 和 NVIDIA H100 机密计算能力),让 GPU 以安全的方式“移动”到某个数据持有方处,直接将数据集加载到 GPU 的受保护内存中,然后再返回计算节点进行训练,从而完全避免了原始数据的网络传输,同时将机密性保障提升到数据中心级别。作者基于 Intel TDX 和 NVIDIA H100 构建了原型系统,并在基于 CUDA 的 LLM 训练项目 llm.c 上进行了性能评估。实验结果表明,与传统的传输方式相比,在传输 512 MiB 数据块时,GPU Travelling 实现了至少 4 倍的加速,同时保持了较强的安全保证。该研究为隐私保护下的协作训练提供了一种新的硬件辅助思路,尤其适用于模型和数据集规模庞大的场景,但也面临硬件依赖、数据中心内信任边界以及调度复杂性等挑战。

💡 推荐理由: 为 LLM 等大规模协作训练提供了硬件级隐私保护方案,可显著降低 TEE 场景下的通信瓶颈,对联合学习、多方计算等需要数据隔离的 ML 系统设计具有重要参考价值。

🎯 建议动作: 研究跟进

排序因子: 影响边界/网络设备 (+5) | 来自网络安全顶级会议 (+8) | 命中热门研究主题 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.6)
推荐 16.5
Conf: 50%
👥 作者: Xunguang Wang, Zhenlan Ji, Wenxuan Wang 0001, Zongjie Li, Daoyuan Wu, Shuai Wang 0011

本文是一篇针对大语言模型(LLM)越狱防护机制的系统化知识(SoK)综述。研究背景在于:尽管LLM取得了显著进展,但其部署暴露了严重的安全漏洞,尤其是越狱攻击能够绕过模型的安全对齐机制。为应对这一威胁,防护栏(guardrails)——即用于监控和控制LLM交互的外部防御机制——已成为一种有前景的解决方案。然而,当前LLM防护栏的研究与实践呈现出碎片化状态,缺乏统一的分类体系和全面的评估框架。针对这一问题,本文首次对LLM越狱防护栏进行了整体性分析,提出了一种新的多维度分类法,沿六个关键维度对防护栏进行归类;同时引入了一个名为“安全-效率-效用”(Security-Efficiency-Utility)的评估框架,用于衡量防护栏在实际部署中的有效性。作者通过大量分析与实验,识别了现有防护栏方法的优势与局限,深入探讨了如何优化其防御机制,并检验了这些防护栏在不同攻击类型之间的通用性。本研究为后续研究与开发提供了结构化基础,旨在指导健壮LLM防护栏的原则性推进与部署。代码已开源:https://github.com/xunguangwang/SoK4JailbreakGuardrails。

💡 推荐理由: 为LLM安全防护栏的选型与设计提供了首个系统化分类和评估框架,帮助安全工程师建立对防护机制的全局认知,避免碎片化理解。

🎯 建议动作: 研究跟进

排序因子: 影响边界/网络设备 (+5) | 来自网络安全顶级会议 (+8) | 命中热门研究主题 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
推荐 16.4
Conf: 60%
知道创宇 / Seebug

根据知道创宇Seebug漏洞库收录的信息,存在一则关于Ivanti Endpoint Manager Mobile的代码注入漏洞公告。公告标题表明该产品存在代码注入风险,但当前公告中未提供具体受影响版本、CVE编号、技术细节或严重性分级。Ivanti Endpoint Manager Mobile是面向企业移动设备管理的解决方案,代码注入漏洞可能被攻击者利用来实现任意代码执行或绕过安全机制,但具体影响方式尚需以官方或进一步披露的信息为准。由于缺少详细描述,本摘要仅能基于有限信息进行概述,建议安全运维人员关注漏洞库更新及厂商官方公告,及时获取补丁或缓解措施。

💡 风险点: Ivanti Endpoint Manager Mobile是企业移动设备管理产品,若存在代码注入漏洞,可能影响设备管理的安全性,但当前公开信息有限,需持续关注官方公告以确认实际风险。

🎯 建议动作: 建议密切关注Ivanti官方安全公告及Seebug漏洞库后续更新,在未有明确补丁前,可先排查该产品是否在环境中使用,并限制其网络暴露面;同时保持产品版本更新,以便在厂商发布修复后及时部署。

排序因子: 有可用补丁/修复方案 (+3) | 影响边界/网络设备 (+5) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)

In Ignition 8.1.53 and earlier, the Gateway "Create Project Role(s)" setting shipped blank, which permitted any authenticated user to create projects (if they can execute gateway scripts). Ignition 8.1.54 restricts project creation to Designer sessions and no longer relies on this setting. The 8.3 series is not affected.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | 影响边界/网络设备 (+5) | Secondary 数据源 (+2) | 包含 CVE (+2) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
github.com/siyuan-note/siyuan/kernel

**CVE:** This vulnerability corresponds to [CVE-2026-72793](https://nvd.nist.gov/vuln/detail/CVE-2026-72793). ### Summary `/api/system/getConf` is registered with `CheckAuth` only and is reachable by the publish `RoleReader` token, and anonymously when `Publish.Auth.Enable` is `false`. Its non-administrator masking chain is a blocklist that enumerates fields individually. Three fields that the c

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | 影响边界/网络设备 (+5) | Secondary 数据源 (+2) | 包含 CVE (+2) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
github.com/siyuan-note/siyuan/kernel

**CVE:** This vulnerability corresponds to [CVE-2026-72794](https://nvd.nist.gov/vuln/detail/CVE-2026-72794). ### Summary `/api/system/getConf` returns `Conf.CookieKey`, the key used to sign the server's session cookies in its response body. The endpoint is registered with `CheckAuth` only, so the field reaches the publish `RoleReader` token and the anonymous account when `Publish.Auth.Enable` i

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | 影响边界/网络设备 (+5) | Secondary 数据源 (+2) | 包含 CVE (+2) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
surrealdb

An authenticated user scoped to one namespace/database could invoke a custom API (`DEFINE API`) belonging to a different namespace/database, reaching another tenant's endpoint. The route `/api/{namespace}/{database}/{endpoint}` took the namespace and database from the URL and applied them to the caller's session before the endpoint was looked up or run, without checking that the caller's authenti

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | 影响边界/网络设备 (+5) | Secondary 数据源 (+2) | 包含 CVE (+2) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
推荐 16.4
Conf: 60%
CVE-2026-19490

2026年9月4日,据BleepingComputer报道,安全情报公司Previdian指出攻击者已在野外针对Citrix NetScaler中一个严重级别的身份验证绕过漏洞(CVE-2026-19490)展开利用。该漏洞允许攻击者绕过身份验证机制,可能获取受保护资源的未授权访问,甚至进一步控制设备或内网。Citrix NetScaler广泛用于企业的远程接入与负载均衡,因此该漏洞被利用可能对多个行业造成重大风险。目前新闻报道未披露具体攻击者的身份、攻击手法、受害者行业或地区,也未提供观察到的IOC(失陷指标)。原文标题表明该漏洞已被用于实际攻击,但尚未有官方补丁或详细缓解措施的信息。由于原始的新闻报道内容有限,技术细节和攻击链的具体环节并不清楚,但漏洞的关键作用是身份验证旁路,这可能导致网络边界被突破。安全团队应密切关注Citrix官方公告,及时评估自身受影响情况,并强化对认证日志的监控,以及对NetScaler设备访问行为的审计。由于缺少更多上下文,无法判断攻击是否与勒索软件直接相关,但威胁情报标签中出现了'ransomware',不排除后续被用于部署勒索软件的可能性。建议企业提高警惕,采取最小暴露原则,并在检测到可疑认证时立即响应。

💡 影响/原因: CVE-2026-19490是Citrix NetScaler的严重身份验证绕过漏洞,已被攻击者利用;NetScaler多为企业远程接入核心组件,漏洞可导致边界失守,进而引发数据泄露或勒索软件入侵,亟需防御者关注。

🎯 建议动作: 立即关注Citrix官方安全公告,若补丁可用则优先部署;检查NetScaler认证与访问日志,排查异常行为;考虑在不影响业务的前提下收紧访问控制;启用多因素认证并定期审计管理员账户;对面向互联网的NetScaler实施额外监控和威胁狩猎。

排序因子: 有可用补丁/修复方案 (+3) | 影响边界/网络设备 (+5) | Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 包含 CVE (+2) | 涉及勒索软件 (+4) | LLM 评分加成 (+0.4)
推荐 15.4
Conf: 90%

本文是微软安全团队于2026年9月4日发布的一篇技术指南,主题为在客户自有的边缘计算环境中安全部署和管理AI系统。随着AI推理逐渐从云端下沉到边缘设备,组织往往需要在自身控制的基础设施上运行AI模型,并处理敏感数据、凭据和模型资产。微软指出,传统的信任边界已不再适用,企业必须建立面向边缘AI的验证机制,确保硬件、软件栈以及AI模型在部署前都未被篡改或植入恶意组件。文章特别强调可信计算基(TCB)、远程证明、完整性测量、安全启动和供应链验证的重要性,并建议将安全策略纳入AI资产的全生命周期管理。此外,微软还针对客户自有环境中的密钥管理和访问控制提出了最佳实践,例如使用硬件安全模块(HSM)保护模型权重,利用基于零信任的细粒度身份验证限制仅授权组件获取训练数据或推理结果。尽管该文没有披露任何具体漏洞或攻击事件,也未提供ATT&CK技术映射或IOC,但其核心贡献在于为蓝队和基础设施团队提供了一套可操作的风险评估框架,帮助他们在部署边缘AI时避免因环境不受控而导致的模型窃取、数据泄露或投毒攻击。该文章同时预示着云服务提供商和企业在AI资产治理方面的新方向:将AI安全视为类似供应链安全的关键环节,而非单纯的加密或访问控制问题。整体而言,本文是一篇面向防御者的指导性材料,不涉及在野利用或恶意软件分析,适合作为边缘AI安全规划时的参考基线。

💡 影响/原因: 边缘AI的广泛应用使组织必须自行掌控基础设施安全,但现有信任模型难以直接适用。微软官方指南提供了系统性验证手段,可帮助蓝队识别因硬件或软件不可信而引发的模型完整性风险,对金融、医疗、制造等即将大规模部署边缘AI的行业尤为重要,是构建AI安全基线的前沿参考。

🎯 建议动作: 针对客户自有边缘环境,建议实施以下防御措施:1)启用硬件信任根与安全启动,对固件、OS和AI运行时进行远程证明;2)对模型权重和应用代码实施签名校验,确保供应链完整;3)采用基于HSM或TEE的密钥管理,保护模型和敏感数据;4)部署零信任网络和身份验证,最小化组件间通信权限;5)建立AI资产清单和变更监控,及时发现异常访问或篡改行为;6)定期对边缘设备进行安全评估和威胁狩猎。

排序因子: 影响边界/网络设备 (+5) | Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | 涉及云/身份/边界网关 (+4) | LLM 评分加成 (+0.4)
deepseek-tui, codewhale-tui, codewhale

### Maintainer resolution The CodeWhale maintainers validated this report. The affected package ranges are recorded in the advisory metadata. Version 0.8.64 contains the fix in commit 9a34b5034d29f05d1f28fa61b04719ca6a741020. Users should upgrade to 0.8.64 or later. The original reporter analysis is preserved below. # Argument Injection in `git_show` Tool Allows Arbitrary File Write Without Appr

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.3) (+4) | 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
👥 作者: Chenlin Wang, Wei Meng 0001

本文针对Web应用程序漏洞修复过程中存在的关键挑战:漏洞定位困难、修复补丁可能引入新问题或修复不完整等。作者提出了一种结合上下文感知的故障定位(Context-Aware Fault Localization)与定向差异模糊测试(Directed Differential Fuzzing)的自动化漏洞修复方法。核心思想是:首先利用上下文信息(如函数调用关系、数据流、控制流以及相关变量定义和使用位置)来精准定位产生漏洞的缺陷代码位置,避免传统方法依赖粗粒度启发式或人工分析的低效与误报。随后,在修复建议生成阶段,采用定向差异模糊测试技术,将原始存在漏洞的程序与候选修复后的程序进行行为差异比较,以验证修复是否真正消除了漏洞,同时确保没有破坏原有功能。该方法旨在提高漏洞修复的准确性与自动化程度,减少人工介入。从标题推断,论文可能通过真实世界Web漏洞案例或基准测试集验证了所提方法的有效性,展示了故障定位的精确性和修复后程序的正确性。适合软件安全、漏洞挖掘与自动化修复方向的研究人员、安全工具开发者及Web应用维护者阅读。需要注意的是,当前仅依据论文标题生成摘要,具体实验细节、数据集和结果需查阅原文进一步确认。

💡 推荐理由: 针对Web漏洞修复自动化这一长期难点,提出结合上下文定位与差异模糊测试的集成方案,有望提升修复准确率与效率,对安全运营中漏洞闭环管理具有实践参考价值。

🎯 建议动作: 研究跟进

排序因子: 有可用补丁/修复方案 (+3) | 来自网络安全顶级会议 (+8) | 命中热门研究主题 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.6)
👥 作者: Nishat Koti, Mahak Pancholi, Arpita Patra, Ajith Suresh

本文提出 SWIFT,一个面向安全外包计算(SOC)范式的鲁棒隐私保护机器学习(PPML)框架。在 SOC 中,计算被外包给一组功能强大的服务器,按使用付费提供服务。现有 PPML 框架通常仅提供公平性(fairness),即恶意方可以阻止诚实方获得输出,造成拒绝服务。SWIFT 的核心目标是在诚实多数环境中,即使存在恶意行为也能保证输出交付(GOD,Guaranteed Output Delivery)。为此,作者设计了一个高效的、恶意安全的环上三方计算(3PC)协议,并在该协议基础上构建了支持多种 ML 算法的鲁棒 PPML 框架。据作者称,SWIFT 是 3PC 设置下首个兼具鲁棒性和高效性的 PPML 框架。实验表明,在 3PC 场景下,SWIFT 与已知最快的公平性 3PC 框架 BLAZE 速度相当(某些情况下严格更优),但提供了更强的安全保证(GOD 而非公平性)。此外,作者将协议扩展到了四方计算(4PC),此时 SWIFT 与已知最快的公平 4PC 框架 Trident 速度相当,相比已知最快的鲁棒 4PC 框架 FLASH 有 2 倍加速。作者在 64 位环、WAN 环境下对逻辑回归、深度神经网络(VGG16、LeNet)等流行 ML 算法进行了基准测试,验证了其安全性与性能声称:对于深度 NN,3PC 下无额外开销,4PC 下获得 2 倍改进。该研究适合对安全多方计算、隐私保护机器学习感兴趣的研究人员和工程师阅读。

💡 推荐理由: 隐私保护机器学习在真实部署中常受限于恶意参与方导致的拒绝服务问题。SWIFT 首次在 3PC 设置下同时实现鲁棒性和高性能,为安全外包 ML 提供了不牺牲效率的更强的安全保证。

🎯 建议动作: 研究跟进

排序因子: 影响边界/网络设备 (+5) | 来自网络安全顶级会议 (+8) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
推荐 14.4
Conf: 50%
知道创宇 / Seebug

Citrix NetScaler 内存泄漏(CVE-2025-5777)

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | 影响边界/网络设备 (+5) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 14.4
Conf: 50%
Microsoft MSRC

This CVE was assigned by Chrome. Microsoft Edge (Chromium-based) ingests Chromium, which addresses this vulnerability. Please see [Google Chrome Releases](https://chromereleases.googleblog.com/2026) for more information.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | 影响边界/网络设备 (+5) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 14.4
Conf: 50%
Microsoft MSRC

This CVE was assigned by Chrome. Microsoft Edge (Chromium-based) ingests Chromium, which addresses this vulnerability. Please see [Google Chrome Releases](https://chromereleases.googleblog.com/2026) for more information.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | 影响边界/网络设备 (+5) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 14.4
Conf: 50%
Microsoft MSRC

This CVE was assigned by Chrome. Microsoft Edge (Chromium-based) ingests Chromium, which addresses this vulnerability. Please see [Google Chrome Releases](https://chromereleases.googleblog.com/2026) for more information.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | 影响边界/网络设备 (+5) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 14.4
Conf: 50%
Microsoft MSRC

This CVE was assigned by Chrome. Microsoft Edge (Chromium-based) ingests Chromium, which addresses this vulnerability. Please see [Google Chrome Releases](https://chromereleases.googleblog.com/2026) for more information.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | 影响边界/网络设备 (+5) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 14.4
Conf: 50%
Microsoft MSRC

This CVE was assigned by Chrome. Microsoft Edge (Chromium-based) ingests Chromium, which addresses this vulnerability. Please see [Google Chrome Releases](https://chromereleases.googleblog.com/2026) for more information.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | 影响边界/网络设备 (+5) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 14.4
Conf: 50%
Microsoft MSRC

This CVE was assigned by Chrome. Microsoft Edge (Chromium-based) ingests Chromium, which addresses this vulnerability. Please see [Google Chrome Releases](https://chromereleases.googleblog.com/2026) for more information.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | 影响边界/网络设备 (+5) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 14.4
Conf: 50%
Microsoft MSRC

This CVE was assigned by Chrome. Microsoft Edge (Chromium-based) ingests Chromium, which addresses this vulnerability. Please see [Google Chrome Releases](https://chromereleases.googleblog.com/2026) for more information.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | 影响边界/网络设备 (+5) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 14.4
Conf: 50%
Microsoft MSRC

This CVE was assigned by Chrome. Microsoft Edge (Chromium-based) ingests Chromium, which addresses this vulnerability. Please see [Google Chrome Releases](https://chromereleases.googleblog.com/2026) for more information.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | 影响边界/网络设备 (+5) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 14.4
Conf: 50%
Microsoft MSRC

This CVE was assigned by Chrome. Microsoft Edge (Chromium-based) ingests Chromium, which addresses this vulnerability. Please see [Google Chrome Releases](https://chromereleases.googleblog.com/2026) for more information.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | 影响边界/网络设备 (+5) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 14.4
Conf: 50%
Microsoft MSRC

This CVE was assigned by Chrome. Microsoft Edge (Chromium-based) ingests Chromium, which addresses this vulnerability. Please see [Google Chrome Releases](https://chromereleases.googleblog.com/2026) for more information.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | 影响边界/网络设备 (+5) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 14.4
Conf: 50%
Microsoft MSRC

This CVE was assigned by Chrome. Microsoft Edge (Chromium-based) ingests Chromium, which addresses this vulnerability. Please see [Google Chrome Releases](https://chromereleases.googleblog.com/2026) for more information.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | 影响边界/网络设备 (+5) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 14.4
Conf: 50%
Microsoft MSRC

This CVE was assigned by Chrome. Microsoft Edge (Chromium-based) ingests Chromium, which addresses this vulnerability. Please see [Google Chrome Releases](https://chromereleases.googleblog.com/2026) for more information.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | 影响边界/网络设备 (+5) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 14.4
Conf: 50%
Microsoft MSRC

This CVE was assigned by Chrome. Microsoft Edge (Chromium-based) ingests Chromium, which addresses this vulnerability. Please see [Google Chrome Releases](https://chromereleases.googleblog.com/2026) for more information.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | 影响边界/网络设备 (+5) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 14.4
Conf: 50%
Microsoft MSRC

This CVE was assigned by Chrome. Microsoft Edge (Chromium-based) ingests Chromium, which addresses this vulnerability. Please see [Google Chrome Releases](https://chromereleases.googleblog.com/2026) for more information.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | 影响边界/网络设备 (+5) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 14.4
Conf: 50%
Microsoft MSRC

This CVE was assigned by Chrome. Microsoft Edge (Chromium-based) ingests Chromium, which addresses this vulnerability. Please see [Google Chrome Releases](https://chromereleases.googleblog.com/2026) for more information.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | 影响边界/网络设备 (+5) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 14.4
Conf: 50%
Microsoft MSRC

This CVE was assigned by Chrome. Microsoft Edge (Chromium-based) ingests Chromium, which addresses this vulnerability. Please see [Google Chrome Releases](https://chromereleases.googleblog.com/2026) for more information.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | 影响边界/网络设备 (+5) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 14.4
Conf: 50%
Microsoft MSRC

This CVE was assigned by Chrome. Microsoft Edge (Chromium-based) ingests Chromium, which addresses this vulnerability. Please see [Google Chrome Releases](https://chromereleases.googleblog.com/2026) for more information.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | 影响边界/网络设备 (+5) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 14.4
Conf: 50%
Microsoft MSRC

This CVE was assigned by Chrome. Microsoft Edge (Chromium-based) ingests Chromium, which addresses this vulnerability. Please see [Google Chrome Releases](https://chromereleases.googleblog.com/2026) for more information.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | 影响边界/网络设备 (+5) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 14.4
Conf: 50%
Microsoft MSRC

This CVE was assigned by Chrome. Microsoft Edge (Chromium-based) ingests Chromium, which addresses this vulnerability. Please see [Google Chrome Releases](https://chromereleases.googleblog.com/2026) for more information.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | 影响边界/网络设备 (+5) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 14.4
Conf: 50%
Microsoft MSRC

This CVE was assigned by Chrome. Microsoft Edge (Chromium-based) ingests Chromium, which addresses this vulnerability. Please see [Google Chrome Releases](https://chromereleases.googleblog.com/2026) for more information.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | 影响边界/网络设备 (+5) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 14.4
Conf: 50%
Microsoft MSRC

This CVE was assigned by Chrome. Microsoft Edge (Chromium-based) ingests Chromium, which addresses this vulnerability. Please see [Google Chrome Releases](https://chromereleases.googleblog.com/2026) for more information.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | 影响边界/网络设备 (+5) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 14.4
Conf: 50%
Microsoft MSRC

This CVE was assigned by Chrome. Microsoft Edge (Chromium-based) ingests Chromium, which addresses this vulnerability. Please see [Google Chrome Releases](https://chromereleases.googleblog.com/2026) for more information.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | 影响边界/网络设备 (+5) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 14.4
Conf: 90%

2026年9月5日,CrowdStrike 官方博客发布公告,宣布推出面向 AI 代理的持续身份(Continuous Identity for AI Agents)产品功能。该公告聚焦于 AI 代理身份安全这一新兴领域,但原文未提供技术细节或摘要。从标题与厂商背景推断,该功能可能是将 CrowdStrike 现有的身份安全与端点检测(EDR)能力扩展到 AI 代理场景,旨在解决 AI 代理在自动化任务中面临的动态身份、权限控制、访问审计等问题。其核心思路可能涉及为 AI 代理创建数字身份、实施持续认证与授权、监控代理行为并联动威胁检测,从而防止 AI 代理被越权滥用或成为攻击跳板。由于没有攻击事件、漏洞信息或具体技术参数,本次公告更多属于产品发布或安全能力扩展,而非对某个已发生攻击活动的响应。对于安全团队而言,该公告表明 AI 代理正逐步融入企业环境,随之而来的身份管理挑战将成为未来安全体系的重要环节。目前公告中未提及任何 CVE、ATT&CK 技术、IOC 或受影响行业/地区。

💡 影响/原因: AI 代理正被企业广泛采用,但其身份安全和访问控制仍是薄弱环节。该公告显示主流安全厂商开始将零信任能力扩展到 AI 代理,预示着新的安全防护要求,值得安全团队提前评估自身 AI 基础设施的治理策略。

🎯 建议动作: 关注 CrowdStrike 官方文档与后续技术说明,评估现有 AI 代理使用场景是否依赖中心化身份管控;提前规划针对 AI 代理的访问审计和权限最小化策略;在测试环境中验证身份管理方案;将 AI 代理行为纳入安全监控范围,并考虑部署具备行为分析能力的检测机制。

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | 涉及勒索软件 (+4) | 涉及云/身份/边界网关 (+4) | LLM 评分加成 (+0.4)
@typespec/spector

### Summary `@typespec/spector` registers a `POST /.admin/stop` HTTP route with no authentication, authorization token, Origin check, or IP-source restriction. Any network-reachable client can send a single unauthenticated POST request to terminate the mock server process. Because the server binds to `0.0.0.0` by default (all interfaces), this endpoint is exposed to any host that can reach the se

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | 影响边界/网络设备 (+5) | Secondary 数据源 (+2) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
👥 作者: Varun Gadey, Ziad Marey, Alexandra Dmitrienko

该论文研究检索增强代码生成(RACG)系统中的知识投毒攻击。RACG通过从外部代码库、文档和补丁中检索知识并注入到生成上下文,显著提升了大语言模型(LLM)的代码生成能力,但也引入了新的信任边界:恶意构造的代码工件可以在不修改底层LLM的情况下影响生成结果。已有工作表明,选择现有脆弱示例可以提高RACG输出的整体漏洞率,但尚未解决黑盒攻击者能否构造一个针对单一任务匹配的恶意工件,来传播攻击者选定弱点的问题。为此,论文提出了CodePoisonRAG,一种目标性上游知识投毒框架,将良性的固定代码条目转换为中毒工件。攻击链结合两类技术:一是CWE特定漏洞注入(Vulnerability Injection),将选定的source-to-sink数据流嵌入代码且保持任务对齐;二是语义错标(Semantic Mislabeling),在不修复脆弱行为的前提下添加虚假的安全性声明。攻击者无法访问受害者的已部署知识库、检索器、重排器、生成器、提示词或防御机制,且每个任务最多注入一个工件。作者构造了85个中毒工件,覆盖Java和C语言中的10个CWE类别,总体语料投毒比例为0.7%。实验结果表明,在三个生成器上所有85个工件都出现在对应查询的结果前3名中,攻击成功率介于0.80至0.93之间。针对CodeGuarder(一种向生成上下文注入特定漏洞安全知识的防御机制),攻击成功率仍保持在0.40至0.71之间。研究证明RACG投毒不仅可能利用现有漏洞的偶然传播,更可以有针对性地构造并传播攻击者选定的弱点。该工作适合关注AI供应链安全、代码生成安全及检索增强系统对抗鲁棒性的研究人员和安全工程师阅读。

💡 推荐理由: 揭示了RACG在代码生成场景中的新型供应链攻击面:仅需在公开知识库中注入少量恶意工件,即可高概率诱导LLM生成带特定CWE漏洞的代码,且可绕过现有基于上下文安全的防御。

🎯 建议动作: 研究跟进

排序因子: 有可用补丁/修复方案 (+3) | 影响边界/网络设备 (+5) | 来自 arXiv 其他板块 (+2) | 命中热门研究主题 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
INFO EPSS 0%
ADVISORY 2026-09-03

Stable Channel Update for Desktop

推荐 13.4
Conf: 50%
Google Chrome Releases

The Stable channel has been updated to 152.0.7977.82/.83 for Windows and Mac and 152.0.7977.82 for Linux, which will roll out over the coming days/weeks. A full list of changes in this build is available in the Log Security Fixes and RewardsNote: Access to bug details and links may be kept restricted until a majority of users are updated with a fix. We will also retain restrictions if the bug exis

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 包含 CVE (+2) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
推荐 13.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7925: ensure tx headroom in usb_sdio_tx_prepare_skb mt7925_usb_sdio_tx_prepare_skb() pushes a TX descriptor and a USB header onto every skb and assumes the headroom for them is already there. That holds for locally generated traffic, where mac80211 reserves hw->extra_tx_headroom, but forwarded frames are sent throu

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | 影响边界/网络设备 (+5) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 13.4
Conf: 50%

QAnything 2.0.0 contains an authentication bypass vulnerability in the /api/local_doc_qa/get_file_base64 and /api/local_doc_qa/get_doc endpoints that allows unauthenticated attackers to access any uploaded file or document. Attackers can enumerate file identifiers through unauthenticated endpoints and retrieve base64-encoded files or parsed document chunks without ownership verification to disclos

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | 影响边界/网络设备 (+5) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

Blinko 1.8.7 contains an authorization bypass (IDOR) vulnerability in multiple tRPC procedures (message.list, message.update, message.delete, message.clearAfter in server/routerTrpc/message.ts and conversation.clearMessages in server/routerTrpc/conversation.ts). Although these procedures require authentication, they query the database by caller-supplied conversation or message ID without verifying

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | 影响边界/网络设备 (+5) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 13.4
Conf: 50%

Traefik before v2.11.55 contains a TLS option conflict resolution vulnerability that allows unauthenticated attackers to bypass client-certificate authentication by creating conflicting TLS options on multi-host routers. Attackers can reach protected backends by exploiting shared TLS resolution across multiple hostnames in a single router rule, causing the strict mTLS requirement to fall back to d

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | 影响边界/网络设备 (+5) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
CVE-2026-75925

Improper neutralization of CRLF sequences in IXON VPN Client before version 1.4.7 allows an attacker to execute commands as root or SYSTEM. Configuration values accepted by the local service are written to a file later consumed by a privileged subprocess, without line-ending sequences being neutralized, which allows additional directives to be introduced into that file. The configuration interface

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.6) (+4) | 影响边界/网络设备 (+5) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-75160

An issue in X-Serie Gateway Firmware V6_00_05 allows a remote attacker to escalate privileges via the endpoints /cgi-bin/wwwugw.cgi and /cgi-bin/ugwdownload.cgi.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.1) (+4) | 影响边界/网络设备 (+5) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85184

@fastify/middie versions >= 9.1.0 and before 9.3.4 decide whether to run path-scoped middleware by matching against the raw request target, while the Fastify router resolves an absolute-form request target to its path before dispatching. Because the two layers evaluate different strings, a request using an absolute-form target reaches the route handler while the path-scoped middleware, such as aut

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.1) (+4) | 影响边界/网络设备 (+5) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-70403

XING CPTrans-ME-X contains a Use of Hard-coded Password (CWE-259). Anyone with the knowledge of the credential may log in to the affected device.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.8) (+4) | 影响边界/网络设备 (+5) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-69657

XING CPTrans-ME-X contains a Use of Default Password (CWE-1393). Anyone with the knowledge of the credential may log in to the affected device.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.8) (+4) | 影响边界/网络设备 (+5) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
推荐 12.4
Conf: 50%
知道创宇 / Seebug

PLANET VDR-300NU ADSL Router - 未授权修改DNS

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | 影响边界/网络设备 (+5) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Acknowledgements

推荐 12.4
Conf: 50%
Android Security Bulletin

Acknowledgements

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | 影响边界/网络设备 (+5) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)

SolidInvoice is an open-source invoicing platform. Prior to version 3.0.1, the REST API authenticator accepts bearer tokens via a `?token=` URL query parameter as a fallback to the `X-API-TOKEN` header. This causes long-lived API credentials to be recorded in server access logs, proxy logs, browser history, and HTTP Referer headers sent to third-party origins. Version 3.0.1 fixes the issue.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
推荐 12.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: erofs: remove fscache backend entirely EROFS over fscache was introduced to provide image lazy pulling functionality. After the feature landed, the fscache subsystem made netfs a new hard dependency, which is unexpected for a local filesystem and has an kernel-defined caching hierarchy which could be inflexible compared to the f

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
推荐 12.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: netfs: release readahead folios on iterator preparation failure netfs_prepare_read_iterator() batches readahead folios in put_batch so that the folio references can be dropped after the I/O iterator has been prepared. If rolling_buffer_load_from_ra() fails after earlier folios have been batched, the function returns immediately

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-04

erofs: cap LZMA stream pool size

推荐 12.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: erofs: cap LZMA stream pool size fs/erofs/decompressor_lzma.c sizes the module-global MicroLZMA stream pool from num_possible_cpus() when the lzma_streams module parameter is unset, then z_erofs_load_lzma_config() preallocates one image-supplied dictionary per stream, accepting dictionaries up to 8 MiB. On high-CPU systems, a s

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
推荐 12.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: sctp: reject stale cookies with mismatched verification tags sctp_unpack_cookie() skips cookie expiration checks whenever an association already exists. This is broader than the exception in RFC 9260 Section 5.2.4. For an existing association, Section 5.2.4 permits an expired State Cookie only when both Verification Tags in th

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
推荐 12.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix OOB in free_rd_atomic_resources() free_rd_atomic_resources() iterates using qp->attr.max_dest_rd_atomic. Updating max_dest_rd_atomic before freeing the old array can make the free path walk past the old allocation and trigger a slab out-of-bounds write catched by KASAN: =============================================

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
Kernel

In the Linux kernel, the following vulnerability has been resolved: KVM: SEV: Allocate full pages for {DE,EN}CRYPT ops on SNP-enabled hosts When {de,en}crypting memory of an SEV or SEV-ES guest on an SNP-enabled host via a temporary buffer, allocate a full 4KiB page for the buffer to ensure the page containing the buffer is wholly owned by KVM, i.e. won't be concurrently allocated and accessed b

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
推荐 12.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: crypto: qce - fix CCM AAD buffer underallocation The AAD buffer allocated in qce_aead_ccm_prepare_buf_assoclen() can be smaller than the length later programmed into the DMA scatterlist. The allocation size is currently calculated as: ALIGN(assoclen, 16) + MAX_CCM_ADATA_HEADER_LEN while the DMA length is set to: ALIGN(as

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
Kernel

In the Linux kernel, the following vulnerability has been resolved: iommu/iommufd: Fix NULL pointer deref in iommufd_ioas_change_process when racing with iopt_map_file_pages iommufd_ioas_change_process() iterates every IOAS area while only holding every IOAS iova_rwsem, so it assumes every area has a non-NULL pages pointer. That assumption can be false when it runs concurrently with iopt_map_fil

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
推荐 12.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: nilfs2: reject invalid block index in GC ioctl Syzbot reported list corruption caused by a double list_add_tail() call on bh->b_assoc_buffers within nilfs_lookup_dirty_data_buffers(). Analysis revealed that the root cause was the insertion of a page/folio with a page index of ULONG_MAX into the page cache via the GC ioctl. file

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
推荐 12.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: fbdev: Wrap user-invoked calls to fb_set_var() in helper Handle fbcon during display updates in fb_set_var_from_user(). Check with fbcon if the mode change is possible, update hardware state and finally update fbcon. Update all callers. Only the FBIOPUT_VSCREENINFO ioctl currently does all steps. Other mode-changes callers in s

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
推荐 12.4
Conf: 50%

Nightingale (n9e), as of commit 8362cbe (main branch, confirmed 2026-08-27), contains a server-side request forgery vulnerability in the isPublicIP function in aiagent/tools/http.go, the SSRF guard for the http_fetch AI-agent tool. The function only unwraps standard IPv4-mapped (::ffff:a.b.c.d) IPv6 addresses before checking them against the forbidden-range list, and does not classify 6to4 (2002::

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
推荐 12.4
Conf: 50%

ms-swift 4.5.2 contains a server-side request forgery vulnerability in the swift deploy OpenAI-compatible API that fetches multimodal media URLs without validation or redirect filtering. Unauthenticated attackers can supply arbitrary image_url, audio_url, or video_url parameters to make the server issue requests to internal services and cloud metadata endpoints.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
推荐 12.4
Conf: 50%

LLaMA-Factory contains a server-side request forgery vulnerability in the OpenAI-compatible API multimodal media URL handler that allows unauthenticated attackers to bypass SSRF validation. The check_ssrf_url guard validates URLs once but requests.get follows redirects and re-resolves DNS without re-validation, enabling attackers to use HTTP redirects or DNS rebinding to access internal addresses

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
推荐 12.4
Conf: 50%

OGX (formerly Llama Stack, affected at commit fbe8e0f) contains an unauthenticated server-side request forgery vulnerability in the OpenAI-compatible POST /v1/responses endpoint. MCP tool definitions accept a server_url parameter (along with headers and authorization values) that is fetched server-side without destination validation; the existing validate_url_not_private() guard used for other URL

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
推荐 12.4
Conf: 50%

Marqo 2.26.0 contains a server-side request forgery vulnerability in the add_documents endpoint that allows unauthenticated attackers to trigger requests to arbitrary URLs by supplying malicious media field values. Attackers can exploit download_image_from_url and fetch_content_sample functions which lack destination filtering and host validation to access internal services and cloud metadata endp

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)

AppFlowy-Cloud through 0.9.64 fails to validate workspace membership when establishing WebSocket connections in the establish_ws_connection_v2 handler, allowing authenticated users to bind sessions to workspaces they do not belong to. Attackers can send sync Manifest messages with victim object identifiers to read full document or database state from collaborations in other workspaces without vict

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
推荐 12.4
Conf: 50%

LobeChat (LobeHub) 2.2.1 does not properly verify inbound chat-platform webhook signatures in the QQ and Feishu adapters. The webhook route (/api/agent/webhooks/:platform) is unauthenticated by design and delegates verification to each adapter; the QQ adapter performs no Ed25519 signature verification on dispatched message events, and the Feishu adapter only performs an optional static-token compa

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
推荐 12.4
Conf: 50%

AppFlowy-Cloud 0.9.64 fails to verify that requested collab objects belong to the workspace in authorization checks, allowing attackers to access documents and database rows across workspaces. Attackers can supply a victim's object ID with their own workspace ID to bypass access controls and read, modify, or delete cross-workspace data.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
推荐 12.4
Conf: 50%

Douyin_TikTok_Download_API through 4.1.2 contains a server-side request forgery vulnerability in the /api/download and /api/hybrid/video_data endpoints that allows unauthenticated attackers to fetch arbitrary URLs by supplying a url query parameter. Attackers can request internal services including cloud metadata endpoints and retrieve response bodies containing sensitive credentials through error

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
推荐 12.4
Conf: 50%

Grav versions 2.0.0 through 2.0.17 fail to apply save-time XSS detection to modular pages, allowing authenticated page editors to store Twig-assembled XSS payloads. Attackers with page-edit rights can create modular pages with malicious Twig code that executes in visitor browsers when the parent page is rendered, including in administrator sessions.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
推荐 12.4
Conf: 50%

phpMyFAQ versions before 4.1.8 contain a stored cross-site scripting vulnerability in FaqHelper::convertOldInternalLinks() that calls html_entity_decode() on sanitized FAQ content, reversing entity-encoding protection. Authenticated users with FAQ editing privileges can inject JavaScript payloads that execute in the browsers of all users viewing the affected FAQ pages.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
推荐 12.4
Conf: 50%

A cross-site request forgery (CSRF) vulnerability exists in MISP due to form-security and CSRF protections being disabled based on whether an incoming request was identified as a REST request. MISP's REST detection can be influenced by request properties such as the URL suffix or the HTTP Accept header. Because Accept: application/json can be supplied by a cross-origin page without requiring a CO

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)

An incorrect authorization vulnerability in MISP allowed authenticated users to delete attributes from events despite lacking the required perm_modify or perm_modify_org permissions. The affected attribute deletion paths relied on organization membership checks performed by MispAttribute::deleteAttribute() but did not consistently enforce MISP's event modification authorization rules. Consequentl

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
推荐 12.4
Conf: 50%

An authorization flaw in MISP allowed an authenticated user to submit a sharing_group_id without verifying that the user was authorized to use the referenced Sharing Group. In several attribute and Galaxy Cluster creation and editing workflows, validation of the submitted Sharing Group was performed only when the request explicitly set the distribution field to 4 ("Sharing Group"). An attacker co

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
vllm

## Summary When the vLLM API receives a malformed request (e.g., invalid JSON or missing required fields), FastAPI raises a Pydantic `RequestValidationError`. The `validation_exception_handler` in `vllm/entrypoints/openai/server_utils.py` converts this exception to a string via `str(exc)`, which includes the internal file path and line number of the handler function. The existing `sanitize_messag

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | 影响边界/网络设备 (+5) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
vllm

## Summary The `/v1/completions/derender` and `/v1/chat/completions/derender` endpoints accept caller-supplied `GenerateResponse` objects and postprocess every nested `choices[*].token_ids` list directly. Unlike the normal render/generate path, derender does not enforce model context length, resolved `max_tokens`, `max_num_seqs`, choice-count, or response-size bounds before detokenizing and retur

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | 影响边界/网络设备 (+5) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
github.com/siyuan-note/siyuan/kernel

**CVE:** This vulnerability corresponds to [CVE-2026-72792](https://nvd.nist.gov/vuln/detail/CVE-2026-72792). ### Summary `/api/tag/getTag` filters its results for reader roles through `FilterTagsByPublishIgnore`, which checks only the *visible* publish tier. Documents that are published but password-protected pass that check, so a reader who has never entered a document's publish password recei

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | 影响边界/网络设备 (+5) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
github.com/siyuan-note/siyuan/kernel

**CVE:** This vulnerability corresponds to [CVE-2026-72795](https://nvd.nist.gov/vuln/detail/CVE-2026-72795). ### Summary `/api/block/getBlockDOMWithEmbed` and `/api/block/getBlockDOMsWithEmbed` gate only the *requested* block against publish access. The blocks pulled in by that block's embed (transclusion) query are inlined into the returned DOM with no publish-access check at all, so a reader

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | 影响边界/网络设备 (+5) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
github.com/siyuan-note/siyuan/kernel

**CVE:** This vulnerability corresponds to [CVE-2026-72797](https://nvd.nist.gov/vuln/detail/CVE-2026-72797). ### Summary `POST /api/notebook/getEncryptedNotebookStatus` returns the identifier, name, and current lock state of every encrypted notebook, with no publish-access filtering. The route is registered `CheckAuth` only, no `CheckReadonly`, no `CheckAdminRole` so it is reachable by the publ

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | 影响边界/网络设备 (+5) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
github.com/siyuan-note/siyuan/kernel

**CVE:** This vulnerability corresponds to [CVE-2026-72799](https://nvd.nist.gov/vuln/detail/CVE-2026-72799). ### Summary Five filetree endpoints resolve arbitrary document IDs and paths with no publish-access check of any kind. All are `CheckAuth`-only, so they are reachable by the publish `RoleReader` token and by the anonymous account when `Publish.Auth.Enable` is `false`. An anonymous reader

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | 影响边界/网络设备 (+5) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 12.4
Conf: 50%
surrealdb-core

A `PERMISSIONS ... WHERE` clause is evaluated with permission enforcement disabled, so it can't recurse into its own checks. But the clause could also contain data-modifying statements, and these ran with enforcement still off — so evaluating a permission check could write to tables the caller cannot write. For example: ```surql DEFINE TABLE post PERMISSIONS FOR update WHERE (CREATE log SET

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | 影响边界/网络设备 (+5) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
github.com/siyuan-note/siyuan/kernel

**CVE:** This vulnerability corresponds to [CVE-2026-72800](https://nvd.nist.gov/vuln/detail/CVE-2026-72800). ### Summary `POST /api/av/getAttributeViewKeysByID` returns a database's full column schema with no publish-access filtering, while its sibling `getAttributeViewKeys` applies the filter for reader sessions. Two further endpoints, `getBlockDefIDsByRefText` and `getBlockRelevantIDs` return

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | 影响边界/网络设备 (+5) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
👥 作者: Jianqiang Wang, Yi Xiang, Meng Wang 0071, Qinying Wang, Ali Abbasi 0002, Thorsten Holz

本文提出 SmuFuzz,一个面向闭源厂商固件中 System Management Mode (SMM) 应用的模糊测试框架,旨在解决现有 SMM 模糊测试缺少完整 UEFI 运行时环境的问题。在 UEFI 标准下,x86 处理器上的 SMM 用于处理关键硬件事件,运行于 Ring -2 特权级,对系统资源拥有近乎无限的访问权限;然而厂商普遍使用内存不安全的语言开发 SMM 应用,导致其容易受到内存破坏漏洞影响并成为攻击者的高价值目标。现有 SMM 模糊测试方法由于没有完整 UEFI 运行时来支撑 SMM 应用的准备、初始化和收尾,应用数据常常未被正确初始化,一旦模糊测试访问未初始化数据,就会引发提前退出或非预期崩溃,导致只能探索到浅层代码并产生大量误报。SmuFuzz 通过部分重托管 SMM 应用,在一个提供完整 UEFI 运行时的定制基础设施上运行,自动补齐依赖与运行时,使目标应用能够正确初始化和正常执行;同时,SmuFuzz 自动推断复杂 SMM 应用的输入语义以实现深度探索。实验表明,与最先进的模糊器相比,SmuFuzz 的唯一基本块覆盖率达到 4.45 倍,同时发现更多漏洞并显著降低了误报率。利用 SmuFuzz,作者在多家主要厂商的固件中识别出 38 个新漏洞,并均已负责任地披露。该工作对 UEFI 固件安全研究、蓝队固件漏洞评估以及 SMM 模糊测试工具选型具有重要参考价值,适合固件安全研究员、漏洞挖掘工程师及固件供应链安全审计人员阅读。

💡 推荐理由: SMM 漏洞影响固件信任根级别,现有模糊测试因缺少完整 UEFI 运行时而效果欠佳。SmuFuzz 通过部分重托管和运行时仿真显著提高覆盖率并降低误报,为固件漏洞挖掘提供了更可靠的手段,有助于蓝队提前发现上游固件风险。

🎯 建议动作: 研究跟进

排序因子: 来自网络安全顶级会议 (+8) | 命中热门研究主题 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.6)
👥 作者: Qijun Wang, Chunqi Qian, Huacheng Zeng

该论文提出了一种名为 RadKey 的射频反向散射系统,用于实现隐蔽、远距离、穿墙的键盘按键推断攻击。研究背景指出,键盘作为敏感信息输入的主要设备,一直是侧信道窃听攻击的目标;以往基于声学、振动等侧信道的方法通常需要近距离放置传感器,且依赖受害者特定数据进行模型训练,局限了其实用性、扩展性和隐蔽性。RadKey 的核心组件包括一个无电池的紧凑型反向散射标签和一个射频阅读器。标签通过两个磁耦合的 LC 谐振器,将按键引起的振动和声学信号调制到反向散射射频信号的频移上,同时该设计实现了激励信号与反向散射信号的频谱分离,减轻了阅读器的自干扰,从而增大窃听距离。射频阅读器对反向散射信号解调后,可推断出受害者键入的内容。系统采用专用的信号处理流程,在时域和频域提取与用户和键盘无关的按键特征,从而具备较强的泛化能力。为进一步增强适应性,RadKey 集成大语言模型进行在线自适应:在运行过程中,将 LLM 的输出作为伪标签来优化分类器。作者完成了完整原型系统,并通过广泛的无线实验评估,结果表明 RadKey 在真实环境中对不同用户均能实现准确且鲁棒的按键推断。论文还提供了演示视频链接。该研究的主要贡献在于:提出一种新的基于反向散射的穿墙窃听架构,解决传统侧信道方法在隐蔽性和泛化性上的不足,并展示 LLM 在信号分类中的在线适配潜力。适合安全研究人员、硬件安全工程师及侧信道攻击防御者阅读。

💡 推荐理由: 该研究展示了结合射频反向散射与LLM的新型穿墙键盘窃听攻击,威胁物理隔离环境中的敏感信息输入,提醒防御者关注非传统侧信道与智能自适应攻击的潜力。

🎯 建议动作: 研究跟进

排序因子: 来自网络安全顶级会议 (+8) | 命中热门研究主题 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.6)
👥 作者: Jian Lou 0001, Chenyang Zhang, Xiaoyu Zhang 0010, Kai Wu 0003

本文提出 PreferCare,这是首个专门针对 LLM 对齐训练中偏好数据集版权保护的水印注入与验证框架。随着 LLM 应用安全性需求日益迫切,对齐训练算法(如 RLHF/DPO 等)依赖大量高质量偏好数据来微调模型,使其行为符合人类价值观。然而,这类数据集的生成与人工标注成本高昂且劳动密集,因此其版权保护至关重要。PreferCare 包含两个阶段:注入阶段和验证阶段。注入阶段设计了基于风格迁移的水印信号和双层水印优化过程,将水印嵌入偏好数据集中,使其不易被察觉且不影响数据质量。验证阶段采用统计检验方法,判断可疑 LLM 是否在未授权情况下使用了含水印的偏好数据集。在多个主流 LLM 上的大量实验表明,PreferCare 在不同设置下具备有效性、无害性、可迁移性和鲁棒性,并能在 20 次查询内成功完成水印验证。该研究为 AI 数据版权保护提供了新思路,尤其适用于保护用于对齐训练的偏好数据不被非法使用。

💡 推荐理由: 为偏好数据集版权保护提供了首个专门方案,填补了该领域空白,对依赖 LLM 对齐技术的企业或研究机构的数据资产保护具有直接参考价值。

🎯 建议动作: 研究跟进

排序因子: 来自网络安全顶级会议 (+8) | 命中热门研究主题 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.6)
推荐 11.5
Conf: 50%
👥 作者: Yuntao Du 0002, Ninghui Li 0001

该论文围绕表格数据合成技术展开系统评估。数据合成被视为在保护数据隐私的前提下利用数据的重要手段,近年来涌现出大量表格数据合成器(synthesizers),其中部分满足差分隐私(Differential Privacy)约束,另一些则仅基于启发式方式提供隐私保护。然而,由于现有评估指标本身存在缺陷,加之新开发的合成器(如基于扩散模型和大型语言模型的方法)缺乏与最先进统计合成器的直接对比,导致研究界对这些合成器的实际优缺点缺乏全面深入的理解。论文旨在通过系统化的评估框架,对多种合成器进行公平、全面的横向比较,揭示其在数据效用、隐私保护能力及可用性等方面的表现。研究可能涵盖对评估指标本身的反思,提出更合理的评估维度,并为合成器的选择提供科学依据。该工作对于隐私保护机器学习、数据发布等应用场景具有重要的参考价值,有助于研究者与从业者摆脱对单一指标或单一算法家族的盲目依赖,从实证角度理解不同技术路线(统计方法、扩散模型、大语言模型)在表格数据合成中的真正潜力与边界。由于当前仅有论文摘要,没有公开详细实验设置与结果,因此本摘要基于摘要信息进行概括,具体结论需参考完整论文。

💡 推荐理由: 表格数据合成是隐私保护技术的重要分支,安全从业者需要评估合成器能否真正防止敏感信息泄露。本论文系统对比了统计、扩散模型和LLM类合成器,揭示了评估指标中的潜在盲区,有助于在选择数据发布方案时避免误用弱隐私保护方法。

🎯 建议动作: 研究跟进

排序因子: 来自网络安全顶级会议 (+8) | 命中热门研究主题 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
INFO
ADVISORY 2026-09-05

Firefox browsers

推荐 11.4
Conf: 50%
Mozilla Security Advisories

Firefox browsers

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Sign in to Cloud

推荐 11.4
Conf: 50%
Oracle Critical Patch Updates

Sign in to Cloud

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Sign Up for Free Cloud Tier

推荐 11.4
Conf: 50%
Oracle Critical Patch Updates

Sign Up for Free Cloud Tier

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

iOS 26.4.2 and iPadOS 26.4.2

推荐 11.4
Conf: 50%
Apple Security Releases

iOS 26.4.2 and iPadOS 26.4.2

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

iOS 18.7.8 and iPadOS 18.7.8

推荐 11.4
Conf: 50%
Apple Security Releases

iOS 18.7.8 and iPadOS 18.7.8

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

iOS 18.7.7 and iPadOS 18.7.7

推荐 11.4
Conf: 50%
Apple Security Releases

iOS 18.7.7 and iPadOS 18.7.7

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

iOS 26.4 and iPadOS 26.4

推荐 11.4
Conf: 50%
Apple Security Releases

iOS 26.4 and iPadOS 26.4

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
推荐 11.4
Conf: 50%
Apple Security Releases

Background Security Improvements for iOS, iPadOS, and macOS

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

iOS 16.7.15 and iPadOS 16.7.15

推荐 11.4
Conf: 50%
Apple Security Releases

iOS 16.7.15 and iPadOS 16.7.15

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

iOS 15.8.7 and iPadOS 15.8.7

推荐 11.4
Conf: 50%
Apple Security Releases

iOS 15.8.7 and iPadOS 15.8.7

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

iOS 26.3 and iPadOS 26.3

推荐 11.4
Conf: 50%
Apple Security Releases

iOS 26.3 and iPadOS 26.3

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

iOS 18.7.5 and iPadOS 18.7.5

推荐 11.4
Conf: 50%
Apple Security Releases

iOS 18.7.5 and iPadOS 18.7.5

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

iOS 26.2 and iPadOS 26.2

推荐 11.4
Conf: 50%
Apple Security Releases

iOS 26.2 and iPadOS 26.2

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

iOS 18.7.3 and iPadOS 18.7.3

推荐 11.4
Conf: 50%
Apple Security Releases

iOS 18.7.3 and iPadOS 18.7.3

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Compressor 4.11.1

推荐 11.4
Conf: 50%
Apple Security Releases

Compressor 4.11.1

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Android Code Search

推荐 11.4
Conf: 50%
Android Security Bulletin

Android Code Search

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Android Devices

推荐 11.4
Conf: 50%
Android Security Bulletin

Android Devices

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Secure an Android device

推荐 11.4
Conf: 50%
Android Security Bulletin

Secure an Android device

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Android 16 QPR2

推荐 11.4
Conf: 50%
Android Security Bulletin

Android 16 QPR2

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Mobile network security

推荐 11.4
Conf: 50%
Android Security Bulletin

Mobile network security

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

iOS 26.5 and iPadOS 26.5

推荐 11.4
Conf: 50%
Apple Security Releases

iOS 26.5 and iPadOS 26.5

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

iOS 18.7.9 and iPadOS 18.7.9

推荐 11.4
Conf: 50%
Apple Security Releases

iOS 18.7.9 and iPadOS 18.7.9

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

iOS 16.7.16 and iPadOS 16.7.16

推荐 11.4
Conf: 50%
Apple Security Releases

iOS 16.7.16 and iPadOS 16.7.16

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

iOS 15.8.8 and iPadOS 15.8.8

推荐 11.4
Conf: 50%
Apple Security Releases

iOS 15.8.8 and iPadOS 15.8.8

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
推荐 11.4
Conf: 50%
Mozilla Security Advisories

MFSA 2026-56Security Vulnerabilities fixed in Firefox for iOS 152.0

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

iOS 26.5.2 and iPadOS 26.5.2

推荐 11.4
Conf: 50%
Apple Security Releases

iOS 26.5.2 and iPadOS 26.5.2

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
推荐 11.4
Conf: 50%
Mozilla Security Advisories

MFSA 2026-65Security Vulnerabilities fixed in Firefox for iOS 152.3

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
推荐 11.4
Conf: 50%
Mozilla Security Advisories

MFSA 2026-66Security Vulnerabilities fixed in Firefox for iOS 152.4

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

iOS 26.6 and iPadOS 26.6

推荐 11.4
Conf: 50%
Apple Security Releases

iOS 26.6 and iPadOS 26.6

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
Mozilla Security Advisories

MFSA 2026-73Security Vulnerabilities fixed in Firefox for Android 153.0.3

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

iOS 26.6.1 and iPadOS 26.6.1

推荐 11.4
Conf: 50%
Apple Security Releases

iOS 26.6.1 and iPadOS 26.6.1

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

iOS 18.7.10 and iPadOS 18.7.10

推荐 11.4
Conf: 50%
Apple Security Releases

iOS 18.7.10 and iPadOS 18.7.10

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
腾讯云安全公告

【大模型服务平台 TokenHub】&【智能体开发平台 ADP】& 【云开发 CloudBase】 关于腾讯云 DeepSeek-V4-Flash (Model ID:deepseek-v4-flash) 模型下线及切换升级的通知

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
推荐 11.4
Conf: 50%
Mozilla Security Advisories

MFSA 2026-81Security Vulnerabilities fixed in Firefox for iOS 155.0

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-03

Chrome for Android Update

推荐 11.4
Conf: 50%
Google Chrome Releases

  Hello Everyone! We've just released Chrome 153 (153.0.8010.27) for Android to a small percentage of users. It'll become available on Google Play over the next few days. You can find more details about early Stable releases here.This release includes stability and performance improvements. You can see a full list of the changes in the Git log. If you find a new issue, please let us know by filing

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-03

Chrome for Android Update

推荐 11.4
Conf: 50%
Google Chrome Releases

  Hi, everyone! We've just released Chrome 152 (152.0.7977.82) for Android. It'll become available on Google Play over the next few days. This release includes stability and performance improvements. You can see a full list of the changes in the Git log. If you find a new issue, please let us know by filing a bug.Android releases contain the same security fixes as their corresponding Desktop relea

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-04

Chrome Dev for Android Update

推荐 11.4
Conf: 50%
Google Chrome Releases

Hi everyone! We've just released Chrome Dev 155 (155.0.8040.0) for Android. It's now available on Google Play.You can see a partial list of the changes in the Git log. For details on new features, check out the Chromium blog, and for details on web platform updates, check here.If you find a new issue, please let us know by filing a bug.Chrome Release TeamGoogle Chrome

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

Firewall for AI

推荐 11.4
Conf: 50%

Firewall for AI

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 影响边界/网络设备 (+5) | Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及云/身份/边界网关 (+4) | LLM 评分加成 (+0.4)

Use production traffic and security signals to prioritize findings, prepare edge mitigations when safe, and propose code patches. By combining WAF data with OpenAI Daybreak models, Vulnerability Discovery and Remediation helps teams identify and patch the most critical threats first.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 影响边界/网络设备 (+5) | Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及云/身份/边界网关 (+4) | LLM 评分加成 (+0.4)
推荐 11.4
Conf: 50%

Microsoft is working to resolve an ongoing Exchange Online outage that is delaying email sent to and received from external domains. [...]

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 影响边界/网络设备 (+5) | Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及勒索软件 (+4) | LLM 评分加成 (+0.4)

The Daybreak initiative will provide subsidized AI cyber capabilities, training and technical assistance, though OpenAI has disclosed few details about costs and eligibility. The post OpenAI Pledges $1 Billion to Bring Frontier AI to Critical Infrastructure Defenders appeared first on SecurityWeek.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 影响边界/网络设备 (+5) | Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及云/身份/边界网关 (+4) | LLM 评分加成 (+0.4)

Trueview T18161 S 6.0.23.4 contains an improper verification in MQTT command processing. An attacker with network access can replay or modify captured MQTT messages, including security-related nonce, timestamp, and signature fields, and the device accepts the modified messages and executes the associated commands.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)

A flaw has been found in code-projects Online Shopping System 1.0. Impacted is the function mysqli_query of the file admin/adduser.php. Executing a manipulation of the argument mobile can lead to sql injection. The attack may be performed from remote. The exploit has been published and may be used.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)

PassMark PerformanceTest before 11.1 build 1012, BurnInTest before 11.1 build 1000, and OSForensics before 11.1 build 1016 contain a privilege escalation vulnerability in DirectIo64.sys that allows local users to clear arbitrary bits at any physical memory address due to missing validation of the physical address parameter in an exposed IOCTL handler. Attackers can obtain a device handle and suppl

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)

PassMark PerformanceTest before 11.1 build 1012, BurnInTest before 11.1 build 1000, and OSForensics before 11.1 build 1016 contain an unauthenticated physical memory disclosure in DirectIo64.sys, reachable by unprivileged local users through a single IOCTL with no caller-identity check. The handler writes a crash-dump-format (PAGEDU64) image of all physical memory to a caller-supplied file path in

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)

A Zip Slip vulnerability in the SonicWall Network Security Manager (NSM) On-Prem file upload and archive processing functionality allows an attacker to extract files outside the intended destination directory using a specially crafted archive.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.1) (+4) | 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

An Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') vulnerability in the SonicWall Network Security Manager (NSM) On-Prem Management interface allows an authenticated attacker with SuperAdmin privileges to inject arbitrary commands that are executed on the underlying host, resulting in remote code execution.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.1) (+4) | 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

A missing authorization vulnerability in the SonicWall Network Security Manager (NSM) On-Prem Management interface allows a lower-privileged Admin user to escalate privileges to SuperAdmin.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.1) (+4) | 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

In the Linux kernel, the following vulnerability has been resolved: erofs: remove fscache backend entirely EROFS over fscache was introduced to provide image lazy pulling functionality. After the feature landed, the fscache subsystem made netfs a new hard dependency, which is unexpected for a local filesystem and has an kernel-defined caching hierarchy which could be inflexible compared to the f

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)

In the Linux kernel, the following vulnerability has been resolved: sctp: reject stale cookies with mismatched verification tags sctp_unpack_cookie() skips cookie expiration checks whenever an association already exists. This is broader than the exception in RFC 9260 Section 5.2.4. For an existing association, Section 5.2.4 permits an expired State Cookie only when both Verification Tags in th

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)

In the Linux kernel, the following vulnerability has been resolved: erofs: cap LZMA stream pool size fs/erofs/decompressor_lzma.c sizes the module-global MicroLZMA stream pool from num_possible_cpus() when the lzma_streams module parameter is unset, then z_erofs_load_lzma_config() preallocates one image-supplied dictionary per stream, accepting dictionaries up to 8 MiB. On high-CPU systems, a s

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)

In the Linux kernel, the following vulnerability has been resolved: netfs: release readahead folios on iterator preparation failure netfs_prepare_read_iterator() batches readahead folios in put_batch so that the folio references can be dropped after the I/O iterator has been prepared. If rolling_buffer_load_from_ra() fails after earlier folios have been batched, the function returns immediately

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
deepseek-tui, codewhale-tui, codewhale

### Maintainer resolution The CodeWhale maintainers validated this report. The affected package ranges are recorded in the advisory metadata. Version 0.8.64 contains the fix in commit 57f3c89471e27ac4032d9791f6885e5d4408c381. Users should upgrade to 0.8.64 or later. The original reporter analysis is preserved below. ### Summary The `rlm_eval` tool runs an arbitrary Python string chosen by the mo

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
deepseek-tui, codewhale-tui, codewhale

### Maintainer resolution The CodeWhale maintainers validated this report. The affected package ranges are recorded in the advisory metadata. Version 0.8.64 contains the fix in commit 26de44a8bd5051f8f944ea60b2c37ae1d2b7d25e. Users should upgrade to 0.8.64 or later. The original reporter analysis is preserved below. ### Summary js_execution exposes parent process environment to model-provided J

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
github.com/siyuan-note/siyuan/kernel

**CVE:** This vulnerability corresponds to [CVE-2026-72802](https://nvd.nist.gov/vuln/detail/CVE-2026-72802). ### Summary `POST /api/asset/resolveAssetPath` returns the resolved **absolute** filesystem path of an asset, unmodified. The route is `CheckAuth`-only, so it is reachable by the publish `RoleReader` token and by the anonymous account when `Publish.Auth.Enable` is `false`. An anonymous r

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
👥 作者: Qingyu Meng, Yiwei Zha, Jiahuan Pei, Koen Hindriks, Herbert Bos, Min Chen

本文针对混合专家(MoE)大语言模型在安全对齐方面的结构性缺陷提出了一种新的防御方法。MoE 架构通过稀疏路由仅激活少量专家模块,从而在近乎恒定的计算开销下实现海量参数扩展;近期出现的混合 MoE 进一步引入共享专家(shared experts)来捕获通用的稳定表征,提升了模型的泛化能力。然而作者指出,稀疏路由本身引入了一个结构性安全漏洞:模型的安全性高度依赖于哪些专家被激活,攻击者可以通过越狱提示、恶意微调以及对安全关键神经元的权重剪枝来操纵路由选择,从而绕过安全机制。现有防御大多集中在加固路由器,但由于路由过程具有非确定性,攻击者仍可能操纵或绕过路由轨迹,导致防御失效。本文首先从理论和实验两方面证明:共享专家作为始终激活的组件,其中包含少量安全关键神经元,能够克服稀疏路由路径的不确定性,作为独立于路由器的锚点来增强全局安全对齐。基于这一发现,作者提出 SEAL,一种训练时参数高效的防御方法,可生成即插即用的适配器附加到共享专家上;进一步提出 SEAL++,通过添加正交约束在训练过程中保留原有安全子空间。作者在六种攻击场景下评估了 SEAL 和 SEAL++,这些场景组合了三种对抗输入(有害提示、越狱、恶意微调)以及是否进行神经元剪枝。实验结果表明,SEAL 能将攻击成功率(ASR)降低最多 60%,而在五个基准测试中的平均能力损失最多仅为 1.4%。此外,SEAL 还可以与路由器级防御无缝集成。本文主要面向 LLM 安全研究者、模型开发者和红蓝队工程师,提供了一种不依赖路由器鲁棒性的、更稳健的安全对齐增强思路。

💡 推荐理由: MoE 已成为主流大模型架构,但其稀疏路由带来的安全弱点尚未被充分缓解。SEAL 不依赖不确定的路由路径,而是利用总是激活的共享专家实现全局安全锚点,为防御对抗性微调和剪枝提供了新思路,值得所有使用 MoE 模型的团队关注。

🎯 建议动作: 研究跟进

排序因子: 影响边界/网络设备 (+5) | 来自 arXiv 其他板块 (+2) | 命中热门研究主题 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.6)
👥 作者: Phong Trinh Duy, Trang Dang Yen, Hung Nguyen-Huu, Bach Le, Quyet-Thang Huynh, Dieu Hoang Vu, David Lo, Thanh Le-Cong

该论文提出 Athena,一个基于知识图谱的漏洞影响库识别系统。研究背景是:广泛使用的库中单个漏洞可能影响数百万下游应用,但超过半数的漏洞数据库条目存在受影响库信息缺失或错误的问题。现有自动化方法将识别问题当作孤立的文本检索任务,忽略了漏洞数据库中的关系结构。Athena 首次将漏洞数据库建模为知识图谱,并将识别问题转化为知识图谱补全任务。系统包含三个关键模块:建模模块构建综合安全知识图谱,集成 CVE、库、CWE 弱点类型、CPE 产品和软件生态系统;补全模块通过链接预测,使用模块化 KGC 主干预测给定 CVE 缺失的受影响库;重排序模块检索 KGC 候选,并使用经知识图谱嵌入增强的微调 LLM 重新打分,联合利用结构化和文本信息。在 VulLib 数据集上的实验表明,Athena 显著优于四个最先进的基线,平均 F1 比最佳基线 VulLibGen 提高 32%。值得注意的是,其仅 110M 参数的 KGC 主干就已超过 VulLibGen 在 7B 参数下的最佳配置,证明了基于图建模的有效性;重排序模块则带来进一步的显著提升,在所有评估的 LLM 主干上持续优于最佳基线。

💡 推荐理由: 漏洞数据库信息缺失是实际威胁情报中的常见痛点,Athena 利用知识图谱结构提升了补全精度,可改进 SBOM 生成、漏洞影响评估等防御流程;其轻量高效特性也便于蓝队集成到现有工具链。

🎯 建议动作: 研究跟进

排序因子: 影响边界/网络设备 (+5) | 来自 arXiv 其他板块 (+2) | 命中热门研究主题 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.6)
👥 作者: Uday Vallabhaneni, Cassie L. Cagwin, David J. Wild

该论文针对大语言模型(LLM)代理在安全运营中心(SOC)中作为自主分析师时面临的两个核心可扩展性缺陷展开研究:一是有限的上下文窗口无法容纳包含数千台主机的认证图全貌;二是自由文本生成无法保证推荐的安全处置动作与当前网络拓扑结构在逻辑上一致。为此,作者提出了 Sentinel-RL 架构,将拓扑推理与语义推理解耦。具体而言,该架构采用一个异构图注意力编码器将实时的认证子图压缩为固定维度的状态表示;随后使用近端策略优化(PPO)策略网络将该状态映射到一组受限的调查动作集合;而 LLM 代理循环仅被允许消费策略输出的推荐结果,并在一个评判器(critic)的约束下生成可供分析师阅读的叙述文本。作者在 LANL 综合多源网络安全事件数据集以及印第安纳大学 Quartz HPC 集群上完成了系统实现与评估,报告了四项主要结果:(i) 一种两阶段 CREATE 摄取模式能够在单台 32 核节点上于 14.2 分钟内将包含 2400 万条边的认证子图加载进 Neo4j 图数据库,比常规基于 MERGE 的流程快约 24 倍;(ii) 一种滑动窗口告警引擎在 50 次试验中均能在不超过 2.5 秒的时间内可靠触发 25 事件/10 秒的阈值条件;(iii) PPO 策略经过 200 次迭代训练后,平均回合回报收敛至 8.74±0.31,在标注的红队事件集上保留测试的精确率达到 0.91、召回率达到 0.87;(iv) 集成的处置闭环完成一次完整的'检测-调查-推荐-人工审批'周期,中位耗时仅 6.3 秒。此外,作者还贡献了可复用的工程模式(包括热节点死锁规避方案)、可移植的高性能计算部署模式(锚点节点同置策略),以及面向企业级落地的分析报告,内容涉及误报经济学、处置动作可逆性保障、审计合规性和人工审批边界。该研究为构建更具可靠性和规模化能力的 SOC 智能代理提供了新的架构参考。

💡 推荐理由: 该研究为 LLM 智能代理在 SOC 中的实际应用提供了可行的架构解耦方案,解决了上下文窗口与拓扑一致性问题,能让安全团队在真实大数据量环境下复用其模式来提升自动化研判能力。

🎯 建议动作: 研究跟进

排序因子: 影响边界/网络设备 (+5) | 来自 arXiv 其他板块 (+2) | 命中热门研究主题 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Syed Ghazanfar Abbas, Dongyan Xu

大型语言模型(LLM)的安全研究大多集中在角色扮演越狱等攻击,忽略了当用户要求模型通过模型自身设计的测试来验证身份声明时的行为。本研究针对这一缺口进行了分阶段开发者身份实验,涉及 ChatGPT、Claude、Qwen、Mistral 和 Llama 五个主流模型。实验结果表明,所有模型最初均拒绝了“我是你的开发者”这一无根据的声明;Claude 拒绝进行身份测试,ChatGPT 则生成面向开发者的问题但强调答案只能证明知识而非身份。相比之下,Qwen 和 Mistral 不仅生成了技术挑战,还自行定义了何为有效证据、评估了详细答案并返回了“已验证”,全程没有接收任何外部验证过的身份证据。Llama 同样生成并评估了开发者测试,接受声明身份后还进而提出了对内部运行时与部署状态的未授权访问主张。作者将模型生成的验证流程称为“模型签发伪凭证”(Model-Issued Pseudo-Credential, MIPC),将由此产生的身份误判称为“对话性伪认证”(Conversational False Authentication, CFA)。在每次 CFA 中,同一个模型既是挑战生成器又是证据评估者和身份决策者,把技术知识错误地转化为身份证明。值得注意的是,被接受的身份并未改变测试的授权边界,说明伪认证与权限提升是两种不同后果。这些发现将自我签发身份认证定义为一种对话安全缺陷:认证身份必须来源于外部安全组件,模型生成的对话绝不能创建或修改身份或授权状态。

💡 推荐理由: 该研究揭示了主流 LLM 在没有真实身份凭证时可能仅凭对话内容就“验证”高权限身份,为依赖模型辅助的认证/授权系统敲响警钟。安全团队应关注基于 LLM 的访问控制中认证信源是否外部化。

🎯 建议动作: 纳入内部评估

排序因子: 影响边界/网络设备 (+5) | 来自 arXiv 其他板块 (+2) | 命中热门研究主题 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Jinxi Yu, Eric Hanchen Jiang, Levina Li, Dong Liu, Zhi Zhang, Wenxiao Zhao, Yanxuan Yu, Kai-Wei Chang, Ying Nian Wu

本文针对基于大语言模型的多智能体系统(LLM-based MAS)提出一种隐私保护的安全防护框架。现有基于拓扑的防护方法通常通过图神经网络(GNN)在智能体间通信图上训练,以定位风险智能体并干预拓扑,但这类方法假设一个中心化运营商能聚合所有带有标签的交互轨迹。在跨组织场景下,该假设不成立:各组织的智能体交互数据中包含私有提示词、工具输出及专有工作流,且单一机构无法掌握完整的攻击分布。为解决此问题,作者将隐私保护的MAS安全防护建模为图联邦学习,并实现了名为FGLGuard的系统。每个参与机构仅使用自身带评判标签的交互图训练一个具有边特征的图注意力检测器,并只共享模型更新,不共享原始数据。FGLGuard结合了多个关键机制:面向非独立同分布(non-IID)客户端的近端局部优化目标、域均衡聚合、抑制过度拒绝的阈值校准、基于上游评分的增强验证,以及对被阻止答案的受控改写策略。实验表明,联邦学习并非可有可无:现成模型在分布偏移下迁移效果极差(AUROC仅为0.51到0.70,需域内重训练),因此实际防护系统必须适应各站点的私有数据。在Agent-SafetyBench、R-Judge和AgentDojo三个基准上,联邦FGLGuard在不汇集任何训练数据的情况下,均超过了集中式域内训练的上限;而无监督异常检测和仅本地训练的基线则表现不佳。跨四个不同领域运营方联合训练所得防护模型,其AUROC与多域集中式仅差0.03,但任何单域模型在其他域上都会失效。实际部署中,FGLGuard将AgentDojo的真实攻击成功率降低了43%,同时保持近乎无防护时的可用性,且零API调用成本、能力损失可忽略。

💡 推荐理由: 为多智能体系统安全提供首个隐私保护的联邦防护方案,解决跨组织数据孤岛下无法共享敏感痕迹的难题,在安全评测上达到集中式上限,适合研究LLM智能体鲁棒性与隐私保护融合的安全工程师。

🎯 建议动作: 研究跟进

排序因子: 影响边界/网络设备 (+5) | 来自 arXiv 其他板块 (+2) | 命中热门研究主题 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
INFO
VULNERABILITY 2026-09-05

Cloud & Application Security

推荐 10.4
Conf: 50%

Cloud & Application Security

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | 涉及云/身份/边界网关 (+4) | LLM 评分加成 (+0.4)
推荐 10.4
Conf: 50%

From Scanner to Stealer: Inside the trivy-action Supply Chain Compromise

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | 涉及供应链攻击 (+4) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

Next-Gen Identity Security

推荐 10.4
Conf: 50%

Next-Gen Identity Security

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | 涉及云/身份/边界网关 (+4) | LLM 评分加成 (+0.4)
推荐 10.4
Conf: 50%

CrowdStrike Expands Identity Leadership with OpenID and IDPro

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | 涉及云/身份/边界网关 (+4) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

cloud architecture assessment

推荐 10.4
Conf: 50%

cloud architecture assessment

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | 涉及云/身份/边界网关 (+4) | LLM 评分加成 (+0.4)
推荐 10.4
Conf: 50%

ransomware and multifaceted extortion defense

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | 涉及勒索软件 (+4) | LLM 评分加成 (+0.4)

Google Cloud Next 2026Catch-up sessions on the keynotes and select sessions are now available on demand.Explore content on-demand

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | 涉及云/身份/边界网关 (+4) | LLM 评分加成 (+0.4)
推荐 10.4
Conf: 50%

The Identity Problem Hiding in AI Agent Deployments

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | 涉及云/身份/边界网关 (+4) | LLM 评分加成 (+0.4)
推荐 10.4
Conf: 50%

94% of Organizations Report Cloud Breaches: CrowdStrike State of CDR Survey

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | 涉及云/身份/边界网关 (+4) | LLM 评分加成 (+0.4)
推荐 10.4
Conf: 50%

Falcon Cloud Security June 2026 Release: Updates for Azure and Google Cloud

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | 涉及云/身份/边界网关 (+4) | LLM 评分加成 (+0.4)

Falcon Cloud Security July 2026 Release: Helping Security Teams Move Faster in the Cloud

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | 涉及云/身份/边界网关 (+4) | LLM 评分加成 (+0.4)

CrowdStrike Named Strongest Overall Leader in 2026 Frost Radar™: Cloud Workload Protection Platforms

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | 涉及云/身份/边界网关 (+4) | LLM 评分加成 (+0.4)
推荐 10.4
Conf: 50%

CrowdStrike Extends Endpoint Security to Stop Software Supply Chain Attacks

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | 涉及供应链攻击 (+4) | LLM 评分加成 (+0.4)
推荐 10.4
Conf: 50%

CrowdStrike Announces Agentic Identity Provider

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | 涉及云/身份/边界网关 (+4) | LLM 评分加成 (+0.4)
推荐 10.4
Conf: 50%

Attackers compromised Coder's Cloudflare infrastructure and added unauthorized registry servers that delivered malicious Terraform modules containing credential-stealing code. [...]

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及勒索软件 (+4) | 涉及云/身份/边界网关 (+4) | LLM 评分加成 (+0.4)
推荐 10.4
Conf: 50%

Multiple lawsuits have been filed against identity verification company IDScan after hackers allegedly breached the service and offered to sell more than 153 million driver's licenses. [...]

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及勒索软件 (+4) | 涉及云/身份/边界网关 (+4) | LLM 评分加成 (+0.4)
👥 作者: Anunay Kulshrestha, Jonathan R. Mayer

该论文研究端到端加密(E2EE)通信场景下有害媒体(如儿童性虐待材料 CSAM、恐怖主义内容等)的识别问题。由于 E2EE 保护用户隐私,服务提供商无法直接查看消息内容,因此需要在不破坏加密和隐私的前提下检测已知有害媒体。论文提出一种高效的私有成员计算方法,允许客户端或服务端在不泄露查询内容的前提下,判断某个媒体对象(如图片/视频的哈希值)是否存在于已知有害内容数据库中。核心贡献包括:设计轻量级密码学协议,将通信双方的计算与通信开销控制在可接受范围;给出与现有 E2EE 系统(如 Signal、WhatsApp 类架构)集成的接口方案;探讨误报(false positive)对用户隐私的影响,并分析抵御恶意客户端/服务端对抗行为的隐私保证。实验表明该方法在真实规模数据集上具有可行性,显著降低带宽与延迟开销。论文适合安全协议设计者、隐私保护技术研究员、以及负责内容审核策略的工程师阅读。

💡 推荐理由: 为 E2EE 环境下的合规内容审核提供了一种兼顾隐私与效率的技术路径,对平衡用户隐私保护与平台安全责任具有直接参考价值。

🎯 建议动作: 研究跟进

排序因子: 来自网络安全顶级会议 (+8) | Community 数据源 (+1) | LLM 评分加成 (+0.6)
👥 作者: Fabian Rauscher, Carina Fiedler, Andreas Kogler, Daniel Gruss

本文是首次对CPU缓存侧信道攻击进行系统性评估的研究,由格拉茨科技大学的研究团队完成。研究选取了四种最经典的缓存攻击技术(Flush+Reload、Flush+Flush、Evict+Reload、Prime+Probe)以及三种新提出的攻击(Demote+Reload、Demote+Demote、DemoteContention),基于9项特征在最新的Intel微架构(包括Sapphire Rapids和Emerald Rapids)上进行了全面对比。这9项特征包括:命中-缺失余量、时间精度、空间精度、拓扑范围、攻击耗时、盲区长度、信道容量、噪声鲁棒性和可检测性。实验结果显示,Demote+Reload和Demote+Demote在多数场景下与既有攻击性能相当,部分场景更优:例如,Demote+Reload相比Flush+Reload盲区缩短60.7%,信道容量达到15.48 Mbit/s,比Flush+Reload高64.3%。研究还通过AES T表攻击对比了所有攻击,并在按键间隔时序攻击中比较了Demote+Reload和Flush+Reload。此外,Demote+Demote首次被用于实现KASLR(内核地址空间布局随机化)绕过,而Demote+Reload能够放大功率侧信道泄漏。值得注意的是,Sapphire Rapids和Emerald Rapids采用了非包含型L3缓存,使得基于驱逐的跨核攻击(如Prime+Probe和Evict+Reload)仅能在受害活动到达L3缓存的罕见场景下生效。因此,作者展示了DemoteContention在跨核攻击中可作为Prime+Probe和Evict+Reload的可靠替代方案,无需逆向物理地址映射和缓存替换策略。该研究为微架构侧信道攻击的检测与防御提供了重要参考,有助于安全社区理解新型CPU上缓存侧信道的实际威胁边界。

💡 推荐理由: 该研究系统评估了新旧缓存侧信道攻击,并首次在非包含型L3缓存(Sapphire Rapids/Emerald Rapids)下验证了DemoteContention等新方法的有效性,对防御者理解最新Intel平台的侧信道风险、调整缓存隔离与监控策略具有直接指导意义。

🎯 建议动作: 研究跟进

排序因子: 来自网络安全顶级会议 (+8) | Community 数据源 (+1) | LLM 评分加成 (+0.6)
👥 作者: Chunmian Wang, Junzhou Luo, Zhen Ling 0001, Yue Zhang 0025, Shan Wang 0008, Ming Yang 0001, Guangchi Liu, Xinwen Fu

本论文研究了一种针对 Tor 匿名通信协议的破坏性攻击方式,利用“描述符洪泛”(Descriptor Flood)现象击穿 Tor 的匿名保障。在 Tor 架构中,隐藏服务(如洋葱服务)通过描述符注册到分布式目录节点(HSDir),客户端依靠这些描述符获取服务入口。论文观察到描述符的传播与获取过程存在不对称可能:攻击者能够生成或扩散大量伪造/冗余的描述符记录,导致 HSDir 节点在存储、同步与查询响应上的资源被大量占据,进而对真实描述符的可见性和路径选择产生偏差。攻击者可利用该偏差作为侧信道,将访问者来源或目标与特定描述符使用行为关联起来,从而实施去匿名化、跟踪或联合监控。研究在理论层面系统分析了此类洪泛攻击的可行性、触发条件与影响范围,并可能通过仿真评估对 Tor 匿名性指标的损害。文章进一步探讨了防御方法,包括调整目录协议以限制洪泛影响、加强描述符合法性验证,以及提高 HSDir 选择的鲁棒性。由于原始文档仅提供标题与作者信息,以上概括基于 Tor 通识和该题目中的线索进行推断,具体实验细节未确认。

💡 推荐理由: 这项研究揭示出 Tor 目录服务机制在资源型攻击面前的脆弱性,洪泛攻击可能不仅造成拒绝服务,更会破坏 Tor 赖以立足的匿名性。对依赖 Tor 的高风险用户、目录服务运营者以及 Tor 核心开发者而言,该方向的研究有助于提前掌握风险并规划协议加固。

🎯 建议动作: 研究跟进

排序因子: 来自网络安全顶级会议 (+8) | Community 数据源 (+1) | LLM 评分加成 (+0.6)
👥 作者: Yanze Ren, Qinhong Jiang, Chen Yan 0001, Xiaoyu Ji 0001, Wenyuan Xu 0001

该论文研究如何通过电磁干扰(EMI)操控 CCD(电荷耦合器件)相机的成像结果,提出一种名为 GhostShot 的攻击方法。研究背景是:现代监控与视觉感知系统高度依赖摄像头,但针对摄像头成像链的物理层攻击往往需要直接接触或破坏设备,而电磁注入提供了一种隐蔽的非接触式干扰途径。核心问题是:能否在不接触相机、不改动其软硬件的情况下,向 CCD 传感器注入精心调制的电磁信号,从而在相机输出图像中“绘制”出攻击者指定的任意图像内容。作者设计并验证了利用电磁波在相机内部电路和传感器上耦合产生干扰信号的机制,通过控制电磁波的频率、幅度、相位和时序,使 CCD 的像素读出过程受干扰而叠加虚假的光强分布,最终在实时画面中形成可辨识的、可定制的图案或文字。实验表明该方法不仅能够制造模糊的干扰条纹,还能注入较为清晰的图像内容,效果取决于相机型号、屏蔽程度、距离和电磁功率等参数。论文的主要贡献是:首次系统化地从理论分析、电磁建模仿真到实际硬件实验验证了针对 CCD 相机的 GhostShot 攻击,揭示了电磁干扰在摄像头安全领域的新威胁面。该研究适合硬件安全研究人员、物理安全系统设计者、以及监控系统部署方阅读,用于理解此类边信道攻击的原理并评估相关风险。

💡 推荐理由: 它揭示了一种无需物理接触即可在视觉感知系统中注入虚假信息的新攻击面,可能影响门禁、监控、自动驾驶中的相机感知安全。

🎯 建议动作: 研究跟进

排序因子: 来自网络安全顶级会议 (+8) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Ke Cheng 0001, Yuheng Xia, Anxiao Song, Jiaxuan Fu, Wenjie Qu 0001, Yulong Shen 0001, Jiaheng Zhang

该论文提出 Mosformer,据称是首个支持大型 Transformer(如 BERT 和 GPT)的恶意安全三方计算(3PC)推理框架。基于 Transformer 的模型在众多 AI 任务中表现优异,但当以云推理服务形式部署时,用户输入和模型参数均面临隐私泄露风险。现有基于安全多方计算(MPC)的 Transformer 推理协议大多假设半诚实攻击者,而扩展到恶意安全模型面临极大开销,尤其是对复杂非线性函数的求值。Mosformer 的核心贡献在于:首先利用可验证分布式点函数(VDPFs)设计了恶意安全下的常数轮比较协议和查表协议;随后基于这些原语构建了一套高效且安全的 3PC 协议,用于求值 Transformer 中的复杂非线性函数(如 GELU、Softmax、LayerNorm 等)。结合优化的模数转换方法,Mosformer 在保持模型精度的同时显著降低了安全推理的开销。实验在 vanilla Transformer 模块上显示,与先前的恶意安全协议相比,Mosformer 实现了最高 5.3 倍的加速和 4.3 倍的通信量减少。在完整规模的 BERT 和 GPT-2 模型上,尽管提供了更强的安全保证,Mosformer 的在线性能仍可与当前最优的半诚实 2PC/3PC 框架(如 BOLT、BumbleBee、SHAFT、Ditto)相当甚至更优。该研究适合关注隐私保护机器学习、安全推理和密码学协议设计的蓝队研究人员阅读,其方法有望为隐私计算在实际部署中的安全性提升提供新思路。

💡 推荐理由: 该论文首次在恶意安全模型下实现高效的大型 Transformer 推理,弥补了现有 MPC 推理系统仅针对半诚实模型的不足,对云推理场景中的模型与数据隐私保护具有重要参考价值,可帮助蓝队评估安全推理方案的现实威胁模型。

🎯 建议动作: 研究跟进

排序因子: 来自网络安全顶级会议 (+8) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Jochem van de Laarschot, Rolf van Wegberg

该论文针对在线匿名市场中网络犯罪卖家的安全实践进行了实证研究,旨在回答一个核心问题:在高风险犯罪环境下,网络犯罪分子是否会因商业利益驱动而采取不安全的安全实践?以往研究虽提出这一假设,但缺乏基于真实数据的定量验证。作者利用2015-2017年间Hansa Market(一个已关闭的匿名市场)的真实交易及用户数据,对1733名卖家进行了系统分析。方法上,作者采用潜在剖面分析(Latent Profile Analysis, LPA)根据卖家的经验、在其他市场的活跃度、以及销售实体物品与数字物品的数量等维度,将卖家务分为不同“卖家类型”;随后考察各类卖家在安全实践上的差异,具体指标包括:密码强度与密码唯一性、是否启用双因素认证(2FA)、PGP密钥的采用率与密钥强度、PGP密钥重用情况,以及资金兑现(cash-out)的可追溯性。主要发现是:不安全的安全实践在所有卖家类型中普遍存在,但不同类型之间存在显著差异。尤其值得注意的是,与销售毒品的卖家相比,销售数字物品(如被盗信用卡信息、恶意软件)的卖家反而更频繁地使用不安全实践,这一结果与常理相悖。作者对这种反直觉现象给出了可能解释,例如数字物品卖家可能主观感知到的风险低于实体物品卖家。该研究首次基于大规模真实数据,量化了匿名市场卖家的安全行为异质性,为理解网络犯罪经济中的安全决策提供了实证基础,并对执法调查和网络安全防护中评估威胁行为者能力具有一定参考意义。适合对网络犯罪生态、威胁情报和犯罪学定量研究感兴趣的读者。

💡 推荐理由: 该研究首次用真实市场数据揭示了不同匿名市场卖家在安全实践上的显著差异,特别是数字商品卖家反而更不安全,这对威胁情报中评估攻击者能力、预测其行为模式具有直接参考价值。

🎯 建议动作: 研究跟进

排序因子: 来自网络安全顶级会议 (+8) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
推荐 9.5
Conf: 50%
👥 作者: Dmitry Kogan, Henry Corrigan-Gibbs

该论文题为《Private Blocklist Lookups with Checklist》,聚焦于隐私保护的黑名单查询问题。在现实应用(如恶意URL拦截、广告阻断、账号安全检测、威胁情报比对)中,客户端通常需要向服务器查询某个条目(例如域名、IP、哈希值)是否命中黑名单。传统实现若直接提交查询条件,会暴露用户的具体访问目标,构成严重隐私风险。现有替代方案包括让客户端下载完整黑名单进行本地匹配,但会带来巨大的带宽和存储开销,难以适应频繁更新的海量黑名单。论文针对这一核心矛盾,提出了一种名为Checklist的新型协议或系统,旨在使客户端能够在不向服务器泄露查询内容的前提下高效完成黑名单匹配。由于本次输入仅提供论文标题与作者,未包含完整摘要,无法确切描述其加密原语(如是否基于私有信息检索PIR、不经意传输OT、同态加密等)或具体性能指标。不过根据该研究领域的常见方法判断,Checklist很可能引入新的通信复杂度优化或并发查询结构,以兼顾隐私保护与现实可用性。该研究适合关注隐私增强技术、安全系统设计、密码学协议的研究人员和工程师,尤其对需要向用户提供检测能力但又不愿收集用户浏览数据的服务商具有参考意义。

💡 推荐理由: 黑名单查询普遍存在于安全产品中,但现有方案常以牺牲用户隐私换取检测能力。该论文从密码学角度重构查询流程,有助于推动隐私友好的威胁检测落地,符合数据最小化法规要求,值得蓝队追踪参考。

🎯 建议动作: 研究跟进

排序因子: 来自网络安全顶级会议 (+8) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Yue Qin, Yue Xiao 0007, Xiaojing Liao

该论文聚焦于隐私合规研究中一个关键难题:如何将实际数据使用场景中的具体数据项与法律法规、政策或企业内部规则所定义的隐私数据进行系统化比较。由于不同应用程序使用的数据项高度多样,且不同司法辖区对隐私数据的界定存在差异,这一比对工作非常复杂。为此,研究者此前构建了隐私数据分类体系(taxonomy),用于刻画隐私数据类型与粒度级别之间的关联,从而辅助隐私合规分析。然而,已有的分类体系构建方法严重依赖人工或启发式规则,难以高效纳入来自不同领域的新术语,导致体系的可扩展性受限。针对这一局限,论文提出了GRASP方法,一种可扩展且高效的自动化构建与扩展隐私数据分类体系的手段。GRASP的核心创新是引入了一种基于粒度感知语义投影(granularity-aware semantic projection)的上位词预测模型,并在实验中证明其性能优于现有的最先进上位词预测方法。在此基础上,作者进一步设计并实现了Tracy——一个隐私专业助手,能够自动识别并解读数据泄露事件报告中的私人数据,以支持符合GDPR要求的数据泄露通知流程。为验证Tracy的实用性,研究团队邀请15位隐私专业人士进行了可用性研究,结果显示Tracy具备较高的可用性和用户满意度。本文适合隐私合规工程师、数据保护官(DPO)、安全分析师以及从事隐私增强技术与NLP交叉研究的学者阅读。其核心贡献在于将先进的语义表示技术应用于隐私分类体系的自动构建,显著降低了对人工的依赖,并为自动化合规审计工具的开发提供了新的可行路径。

💡 推荐理由: 隐私合规是安全团队的重要职责之一,自动构建隐私数据分类体系可大幅降低人工梳理成本,提升GDPR等法规的响应效率。尤其对SOC而言,理解数据类别有助于精准识别和报告泄露事件。

🎯 建议动作: 研究跟进

排序因子: 来自网络安全顶级会议 (+8) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Stijn Pletinckx, Christopher Kruegel, Giovanni Vigna

该论文首次在互联网规模上对HAProxy提出的PROXY协议进行了大规模测量研究,重点考察其配置错误带来的安全影响。PROXY协议是在网络层(L4)传递客户端信息(如IP地址)的协议,旨在解决反向代理后端服务器无法获知真实客户端IP的问题,弥补X-Forwarded-For仅适用于HTTP的不足。研究者对全IPv4地址范围进行扫描,发现超过17万个HTTP主机接受来自任意源的PROXY协议数据。通过注入伪造的PROXY协议头,攻击者可绕过正向代理(及其安全防护)并泄露后端基础设施的敏感信息。进一步,研究识别出超过1万台易受访问绕过影响的服务器,利用该技术成功访问了500多台内部服务器,控制物联网监控平台和智能家居自动化设备,包括远程控制百叶窗、安全摄像头和报警系统。此外,在非HTTP场景中,研究展示如何利用PROXY协议将超过350台SMTP服务器转变为开放中继,使攻击者能够以任意发件人地址发送垃圾邮件。论文核心贡献在于:首次系统性揭示PROXY协议因配置不当导致的严重安全问题,影响多种广泛使用的协议(HTTP、SMTP等),并给出测量方法和利用思路,旨在提醒运维人员重视PROXY协议的安全配置。适合网络安全研究人员、SOC分析师、代理服务器管理员及云基础设施安全团队阅读,以理解该协议的攻击面并采取缓解措施。

💡 推荐理由: PROXY协议被广泛部署于反向代理和负载均衡场景,但配置错误可导致访问绕过、敏感信息泄露及邮件中继滥用。该研究揭示了大量真实世界主机受影响,安全从业者需检查自身代理配置,避免类似风险。

🎯 建议动作: 研究跟进

排序因子: 来自网络安全顶级会议 (+8) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
推荐 9.5
Conf: 50%
👥 作者: Yuefeng Peng, Ali Naseh, Amir Houmansadr

本文提出了一种名为 DIFFENCE 的新型成员推理攻击(MIA)防御框架,核心思路是利用生成式模型在推理前对输入样本进行“再生成”,从而抹除训练集成员与非成员输入之间的可区分特征。传统防御要么在训练阶段修改模型、要么在推理后修改输出,而 DIFFENCE 是首个在推理前仅对输入样本进行处理的即插即用防御,无需修改目标模型的训练或推理逻辑,因此可以与其他防御机制级联使用。作者设计该防御时特别注意保持模型对每个样本的预测标签不变,从而不影响分类准确率,并通过实验证明置信度向量的有用性也不会下降。在多个数据集上,DIFFENCE 能将未防御模型的 MIA 攻击准确率平均降低 15.8%,攻击 AUC 降低 14.0%;与现有最优防御 SELENA 结合后,攻击准确率进一步降低 9.3%,AUC 降低 10.0%,达到了新的隐私-效用均衡最优。同时,DIFFENCE 仅给每次推理增加约 57ms 的计算开销,实用性较强。该论文的主要贡献在于提出了一种新的防御视角:利用生成模型对输入进行净化,而不是修改模型本身。适合对隐私保护、成员推理攻击防御和生成模型应用感兴趣的安全研究人员阅读。

💡 推荐理由: 成员推理攻击是机器学习隐私的核心威胁,DIFFENCE 提供了一种不修改目标模型、仅靠输入净化的即插即用防御思路,可与其他防御叠加,且几乎不损失效用,为隐私保护提供了新工具。

🎯 建议动作: 研究跟进

排序因子: 来自网络安全顶级会议 (+8) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Thilo Krachenfels, Tuba Kiyan, Shahin Tajik, Jean-Pierre Seifert

该论文发表于硬件安全与侧信道分析领域,提出了一种基于激光辅助的侧信道攻击方法,旨在自动提取芯片内部的秘密信息(如密钥、固件等)。传统侧信道攻击通常通过功耗、电磁辐射等物理信道泄露来恢复数据,而本文利用激光与晶体管电路相互作用时产生的物理效应,实现更精准、更可控的探测或注入。论文标题中的“晶体管丛林”形象地指代复杂、高密度的现代集成电路布局,暗示该方法能够在极其复杂的芯片结构中进行自动化、高空间分辨率的秘密提取。虽然目前仅能获得论文标题和摘要片段,但可以推断其核心贡献在于:开发了一套自动化的激光辅助侧信道分析框架,可能结合光学探测技术或激光故障注入,提升对先进制程芯片的攻击能力。该研究对硬件安全防御者具有重要警示意义,因为它可能在无需完全解密芯片内部结构的情况下,通过物理接触或近场光学手段提取关键安全资产。适合芯片安全研究人员、硬件红队成员以及设计安全可信硬件的工程师阅读。由于没有更详细的实现与实验结果,本摘要仅基于论文标题进行合理概述。

💡 推荐理由: 为防御者揭示了一种新型硬件攻击面:激光可作为高精度侧信道工具,自动提取芯片秘密,可能威胁内核密钥保护、可信执行环境等硬件安全机制。

🎯 建议动作: 研究跟进

排序因子: 来自网络安全顶级会议 (+8) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Weidong Zhu 0002, Carson Stillman, Sara Rampazzi, Kevin R. B. Butler

论文面向企业数据丢失防护(DLP)与存储介质安全删除难以统一的现实问题,提出一种带“保留感知”语义的版本化固态硬盘(Versioning SSD)。传统 DLP 通常依赖上层应用拦截和文件系统快照,面临性能开销大、回收不彻底、数据残留等挑战;本文把版本管理和保留期控制下沉到SSD内部,每当主机发生覆盖或删除操作时,底层存储控制器不仅记录新版本的映射,也会按策略保留旧版本生命周期,使合法的误删恢复和勒索软件事件取证得以实现,同时通过感知每个版本的最小保留期、最长保留期,让垃圾回收在保证有效版本的前提下尽量缩减对空闲块的消耗,避免写入放大和磨损加剧。文章还着重探讨安全删除语义:达到保留期限的版本应被不可逆擦除,甚至可用物理擦除或密钥销毁机制保证敏感数据不会残留在闪存中。若用于 DLP 策略,还可增加审计契约,使管理员能够以可证明方式确认过期数据已删除。文中很可能设计了某种原型,通过盘内固件或 FPGA 平台测量多工作负载下的吞吐、延迟与回收效率,并与常规快照、Copy-on-Write 文件系统做对比。该项工作的启示是系统安全可进一步“下沉”到存储硬件,把版本控制转化为稳定可信的安全基座,同时兼顾主机侧不可信运行环境。

💡 推荐理由: 安全运维中数据被误删、被勒索锁死或攻击后残留是常见难题。该论文将保留与回收控制内置SSD,使恢复不再完全依赖备份,也支持符合合规的策略化销毁,对防御勒索软件和满足数据最低留存期限要求均有参考价值。

🎯 建议动作: 研究跟进

排序因子: 来自网络安全顶级会议 (+8) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
知道创宇 / Seebug

无人机开源飞控 PX4-Autopilot堆栈溢出漏洞 CVE-2025-15150

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 9.4
Conf: 50%
知道创宇 / Seebug

MongoDB内存泄漏 CVE-2025-14847(MongoBleed)

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
知道创宇 / Seebug

1Panel 代理证书验证绕过导致任意命令执行漏洞(CVE-2025-54424)

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 9.4
Conf: 50%
知道创宇 / Seebug

ModelContext Inspector 未授权访问漏洞(CVE-2025-49596)

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 9.4
Conf: 50%
知道创宇 / Seebug

llamaindex SQL 注入漏洞(CVE-2025-1750)

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 9.4
Conf: 50%
知道创宇 / Seebug

Screen 本地权限提升漏洞(CVE-2025-23395)

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 9.4
Conf: 50%
知道创宇 / Seebug

Zabbix认证后SQL注入漏洞(CVE-2024-42327)

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 9.4
Conf: 50%
知道创宇 / Seebug

ProjectSend认证绕过漏洞(CVE-2024-11680)

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 9.4
Conf: 50%
知道创宇 / Seebug

PyTorch库RPC框架反序列化RCE漏洞(CVE-2024-48063)

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 9.4
Conf: 50%
知道创宇 / Seebug

Grafana认证后DuckDB-SQL注入漏洞(CVE-2024-9264)

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 9.4
Conf: 50%
知道创宇 / Seebug

SPIP BigUp Unauthenticated RCE(CVE-2024-8517)

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 9.4
Conf: 50%
知道创宇 / Seebug

Rejetto HFS 远程命令执行漏洞(CVE-2024-39943)

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
知道创宇 / Seebug

Apache HugeGraph-Server Command Execution In Gremlin(CVE-2024-27348)

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 9.4
Conf: 50%
知道创宇 / Seebug

Zabbix 后台延时注入(CVE-2024-22120)

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 9.4
Conf: 50%
知道创宇 / Seebug

CrushFTP 认证绕过漏洞(CVE-2024-4040)

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Alert for CVE-2026-21992

推荐 9.4
Conf: 50%
Oracle Critical Patch Updates

Alert for CVE-2026-21992

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Alert for CVE-2025-61884

推荐 9.4
Conf: 50%
Oracle Critical Patch Updates

Alert for CVE-2025-61884

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Alert for CVE-2025-61882

推荐 9.4
Conf: 50%
Oracle Critical Patch Updates

Alert for CVE-2025-61882

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Alert for CVE-2024-21287

推荐 9.4
Conf: 50%
Oracle Critical Patch Updates

Alert for CVE-2024-21287

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Alert for CVE-2022-21500

推荐 9.4
Conf: 50%
Oracle Critical Patch Updates

Alert for CVE-2022-21500

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Alert for CVE-2021-44228

推荐 9.4
Conf: 50%
Oracle Critical Patch Updates

Alert for CVE-2021-44228

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 9.4
Conf: 50%
知道创宇 / Seebug

Linux 内核提权 CVE-2026-31431(copy-fail)

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Alert for CVE-2026-35273

推荐 9.4
Conf: 50%
Oracle Critical Patch Updates

Alert for CVE-2026-35273

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
@simplewebauthn/server

## Summary `validateCertificatePath()` does not verify that an attestation's certificate chain actually terminates at a configured trust anchor. When walking the chain it stops at the first self-signed certificate it finds (which could be user-supplied), and exits early. This happens before the configured Apple/Google/etc trust anchor (which is concatenated to the end of the chain) is reached. A

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 影响关键基础设施/核心组件 (+4) | LLM 评分加成 (+0.4)
👥 作者: Kun Liu, Zhengming Ding, Chenke Luo, Tianyi Xu, Zizhan Zheng, Haotian Zhang, Jiang Ming

本文针对剥离二进制(stripped binaries)中间接控制流(ICF)恢复任务存在的三大挑战展开研究:现有方法难以捕捉长距离依赖关系、将不同类型的间接控制流割裂处理、以及评测协议容易受到标签噪声与数据泄漏干扰。作者提出统一框架 ICFlowNet,用于长距离 ICF 预测。该方法引入候选感知的双虚拟枢纽——全局代码枢纽(Global Code Hub)与全局数据枢纽(Global Data Hub),在远端代码与数据证据之间构造短路由路径,从而缓解长距离传播问题;同时结合多任务图学习,联合建模间接调用、间接尾调用、跳转表与返回指令四类 ICF。为建立可信评测基准,作者设计了一套防泄漏、噪声可控的流水线:采用包级划分、函数级助记符哈希去重,并构造由动态正样本与绝对负样本构成的干净测试协议。基于该流水线构建了包含 15,901 个独特剥离 x86-64 二进制文件的数据集,其中 1,351 个具有动态真值。实验表明,仅扩大静态监督规模带来的收益有限;而结构设计与多任务学习至关重要:双虚拟枢纽使长距离 F1 最高提升 9.13 个百分点,多任务学习额外带来最多 5.81 个百分点的提升;最终模型在长距离间接调用上相比既有基线 F1 值高出超过 13 个百分点,同时仅增加 11.44% 的拓扑开销。该论文的核心贡献在于提出一种新的图学习架构与高质量的评测协议,为二进制安全分析中的间接控制流恢复提供更可靠的技术方案。适合从事二进制逆向、控制流完整性、漏洞分析与安全自动化研究的从业者阅读。

💡 推荐理由: 间接控制流恢复是二进制安全分析(如反混淆、漏洞挖掘、控制流完整性)的基础前提;该论文提出的长距离建模与多任务学习框架可显著提升剥离二进制的分析精度,对蓝队分析恶意样本、理解程序行为有直接帮助。

🎯 建议动作: 研究跟进

排序因子: 影响边界/网络设备 (+5) | 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.6)
👥 作者: Yury Korolev

该论文提出并描述了一个已部署的区块链地址合规筛查系统,其核心思路是放弃传统“查名单+聚类启发式”的静态方法,改为根据地址在多链交易图中的位置进行实时风险评分。研究背景是:传统制裁筛查只能识别已被列入监管名单的地址,对未标记地址以及完全没有标签覆盖的链无效。论文构建了一个包含 835,330,427 个地址和 15,826,261,934 条边的跨五条 EVM 链的异构交易图谱,并设计了一个共享的归纳式图编码器(每链独立归一化),其输出供两个评分头使用。决策阈值基于全量人口得分分布的精确分位数,按链段扫描,从而可预先确定告警量。实验部分报告了多项关键结果:在 Base、Arbitrum 和 Gnosis 上,仅在两条链上训练的评分头在无目标链标签的情况下,以 10^-3 人口告警率召回 0.8598 / 0.8182 / 0.9967 的留存阳性样本,证明了标签免费迁移能力;对 68 个外部注册事件进行静态提前期回放,其中 40 个(58.8%)在 0.1% 告警预算内被标记,是事件级随机标记基线的 152 倍,且首次链上出现时间比公开指定时间中位数早 528.8 天(以太坊)和 647.8 天(Tron)。服务路径的端到端 p50 时延为 151 毫秒,在线评分与离线模型输出位级一致,并由 2,882 地址漂移面板进行门控。此外,作者构建了一个由八种循环强化学习原型组成的对抗测试框架,该框架通过了八项退化审计,并在与检测器无关的快照上暴露了部署评分头对合成行为的实际盲区。该论文适合区块链安全工程师、合规风控系统开发者和图学习研究人员阅读。

💡 推荐理由: 为区块链合规筛查提供了一种完全不同的范式:不依赖外部名单,而是基于交易图拓扑对任意地址进行风险评分,并能在无标签链上迁移,显著提升对未标记地址和新型链的覆盖能力。

🎯 建议动作: 研究跟进

排序因子: 影响边界/网络设备 (+5) | 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.6)
👥 作者: Stefano Leggio, Giulio Rossolini, Alessandro Biondi

本文针对视觉 Transformer (ViT) 在分割推理(split inference)场景中的隐私泄露问题展开研究。在分割推理中,边缘设备将中间 token 表示发送给远程云端进行处理;这一过程中,通常采用 token 减少(token reduction)来降低计算与通信开销,以及 token 乱序(token shuffling)来破坏 token 的空间组织,从而可能减少信息泄露。然而,这些机制在特征反转攻击(feature inversion attack)下的实际隐私保护效果尚不清楚。作者发现,尽管乱序扰乱了传统重建攻击所需的空间结构,但所传输的 token embedding 中仍保留了丰富的位置信息。基于这一观察,作者提出了一种名为 SARA(Spatially Aligned Reconstruction Attack)的统一攻击流程,它通过预测原始 token 的位置并恢复其空间布局,再利用特征空间掩码自编码器重建被删除的 embedding,最终重构出原始输入图像。实验结果表明,token 乱序仅提供表面上的隐私,因为 SARA 能高保真地恢复 token 排列;token 减少提供了相对更强的保护,但保留的 token 若携带充分的语义和位置信息,仍然存在显著的泄露风险。为缓解此类风险,作者进一步提出了一种轻量级的边缘侧防御方案:在边缘端移除 positional embeddings,并通过知识蒸馏让边缘侧的 transformer 块逐步适应这种变化。该防御显著降低 SARA 的攻击性能,同时保持下游任务精度,且无需修改云端模型。论文揭示了分割推理中位置信息泄露的隐患,并提供了具有实用价值的防御方向。

💡 推荐理由: 该研究证明 token 乱序几乎不能保护 ViT 分割推理的输入隐私,边缘节点必须重新评估其已有的防御假设。所提出的轻量级防御可直接为实际推理系统提供可落地的加固方案,提醒模型部署方在传输中间特征时注意位置编码泄露。

🎯 建议动作: 研究跟进并纳入内部评估:针对使用 ViT 做分割推理的系统,进行隐私泄露测试,并考虑采用论文提出的防御方案进行加固。

排序因子: 影响边界/网络设备 (+5) | 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.6)
👥 作者: Miguel Morona-Mínguez, Fernando Pérez-González, Alberto Pedrouzo-Ulloa

联邦学习中客户端的上传模型更新可能泄露隐私,私有平均聚合是跨孤岛场景的关键环节。同态加密(HE)可作为私有聚合的基础,但传统单密钥方案要求客户端与聚合器之间满足强不共谋假设;多方同态加密(MHE)虽能消除此限制,却因近期针对受限解密访问的攻击而必须在协作解密时加入与安全参数λ相关的极大方差smudging噪声,进而导致密文显著膨胀和实现复杂度上升。本文基于RLWE困难问题提出轻量级多密钥同态加密协议,核心创新是避免生成集体公钥:每个客户端用自己的密钥加密模型更新,所得密文仍支持同态累加和多客户端协作解密;协议在解密时显式跟踪并抵消密文中的噪声分量,从而彻底去除对smudging噪声的依赖,大幅降低通信占用和在线计算开销。作者给出了两种实例化:基于BFV的精确整数聚合版本,以及基于CKKS的近似实数聚合版本;并在半诚实安全模型下证明,即使聚合器与至多L-1个客户端合谋,协议仍可保证安全性。与最新MHE聚合方案相比,所提方法明显减小了密文扩展度和在线运行代价,同时保持了实用的同态聚合性能,显示出其在真实联邦学习部署中的潜力。该工作为跨孤岛联邦学习中的隐私聚合提供了更高效的安全设计,但当前仍偏理论分析与仿真验证,尚需实现与标准化。适合关注隐私保护机器学习和应用密码学的安全工程师及研究人员阅读参考。

💡 推荐理由: 本工作针对多方同态加密用于联邦学习聚合时的高smudging噪声开销难题,提出免去该噪声的多密钥方案,可显著降低通信与计算成本,使跨孤岛联邦学习在更弱的信任假设下实用化。安全从业者应关注此类能改善多方计算效率的隐私增强技术,以设计更贴合实际的安全聚合基础设施。

🎯 建议动作: 研究跟进

排序因子: 影响边界/网络设备 (+5) | 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.6)
推荐 8.6
Conf: 50%
👥 作者: Erlantz Alonso, Igor Lopez, Jasone Astorga

本文针对列车实时数据协议(TRDP)在轨道交通(rolling stock)环境中广泛使用但原生密码学保护能力有限的问题,提出了一种轻量级安全层 SecDT。TRDP 的过程数据(Process Data)依赖多播通信(multicast)在车载子系统间交换关键信息,这种流量特征使得直接引入加密保护颇具挑战。作者设计的安全层基于现代密码算法构建了一系列安全配置文件(security profiles),并通过车载密钥管理系统(OKMS)实现配置协商、动态密钥分发与密钥全生命周期管理。这些安全配置文件支持从简单认证到带关联数据的认证加密(AEAD)等多种强度,具备密码敏捷性与灵活性。配置协商过程能保证同一 Communication ID(ComID)上的所有 TRDP 终端设备(ED)采用相同的安全配置文件,从而正常处理彼此消息。研究基于 mbedTLS 和 Arm 平台安全架构(PSA)实现了原型并开展评估,实验表明该安全层产生的开销可控,适用于列车环境中的实时与时间敏感通信。该工作的核心贡献在于为 TRDP 定义了可动态协商的安全层级,并通过集中式 OKMS 简化密钥管理,兼顾工业实时通信的性能约束。适合轨道交通通信安全研究人员、列车网络协议设计者以及工业控制系统安全工程师阅读。

💡 推荐理由: TRDP 是轨道交通车载通信的事实标准,但缺少内建加密;本方案为在实时多播场景引入轻量级安全保护提供了可行架构,对工控/OT 安全防御者评估列车通信脆弱性有参考价值。

🎯 建议动作: 研究跟进

排序因子: 影响边界/网络设备 (+5) | 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.6)
👥 作者: Arslan Brömme

该论文针对自主AI代理在工作流中相互通信、调用工具、交换中间结果及请求人工审批时产生的新型审计难题,提出了一种产品中立、供应商中立(vendor-neutral)的黑盒架构,用于代理流程的审计追踪与证据固定。研究动机源于假设的2026年OpenAI/Hugging Face事件,强调现有系统难以回答诸如发生了什么、何时发生、涉及哪个代理或人工、适用何种控制或策略、记录事后是否被篡改等关键问题。核心方案是:将选定的代理通信、人在环路审批、工具调用和流程工件形成加密承诺(cryptographic commitments),并锚定到区块链上,但敏感内容本身不上链,从而兼顾隐私与可验证性。论文定义了一个证据模型,区分时间锚定(temporal anchoring)、工件完整性(artifact integrity)与事件顺序(event ordering)、捕获真实性(capture authenticity)、授权锚定(authorized anchoring)和因果可追溯性(causal traceability),并指出后几项属性需要额外的架构控制才能实现。随后,论文讨论了该架构在治理、风险与合规(GRC)方面的实际用途,包括合规测试、基于风险的证据选择、证据流监控、事件重构,以及面向欧盟AI法案(EU AI Act)、NIS2和网络弹性法案(CRA)的监管报告准备。需要特别指出,本论文是立场与架构论文,并未提供经验性的性能或安全评估;该方案不预防代理的不当行为,也无法证明语义层面的真实性,而是旨在加强关键流程轨迹事后验证的证据基础。适合关注AI治理、可审计性、区块链存证及合规的蓝队、安全架构师、GRC审计人员和监管科技研究人员阅读。

💡 推荐理由: 为代理化AI流程提供了可落地的审计证据框架,弥补了传统日志在不可篡改性和跨组织信任上的不足,可直接映射到EU AI Act等监管要求,对安全团队设计AI系统审计与事件响应预案具有参考价值。

🎯 建议动作: 研究跟进

排序因子: 影响边界/网络设备 (+5) | 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Luca Turchet, Michał Kłosinski

该论文针对“音乐元宇宙”(Musical Metaverse, MM)这一新兴沉浸式协作环境,系统性地分析了其独特的安全与隐私威胁,并提出了相应的设计指南。MM环境具有超低延迟约束、持续多模态数据流以及异构设备接入等特点,使其安全态势显著区别于传统XR或多媒体系统。论文首先构建了MM生态系统的多层威胁分析框架,识别了包括现场音乐内容、表达性交互数据、身份与会话元数据以及知识产权在内的关键资产。威胁分析覆盖网络层、应用层、数据/AI层、设备层、知识产权层和社会层,特别关注由表达性和神经生理学数据引发的推断、重识别及隐私泄露风险。作者开展了一项涉及13个组织共14名参与者的利益相关者驱动调查,结果显示神经生理数据泄漏和实时流中断被视为最严重的风险,其次是知识产权侵犯和化身冒名顶替。论文进一步评估了现有安全协议在严格延迟约束下的适用性,证明传统方法(如基于TCP的TLS)往往无法满足实时音乐交互的要求,而轻量级、面向流的机制(如SRTP、DTLS)能在安全性和性能间取得更优平衡。基于这些发现,论文提出了一套面向MM系统的设计指南,强调延迟感知安全、交互路径差异化、数据最小化以及边缘中心处理。研究成果支持安全-by-design方法,可在不牺牲实时性能的前提下实现信任与合规。本文适合元宇宙平台开发者、实时通信安全研究人员以及关注新兴交互技术隐私影响的安全从业者阅读。

💡 推荐理由: 音乐元宇宙是XR与实时交互的融合场景,其超低延迟与连续生物/表达数据流带来传统安全方案不适用的新风险。该论文为蓝队理解此类新兴系统的威胁面、评估协议适配性提供了系统性参考,有助于提前布局安全设计。

🎯 建议动作: 研究跟进

排序因子: 影响边界/网络设备 (+5) | 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Jannatul Masruk Mukta, Rifa Sanjida, Adrita Rahman Tory, Md. Saifur Rahman, Khondokar Fida Hasan

该论文针对边缘视觉系统中基于预处理的对抗性防御进行了系统评估,填补了此类防御在深度可分离卷积神经网络(广泛用于边缘设备)上缺乏验证的空白。研究背景是:预处理防御(如输入变换、去噪等)通常作为对抗攻击的第一道防线,无需重训练或修改架构,被视为模型无关的缓解措施,但其有效性评估主要基于残差网络或 Inception 类架构,而非边缘部署中主流的深度可分离 CNN。论文在两种架构族上对比评估了六种预处理防御方法对抗对抗扰动的效果。结果表明,在所有扰动水平和测试防御下,两种深度可分离架构的恢复性能始终较差,而残差架构表现出部分恢复能力;消融结果支持架构性而非参数性解释,但研究仅涉及三种架构和一个攻击家族。更重要的是,这一失败并非简单的负面结果:预处理在干净样本上持续扰乱预测,但对对抗样本的预测几乎不变,这种不对称性可直接用于检测,且无需重训练或架构修改。论文还指出标准图像质量指标无法可靠反映防御有效性,揭示了当前评估实践中的方法论缺陷。最后,作者为抗对抗鲁棒的边缘视觉部署提供了实践决策框架。该研究适合边缘AI安全工程师、计算机视觉安全研究者及部署轻量级视觉模型的开发人员阅读。

💡 推荐理由: 该研究揭示了预处理防御在边缘部署的深度可分离模型上可能失效,打破‘模型无关’假设,并提供了无需额外训练的检测思路,对实际边缘场景中的鲁棒性评估有直接参考价值。

🎯 建议动作: 研究跟进

排序因子: 影响边界/网络设备 (+5) | 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
推荐 8.5
Conf: 50%
👥 作者: Bahman Sistany

自动漏洞发现能力的发展已经使得曾经保护大多数软件的专家注意力的稀缺性不复存在,安全响应领域因而将重心集中在漏洞发现与修复上,且两者成本均持续降低。本文认为,真正决定软件暴露风险的不是这两条成本曲线,而是发布决策时的修复覆盖率——即产品发布前已解决漏洞的占比,以及组织决定随产品一同发布的已知、已评估但尚未修复的漏洞残余。作者提出四个核心论证:其一,残余漏洞并非已发现漏洞的随机子集,因为分类修复工作基于成本进行排序,昂贵且难以修复的案例往往具有架构性根源;其二,被推迟的修复积压本身构成高价值资产,反映了组织的风险容忍度与技术债务;其三,书面化的漏洞意识会改变组织的法律地位与市场信誉,并造成逆向选择——买方无法辨识低修复覆盖率的供应商,软件价格与质量出现脱钩;其四,没有任何监管工具能够针对供应商的内部已知信息自动触发约束,所有现行机制都必须依赖第三方观察到的外部利用证据,这使得已知信息与必须披露的信息之间的缺口完全由供应商自行掌握。文章以 CISA 的有约束力操作指令 26-04 作为特例,指出该指令所要求的披露条件实际上指向了内部知识,从而揭示了真正解决方案所需的要素。论文最后强调,目前业内并未系统性地测量发布覆盖率,而只有建立统一的测量方法,责任制度、保险机制和采购要求才能发挥作用。该文适合漏洞管理研究人员、网络政策制定者、软件采购方以及安全风险管理者阅读,为重新审视安全度量体系和供应链风险提供了概念框架。

💡 推荐理由: 该论文切中安全行业普遍忽视的盲区:已知但未修复的漏洞残留在现行监管与采购流程中没有被显式测量,供应商可自行决定披露边界。其洞见有助于蓝队评估供应链软件的真实风险,并推动内部发布决策从只关注漏洞发现转向关注修复覆盖率。

🎯 建议动作: 研究跟进

排序因子: 影响边界/网络设备 (+5) | 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Srikumar Nayak

本文提出了一种结合差分隐私与拜占庭鲁棒聚合的联邦学习框架 DP-BR-FedAvg,面向银行、医院等受数据保护法规约束且对抗性较强的跨机构联合建模场景。论文指出,传统的联邦平均(FedAvg)存在两个关键缺陷:一是客户端在通信中交换的参数更新仍可能通过梯度反演或成员推断攻击泄露本地隐私;二是 FedAvg 在部分客户端提交恶意或损坏更新时缺乏防御能力,少量恶意参与方即可悄然使全局模型偏离预期。为此,作者将高斯机制的差分隐私(DP)层与坐标裁剪的修剪均值(coordinate-wise trimmed-mean)鲁棒聚合规则相结合,并在一个模拟欺诈检测/临床风险评分的跨机构分类任务上开展实验。实验设置包括 20 个客户端参与 60 轮通信,其中四分之一为拜占庭恶意节点。结果表明,普通 FedAvg 在少数类上几乎完全失效(F1 分数降至 0.030),而 DP-BR-FedAvg 虽因隐私保护引入额外噪声,仍能达到 0.119 的 F1 分数,同时严格限制了单个客户端贡献的隐私泄漏风险。进一步对比显示,不叠加隐私保护层的纯拜占庭鲁棒聚合器在原始准确率上表现最佳,这揭示了隐私保护与鲁棒性之间并非简单的叠加关系,而是存在相互制约的复杂交互。论文的核心贡献在于定量评估了隐私对鲁棒性的代价,并强调在受监管、多机构、潜在对抗环境下设计联邦系统时,必须预算这种交互影响。研究适用于关注隐私保护、对抗鲁棒性及安全联邦学习的蓝队人员、人工智能安全治理评估者及安全架构师。

💡 推荐理由: 对安全从业者而言,该研究揭示了联邦学习在金融、医疗等敏感场景下隐私与鲁棒性不可孤立设计,为评估和加固联邦系统提供了实证依据与候选防御方案。

🎯 建议动作: 研究跟进

排序因子: 影响边界/网络设备 (+5) | 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Oguzhan Salman, Kemal Bicakci

视觉验证码是区分人类与自动程序的常用防御,但随着视觉语言模型(VLM)和智能代理(agent)的发展,其有效性受到挑战。已有研究表明VLM无需特定训练即可解决部分视觉CAPTCHA,然而基于VLM构建的智能体每次遇到同类挑战都会从头开始尝试,第一百次与第一次在时间和计算成本上没有差别。另一方面,专用目标检测器虽然能快速回答,但仅限于训练时见过的类别,且两者都不具备从经验中改进的能力。 本文探索了一个新维度:如果求解器能够在使用过程中不断学习,安全态势会发生什么变化。作者构建了一个混合系统,将经过微调的YOLOv8目标检测器与一个开放权重的VLM相结合,并通过基于置信度的路由器决定由哪个组件作答。系统完全基于屏幕截图和操作系统输入事件运行,不借助浏览器自动化或访问DOM,因此在真实桌面环境中更通用。实验表明,该方案在16类CAPTCHA上取得了85.4%的总准确率和84.2%的宏平均准确率,显著优于任意单一组件。 更关键的贡献是“从每次交互学习”的闭环:VLM生成的每个答案同时被当作该CAPTCHA实例的训练标签,使检测器能够吸收其从未训练过的新类别,通常仅需一两次露面即可学习,且无需人工标注。这种自训练机制不仅帮助系统适应新题型,还赋予其自我修复能力。作者模拟了恶意CAPTCHA运营商对公开检测器进行对抗扰动,可将检测器准确率降至0%,但由于扰动不影响VLM,VLM产生的正确标签使检测器能够在后续迭代中康复。在长达一年的军备竞赛模拟中,即使运营商每月更换扰动方式,求解器仍能每轮恢复,且一个约70%准确率的廉价开源VLM教师模型在辅助硬化方面可与完美“oracle”效果相当。 研究结论指出,依赖“失败的机器人会一直失败”这一假设的视觉验证码防御策略,严重低估了自适应求解器的回归速度与学习能力。该工作对验证码安全设计、人机识别以及AI代理的对抗鲁棒性研究均具有启示意义。

💡 推荐理由: 该研究证明面向CAPTCHA的自适应求解器可借助VLM反馈持续提升,且能在对抗扰动后快速恢复,动摇“静态失败”的传统防御假设。依赖验证码作为边界的应用应重新评估风险。

🎯 建议动作: 纳入内部评估

排序因子: 影响边界/网络设备 (+5) | 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Ali Akarma, Toqeer Ali Syed, Muhammad Khan, Qurat-ul-ain Mastoi, Adeel Ahmad

本论文研究联邦学习(FL)在车联网边缘场景中的隐私泄露问题。尽管联邦学习被宣传为一种无需暴露原始数据即可训练共享模型的隐私保护范式,但客户端上传的梯度更新仍可能泄露客户端身份,从而破坏 V2X 等安全关键应用所依赖的匿名性,并加剧模型投毒、后门攻击等对抗风险。作者聚焦于服务器端攻击:一个诚实但好奇的服务器能否根据客户端提交的权重增量推断其身份?作者选用惯性测量单元(IMU)数据,以 UCI 人类活动识别数据集(HAR)作为车载传感器数据的可及代理,设计了五个攻击分类器,并在五种非独立同分布(non-IID)数据划分上评估。实验结果表明,在无防御机制时,攻击准确率近乎完美(约 1.000),证实存在具体且严重的身份可识别风险。为缓解该问题,作者量化了轻量级“裁剪后加噪”防御的隐私-效用权衡:在固定裁剪阈值 C=1.0 下,调节高斯噪声 σ 在 0.00~1.00 范围内,利用 Rényi 差分隐私计算形式化 (epsilon, delta) 预算。结果显示,当 σ 位于 [0.1, 0.2] 这一实用区间时,攻击准确率可降至接近随机猜测,同时联邦学习的主任务相对准确率损失低于 5%。此外,作者提出集成联邦学习(Ensemble FL)作为一种补充性的结构隐私机制,可提供 1/K 匿名集大小的保证,且不引入噪声代价。作者还使用 SHA-256 哈希断言训练集与评估集梯度不相交,并采用三个随机种子和计数归一化的攻击者优势指标确保实验结果可靠。论文明确将 HAR 视为代理数据,讨论了真实车辆遥测验证所需的条件。该工作为车联网联邦学习中的身份隐私威胁提供了系统性的度量与防御思路,对设计隐私保护型 V2X 边缘智能系统具有参考价值。

💡 推荐理由: 本工作揭示了联邦学习在车联网场景下面临的现实身份泄露风险:即使不暴露数据,梯度更新仍可被恶意服务器用于准确识别客户端,直接威胁 V2X 匿名性。论文提出的防御机制可直接指导隐私保护型边缘智能设计,值得安全和车联网从业者借鉴。

🎯 建议动作: 研究跟进

排序因子: 影响边界/网络设备 (+5) | 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Pavlos Nicolaou, Christos Efstratiou

该论文针对辅助生活场景中声学传感技术面临的语音隐私问题展开研究。虽然利用环境声音监测老年人日常活动具有非侵入性、成本低等优势,但持续采集环境音频不可避免地会包含语音信息,这成为该类技术在实际部署中的关键障碍。作者提出了一种基于U-Net编码器-解码器架构的隐私防火墙流水线,其核心思想是在保留环境声音(如走动、烹饪、电视声等能反映日常活动的声音)的同时,从原始音频中移除语音成分。该模型完全在合成数据上训练,不需要真实场景的标注语音数据。活动识别部分则采用VGGish迁移学习结合SVM分类器实现。实验在ESC-50和SINS数据集上设置了多种语音混入比例,结果显示所提方法在所有测试条件下均能将残余语音降至0%(通过Silero语音活动检测验证),性能显著优于Facebook Denoiser(残余语音6.55%)、SepFormer(36.34%)和ConvTasNet(47.21%)。在ESC-50数据集40%语音比例的设置下,经过语音移除后活动分类的精确率和召回率分别恢复至85%和85%,优于未经处理的81%/75%,并接近无语音基线的84%/83%。此外,作者还使用AudioHive应用采集的真实家庭环境录音进行验证,处理后同样达到0%可检测语音,同时保持了76%的精确率和召回率。实验结果表明,该流水线能够在几乎不影响活动识别性能的前提下实现隐私保护的声学传感,有效解决了环境监测在老年护理中推广的关键障碍。本文适合从事隐私保护传感、边缘计算、智能家居健康监测以及语音处理相关领域的研究人员和工程技术人员阅读。

💡 推荐理由: 该工作为声学传感中的语音隐私问题提供了一种可落地的方案,能在去除语音的同时保留活动识别所需的环境声音,对养老监护等隐私敏感场景有直接参考价值。

🎯 建议动作: 研究跟进

排序因子: 影响边界/网络设备 (+5) | 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
推荐 8.5
Conf: 50%
👥 作者: Alexandru Gheorghiu

该论文提出一个可在极低深度量子电路中求解、但在标准格基假设下对经典多项式时间算法困难、且可由经典计算机高效验证的采样问题。作者给出了两种量子实现:一种使用对数对数深度(log-log-depth)的量子电路(QNC^0[log log]),另一种使用具有无界扇入门(unbounded fan-in gates)的常数深度量子电路(QAC^0)。该构造可视为将 Arabadjieva 等人(2025)基于 LWE 的单轮量子性证明(proof of quantumness)编译到极低深度。为此付出的代价是依赖更强但动机合理的假设:除原始论文的格知识假设外,还需 LWE 的自适应硬核比特性质的一个强化版本,论文为该性质提供了支持性证据。与以往的低深度量子性证明不同,本方案中的量子计算不需要中间电路测量或前馈,只需运行浅电路并从输出分布中采样。结果表明,浅层量子电路具有足够结构来解决某些经典困难任务,且其解可被高效验证。该成果对量子优势的可验证性、浅层量子计算能力以及后量子密码学中的理论建模均有意义。适合量子计算理论、计算复杂性、量子密码学与可验证量子计算方向的研究者阅读。

💡 推荐理由: 该研究将可验证量子优势推广至极低深度电路,深化了对浅层量子计算能力的理解,并强化了量子计算与格密码安全边界的理论联系。

🎯 建议动作: 研究跟进

排序因子: 影响边界/网络设备 (+5) | 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
推荐 8.5
Conf: 50%
👥 作者: Juan Carlos Hernandez-Hernandez, Francesco Vista, Haftay Gebreslasie Abreha, Intidhar Bedhief, Seid Koudia, Symeon Chatzinotas

该论文针对量子安全 IPsec 隧道在实际部署中的关键运维难题——当 QKD(量子密钥分发)基础设施不可用时,如何保持隧道可用性——提出了一种基于哨兵(Sentinel)的故障转移机制。作者设计并实现了一种混合密钥建立方案:将经典 X25519、后量子密码 ML-KEM 以及符合 ETSI GS QKD 014 标准的 QKD 密钥,通过 RFC 9370 的多密钥交换机制组合使用,并确保在 QKD 密钥交付失败时能够优雅降级而不是中止握手。其核心创新是一个开源 StrongSwan 插件,采用哨兵协调协议:即使 QKD 分支失败,也能完成 IKE 握手,并在下一次 rekey 时恢复 QKD 份额。实验基于连接 33 公里城域光纤 QKD 链路的测试平台,评估了从经典 X25519/RSA 基线到加入 ML-KEM-1024 与 QKD 密钥的完整混合方案共五种配置。结果显示,完整混合认证仅需 103 ms,而基线为 61 ms;QKD 检索本身仅增加约 7 ms 开销。故障注入实验证明,即使 KME(密钥管理实体)完全中断,隧道仍能维持,保护流量不受任何中断。该工作为量子安全 VPN 的工程落地提供了高可用性设计模式,尤其适用于依赖外部 QKD 服务的场景。

💡 推荐理由: 为依赖 QKD 或外部密钥服务的 IPsec 部署提供了切实可行的可用性保障方案,避免因 QKD 故障导致业务中断,是混合量子安全网络走向实用的重要一步。

🎯 建议动作: 研究跟进

排序因子: 影响边界/网络设备 (+5) | 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Polina Tapal, Bryce-Allen Bagley

该论文研究了基于脑电信号(EEG)的生物特征识别系统的对抗性脆弱性。随着EEG信号被提议用作生物识别凭据,其安全性评估成为重要问题。以往研究主要针对深度学习分类器,并假设攻击者拥有对模型的完全访问权限(白盒攻击),而忽略了其他更常见的神经特征提取方法以及更现实的黑盒攻击场景。为此,作者提出了一组自适应攻击算法,攻击者仅需黑盒访问认证系统,即可通过有针对性地篡改窃取的EEG记录来欺骗系统,且无需了解认证系统的内部细节。研究在6个公开数据集上进行了测试,覆盖三种记录条件:视觉刺激反应、运动想象和静息状态。实验表明,不同的神经特征提取方法在对抗攻击下的脆弱性差异显著;同时,记录条件(如任务类型)对欺骗攻击的成功率有重要影响。最后,作者基于对抗测试结果,为提升神经特征生物识别系统的安全性提出了改进建议。该工作填补了神经生物识别在黑盒对抗攻击研究方面的空白,为脑机接口和生物认证安全领域提供了系统性的评估框架。适合安全研究人员、生物识别系统开发者和脑机接口领域的学者阅读。

💡 推荐理由: 脑电生物识别作为新兴认证方式,其安全性研究较少。本文揭示了黑盒攻击下不同EEG特征提取方法的脆弱性差异,为设计更鲁棒的身份认证系统提供了关键参考。

🎯 建议动作: 研究跟进

排序因子: 影响边界/网络设备 (+5) | 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
CVE-2026-77393

In Ignition 8.1.53 and earlier, the Gateway "Create Project Role(s)" setting shipped blank, which permitted any authenticated user to create projects (if they can execute gateway scripts). Ignition 8.1.54 restricts project creation to Designer sessions and no longer relies on this setting. The 8.3 series is not affected.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 影响边界/网络设备 (+5) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-63464

nebula-mesh is a self-hosted control plane for Slack Nebula mesh VPN. From version 0.6.0 to before version 0.7.2, non-admin operators (role user) can set allow_private: true on their own managed webhook subscription (POST/PATCH /api/v1/webhook-subscriptions). No admin check exists on this field. At delivery time, allow_private switches the dispatcher to an unguarded HTTP client, bypassing the priv

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 影响边界/网络设备 (+5) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-61699

nebula-mesh is a self-hosted control plane for Slack Nebula mesh VPN. Prior to version 0.7.1, revocation is the only in-band mechanism that isolates a compromised/offboarded host from a Nebula mesh. Because the blocklist never reaches any peer's config.yml, a Blocked host retains full overlay reachability to every peer under its CA (and internal services on the mesh) for up to 30d (agent) / 365d (

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 影响边界/网络设备 (+5) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-55513

nebula-mesh is a self-hosted control plane for Slack Nebula mesh VPN. From version 0.3.0 to before version 0.5.0, the nebula-mgmt Web UI host-creation path ignores both the server-wide enrollment_token_ttl security setting and per-network network_config.enrollment_token_ttl overrides. API host creation and token-regeneration paths use the configured TTL resolver, but POST /ui/hosts hardcodes now.A

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 影响边界/网络设备 (+5) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-55512

nebula-mesh is a self-hosted control plane for Slack Nebula mesh VPN. From version 0.2.0 to before version 0.5.0, when OIDC is enabled, GET /ui/oidc/login is reachable without authentication and is registered outside the Web UI rate-limited auth routes. Every request creates a fresh random OIDC state value and stores it in an in-memory map for 10m. Expired states are swept lazily, but there is no

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 影响边界/网络设备 (+5) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-53604

nebula-mesh is a self-hosted control plane for Slack Nebula mesh VPN. Prior to version 0.3.8, the web handler renderMobileBundle passes the real *pki.CAResolver directly into mobilebundle.Build. Inside Build, resolver.LoadByID decrypts the CA's ed25519 private key into a *pki.CAManager, but Build never calls CAManager.Wipe() on any return path. As a result, when a mobile-bundle request goes throug

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 影响边界/网络设备 (+5) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-53603

nebula-mesh is a self-hosted control plane for Slack Nebula mesh VPN. Prior to version 0.3.8, Operator session tokens are stored in plaintext in the operator_sessions table (the token column is the PRIMARY KEY). The session token is a 32-byte random hex value sent directly in a cookie and valid for 24 hours. Anyone who can read the database (backup, snapshot, file copy, or SQL-level disclosure) ob

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 影响边界/网络设备 (+5) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-53602

nebula-mesh is a self-hosted control plane for Slack Nebula mesh VPN. Prior to version 0.3.7, two related authorization gaps let a host that should no longer be trusted obtain a fresh, valid Nebula certificate, because nebula-mgmt does not re-evaluate revocation/authorization state at certificate issuance time — only at poll time. Firstly, the blocklist is not enforced at sign / re-enroll time. in

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 影响边界/网络设备 (+5) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-18489

IBM ContextForge MCP Gateway - Translate utility <= 1.0.8 MCP Context Forge could allow a remote attacker to obtain sensitive information from other sessions due to exposure of data elements to the wrong session.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 影响边界/网络设备 (+5) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-18486

IBM ContextForge MCP Gateway <= v1.0.7 MCP Context Forge could allow a remote authenticated attacker to obtain sensitive credentials and escalate privileges due to improper validation of jq filters.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 影响边界/网络设备 (+5) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-17255

IBM i 7.6, 7.5, 7.4, and 7.3 could allow a remote attacker to cause a denial of service due to improper validation of the prefix length in ICMPv6 Router Advertisements.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 影响边界/网络设备 (+5) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80825

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7925: ensure tx headroom in usb_sdio_tx_prepare_skb mt7925_usb_sdio_tx_prepare_skb() pushes a TX descriptor and a USB header onto every skb and assumes the headroom for them is already there. That holds for locally generated traffic, where mac80211 reserves hw->extra_tx_headroom, but forwarded frames are sent throu

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 影响边界/网络设备 (+5) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-77822

IBM ContextForge MCP Gateway could allow a remote authenticated attacker to obtain sensitive information due to server-side request forgery via DNS rebinding.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 影响边界/网络设备 (+5) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-75169

An arbitrary file upload vulnerability in /cgi-bin/ugwupload.cgi of MBS-Solutions X-Serie Gateway firmware V6_00_05 allows a remote authenticated user with Admin role to upload files with arbitrary content to hardcoded paths.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 影响边界/网络设备 (+5) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-75168

An issue in the ugw-editfile method of /cgi-bin/wwwugw.cgi in MBS-Solutions X-Serie Gateway firmware V6_00_05 allows a remote authenticated user with the low-privileged Standard role to write arbitrary content to files within /uxx/config/ and /ugw/config/.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 影响边界/网络设备 (+5) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-75167

A broken access control vulnerability in the ugw-usr-edit method of /cgi-bin/wwwugw.cgi in MBS-Solutions X-Serie Gateway firmware V6_00_05 allows a remote authenticated user with the low-privileged Standard role to change the password of arbitrary accounts.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 影响边界/网络设备 (+5) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-75166

Insecure Permission vulnerability in MBS-Solutions X-Serie Gateway firmware V6_00_05 allows the low-privileged service user to execute /usr/bin/tcpdump as root without a password. By leveraging the tcpdump -z option, an authenticated attacker can achieve arbitrary command execution.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 影响边界/网络设备 (+5) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-75165

An issue in /cgi-bin/wwwugw.cgi of MBS-Solutions X-Serie Gateway firmware V6_00_05 allows a remote authenticated user with the low-privileged Standard role to invoke hidden network diagnostic methods (ugw-ping, ugw-traceroute) that are not exposed in the web UI, allowing attackers to obtain sensitive information.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 影响边界/网络设备 (+5) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-75164

An arbitrary file read vulnerability in /cgi-bin/ugwdownload.cgi of MBS-Solutions X-Serie Gateway firmware V6_00_05 allows a remote authenticated user with the low-privileged Standard role to retrieve arbitrary files from the device filesystem via the file query string parameter.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 影响边界/网络设备 (+5) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-75163

An information disclosure vulnerability in the ugw-deviceinfo method of /cgi-bin/wwwugw.cgi in MBS-Solutions X-Serie Gateway firmware V6_00_05 returns detailed system version fields (operatingsystem, gatewayversion) to any authenticated user, including users with the low-privileged Standard role.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 影响边界/网络设备 (+5) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-75162

An information disclosure vulnerability in the opcua-configuration method of /cgi-bin/wwwugw.cgi in MBS-Solutions X-Serie Gateway firmware V6_00_05 allows any remote authenticated user, including users with the low-privileged Standard role, to retrieve the configured OPC-UA authentication credentials in cleartext via the JSON API response.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 影响边界/网络设备 (+5) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-75161

An issue in the ugw-restart method of /cgi-bin/wwwugw.cgi in MBS-Solutions X-Serie Gateway firmware V6_00_05 allows a remote authenticated user with the low-privileged Standard role to inject arbitrary code into the dpcheck system utility executed as root.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 影响边界/网络设备 (+5) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-18905

IBM ContextForge MCP Gateway (`mcp-contextforge-gateway`) <= v1.0.6 MCP Context Forge could allow a remote authenticated attacker to obtain sensitive information due to a DNS rebinding vulnerability during tool invocation.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 影响边界/网络设备 (+5) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85671

QAnything 2.0.0 contains an authentication bypass vulnerability in the /api/local_doc_qa/get_file_base64 and /api/local_doc_qa/get_doc endpoints that allows unauthenticated attackers to access any uploaded file or document. Attackers can enumerate file identifiers through unauthenticated endpoints and retrieve base64-encoded files or parsed document chunks without ownership verification to disclos

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 影响边界/网络设备 (+5) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85607

Blinko 1.8.7 contains an authorization bypass (IDOR) vulnerability in multiple tRPC procedures (message.list, message.update, message.delete, message.clearAfter in server/routerTrpc/message.ts and conversation.clearMessages in server/routerTrpc/conversation.ts). Although these procedures require authentication, they query the database by caller-supplied conversation or message ID without verifying

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 影响边界/网络设备 (+5) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85597

Traefik before v2.11.55 contains a TLS option conflict resolution vulnerability that allows unauthenticated attackers to bypass client-certificate authentication by creating conflicting TLS options on multi-host routers. Attackers can reach protected backends by exploiting shared TLS resolution across multiple hostnames in a single router rule, causing the strict mTLS requirement to fall back to d

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 影响边界/网络设备 (+5) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-84043

The ePayco Payment Gateway for WooCommerce WordPress plugin before 8.4.7 does not properly verify the authenticity of payment confirmation requests, allowing unauthenticated attackers to mark orders as paid without a valid gateway signature.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 影响边界/网络设备 (+5) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-76169

fastify versions >= 4.0.0 and before 5.12.2 can route a malformed URL sent under one plugin prefix to the custom not-found handler of a different sibling plugin, and invoke it without the preHandler hook declared for that handler. The internal not-found router for encapsulated handlers dispatches malformed paths through a single shared handler pointer before URL decoding, ignoring the prefix and s

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 影响边界/网络设备 (+5) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-67402

An insecure Apache configuration in ConfigServer Security & Firewall maps /usr/bin as CGI programs through the Messenger v3 HTTPS virtual host. A remote unauthenticated attacker whose address is blocked can request a mapped executable and run arbitrary commands as the Apache user. The vulnerability affects installations where CSF Messenger v3 and its HTTPS mode are enabled. WebPros addressed the v

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 影响边界/网络设备 (+5) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-67398

Missing authorization vulnerability has been discovered in 2Checkout payment gateway of WHMCS from 8.13.0 before 8.13.8, from 9.0.0 before 9.0.8, all other EOL versions from 4.5.0. The vulnerability allows an unauthenticated user to get WHMCS customer's data via 2Checkout payment gateway's endpoint under specific conditions.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 影响边界/网络设备 (+5) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85446

MOOS-IvP versions through 24.8.1 contain a quadratic processing vulnerability in uFldNodeComms where each new node identity creates a ledger entry and triggers all-pairs distribution work. Attackers can supply unbounded distinct node names in reports to drive the shoreside broker into quadratic processing, delaying or preventing distribution of legitimate node reports.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 影响边界/网络设备 (+5) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)

Improper handling of highly compressed data in Amazon ion-java before 1.12.1 might allow remote attackers to cause a denial of service via a crafted compressed Ion document that expands to an arbitrarily large size upon decompression due to insufficient coverage of the GZIP auto-decompression opt-out introduced for CVE-2026-75936. To remediate this issue, users should upgrade to version 1.12.1.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%

Unverified ownership of a storage access point in the volume deletion component of the Amazon EFS CSI Driver before v3.4.1 might allow an authenticated Kubernetes user with PersistentVolume creation privileges to cause recursive deletion of directories on an EFS filesystem they are not authorized to access, via a crafted PersistentVolume volumeHandle that pairs an access point from one filesystem

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

Frappe CRM is an open-source customer relationship management tool. Prior to version 1.73.0, there is an authentication bypass vulnerability via logged invitation keys in crm/api. This issue has been patched in version 1.73.0.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%

Nango before 0.71.6 contains a missing authentication vulnerability in the runner tRPC server that allows unauthenticated attackers to execute arbitrary JavaScript code by invoking the exposed start procedure without credentials. Attackers with network access to the runner port can send requests to the unauthenticated start procedure, bypassing the unenforced RUNNER_SECRET_KEY environment variable

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

SolidInvoice is an open-source invoicing platform. Prior to version 3.0.1, an authenticated user can view the API request history of any other user's API tokens within the same company by manipulating two writable Symfony UX LiveComponent props on the `DataGrid` component. Version 3.0.1 fixes the issue.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%

Emlog is an open source website building system. Prior to version 2.6.16, Emlog CMS Pro contains a blind SQL injection in User_Model::getUserDataByLogin(). The $account parameter is directly interpolated into SQL queries without any filtering. The vulnerability is reachable through the auth cookie validation path, where $username is extracted from the cookie and passed unfiltered into SQL — guarde

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

SolidInvoice is an open-source invoicing platform. Prior to version 3.0.1, `UserInvitation` entities have no expiry timestamp. Invitation links mailed to users remain valid indefinitely, meaning a leaked, forwarded, or archived invitation email can be used at any time in the future to join a company or silently add a compromised email account to a company. Version 3.0.1 fixes the issue.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

SolidInvoice is an open-source invoicing platform. Prior to version 3.0.1, the `DataGrid` LiveComponent deserializes a `context` prop value using PHP's `unserialize()` after receiving it from the client. Because the prop is marked `writable: true`, an authenticated attacker can supply an arbitrary PHP serialized payload. Version 3.0.1 fixes the issue.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

ILIAS before versions 9.22, 10.10, and 11.3 contains a SQL injection vulnerability in the repository trash table where the table navigation sort field from HTTP requests is passed directly into the ORDER BY clause of a SQL query without validation against declared sortable columns. Authenticated users with write permission on any container can inject arbitrary SQL through the sort parameter, and b

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

Note Mark is an open-source note-taking application. Prior to version 0.19.5, Note Mark validates book and note slug values with the OpenAPI/huma tag pattern:"[a-z0-9-]+". huma compiles this with regexp.MustCompile(s.Pattern) and tests it with patternRe.MatchString(str), an UNANCHORED match. Because the pattern is not anchored (^...$), any string that merely CONTAINS one [a-z0-9-] substring passes

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: selinux: require every boolean value to be defined p_bools.nprim comes from the policy image independently of how many booleans follow it, and cond_index_bool() fills bool_val_to_struct[] at value - 1, so a count larger than the values present leaves NULL entries. Every user of that array then walks it by index and dereferences

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: selinux: reject an unclaimed class value in security_get_classes() security_get_classes() sizes an array by p_classes.nprim and fills it at value - 1, so a class value the policy never defines leaves a NULL. sel_make_classes() passes every entry to sel_make_dir(), reaching the same d_alloc_name() dereference as the permission ar

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: sof-audio: Fix error path in sof_widget_setup_unlocked() If either tplg_ops->dai_config or widget_kcontrol_setup fail during widget setup we would double decrement the use_count of the widget because the sof_widget_free_unlocked() would be called twice, similarly the core_put would be invoked twice as well. Since the

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: lpass-wsa-macro: Fix enum kcontrol accesses EAR SPKR PA Gain" and the four "WSA RX* Mux" controls are enumerated, but their get and put callbacks access the value through ucontrol->value.integer.value[0] (a long) instead of ucontrol->value.enumerated.item[0] (an unsigned int). This same pattern was fixed in the si

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Reject UVD message with invalid number of h265 refs Same change as for h264, avoids overflow later when calculating min dpb size. (cherry picked from commit a4b0720e4f1601f97f59a2be9c1b4b94fa6527d5)

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Reject UVD message with dimensions above 4096 Fixes potential overflow in DPB size calculations. (cherry picked from commit 05e1387d151f71569fbe122d2c89f9db0c21dc10)

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix UVD dpb min size calculation for H264 This should use actual number of references from the decode message, instead of maximum derived from level. (cherry picked from commit 64b525edb7e7bdfcdc77883c5e413804e2396856)

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
Kernel

In the Linux kernel, the following vulnerability has been resolved: net: packet: fix wrong transport_header when sending VLAN-tagged frame In packet_parse_headers(), when processing a VLAN-tagged frame, skb_set_network_header() is called to advance network_header past the VLAN tag to the inner protocol header. skb_probe_transport_header() is then called with skb->protocol still set to the outer

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: net: tap: fix wrong transport_header when sending VLAN-tagged frame In tap_get_user_xdp(), when processing a VLAN-tagged frame (e.g. ETH_P_8021Q), skb_set_network_header() is called first to advance network_header past the VLAN tag to the inner protocol header. skb_probe_transport_header() is then called with skb->protocol still

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: net/tls: Fail tls_sw_splice_read() after a failed async decrypt When an async decrypt fails, tls_decrypt_done() records the error in ctx->async_wait.err and calls tls_err_abort(), which stores it in sk_err. tls_sw_recvmsg() and tls_sw_read_sock() each read async_wait.err once they hold the reader lock and fail the call: a record

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: drm/xe/oa: Fix sync entry leak on OA config emit failure xe_oa_emit_oa_config() releases the sync entries and the syncs array only on its success path. When it fails before the point of no return (fence allocation, config buffer allocation or batch submission), it returns without touching stream->syncs. The stream open path han

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: dmaengine: sun6i-dma: Fix reclaim descriptors while terminating DMA When terminating DMA transfers, active descriptors are not properly reclaimed. Only cyclic descriptors were handled, leaving non-cyclic descriptors and their LLI chains to be permanently leaked. Fix by using vchan_terminate_vdesc() which handles both cyclic and

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-04

ipvs: fix the checksum validations

推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: ipvs: fix the checksum validations ip_vs_in_icmp_v6() is missing checksum validation for ICMPv6 packets from clients. In fact, as for TCP/UDP we should validate the checksum for ICMP packets only when we mangle the packets on MASQ or on reply for tunnel. Also, Sashiko points out that handle_response_icmp() being common for IPv4

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: ASoC: SDCA: Make UMP message size check more robust If message offset was larger than the buffer length the size check will pass incorrectly. Refactor the check such that it is more robust to invalid sizes.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: netfs: clear PG_private_2 on copy-to-cache append failure netfs_pgpriv2_copy_to_cache() marks the folio with PG_private_2 before netfs_pgpriv2_copy_folio() appends it to the copy-to-cache rolling buffer. If the append fails, the folio is not queued for cache writeback, so the PG_private_2 state and its reference must be release

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: mshv: Fix race in mshv_irqfd_deassign mshv_irqfd_deactivate() and the hlist traversal of pt_irqfds_list require pt->pt_irqfds_lock to be held, but mshv_irqfd_deassign() omits it. This races with the EPOLLHUP path in mshv_irqfd_wakeup(), which does take the lock before calling mshv_irqfd_deactivate(). Additionally, mshv_irqfd_de

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: mshv: Order pt_vp_array publish against irqfd assertion path mshv_partition_ioctl_create_vp() initialises a VP struct (allocations, mutex_init, init_waitqueue_head, page mappings) and then publishes the pointer into partition->pt_vp_array. Several ISR paths read this array locklessly: the intercept ISR, the two scheduler ISRs,

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
Kernel

In the Linux kernel, the following vulnerability has been resolved: iommufd: Fix wrong hwpt passed to iommufd_auto_response_faults on replace iommufd_hwpt_replace_device() calls: iommufd_auto_response_faults(hwpt, old_handle); passing the *new* hwpt together with the handle of the device's *old* domain. This should be a parameter mismatch: 1. Semantically, iommufd_auto_response_faults(x, han

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
Kernel

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix swap entry corruption when clearing uffd-wp at fork() copy_hugetlb_page_range() clears the uffd-wp bit of migration and hwpoison entries with huge_pte_clear_uffd_wp(), which operates on the present-PTE bit position. Swap entries keep the uffd-wp state elsewhere -- the migration branch reads and sets it with pte_

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: pci: Validate AIBV and AISB before pinning guest pages The AIBV holds one bit per MSI-X vector for a given function. The size of the bit vector is derived from the NOI and the AIBVO. If the size of the AIBV exceeds a single page boundary, then reject the request as we cannot safely pin the guest AIBV. Similarly rejec

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
Kernel

In the Linux kernel, the following vulnerability has been resolved: can: isotp: fix timer drain order, wakeup handling and tx_gen ordering This patch is a follow-up to commit cf070fe33bfb ("can: isotp: serialize TX state transitions under so->rx_lock") which addresses following sashiko-bot findings: - isotp_sendmsg(): drain so->txfrtimer first so a stale callback can't re-arm echotimer after

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: drop dma_buf reference on foreign-fd prime import ttm_prime_fd_to_handle() returns -ENOSYS when the imported fd's dma_buf->ops do not match the ttm_object_device's ops, but does so without releasing the reference acquired by dma_buf_get(). Any unprivileged renderD client passing a non-vmwgfx prime fd through the DRM

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: use check_add_overflow for shader size+offset bound vmw_shader_define() validates the user-supplied shader window against its backing buffer with (u64)buffer->tbo.base.size guest_memory_offset and forwarded to host SVGA shader-create commands. Use check_add_overflow() to detect the wrap and compare the resulting e

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: serial: msm: Disable DMA for kernel console UART At the moment, concurrent writes from userspace and the kernel to the console can trigger a race condition that results in an infinite loop of the same messages printed over and over again. This is most likely to happen during system startup or shutdown when the init system starts

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: afs: Fix uncancelled rxrpc OOB message handler Fix AFS to cancel its OOB message processing (typically to respond to security challenges). Also move OOB message processing to afs_wq so that it's also waited for and make the OOB handler just return if the net namespace is no longer live.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: ntb: Store original DMA address for future release The DMA API requires that dma_free_attrs receive the exact dma_handle originally returned by the allocation function. Do not modify it.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
Kernel

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: gr2d/gr3d: Initialize address register map before HOST1X client is registered The host1x_client_register() function is called just prior to register map initialization loop, making the device available to userspace. This may result in userspace attempting to submits a job before the register map is initialized. Addres

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
Kernel

In the Linux kernel, the following vulnerability has been resolved: crypto: tegra - Return ENOMEM when input buffer allocation fails for ccm Ensure the ENOMEM error value is set when the input buffer allocation fails in tegra_ccm_do_one_req.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix buffer head management in ocfs2_read_blocks() In ocfs2_read_blocks(), caller should't assume that buffer head returned by 'sb_getblk()' is exclusively owned and so 'put_bh()' always drops b_count from 1 to 0. If it is not so, buffer head remains on hold and likely to be returned by the next call to 'sb_getblk()' unch

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: IB/mlx5: Properly support implicit ODP rereg_mr Due to all the child mkeys in the implicit ODP configuration we cannot change anything in place for the parent mkey. Instead the whole thing needs to be rebuilt if any change is requested. If the user does not specify a translation then force the implicit values which will then fal

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix circular locking dependency in ocfs2_dio_end_io_write A circular locking dependency involves INODE_ALLOC_SYSTEM_INODE, EXTENT_ALLOC_SYSTEM_INODE, and ORPHAN_DIR_SYSTEM_INODE. 1. ocfs2_mknod() acquires INODE_ALLOC then EXTENT_ALLOC. 2. ocfs2_dio_end_io_write() acquires EXTENT_ALLOC for unwritten extents, then ORPH

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-04

afs: Fix leak of ungot volume

推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: afs: Fix leak of ungot volume Fix afs_lookup_volume_rcu() so that it doesn't leak a dying volume if afs_try_get_volume() fails.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-04

afs: Fix vllist leak

推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: afs: Fix vllist leak Fix a leak of the new vllist in afs_update_cell() in the event that it is an empty list (nr_servers == 0), in which case the old list isn't displaced unless the old list is also empty.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Fix event length with forced 8-byte alignment When RB_FORCE_8BYTE_ALIGNMENT is true, rb_calculate_event_length() reserves the space of event->array[0] for placing the data length and rb_update_event() stores the data length in event->array[0] accordingly. As a result the whole event length will add extra 4 bytes for

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: ipvs: use parsed transport offset in TCP state lookup TCP state handling reparses the skb to find the TCP header. For IPv6 it uses sizeof(struct ipv6hdr), while the surrounding IPVS code already parsed the packet with ip_vs_fill_iph_skb() and has the real transport-header offset in iph.len. This makes TCP state handling look at

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: arm64: dts: renesas: ironhide: Describe inline ECC carveouts The DBSC5 DRAM controller protects DRAM content using inline ECC. The inline ECC utilizes areas of DRAM for its operation, which are in the DRAM address range, but must not be accessed or modified. Describe the inline ECC carveout areas used by the DBSC5 controller on

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: nv: Write ESR_EL2 for injected nested SError exceptions kvm_inject_el2_exception() writes ESR_EL2 for synchronous exceptions but not for SError. enter_exception64() does not write ESR_ELx for any exception type, so the constructed syndrome is dropped. A guest L2 hypervisor taking a nested SError observes stale ESR_EL

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda/tas2781: Cancel async firmware request at unbind TAS2781 HDA I2C and SPI queue RCA firmware loading from component bind with request_firmware_nowait(). The firmware loader keeps the callback module pinned and holds a device reference, but the callback still uses driver-private HDA state. Component unbind removes contr

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: crypto: xilinx-trng - Remove crypto_rng interface Implementing the crypto_rng interface has no purpose, as it isn't used in practice. It's being removed from other drivers too. Just remove it. This leaves hwrng, which is actually used. Tagging with 'Cc stable' due to the bugs that this removes: - xtrng_trng_generate() som

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Validate CRIU-restored IDs before idr_alloc The KFD CRIU restore flow restores previously saved object IDs from userspace. For event restore: kfd_criu_restore_event() -> create_signal_event() / create_other_event() -> allocate_event_notification_slot() -> idr_alloc(..., *restore_id,

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: ntfs: bound the attribute-list entry in ntfs_read_inode_mount() The $MFT attribute-list walk in ntfs_read_inode_mount() validates each entry only with "(u8 *)al_entry + 6 > al_end" and "(u8 *)al_entry + le16_to_cpu(al_entry->length) > al_end", but then reads al_entry->lowest_vcn (an __le64 at offset 8) and al_entry->mft_referenc

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: ntfs3: Allocate iomap inline_data using alloc_page This fixes a BUG reported in iomap_write_end_inline: iomap_inline_data_valid checks that the inline_data fits within a page. If the inline_data is allocated with kmemdup there's no guarantee that it's page-aligned, so the check sometimes fails. Allocate it with alloc_page to ens

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: alpha/PCI: Add security_locked_down() check to pci_mmap_resource() Currently, Alpha's pci_mmap_resource() does not check security_locked_down(LOCKDOWN_PCI_ACCESS) before allowing userspace to mmap PCI BARs. The generic version has had this check since commit eb627e17727e ("PCI: Lock down BAR access when the kernel is locked dow

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: tipc: avoid busy looping in tipc_exit_net() Blamed commit introduced a busy-wait loop in tipc_exit_net() to wait for pending UDP bearer cleanup works to complete: while (atomic_read(&tn->wq_count)) cond_resched(); This loop can busy-wait for a long time if cond_resched() is a NOP. This typically happens i

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: bpf: Add missing access_ok call to copy_user_syms As reported by sashiko we use __get_user without prior access_ok call on the user space pointer. Adding the missing call for the whole pointer array. Plus removing the err check in the error path, because it's not needed and also we can return -ENOMEM directly from the first kvm

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix responder UAF on IB_QP_MAX_DEST_RD_ATOMIC modify_qp rxe_qp_from_attr() handles IB_QP_MAX_DEST_RD_ATOMIC outside the IB_QP_STATE path, so it holds no state_lock and runs while the responder task rxe_receiver() (recv_task on rxe_wq) is live. A modify_qp() setting only that attribute calls free_rd_atomic_resources() t

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: nvme-tcp: fix usage of page_frag_cache nvme uses page_frag_cache to preallocate PDU for each preallocated request of block device. Block devices are created in parallel threads, consequently page_frag_cache is used in not thread-safe manner. That leads to incorrect refcounting of backstore pages and premature free. That can be

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: usb: xhci: bail out of setup if the controller is inaccessible xhci_gen_setup() locates the operational registers using the capability length read from the very first register: xhci->op_regs = hcd->regs + HC_LENGTH(readl(&xhci->cap_regs->hc_capbase)); If the controller is dead or has dropped off the bus, that read returns ~

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: fuse: fix race between interrupt and resend After commit f8fce75fedf7 ("fuse: clear intr_entry in fuse_resend and fuse_remove_pending_req") the WARN_ON(!list_empty(&req->intr_entry)) in fuse_request_free() still triggers due to the following race: In request_wait_answer() if (test_bit(FR_SENT, &req->flags)) -> returns true I

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: fuse: fix missing barrier when checking io-uring readiness fuse_block_alloc() reads fch->initialized and then fch->io_uring. fch->io_uring is set before fch->initialized, ordered by the smp_wmb() in fuse_chan_set_intialized(), but fuse_block_alloc() has no matching read barrier between the two loads. This may lead a CPU to obse

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: fuse: publish io-uring queues with release semantics fuse_uring_create_queue() initializes a fuse_ring_queue and then publishes the pointer into ring->queues[qid] with WRITE_ONCE() under the fch->lock. There are several readers that may concurrently be fetching that pointer locklessly and then deferencing it. WRITE_ONCE() doesn

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
Kernel

In the Linux kernel, the following vulnerability has been resolved: fuse: wait for FR_FINISHED on abort_on_kill to prevent use-after-free The abort_on_kill path in request_wait_answer() calls fuse_abort_conn() and returns without waiting for FR_FINISHED. If fuse_dev_do_write() is concurrently processing the same request (FR_LOCKED set), the caller frees req->args while it is still being accesse

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: fuse: fix invalidate lock leak on setattr writeback failure fuse_do_setattr() takes filemap_invalidate_lock() for a DAX truncate (fault_blocked = true) and releases it at the out:/error: labels. But when a writeback flush is also needed, a write_inode_now() failure returns directly and leaks the lock, so any later fault or trun

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: fuse: fix invalidate lock leak on open O_TRUNC DAX failure fuse_open() takes filemap_invalidate_lock() for a DAX truncate (dax_truncate = true) and releases it before the out_inode_unlock label. But when fuse_dax_break_layouts() fails, the goto out_inode_unlock skips the unlock and leaks the rwsem, so any later fault or truncat

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f_tcm: keep port count until LUN teardown completes tcm_usbg_drop_nexus() permits session removal once tpg_port_count reaches zero. However, usbg_port_unlink() currently decrements that count from the fabric_pre_unlink() callback, before core_dev_del_lun() waits for active se_lun references to drain. If removal of

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: tls: device: fix out-of-bounds write in tls_append_frag() Found with syzkaller and a local syzbot instance running on top of a netdevsim TLS offload emulation; tls_device.c is otherwise only reachable on a machine with a NIC that implements the offload. tls_push_data() only checks whether the open record still has room for anot

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-04

gtp: serialize PDP context updates

推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: gtp: serialize PDP context updates PDP contexts can be deleted through GTP_CMD_DELPDP or while the GTP network device is being unregistered. The latter is serialized by RTNL, but the generic-netlink delete path only holds RCU. Running both paths concurrently can therefore make both paths delete the same PDP context. The issue w

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: tcp: fix AO info use-after-free in tcp_ao_connect_init() tcp_v4_connect() adds a SYN-SENT socket to the ehash before calling tcp_connect(). If TCP-AO is configured, tcp_connect() first verifies that a key matches the peer and the bound device's current L3 master. tcp_ao_connect_init() later resolves the L3 master again and remo

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
Kernel

In the Linux kernel, the following vulnerability has been resolved: net/tcp-ao: fix use-after-free of current_key on reconnect to another peer tcp_inbound_ao_hash() is called before bh_lock_sock_nested() is taken, with only rcu_read_lock() held. On the fast path for established sockets, if the rnext_keyid sent by the peer differs from current_key->sndid, the key the peer asked for is looked up a

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: xfrm: espintcp: fix UAF during close ZDI reported and analyzed a race condition during close for espintcp sockets: espintcp_close() frees emsg->skb via kfree_skb() without holding any socket lock. Concurrently, the xfrm_trans_reinject work queue invokes esp_output_tcp_finish() -> espintcp_push_skb() -> espintcp_

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: tcp: clamp route advmss to TCP_MIN_MSS tcp_select_initial_window() assumes that callers never pass an MSS smaller than 1, but route-derived advmss values can violate that assumption. A too-small explicit RTAX_ADVMSS is one way to get there, but it is not the only one. The same divide-by-zero can also be reached through the "def

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: xfrm: drop ESP-in-TCP packets with no ingress device ESP-in-TCP receives records through the TCP strparser. handle_esp() restores skb->dev from the saved skb_iif before passing the packet into the XFRM input path. Queued TCP data can be processed after the original ingress device has been removed, for example during veth or net

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: xfrm: avoid lock inversion in nat keepalive work nat_keepalive_work() walks the state table while xfrm_state_walk() holds net->xfrm.xfrm_state_lock. Its callback then acquires x->lock, which conflicts with the delete path taking the same locks in reverse order via xfrm_state_delete() and __xfrm_state_delete(). This creates an AB

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: xfrm: ah6: validate routing header segments_left AH6 rearranges routing-header addresses before computing or verifying the ICV. ipv6_rearrange_rthdr() assumes that segments_left is not larger than the number of addresses described by the routing header's hdrlen field. That assumption does not hold for raw IPv6 HDRINCL packets.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: xfrm: fix xfrm_state_construct() auth-trunc leak attach_auth_trunc() can allocate x->aalg while leaving x->props.aalgo at zero when the selected auth algorithm has no sadb_alg_id. One real case is cmac(aes). xfrm_state_construct() then treats !x->props.aalgo as "no auth algorithm attached yet" and calls attach_auth(). That over

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
Kernel

In the Linux kernel, the following vulnerability has been resolved: net: bridge: mcast: fix use-after-free of a master VLAN's multicast context br_multicast_toggle_one_vlan() clears BR_VLFLAG_MCAST_ENABLED under br->multicast_lock before stopping a VLAN's multicast context. That is the teardown handshake: lockless readers gate on the flag through br_multicast_ctx_should_use() -> br_multicast_ct

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: net/packet: defer vmalloc TX_RING free until skbs finish AF_PACKET TX_RING skbs keep a raw pointer to their ring frame. The skb page references preserve page-backed ring blocks after pg_vec is freed, but they do not preserve a vmalloc mapping. tpacket_destruct_skb() currently drops the pending reference before writing the times

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: ipv6: seg6: clear IPv4 control block on IPIP decapsulation End.DX4 and End.DT4 decapsulate an IPv4 packet through decap_and_validate() and send it directly to IPv4 routing. The inner packet therefore bypasses ip_rcv_core(), which normally clears IPCB before IPv4 interprets skb->cb. The skb instead retains IP6CB data from the ou

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: batman-adv: reject unrepresentable multicast TVLV offsets The network and transport header fields in struct sk_buff are 16-bit offsets from skb->head, and U16_MAX is reserved as the unset transport header value. batadv_tvlv_call_handler() sets both fields from a received multicast TVLV without checking whether the TVLV end is re

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: vxlan: keep the last remote linked during FDB flush A non-nexthop FDB entry is expected to have at least one remote while it remains reachable through the FDB hash table. A filtered bulk flush violates this invariant when every remote matches: It unlinks the last remote in vxlan_fdb_dst_destroy() and only afterwards tells vxlan_

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: don't queue packet path object notifications All file:line references below are against v7.2-rc4 (ac5b0e5651b1). The trace was captured on 7.2.0-rc6-kasan72rc6 (075b74841bd0), where the same lines apply. nft_obj_notify() is exported and reached from the packet path. Its only in-tree caller is nft_quota_obj

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: crypto: virtio - bound the akcipher result length virtio_crypto_dataq_akcipher_callback() sets the result length from the device-reported response length without bounding it to the destination buffer, which was allocated for the original request length. sg_copy_from_buffer() then reads that many bytes from the destination buffer

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: crypto: qcom-rng - Remove crypto_rng interface qcom-rng.c exposes the same hardware through two completely separate interfaces, crypto_rng and hwrng. However, the implementation of this is buggy because it permits generation operations from these interfaces to run concurrently with each other, accessing the same registers. Tha

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: crypto: sun8i-ce - Remove crypto_rng interface Since the crypto_rng interface for hardware PRNGs is unused and is redundant with hwrng and the actual Linux RNG, it's being phased out. Most drivers for it were already removed. Go ahead and remove the sun8i-ce support which is one of the only remaining ones. Note that the sun8i-

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: crypto: sun8i-ss - Remove crypto_rng interface Since the crypto_rng interface for hardware PRNGs is unused and is redundant with hwrng and the actual Linux RNG, it's being phased out. Most drivers for it were already removed. Go ahead and remove the sun8i-ss support which is one of the only remaining ones. As usual for crypto_

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: crypto: mxs-dcp - fix source scatterlist length access mxs_dcp_aes_block_crypt() uses sg_dma_len() without mapping the source scatterlist with dma_map_sg() first. Therefore, sg_dma_len() is invalid and could return zero or a stale DMA length, causing encryption and decryption to process the wrong number of bytes when CONFIG_NEED

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: usb: core: Add lock to usb_wakeup_notification() Add a spin lock to usb_wakeup notification to prevent a race condition with dereferencing freed memory. This could be hit by the xHCI driver as it calls this function from an IRQ and could race with the hub_disconnect() function, which properly grabs this lock to protect the state

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: fix OOB write in snd_usbmidi_novation_output() snd_usbmidi_novation_output() lays out a two-byte header at transfer_buffer[0..1] and passes &transfer_buffer[2] together with a length of ep->max_transfer - 2 to snd_rawmidi_transmit(): count = snd_rawmidi_transmit(ep->ports[0].substream, &transfer_buffe

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Complete cleanup after system-resume errors A failed system resume can leave the card unusable until reboot. usb_audio_resume() jumps to err_out when snd_usb_pcm_resume() or snd_usb_mixer_resume() fails. The error path skips the out: block, which restores D0 and decrements chip->num_suspended_intf. The card sta

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: USB: serial: option: fix slab OOB read in interrupt URB callback The interrupt URB buffer is allocated in setup_port_interrupt_in() based on the endpoint's wMaxPacketSize: buffer_size = usb_endpoint_maxp(epd); port->interrupt_in_buffer = kmalloc(buffer_size, GFP_KERNEL); When a USB device declares wMaxPacketSize = 8 on

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: USB: c67x00: fix use-after-free in c67x00_add_iso_urb() When TD creation fails for the last packet of an isochronous URB, c67x00_add_iso_urb() gives the URB back before updating the endpoint scheduling state. c67x00_giveback_urb() frees the URB private data, and the completion callback may release the final URB reference. The f

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: usb: usbfs: fix use-after-free of usb_device in usbdev_release() usbdev_release() drops its reference to the struct usb_device before draining the list of completed async URBs, but that drain path reads back through the same object: free_async() calls dec_usb_memory_use_count() for any URB whose buffer came from the usbfs mmap()

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: nfc: st21nfca: validate ATR_REQ length against the received frame st21nfca_tm_recv_atr_req() checks that the received ATR_REQ frame is at least ST21NFCA_ATR_REQ_MIN_SIZE and that the self-declared atr_req->length is at least sizeof(struct st21nfca_atr_req), but never checks that atr_req->length does not exceed the actual receive

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: mailbox: mchp-ipc-sbi: Add null check for devm_kasprintf() Add a check to see if devm_kasprintf() is not NULL in mchp_ipc_get_cluster_aggr_irq(), returning -ENOMEM if the function failed.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: nvmet: pci-epf: put CQ ref on create_cq mapping failure nvmet_pci_epf_create_cq() calls nvmet_cq_create(), which takes a reference on the controller and installs the completion queue. If the subsequent PCI address-space mapping fails or returns a too-small partial mapping, the function jumps to err_internal / err_unmap_queue wit

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%

smol-toml is a small, fast, and correct TOML parser and serializer. Prior to 1.7.1, parse() can enter an infinite loop when a value inside an array or inline table is followed by a comment with no trailing newline. In src/util.ts, skipUntil() calls indexOfNewline(), receives -1 at the end of input, and resets the cursor to the beginning of the string instead of leaving the structure scan. The pars

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: xfs: don't livelock in scrub on a circular unlinked list LOLLM points out that online fsck can livelock if an unlinked inode list contains a loop. Use a bitmap to detect cycles.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: take rfcomm_mutex for the deferred setup accept rfcomm_sock_recvmsg() completes a deferred setup by calling rfcomm_dlc_accept() without holding any RFCOMM lock: if (test_and_clear_bit(RFCOMM_DEFER_SETUP, &d->flags)) { rfcomm_dlc_accept(d); return 0; } and rfcomm_dlc_accept() dereferences the session on

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: iommu/tegra241-cmdqv: Fix CMD_SYNC use-after-free on teardown arm_smmu_impl_remove() is registered as a devres action in arm_smmu_impl_probe(), before arm_smmu_init_queues() allocates smmu->cmdq.q.base. On a devres unwind, whether a failed probe or an unbind, the queue is freed first and arm_smmu_impl_remove() then runs tegra241

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: ALSA: FCP: Use a private URB for the notification endpoint fcp_init_notify() used mixer->urb, which snd_usb_mixer_status_create() allocates for the optional UAC2 status interrupt endpoint and mixer.c kills, resubmits and frees. On a device with that endpoint, fcp_init_notify()'s "already set up" early return fires on the status

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: ALSA: scarlett2: Use a private URB for the notification endpoint scarlett2_init_notify() used mixer->urb, which snd_usb_mixer_status_create() allocates for the UAC2 status interrupt endpoint and mixer.c manages. On a device with that endpoint, the "already in use" check fires on the status URB and returns 0 for success without d

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: rndis_host: add overflow check in rndis_rx_fixup() Add an overflow check to ensure that data_offset + data_len + 8 does not wrap, which would enable an OOB read of the USB data buffer.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
Kernel

In the Linux kernel, the following vulnerability has been resolved: nvmet: fix NULL pointer dereference in nvmet_execute_identify_nslist() When a host issues an Identify command with CNS 07h (Active Namespace ID List for a specific I/O Command Set), nvmet_execute_identify_nslist() is called with match_css set. The command-set filter dereferences req->ns, but this handler never calls nvmet_req_fi

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: ALSA: dummy: Check card index validity at probe snd_dummy_probe() blindly trusts that the given devptr->id value is within the proper card index range. It's OK for the devices the driver itself creates at the module probe time, but if the device is bound manually via sysfs interface, this could be -1 as "none", and this leads t

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: io_uring/cmd: fix iovec leak when the async cmd is not recycled An io_async_cmd carries an iovec array in ->vec.iovec, allocated when the vec has to grow and kept across recycling through ctx->cmd_cache. On two paths nothing frees it and io_clean_op()'s kfree(req->async_data) drops the io_async_cmd without it. io_req_uring_cle

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: io_uring/rsrc: fix folio size overflow in io_vec_fill_bvec() io_vec_fill_bvec() computes the folio size with a plain int 1: unsigned long folio_size = 1 folio_shift; imu->folio_shift is unsigned int and comes from folio_shift() of the folio backing the registered buffer, so it can be 32 or more on a 64 bit kernel. Shifting in

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix missing metadata reservation for large xattrs [BUG] lsetxattr() panics the kernel when setting a large xattr value on a fragmented filesystem where the file already has an external xattr block. [CAUSE] ocfs2_calc_xattr_set_need() never reserves metadata blocks for a new xattr value's extent tree when the file already

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: ext4: stop retrying saturated xattr cache entries ext4_xattr_block_set() retries when a cache entry selected for reuse has a saturated reference count after taking the buffer lock. The retry returns to the mbcache lookup without making that entry ineligible, so it can select the same unusable entry indefinitely. A task spinning

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: ext4: don't enable DAX on new encrypted files Currently, when a new encrypted regular file is created, the call to ext4_set_inode_flags(inode, init=true) in __ext4_new_inode() is made before EXT4_INODE_ENCRYPT is set. As a result, it can set S_DAX if the filesystem is mounted with "-o dax=always". EXT4_INODE_ENCRYPT then actua

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: xfs: validate attr entry pointer before field access xfs_attr3_leaf_verify_entry() accesses lentry/rentry fields (namelen, valuelen) before checking if the entry pointer itself is within bounds. If nameidx is crafted to point near the end of the buffer, these field accesses can read out-of-bounds before the bounds check at name_

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: xfs: restore nofs context unconditionally in xfs_trans_roll When __xfs_trans_commit() fails in xfs_trans_roll(), the NOFS context is cleared but only restored in the success path. This leaves the error path without nofs protection, causing a circular lock dependency between xfs_nondir_ilock_class and fs_reclaim: CPU0

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: nfc: digital: clamp SENSF_RES length to the destination buffer digital_in_recv_sensf_res() memcpy()s resp->len bytes from a remote NFC-F device response into the NFC_SENSF_RES_MAXSIZE-byte target.sensf_res field without an upper-bound check. A nearby malicious NFC-F device can send an oversized SENSF_RES response to overflow the

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: nfc: fdp: bound the device-reported read length and fix an skb leak fdp_nci_i2c_read() takes the next packet length from two device-supplied bytes and never validates it. The value is a u16 used as the i2c_master_recv() count into a 261-byte on-stack buffer: a malicious, counterfeit or malfunctioning controller (or an i2c bus in

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: nfc: microread: validate target discovery payload lengths microread_target_discovered() parses target discovery payloads from skb->data according to the HCI gate. The fixed field offsets and UID copies were checked only against the destination nfc_target buffers, not against the actual skb length. Validate that each gate-specif

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: nfc: llcp: bound the connect_sn TLV walk to the skb Commit 27256cdb290e ("nfc: llcp: bound SNL TLV parsing to the skb and add length checks") fixed the unbounded TLV walk in nfc_llcp_recv_snl(), and commit d8bd2dedbde5 ("nfc: llcp: fix OOB read and u8 offset wrap in TLV parsers") subsequently bounded nfc_llcp_parse_gb_tlv() and

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: nfc: llcp: fix OOB read and u8 offset wrap in TLV parsers nfc_llcp_parse_gb_tlv() and nfc_llcp_parse_connection_tlv() contain three related bugs in their TLV parsing loops: 1. 'offset' is declared u8 but tlv_array_len is u16. When TLV data advances offset past 255 it silently wraps to zero, causing infinite loops or doubl

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: nfc: llcp: reject PDUs shorter than the LLCP header Every LLCP PDU begins with a two-byte header (DSAP/SSAP + PTYPE), but the receive path never checked that a frame is at least LLCP_HEADER_SIZE bytes before parsing it. nfc_llcp_rx_skb() reads the header via nfc_llcp_ptype()/nfc_llcp_dsap()/ nfc_llcp_ssap(), which dereference p

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: nfc: pn533: purge fragmented skbs during cleanup pn53x_common_clean() purges resp_q before freeing the common PN533 state, but it leaves fragment_skb untouched. The fragmentation helpers queue transmit fragments there while sending large initiator or target-mode frames, and those skbs remain owned by the driver until they are s

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
Kernel

In the Linux kernel, the following vulnerability has been resolved: nfc: nci: add data_len bound checks to activation parameter extractors nci_extract_activation_params_iso_dep() and nci_extract_activation_params_nfc_dep() read an inner length byte from the NCI RF_INTF_ACTIVATED_NTF payload and use it to memcpy() into fixed kernel buffers, but neither function receives the caller-validated activ

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: nfc: nci: fix out-of-bounds write in nci_target_auto_activated() nci_target_auto_activated() appends a target to the fixed-size array ndev->targets[NCI_MAX_DISCOVERED_TARGETS] and increments ndev->n_targets without first checking the array is full; unlike its sibling nci_add_new_target(), which bails out when n_targets already e

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
Kernel

In the Linux kernel, the following vulnerability has been resolved: nfc: nci: fix uninit-value in the RF discover/activated NTF handlers nci_rf_discover_ntf_packet() and nci_rf_intf_activated_ntf_packet() each parse a notification into an on-stack struct (nci_rf_discover_ntf / nci_rf_intf_activated_ntf) that is not initialised. The RF technology-specific parameters are only extracted when rf_tec

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: ipv4: reject undersized MTUs in ip_do_fragment() ip_do_fragment() subtracts the IPv4 header length from the effective MTU and passes the resulting payload MTU to ip_frag_next(). If the effective MTU is smaller than hlen + 8, ip_frag_next() rounds the fragment payload length down to zero. The fragmentation state then never makes

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix use-after-free in ip6_finish_output2() ip6_finish_output2() caches a pointer to the IPv6 destination address (daddr) before invoking lwtunnel_xmit(). The LWT-BPF transmit path or other encapsulation operations within lwtunnel_xmit() can reallocate the skb head, freeing the memory that daddr points to. When lwtunnel_x

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: nvmet-auth: zero the AUTH_RECEIVE response buffer nvmet_execute_auth_receive() allocates the response buffer with kmalloc() sized by the host-supplied AUTH_RECEIVE allocation length, but the DH-HMAC-CHAP builders write only a fixed-size message into it. The full allocation length is then copied to the wire by nvmet_copy_to_sgl()

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: nvmet-fc: fix invalid free in LS IOD error path nvmet_fc_alloc_ls_iodlist() advances iod while initializing the LS IOD array. If an rqstbuf allocation or response buffer DMA mapping fails, the unwind loop decrements iod past the start of the array. The final kfree(iod) therefore frees an address before the allocated object. Thi

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: bound SGL data length before allocating command buffers nvmet_tcp_map_data() reads the host-controlled 32-bit sgl->length and, for the in-capsule offset descriptor (type 0x01), checks it against port->inline_data_size before use. Any other SGL descriptor type -- including the non-inline transport SGL data-block descri

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
Kernel

In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: Do not WARN on remotely-controlled oversized SGL allocations When fuzzing the nvme target code, I tripped a kernel warning in nvmet_tcp_map_data() because the length passed into the allocator is controlled by the remote initiator. A remote initiator that sends a command with an SGL claiming a huge number, can create

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: nvmet: pci-epf: fix use-after-free in nvmet_pci_epf_exec_iod_work() nvmet_pci_epf_exec_iod_work() submits an I/O command with req->execute() and then waits for the command to complete and transfers the data back to the host. This wait is not needed for commands that do not transfer data from the device to the host. To decide whe

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: fbdev: serialize mode sysfs access with lock_fb_info() show_mode(), show_modes(), and store_mode() access fb_info->modelist and fb_info->mode without holding lock_fb_info(). store_modes() takes lock_fb_info() while replacing the modelist and freeing the old one. A concurrent reader or writer can load a pointer to an old modelis

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: mptcp: pm: fix memory leak from alloc-during-teardown race mptcp_pm_destroy() empties msk->pm.anno_list and msk->pm.userspace_pm_local_addr_list under msk->pm.lock during socket teardown, dropping the lock between the two. A concurrent userspace PM genl ANNOUNCE on the same msk holds a sock reference via mptcp_token_get_sock()

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
Kernel

In the Linux kernel, the following vulnerability has been resolved: HID: magicmouse: prevent unbounded recursion in magicmouse_raw_event() magicmouse_raw_event() handles DOUBLE_REPORT_ID (0xf7) packets, which pack two touch reports into one, by splitting the packet and calling itself on each half. The only guard against runaway recursion is a "size < 1" check, which stops zero-sized calls but do

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
Kernel

In the Linux kernel, the following vulnerability has been resolved: HID: magicmouse: do not keep a stale msc->input if no input is claimed magicmouse_input_mapping() caches the first hid_input's input_dev in msc->input while the report descriptor is parsed, and the rest of the driver treats a non-NULL msc->input as proof that an input device was registered. That does not hold on the hid-input e

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: HID: core: fix OOB read of field->usage in hid_set_field() hid_set_field() hands field->usage + offset to hid_dump_input() before the guard that bounds offset: hid_dump_input(field->report->device, field->usage + offset, value); if (offset >= field->report_count) { hid_err(...); return -1; } Under CONFIG_DEBUG_FS hid_d

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: HID: pidff: fix OOB write when hid->inputs is empty hid_pidff_init_with_quirks() derives its input_dev from list_entry(hid->inputs.next, struct hid_input, list) without first checking that hid->inputs is non-empty. The list member of struct hid_input is at offset 0, so on an empty list list_entry() yields &hid->inputs itself

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: net/ionic: avoid OOB TX partner lookup for hwstamp RXQ The dedicated hardware timestamp RX queue is allocated with q->index equal to lif->ionic->nrxqs_per_lif. The normal txqcqs array only contains the regular queue pairs, so using that index to set rxq->partner can read one entry past txqcqs[] and then write through the derived

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: futex/pi: Reject cross-mm private futex owners A private futex key borrows the waiter's mm without taking an mm_users reference. Nevertheless, attach_to_pi_owner() currently accepts an owner from a different address space and copies the private key into the owner's PI state. When that owner exits, exit_pi_state_list() uses the

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: futex/pi: Plug private futex exec() race The check for private futexes whether the waiter's mm, which is stored in the futex_key and copied into the pi_state, is the same as the owner's mm is not sufficient for exec(). exec() has a gap where the mm check fails to give the correct answer: exec() ... exec_release_mm()

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: futex: Fix race in futex_pivot_pending() during private hash resize A task performing a custom private hash resize can remain blocked in uninterruptible sleep indefinitely. The hung-task detector reports: INFO: task futex-resizer:314 blocked for more than 10 seconds. task:futex-resizer state:D stack:14824 pid:314 tgid:312

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: futex: Fix race on the initial mm->futex.phash.ref allocation futex_hash_allocate() allocates mm->futex.phash.ref without any locking. Commit d9b05321e21e ("futex: Move futex_hash_free() back to __mmput()") moved the allocation here and assumed that the process has just a single thread at this point. Commit ee9dce44362b ("futex

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: HID: asus: fix missing hid_is_usb() check to_usb_interface() can only be used on a hid_device whose parent is really USB; uhid can create devices that identify as being on BUS_USB, but don't actually have a USB parent. Fix the use of to_usb_interface() without a hid_is_usb() check. I have verified that it is currently possible

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: HID: huawei: fix missing hid_is_usb() check to_usb_interface() can only be used on a hid_device whose parent is really USB; uhid can create devices that identify as being on BUS_USB, but don't actually have a USB parent. Fix the use of to_usb_interface() without a hid_is_usb() check. I have verified that it is currently possibl

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: HID: nintendo: fix out-of-bounds read in joycon_ctlr_read_handler() joycon_ctlr_read_handler() casts an incoming HID input report to struct joycon_input_report and parses it, guarding the cast only with a 12-byte length check: if (size >= 12) /* make sure it contains the input report */ joycon_parse_report(ctlr, (struct joyc

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: HID: nintendo: register input device after capabilities are set input_register_device() exposes the device to userspace immediately. In joycon_input_create() it was called before joycon_config_rumble() configures the FF_RUMBLE capability and the memless force-feedback device, so a concurrent EVIOCSFF could dereference a NULL dev

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: HID: nintendo: stop device IO before hid_hw_stop on probe failure nintendo_hid_probe() calls hid_device_io_start() before joycon_init() and joycon_leds_create(). If either fails, the error path jumps to err_close which calls hid_hw_close()/hid_hw_stop() without first calling hid_device_io_stop(). hid_hw_stop() does not stop de

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: HID: rapoo: fix missing hid_is_usb() check to_usb_interface() can only be used on a hid_device whose parent is really USB; uhid can create devices that identify as being on BUS_USB, but don't actually have a USB parent. Fix the use of to_usb_interface() without a hid_is_usb() check. Add a dependency on USB_HID for hid_is_usb(),

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: HID: ft260: fix stack-use-after-return write in I2C read race ft260_i2c_read() points dev->read_buf at a caller-supplied buffer (often an on-stack variable), arms a completion and waits up to five seconds for the device to return the data. The HID input callback ft260_raw_event() runs in the input/IRQ path, independent of the de

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: HID: sensor: custom: Fix use-after-free in enable_sensor enable_sensor_store() can call set_power_report_state(), which dereferences sensor_inst->power_state and sensor_inst->report_state. These pointers refer to entries in sensor_inst->fields. Create the field attributes before exposing the enable_sensor sysfs attribute, so en

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: HID: uclogic: fix use-after-free of inrange_timer on remove uclogic_remove() cancels the pen in-range timer and then stops the device: timer_delete_sync(&drvdata->inrange_timer); hid_hw_stop(hdev); timer_delete_sync() only guarantees the timer is idle at that instant. uclogic_raw_event_pen() keeps delivering pen reports unti

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: HID: hyperv: validate initial device info bounds The Hyper-V synthetic HID host supplies SYNTH_HID_INITIAL_DEVICE_INFO messages that contain a HID descriptor followed by the report descriptor bytes. mousevsc_on_receive_device_info() trusts bLength and wDescriptorLength without checking that the received packet contains both byte

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_event: fix LE list UAF on reset hci_cc_reset() clears the LE accept and resolving lists without taking hdev->lock. Other command-complete handlers serialize updates to these lists with that lock, and the debugfs readers hold it while walking them. This permits the reset completion and a debugfs read to interleave

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_event: validate LE Set CIG Parameters response The Command Complete dispatch validates only the fixed part of the LE Set CIG Parameters response. After that part is pulled from the skb, hci_cc_le_set_cig_params() trusts num_handles and reads each entry in the trailing handle array. Matching num_handles against th

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_sync: Fix accept list UAF during suspend hci_update_event_filter_sync() walks hdev->accept_list while sending a synchronous HCI command for each remote-wakeup device. The suspend path holds hdev->req_lock, but accept-list updates are serialized by hdev->lock. Consequently, remove_device() can free the current lis

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: zero the sockaddr before returning it in getname iso_sock_getname() fills a struct sockaddr_iso in place and returns its size without clearing it first, so bytes it does not write are copied to user space from the kernel stack. The getsockname(2) and getpeername(2) paths both run through do_getsockname(), which h

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: reject HCI_CMD_SYNC params_len above 255 mgmt_hci_cmd_sync() checks that the message length agrees with params_len but puts no upper bound on it. params_len is __le16 while the parameter length in the HCI command header is a u8: struct hci_command_hdr { __le16 opcode; __u8 plen; } __packed; hci_cmd_sync_

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_aml: validate firmware segment lengths aml_download_firmware() reads two lengths from the firmware header and uses them to build pointers before checking that the header and segment data are present. A truncated or inconsistent firmware image can make the driver read past firmware->data while constructing TCI comm

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%
Kernel

In the Linux kernel, the following vulnerability has been resolved: futex: Avoid private hash use-after-free on final put futex_private_hash_put() drops the reference to fph before evaluating fph->mm for wake_up_var(). futex_ref_put() enables preemption again before returning. If that put drops the final reference and the task is preempted, another task can pivot to the replacement hash and free

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%

Onyx 4.6.6 fails to properly restrict access to custom tool credentials stored in custom_headers, allowing any authenticated user to read admin-defined API keys. Attackers with basic authentication can call GET /tool/{tool_id} or GET /tool endpoints to retrieve plaintext authorization headers and third-party API credentials, then use them to directly access upstream APIs.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%

Turso through 0.8.0-pre.8 contains an out-of-bounds read vulnerability in the table-leaf page reader that uses an attacker-controlled cell-count field without bounds validation. Attackers can craft a malicious database file with a modified cell count value to trigger an index-out-of-bounds panic when querying, causing denial of service in any application that opens untrusted database files.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%

Documenso 2.17.0 contains an access control vulnerability in the PDF-serving endpoint that fails to validate document visibility settings. Attackers with low privileges can read restricted documents within their team or cross-tenant by leveraging missing ownership validation on document data identifiers.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%

SadTalker contains an OS command injection vulnerability in the video muxing process where uploaded audio filenames are interpolated into ffmpeg commands without proper escaping. Attackers can upload audio files with shell metacharacters in the filename to break out of quoted arguments and execute arbitrary system commands when video generation occurs.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

FastChat contains an authentication bypass vulnerability in the /register_worker endpoint that allows unauthenticated attackers to register arbitrary worker addresses and perform server-side request forgery. Attackers can register malicious workers under victim model names to intercept user prompts, images, and responses, or probe internal network ports across the worker mesh.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%

MegaParse 0.0.55 contains an unauthenticated server-side request forgery vulnerability in the POST /v1/url endpoint that fetches caller-supplied URLs server-side. Attackers can supply internal service URLs or metadata endpoints without authentication to read their responses directly from the JSON response.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%

Plandex 2.2.1 contains a path traversal vulnerability in the ApplyFiles function that allows attackers to write files outside the project directory. Attackers can influence model output through poisoned repository files or attacker-controlled context to write to arbitrary locations like shell rc or cron files, achieving code execution.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%

llmware 0.4.6 contains an SQL injection vulnerability in the collection-database layer (llmware/resources.py) where filter and lookup values are directly string-interpolated into SQL WHERE clauses without parameterization or escaping, in both the SQLite and PostgreSQL backends. The filter validator only checks keys against an allow-list and never sanitizes values. Attacker-controlled filter values

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

TEN Framework 0.11.71 contains unauthenticated arbitrary file read and write vulnerabilities in the TMAN Designer file-content API endpoints. Attackers can submit POST and PUT requests to the /api/designer/v1/file-content endpoints to read arbitrary files or write malicious content to system paths, enabling code execution through authorized_keys, cron files, or executable graph files.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

surya 0.22.1 screenshot server contains an unauthenticated arbitrary file read vulnerability in the /info, /page, and /process routes that accept raw file_path parameters. Attackers can read any image or PDF file on the host by supplying arbitrary file paths to Image.open or pypdfium2.PdfDocument, obtaining rendered contents as base64 and using /info as an existence oracle.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

AgentScope through 2.0.7.post1 contains a path traversal vulnerability in LocalWorkspace.add_skill that copies arbitrary server directories into the agent workspace via an unconfined source path parameter. Attackers can supply any directory path in the skill_path request parameter to copy files into the skills directory, making them accessible through the workspace skill listing.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%

marker through 2.0.0 contains a path traversal vulnerability in the FastAPI /marker/upload handler that fails to sanitize the file.filename parameter. Unauthenticated attackers can supply filenames containing directory traversal sequences to write arbitrary files to any location or delete existing files on the system.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%

aider (aider-chat) automatically loads a .aider.conf.yml configuration file from the root of the git repository it is launched in. A crafted repository can set test-cmd (executed at startup) or lint-cmd (executed on the first file edit), which aider runs through a shell (subprocess with shell=True) without any user confirmation, LLM interaction, or API key. Consequently, a user who clones and runs

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%

tokenizers (Hugging Face) is affected by an out-of-bounds buffer access in BpeBuilder::build (tokenizers/src/models/bpe/model.rs). When loading a tokenizer.json via Tokenizer::from_file/from_str, the builder sizes a scratch buffer to the longest vocabulary key, then writes each concatenated merge rule into it. A merge whose concatenated token exceeds the longest vocabulary key overruns the buffer,

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%

potpie through 2.0.0 fails to verify user ownership on the POST /conversations/{conversation_id}/code-changes/sync endpoint. Authenticated attackers can write arbitrary file changes into other users' conversations by supplying their conversation IDs, allowing unauthorized modification of pending changes.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

Xinference (affected commit 4a94832, v3.x) contains an unauthenticated arbitrary-path file read vulnerability in the POST /v1/models/llm/auto-register endpoint, which accepts a caller-supplied model_path parameter without authentication or path confinement. The endpoint reads and parses config.json, tokenizer_config.json, and chat_template.jinja files at the supplied path and reflects the parsed c

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%

xiaobei through 5.5.2 fails to implement authentication or signature validation on webhook endpoints, allowing unauthenticated attackers to inject arbitrary messages into the agent pipeline. Attackers can publish malicious messages via the /webhook_worktool handler and exploit unvalidated media URL fetching to perform server-side request forgery against internal services.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%

Bruno versions through 3.4.2 fail to validate file paths in request body declarations, allowing attackers to read arbitrary local files by using parent-directory traversal segments. When a collection is executed, attackers can craft a request with a body:file path containing ../ sequences that resolve outside the collection directory, causing the application to read and exfiltrate arbitrary files

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%

Chroma 1.5.9 fails to validate maximum bounds on HNSW index parameters max_neighbors, ef_construction, and ef_search in collection-create requests. Unauthenticated attackers can supply arbitrarily large parameter values to exhaust server memory and cause denial of service during index compaction.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

Aim 3.29.1 remote tracking server fails to authenticate requests and dispatches arbitrary methods through getattr without allowlist validation. Unauthenticated attackers can register clients, instantiate Repo resources, and invoke arbitrary methods to read experiments or delete runs.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%

excel-mcp-server 0.1.8 fails to enforce path confinement in stdio mode when EXCEL_FILES_PATH is unset, allowing attackers to read and write arbitrary files. Attackers can supply unchecked file paths to read and write tools to access any file accessible to the process.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

Trigger.dev versions before 4.5.2 fail to validate environment membership during run replay operations, allowing authenticated attackers to inject task runs into arbitrary environments. Attackers can replay their own runs into other organizations' or projects' environments to consume victim resources and pollute run history.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

Trigger.dev before 4.5.2 contains a server-side request forgery vulnerability in webhook alert channel delivery URLs that are fetched without validation or SSRF protection. Authenticated users with organization membership can create alert channels with URLs targeting internal services and metadata endpoints, allowing the server to issue POST requests to restricted resources.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%

git-mcp-server 2.15.1 contains an argument injection vulnerability in the ref and object parameters of git_log, git_diff, and git_show tools that lack leading-dash validation. Attackers can inject git command-line options like --output= to write files outside the repository to arbitrary paths accessible by the process.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%

sift (sift.js) 17.1.3 enumerates query keys with for...in, which walks the object prototype chain, and dispatches any matched operator key including $where. The $where operation compiles a string value into a function using new Function unless CSP_ENABLED is set (not set by default). As a result, if a prototype-pollution primitive elsewhere in the process sets Object.prototype.$where to a maliciou

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

Blinko 1.8.7 contains a cross-user private note disclosure vulnerability in the noteReferenceList procedure that performs no ownership verification on supplied note identifiers. Authenticated attackers can enumerate sequential note IDs and retrieve complete content of other users' private notes including attachments and tags.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

Postgres MCP Pro 0.3.0 contains a restricted-mode bypass vulnerability where function-name validation is not applied to RangeFunction nodes in FROM clauses. Attackers can execute file-reading functions like pg_read_file through FROM-clause syntax to read arbitrary files despite restricted-mode protections.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%

ConvertX 0.17.0 contains an arbitrary file read vulnerability in the xelatex converter that allows authenticated users to read files by uploading LaTeX files with input directives. Attackers can upload .tex files containing \\input{path} or \\verbatiminput{path} directives to have the TeX engine read arbitrary files accessible to the server process and include them in downloadable PDF output.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

Slink before 1.12.3 fails to properly authorize access to image comment endpoints, allowing unauthenticated attackers to read comment threads via GET /api/image/{imageId}/comments and server-sent-events subscriptions. Attackers who obtain image IDs out of band can retrieve full comment threads on public images and subscribe to live comment updates without authentication or authorization checks.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

A vulnerability was detected in valkey-io valkey up to 9.5.4/9.1.0. Affected by this vulnerability is the function createSlotImportJob of the file src/cluster_migrateslots.c of the component Slot Migration. The manipulation of the argument job_name results in out-of-bounds read. The attack can be executed remotely. The exploit is now public and may be used. Upgrading to version 9.0.5 and 9.1.1 add

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-04

CVE-2026-85649

推荐 8.4
Conf: 50%

(Holloway) Chew, Kean Ho's Actualizer v1.2.0 and earlier contains a fail-open password validation vulnerability in the Alpha user and root user password loops of Shell/debian-minbase-install.sh. The installer invokes mkpasswd to generate yescrypt password hashes but does not check the command's return value and unconditionally accepts the result. If mkpasswd fails to generate a yescrypt hash, for

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%

A security vulnerability has been detected in StackStorm st2 up to 3.9.0. Impacted is an unknown function of the file st2api/st2api/controllers/v1/auth.py of the component API Key Handler. Such manipulation of the argument api_key_api.user leads to improper privilege management. The attack may be performed from remote. The exploit has been disclosed publicly and may be used. The project was inform

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

A weakness has been identified in StackStorm st2 up to 3.9.0. This issue affects the function assert_user_is_admin_if_user_query_param_is_provided of the file st2api/st2api/controllers/v1/actionexecutions.py of the component NoOp RBAC backend. This manipulation of the argument User causes improper privilege management. The attack is possible to be carried out remotely. The exploit has been made av

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

Robots::Validate versions from 0.3.2 before 0.3.11 for Perl allow unbounded outbound DNS queries per validation via a forward-confirmation loop that does not bound the names it queries. _check_dns issues one PTR query for the client address, keeps the returned names matching the rule's domain, and issues a forward query for each until one resolves back to that address. Nothing bounds that list, a

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%

snipe-it versions before 8.6.3 contain an authorization bypass vulnerability in the bulk delete functionality that allows restricted users to soft-delete users outside their authorized scope. Attackers can include unauthorized user IDs in bulk delete requests to bypass instance-level restrictions and modify or disable accounts they should not access.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%

Snipe-IT versions before 8.6.2 contain an authorization bypass vulnerability in checkout-acceptance report actions when Full Multiple Company Support is enabled. Authenticated users with reports.view permission can enumerate sequential acceptance IDs and soft-delete or trigger reminder emails for acceptances belonging to other companies by exploiting a null check on the legacy users.company_id col

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%

Grav before 2.0.19 (affected versions <= 2.0.17) contains a remote code execution vulnerability in the Twig sort filter. The sortFunc wrapper in GravExtension.php hardcodes Twig's isSandboxed argument to false, so unlike |map/|filter/|reduce, |sort accepts a plain function name inside the sandbox; the remaining denylist misses spl_autoload, which performs a PHP include. An authenticated user with

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%

Grav Admin before 2.0.20 fails to sanitize output from marked.parse() before injecting it into the DOM via Svelte's {@html} directive in MarkdownEditor and MarkdownModal components. Attackers can inject javascript: URI schemes in plugin or theme changelogs to execute arbitrary code in authenticated admin sessions without requiring site access.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%

Grav Admin (getgrav/grav-plugin-admin2) versions , ", or ', allowing an attacker to register a username containing an HTML payload. When an administrator views a UI surface that renders the username through tHtml()—such as the two-factor force-disable confirmation prompt or the 'page is locked' editor notice—the payload executes in their authenticated session. Fixed in 2.0.21.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%

Traefik versions >= v3.7.0 and <= v3.7.10 contain an authentication bypass in the Kubernetes Ingress NGINX provider. The TLS option generated for an Ingress carrying the nginx.ingress.kubernetes.io/auth-tls-secret annotation was named after the Ingress namespace and name. As a result, two Ingress objects sharing the same host, the same client CA secret, and the same client-authentication mode prod

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%

Traefik versions before v2.11.55 contain an authentication bypass vulnerability in the digestAuth middleware where unknown usernames receive an empty secret instead of rejection. Attackers can compute a valid digest response using the empty secret and arbitrary credentials to bypass authentication on any digestAuth-protected route without a valid username or password.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

Traefik versions from v3.7.1 fail to enforce crossProviderNamespaces restrictions on the traefik.ingress.kubernetes.io/service.middlewares Service annotation in the Kubernetes Ingress provider. A namespace-limited tenant excluded from the allowlist can attach an operator-owned middleware to its Service, and if that middleware injects backend credentials, recover them at a controlled backend.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%

phpMyFAQ before 4.1.8 contains an authorization bypass vulnerability in the question creation endpoint where the isAddingQuestionsAllowed() method grants access to all callers when main.enableAskQuestions is enabled, ignoring the records.allowQuestionsForGuests setting. Unauthenticated attackers can submit questions via the question/create API endpoint to bypass guest submission restrictions and i

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

phpMyFAQ versions before 4.1.8 contain an authentication bypass vulnerability in the user control panel API endpoint that allows authenticated attackers to change account passwords without verifying the current password. Attackers with session access can submit a PUT request to the user data update endpoint with only a CSRF token to silently change any user's password, including administrators, ca

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%

phpMyFAQ before 4.1.8 contains an authentication bypass vulnerability in its two-factor authentication (TOTP) disable functionality. The removeTwofactorConfig() handler (reachable via POST /api/user/remove-twofactor) verifies only that the user is logged in and that a valid CSRF token is supplied, then disables TOTP without requiring password re-entry or a current TOTP code. The same downgrade is

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

phpMyFAQ before 4.2.0-alpha.2 contains a missing authorization vulnerability in the admin dashboard API endpoints searches and content-health that enforce only authentication without permission checks. Any authenticated user can access these endpoints to read site-wide search statistics and content-health counters regardless of their privilege level.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%

phpMyFAQ versions before 4.1.8 include live TOTP shared secrets in plaintext within user data export ZIP files. Attackers obtaining exported archives can extract the TOTP seed and generate valid one-time codes to bypass two-factor authentication.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%

phpMyFAQ before 4.1.8 enforces incorrect permission checks on admin content pages, allowing lesser-privileged editors to read draft and inactive content. Attackers with only add permissions can access news edit and FAQ translate endpoints to view unpublished content invisible to the public.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%

phpMyFAQ versions before 4.1.8 fail to validate CAPTCHA when the store parameter is set to 'now' in question submission requests. Unauthenticated attackers can bypass CAPTCHA protection and submit unlimited questions directly, causing database pollution and triggering outgoing mail notifications.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

SiYuan before v3.8.2 contains an unbounded resource consumption vulnerability in the request-concurrency middleware that retains mutex entries for every unique request path without eviction. Unauthenticated attackers can send numerous unique request paths to permanently increase process memory and synchronization overhead, degrading availability.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%

SiYuan versions before v3.8.2 contain a denial of service vulnerability in the publish-service Basic Auth throttle that stores failed-attempt state using attacker-controlled usernames without enforcing capacity limits or eviction policies. Unauthenticated attackers can submit repeated authentication requests with unique invalid usernames to exhaust memory and increase synchronization overhead, deg

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%

SiYuan versions before v3.8.2 contain a path traversal vulnerability in the reader-accessible file-read endpoint that follows symlinks when opening authorized asset paths. Attackers with reader role can request a logical asset under data/assets/ that is a symlink to a file outside the workspace and receive the target file bytes, bypassing workspace boundary restrictions.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%

SiYuan versions before v3.8.2 contain an unbounded session creation vulnerability in the publish-service Basic Auth handler that allows authenticated attackers to exhaust memory. Attackers can repeatedly authenticate with valid credentials to create persistent session entries without expiry or capacity limits, causing indefinite process memory growth and denial of service.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

SiYuan before v3.8.2 contains a denial of service vulnerability in the unauthenticated /api/system/uiproc endpoint that accepts and retains attacker-controlled process identifiers without size limits or authentication. Attackers can send repeated requests with unique identifiers to exhaust process memory and degrade service availability.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%

SiYuan versions before v3.8.2 contain a path guard bypass vulnerability in the MCP file-access handler that uses case-sensitive matching on Linux filesystems. Attackers can read the protected publishAccess.json file by requesting case-variant paths like PublishAccess.json to disclose sensitive publish-access configuration and metadata.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%

SiYuan is affected by an information disclosure vulnerability (confirmed in v3.8.1, fixed in v3.8.2) in the reader-accessible POST /api/transactions/undoState endpoint. The endpoint returns the peekMutatedRootIDs list from the global undo-log stack for a caller-supplied root ID without applying publish-access visibility filtering. An authenticated reader who knows the root ID of a visible document

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%

SiYuan through 3.8.1 contains an authorization bypass vulnerability in the /api/file/getFile endpoint that allows readers to retrieve files from notebooks explicitly configured as Visible:false. Attackers with reader role can access private workspace files including notebook metadata and internal configuration by knowing the hidden notebook identifier and file path.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

MISP contains a cross-site request forgery (CSRF) vulnerability in the sharing group quick-edit functionality. The addOrg, removeOrg, addServer, and removeServer actions share the __initialiseSGQuickEdit() helper, where the HTTP method validation intended to restrict these operations to POST requests was commented out. As a result, these state-changing actions could be invoked using GET requests.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 8.4
Conf: 50%

Improper OCSP response validation in the Snowflake Python, Go, JDBC, and Node.js drivers allowed a revoked TLS certificate to be accepted as valid, because OCSP responses were not reliably bound to the certificate being validated and definitive verification failures were treated as transient. A man-in-the-middle attacker holding a revoked certificate and its private key for a Snowflake or stage ho

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-04

CVE-2026-75429

推荐 8.4
Conf: 50%

PowerJob versions 4.x through 5.1.2 contain an unauthenticated remote code execution vulnerability in the /friend/process endpoint of the Server-Worker transport layer

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Compatibility Test Suite (CTS)

推荐 7.4
Conf: 90%
Android Security Bulletin

Android兼容性测试套件(CTS)是Google提供的官方工具,用于验证Android设备是否符合Android兼容性定义文档(CDD)中的技术要求。通过运行CTS,设备制造商可以确保其ROM、硬件驱动和系统组件在API行为、权限模型、运行时交互等方面遵循平台规范,从而避免应用兼容性碎片化问题。CTS本身并不直接对应某项安全补丁,也不针对特定CVE,但它与Android安全生态密切相关:只有通过CTS认证的设备才有资格获得Google Play服务及安全更新,并且CTS测试中的许多项目会强制校验系统安全机制(如权限控制、沙箱隔离、密钥库等)的正确实现。本文档并非一次具体漏洞披露,而是对CTS工具集和使用场景的总体说明。目前输入信息中未包含任何CVE编号、攻击路径或实际入侵案例,因此应将其视为技术参考资料而非紧急安全警报。对于安全团队而言,理解CTS有助于评估设备是否具备接收安全更新的基本条件,以及是否存在因兼容性裁剪而导致的安全功能缺失风险。

💡 风险点: CTS是Android设备获得安全更新资格的基础门槛,若OEM未完整通过CTS,设备可能缺少关键安全补丁或内置安全机制被降级,影响终端用户整体安全防护能力。

🎯 建议动作: 建议制造商和开发者持续关注Android官方CTS/CDD更新,确保产品符合兼容性要求;同时应定期查看Android安全公告推送的具体安全补丁,并以实际CVE修复为准修订系统版本,不要将兼容性测试等同于安全加固验收。

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 90%
Android Security Bulletin

2026-09-05,Android Security Bulletin 发布了 Compatibility Definition Document (CDD) 页面。CDD 是 Android 平台兼容性定义文档,用于规定 Android 设备必须满足的软硬件兼容性要求,以确保应用生态的一致性和用户体验。该文档本身并非漏洞公告,不涉及具体 CVE 或安全漏洞,也未提供漏洞细节或缓解措施。由于输入内容中缺少公告正文摘要,未提及任何安全缺陷、攻击场景或受影响的具体产品型号。因此,本次公告更多是面向开发者与设备厂商的兼容性规范更新,而非直接的安全修复通告。防守方在关注安全漏洞之余,可留意 CDD 中是否包含与安全相关的要求变更(例如新的加密算法、权限模型或认证要求),但当前信息不足以做出技术性判断。

💡 风险点: 该公告来自 Android 官方渠道,但内容为兼容性定义文档,与具体安全漏洞无关。关注它可帮助了解 Android 平台演进要求,但当前不构成紧急安全风险。

🎯 建议动作: 建议关注 Android 官方后续安全公告中和 CDD 相关的更新,评估文档变更是否影响自身产品或合规要求;同时持续跟踪 Android 安全公告中的真实漏洞修复内容。

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Tools, build, and related reference

推荐 7.4
Conf: 90%
Android Security Bulletin

本次输入的是 Android Security Bulletin 官方页面中一个名为“Tools, build, and related reference”的条目,页面归属于 source.android.com 的构建与参考文档部分。该条目发布于 2026-09-05,但公告正文未提供任何漏洞描述、CVE 编号、受影响产品列表或技术细节。它更像是 Android 开源项目(AOSP)中关于构建工具链、编译配置和参考资料的系统性文档入口,而非针对具体安全漏洞的预警公告。由于输入中没有 CVE、攻击路径、影响范围或修复补丁信息,无法据此判断任何实际的攻击面或风险等级。从蓝队视角看,此类页面通常用于帮助开发者和安全工程师了解 Android 系统的构建流程、参考版本和工具链设置,以便在安全审计中核对系统指纹或复现构建环境。但并不包含可直接用于防御决策的漏洞情报。因此本次公告的安全含义有限,应将其视为 Android 官方文档的一部分,而非需要紧急响应的漏洞通告。

💡 风险点: 官方 Android Security Bulletin 页面仅作为构建与参考文档入口,不含 CVE 或漏洞数据,因此安全优先级极低;但其存在提示 Android 生态中工具链与构建配置本身也是供应链安全的关注点。

🎯 建议动作: 1. 访问官方链接,核对 Android 构建工具链的版本和参考配置,确保与安全公告中要求的版本一致;2. 关注后续 Android Security Bulletin 更新,尤其是针对实际漏洞的补丁信息;3. 若在构建环境中使用了相关工具,建议定期审计依赖项并保持工具链更新。

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 90%
Android Security Bulletin

本次输入为 Android 官方发布的《最新兼容性定义文档(CDD)》公告。该文档并非安全漏洞通告,而是 Android 生态中用于定义设备兼容性要求的规范文件。公告未包含任何 CVE 编号,也未提及具体的安全漏洞、攻击向量或受影响产品版本。由于输入内容仅有文档标题和来源链接,未提供文档正文或变更说明,因此无法获知本次 CDD 更新的具体技术内容、对设备兼容性的影响或涉及的安全相关变更。根据现有信息判断,该公告更多属于平台兼容性维护范畴,而非紧急安全修复通知。建议 Android 设备制造商、ROM 开发者和企业安全团队关注官方 CDD 页面的更新日志,以了解可能影响设备认证或功能一致性的新要求。

💡 风险点: CDD 虽非直接漏洞通告,但兼容性要求的变更可能间接影响设备安全基线或功能一致性,需关注是否引入对安全相关组件的强制性要求。

🎯 建议动作: 访问官方 CDD 文档并关注其更新日志,评估兼容性要求变更;设备制造商应确保符合最新规范;安全人员可留意是否附带新的安全配置要求。

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Latest security bulletins

推荐 7.4
Conf: 90%
Android Security Bulletin

本次输入为 Android Security Bulletin 官方页面(source.android.com/docs/whatsnew/latest-security-bulletins)的标题与元数据,发布于 2026-09-05。该页面是 Google 汇总 Android 安全公告的入口,通常包含每月发布的 Android 平台及组件(如框架、媒体框架、系统、内核、驱动程序等)的安全补丁及 CVE 列表。但本次输入中未提供具体的公告正文、CVE 编号、受影响组件或严重性等级,因此无法获取任何漏洞细节。公告页面本身的作用是让设备厂商、安全研究人员和最终用户了解 Android 系统当前已修复的安全问题,并获取对应的安全补丁级别(SPL)。由于没有具体条目,本摘要仅能说明该页面存在且为官方安全公告入口,建议持续关注官方更新。

💡 风险点: Android 安全公告是安卓生态系统的权威补丁来源,关系到数以亿计设备的安全性。即使当前没有具体漏洞细节,也必须将其作为关注重点,以便第一时间获取 CVE 和补丁信息。

🎯 建议动作: 持续关注 Android Security Bulletin 官方页面,定期检查设备是否已获得 2026-09-05 或其后的安全补丁级别(SPL)。若订阅了 OEM 或 Google 推送,请及时应用系统更新。安全团队可将该页面作为漏洞情报源纳入日常监控流程。

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

update the software on your Mac

推荐 7.4
Conf: 90%
Apple Security Releases

苹果发布了适用于 Mac 的软件安全更新公告(来源:Apple Security Releases)。该公告建议用户及时更新 Mac 上的软件以修复潜在的安全问题。由于输入摘要中未提供具体的漏洞信息,无法确认是否涉及已公开的 CVE 或具体受影响组件。官方公告链接为 https://support.apple.com/en-us/108382,建议访问该页面获取详细的技术细节。

💡 风险点: 这是苹果官方的安全更新指引,可能涉及影响 Mac 系统安全的未知漏洞。及时更新能降低系统被攻击的风险,建议蓝队关注官方披露详情。

🎯 建议动作: 访问苹果官方公告页面(https://support.apple.com/en-us/108382)查看完整更新说明,并根据公告中的指引更新 Mac 上的所有相关软件。同时监控后续官方安全披露,以确认是否存在可利用漏洞。

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 90%
Apple Security Releases

Apple 官方于 2026-09-05 发布了一条面向 iPhone 和 iPad 用户的安全更新建议(公告编号 118575),核心内容是提醒用户尽快将设备系统软件更新到最新版本。公告源自 Apple Security Releases 官方网站,具有官方权威性。然而,公告本身未披露任何具体的 CVE 编号,也未说明修复的漏洞类别、技术成因或潜在攻击场景。苹果通常会在系统更新中修复多个安全漏洞,可能涉及浏览器内核、网络协议、应用程序权限管理、隐私保护等关键组件,并可能影响设备的机密性、完整性和可用性。对于防守方而言,即使缺乏漏洞细节,此类官方更新提示也意味着系统存在至少一个待修复的安全问题,需要引起重视。攻击者若利用相关漏洞,可能通过诱导用户访问恶意网页、打开恶意文件或链接到恶意服务器来触发,最终可能导致数据泄露、权限提升或拒绝服务等后果,但由于缺少技术详情,具体影响范围不得而知。建议用户根据公告指引,及时检查并安装最新的 iOS / iPadOS 更新,以降低因系统缺陷而引入的安全风险。同时,使用移动设备管理(MDM)的企业应评估兼容性并制定分阶段推送计划,确保员工设备尽快处于安全版本。后续应持续关注 Apple 官方安全公告,以获取可能补充的技术信息。

💡 风险点: 官方发布的安全更新往往是抵御已知漏洞的重要途径,即使本次公告未披露 CVE 细节,企业和个人也应将该更新视为必要安全维护,避免移动设备成为威胁入口。

🎯 建议动作: 在 iPhone 或 iPad 上前往“设置”>“通用”>“软件更新”,立即安装最新系统版本;若使用移动设备管理(MDM),请评估兼容性并分阶段推送更新;同时持续关注 Apple 官方安全公告页面,获取后续潜在的技术补充信息。

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

submit your research

推荐 7.4
Conf: 30%
Apple Security Releases

本输入为一条来自 Apple Security Releases 官方页面(support.apple.com/en-us/102549)的条目,标题为“submit your research”,但未提供任何正文摘要、CVE 编号、受影响产品或漏洞细节。该页面可能是 Apple 安全研究提交入口,而非典型的安全公告。由于信息严重不足,无法确认是否存在漏洞、攻击面或修复措施。建议防守方将其视为占位条目,并等待 Apple 官方后续公布具体安全内容。

💡 风险点: 信息不足,尚无法判断具体影响;但来源为 Apple 官方,需留意后续安全更新发布。

🎯 建议动作: 持续监控 Apple 官方安全发布页面,及时应用针对受影响产品的安全更新;对无具体内容的条目无需执行紧急修复。

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Get help with security issues

推荐 7.4
Conf: 90%
Apple Security Releases

该输入为 Apple Security Releases 发布的一条支持页面,标题为“Get help with security issues”,主要面向用户和开发者说明如何就安全问题联系 Apple 或获取相关支持。页面未包含具体漏洞描述、影响组件、CVE 编号或技术细节,也未提及任何正在被利用的攻击事件。根据现有信息,这仅是一条常规的安全支持指引,而非具体的漏洞公告或安全更新说明。因此,无法从中提取可操作的技术细节或修复补丁信息,也不应将其解读为针对特定风险的安全警报。建议关注 Apple 官方安全发布页面的后续更新,以获取实际的安全公告内容。

💡 风险点: 虽然当前页面仅为一般性安全帮助指引,但官方安全发布渠道是获取漏洞修复信息的关键来源,持续关注有助于及时掌握 Apple 产品的安全动态。

🎯 建议动作: 建议持续关注 Apple Security Releases 官方页面,并启用相关通知;如有具体安全问题,可通过页面提供的途径联系 Apple 安全团队。

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Background Security Improvements

推荐 7.4
Conf: 90%
Apple Security Releases

苹果公司于 2026-09-05 通过官方安全发布页面发布了一则安全公告,标题为 "Background Security Improvements"。该页面是苹果定期披露安全更新的官方渠道,但本次公告未提供任何额外的正文摘要、CVE 编号、受影响产品清单或严重性评级。根据标题推断,这些改进可能属于不改变用户显性功能的后台安全增强,通常涉及系统底层防护机制的加固或潜在风险的清理。由于信源中未给出具体技术细节,无法确定受影响的组件范围、攻击者可能的触发条件或实际安全影响,也无法进行漏洞关联分析。对于防守方而言,此类公告可能意味着苹果正在修补尚未公开或处于研究阶段的问题,或者实施系统安全内部的优化。当前没有证据表明该公告对应已知在野利用事件或存在紧急漏洞。建议相关用户及企业安全团队关注苹果官方页面的后续更新,留意是否伴随具体 CVE 条目披露,并根据实际环境及时部署系统更新。

💡 风险点: 苹果官方安全页面通常用于披露安全更新细节,尽管本次没有公布具体漏洞,但后台安全改进仍可能影响整个系统的安全基线。防御者应跟踪该页面动向,以评估是否需要优先更新设备。

🎯 建议动作: 定期访问苹果官方安全更新页面,关注该公告的后续变更;确保所有苹果设备已启用自动更新并安装最新的系统版本;如企业环境使用移动设备管理(MDM),应同步策略并强制执行安全更新。

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

浙公网安备 33010602009975号

推荐 7.4
Conf: 30%
阿里云安全公告

该输入并非有效的安全公告,而是一个中国公安备案信息页面。标题“浙公网安备33010602009975号”为公安备案编号,来源字段虽标注为“阿里云安全公告”,但实际链接指向国家公安备案系统(beian.gov.cn),疑似误采集或无效信息。正文不含任何漏洞描述、技术细节、受影响产品或修复建议。未关联任何CVE,严重性未知。由于缺乏可分析的技术内容,无法提炼安全事件摘要。请忽略此条目或核实原始来源。

💡 风险点: 该条目不构成安全公告,无威胁信息,不应作为漏洞情报处理。

🎯 建议动作: 忽略该非安全公告内容,并核实数据源采集是否存在错误;关注官方渠道获取真实漏洞情报。

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
知道创宇 / Seebug

该条信息来源为知道创宇/Seebug,标题表明内容关乎Pocsuite——一款由知道创宇安全研究团队开发并长期维护的开源远程漏洞测试框架。发布内容为项目概述而非具体漏洞公告,未涉及任何CVE编号或攻击事件。Pocsuite被描述为团队发展的基石,意味着该框架在该团队Web安全研究工作中占据基础地位,且经过不断迭代,服务于远程漏洞的发现与验证。作为开源工具,其代码可被公开获取,这扩大了其应用范围。在防守视角下,这类漏洞测试框架常被安全人员用于合法评估,也可能被攻击者用于自动化探测。由于本次输入没有提供漏洞细节、受影响版本或利用方式,无法确定任何实际威胁活动。安全团队可将此视为对一种常见红队工具的认知补充,并据此在自有环境中查找使用痕迹或进行针对性防范。

💡 风险点: Pocsuite是知名开源漏洞测试框架,可能被用于攻击探测。了解其特征有助于蓝队建立检测规则与日志监控,从而及时发现潜在扫描或利用行为。

🎯 建议动作: 建议安全团队监测网络流量及主机日志中与Pocsuite相关的指纹特征,同时评估内部是否存在未修复的漏洞,并保持系统补丁更新。还可将此类框架纳入安全监控清单,以便快速响应。

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
知道创宇 / Seebug

本输入为知道创宇/Seebug平台的简介信息,并非一份具体的安全漏洞公告。Seebug是一个权威的漏洞参考、分享与学习的安全漏洞社区平台,收录了大量漏洞及PoC条目,在国内和国际均具有一定知名度。该页面未提供任何具体的漏洞详情、影响的组件版本、攻击路径或修复办法,也没有关联的CVE编号。因此,这份内容本质上属于平台宣传性介绍,而非可执行的漏洞预警。对于防守方而言,它不具备针对特定风险的直接指引价值,只能被视为一个可用于获取后续漏洞情报的渠道。安全团队可将Seebug官网作为日常威胁情报监测来源之一,但本条输入本身不包含需要响应或修复的技术内容,不宜作为安全事件登记或处置的依据。建议持续关注Seebug发布的实际漏洞库更新,以便及时获取有效的漏洞披露信息。

💡 风险点: 由于本条仅涉及Seebug平台介绍,无实际漏洞内容,对防御方的直接威胁风险为未知。但该平台可作为漏洞情报来源关注,以帮助掌握后续安全动态。

🎯 建议动作: 持续关注Seebug官方漏洞库更新,结合自身资产清单进行风险比对,确保真实漏洞披露时能及时跟进修复。

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
知道创宇 / Seebug

该输入并非真正的厂商安全漏洞公告,而是知道创宇(Seebug)旗下网站安全防护服务(云安)的营销宣传文案。文案强调其拥有十年 Web 安全防护经验,采用多层安全防护体系,结合云端大数据与安全 CDN 加速,宣称可对 DDoS、DNS 攻击、CC 攻击等进行识别和拦截,以保护网站安全。内容中没有提及任何具体漏洞、CVE 编号、受影响版本、技术成因或攻击场景,也没有提供可核验的技术细节或修复方案。因此,无法从中提取供蓝队直接使用的漏洞情报或修复指引。该信息仅表明知道创宇提供相关安全防护服务,属于市场推广材料而非安全公告。

💡 风险点: 该信息不包含可行动的漏洞细节,无法评估真实风险。防守方不应据此调整防护策略,但可将其视为服务商宣传,了解市场上有此类防护能力。

🎯 建议动作: 忽略此营销内容,如需获取真实漏洞情报,请访问厂商安全响应中心、Seebug 漏洞平台或国家漏洞库。建议关注官方公告和 CVE 信息,并保持常规漏洞管理流程。

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

京公网安备 11000002002063号

推荐 7.4
Conf: 30%
360CERT

该输入并非网络安全漏洞公告,而是一条网站备案信息。标题为“京公网安备 11000002002063号”,来源标注为 360CERT,但提供的链接指向全国互联网安全管理服务平台(beian.gov.cn),实际内容是公安备案编号。输入中未包含任何漏洞描述、受影响组件、攻击路径或技术细节,也未提供 CVE、厂商产品或严重性评估。因此,蓝队无需将其视为安全风险,更不存在可利用漏洞或需要紧急修复的问题。该条信息可能源于数据采集错误或非安全类公告被误归类,建议安全运营人员忽略或仅作为备案核查记录存档。

💡 风险点: 仅为网站备案号记录,不涉及任何安全漏洞或攻击面,无风险影响,无需关注。

🎯 建议动作: 无需采取安全性修复或升级措施;建议确认信息来源,必要时忽略该记录。

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 60%
360CERT

本次输入信息并非网络安全漏洞公告或安全通告,而是由360CERT发布的一条ICP备案或网络资质证明页面(标题为“(总)网出证(京)字第281号”),链接指向360.cn的许可证页面。该内容仅用于展示网站经营许可或备案信息,不涉及任何软件漏洞、攻击手法、受影响产品、CVE编号或严重性评级。由于没有提供技术细节、漏洞成因或影响描述,无法据此生成有效的安全风险报告。对于防御方而言,此条目不具备威胁情报或漏洞处置参考价值,应将其视为常规合规性页面而非安全公告。

💡 风险点: 该输入不是安全公告,不含漏洞或防御信息,无需进行风险评估或修复操作。

🎯 建议动作: 无需针对该页面执行安全修复或升级动作。请关注360CERT或其他可信来源发布的实际漏洞公告。如需确认该资质页面的有效性,可访问官方链接进行核实。

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

京网文〔2020〕6051-1195号

推荐 7.4
Conf: 30%
360CERT

该输入并非一份实际的安全公告,而是来自 360CERT 源的一则版权页面信息,标题为“京网文〔2020〕6051-1195号”,指向 360.cn 的许可证页面。内容中没有提供任何漏洞描述、影响范围、攻击路径或修复建议,也没有关联 CVE 编号。由于缺少可分析的技术细节,无法提炼出有价值的安全事件信息。此输入更类似网站合规备案展示,而非面向防御者的漏洞预警或研究报告。因此,当前摘要只能说明来源对象并非安全公告,并建议使用者核查原始链接,确认是否误将非技术性页面当作公告提交。若后续能够提供实际公告正文、受影响产品、严重性评分及修复建议,才能进行完整的安全分析。

💡 风险点: 该输入不涉及任何安全漏洞或风险,不具备告警价值,不应作为防御决策依据。

🎯 建议动作: 请核对信息来源,确认为真实的安全公告后再进行分析;若仅为此类合规页面,可忽略该条目。

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 30%
360CERT

该输入并非有效的安全公告,而是来自360CERT的ICP备案信息,标题为“京ICP证080047号[京ICP备08010314号-6]”,并指向工信部备案网站(beian.miit.gov.cn)。输入中不包含任何漏洞描述、产品信息、CVE编号或修复建议。由于严重性为unknown,且厂商与产品均为360CERT自身,没有任何实际技术内容,因此无法从防守方视角提取出需要修复或缓解的风险。此输入可能为数据采集错误或系统测试数据,不应作为真实漏洞情报处理。建议忽略该消息,并从可信厂商公告渠道获取实际安全通告。

💡 风险点: 输入不包含任何安全漏洞或攻击实例,无法构成威胁情报,仅需警惕无效数据干扰研判流程。

🎯 建议动作: 忽略该非安全内容,核验数据来源;如需获取漏洞情报,请参考官方安全公告平台。

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
CVE-2026-52766

YesWiki 是一个基于 PHP 的 wiki 系统。在版本 4.6.6 之前,{{erasespamedcomments}} wiki 动作(位于 actions/EraseSpamedCommentsAction.php)存在严重安全漏洞。该动作接收来自 POST 请求的 suppr[] 数组参数,并会删除数组中每个 wiki 页面标签所对应的页面,但在动作代码及其调用的页面删除路径中均未执行任何授权检查。结合 YesWiki 默认允许执行动作的 ACL 模型,任何拥有页面写入权限的用户(在全新安装中默认所有用户都有写入权限,default_write_acl='*')都可以永久删除任意的 wiki 页面,包括首页、管理员页面以及其他用户拥有的页面。攻击者只需构造包含目标页面标签的 suppr[] 数组并发送 POST 请求即可触发,无需任何身份认证(CVSS 向量中权限要求为 NONE,但实际利用需要目标 wiki 允许匿名写入,若默认配置则满足条件)。该漏洞影响所有低于 4.6.6 的 YesWiki 版本。官方已在 4.6.6 版本中修复此问题。由于漏洞可导致核心页面被恶意删除,造成严重的数据完整性和可用性损失,建议相关用户立即升级至 4.6.6 或更高版本,同时审查 wiki 的写入权限配置,必要时限制网络暴露面。当前没有证据表明该漏洞已被在野利用或已列入 KEV(已知被利用漏洞目录),EPSS 数据也未提供。

💡 影响/原因: 该漏洞允许任何默认具有写入权限的用户在无任何权限校验下永久删除任意页面(含首页和管理页),CVSS 9.1 严重级别,可能导致网站内容全毁。请立即升级至 4.6.6 及以上版本。

排序因子: CVSS 严重风险 (9.1) (+4) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-81939

A Zip Slip vulnerability in the SonicWall Network Security Manager (NSM) On-Prem file upload and archive processing functionality allows an attacker to extract files outside the intended destination directory using a specially crafted archive.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.1) (+4) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-78328

A missing authorization vulnerability in the SonicWall Network Security Manager (NSM) On-Prem Management interface allows a lower-privileged Admin user to escalate privileges to SuperAdmin.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.1) (+4) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-78327

An Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') vulnerability in the SonicWall Network Security Manager (NSM) On-Prem Management interface allows an authenticated attacker with SuperAdmin privileges to inject arbitrary commands that are executed on the underlying host, resulting in remote code execution.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.1) (+4) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-75430

PowerJob Worker version 5.1.2 (and likely earlier versions) exposes the /worker/deployContainer HTTP endpoint without authentication on the default transport port. This allows a remote attacker to execute arbitrary code.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.8) (+4) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-31020

In DocsGPT 0.15.0 and below, the application provides a custom prompt feature that allows users to define prompt content used during chatbot interactions. This functionality renders user-supplied prompt data using Jinja templates without input sanitization or sandboxing. An unauthenticated attacker can inject malicious template expressions, leading to a server-side template injection (SSTI) vulner

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.8) (+4) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-75431

PowerJob Server version 5.1.2 (and likely earlier) uses a predictable JWT signing key for HS256-based authentication. This allows a remote attacker to execute arbitrary code.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.1) (+4) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-44402

Voltronic Power SNMP Web Pro 1.1 contains an unauthenticated remote code execution vulnerability in the upload.cgi firmware update endpoint that allows remote attackers to execute arbitrary commands as root by uploading a crafted tar archive without valid credentials. Attackers can supply a malicious tar archive containing arbitrary executable files that are extracted to a privileged directory and

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.8) (+4) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-19274

IBM Observability with Instana (Agent) Build 1.0.303 through 1.0.323 IBM Instana Agent Operator could allow an authenticated Kubernetes tenant to hijack or permanently destroy another tenant's cluster-level RBAC permissions, caused by cluster-scoped RBAC objects being keyed solely by the bare CR name with no namespace disambiguation, allowing a same-named `InstanaAgent` CR in an attacker-controlle

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.6) (+4) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-18658

IBM Operational Decision Manager 9.6.0.0, 9.5.0.0, 8.11.1.0, 8.11.0.1, 8.12.0.1, 9.5.0.1, and 9.0.0.1 is vulnerable to SQL injection. An unauthenticated attacker can execute arbitrary SQL statements and leverage database functionality to write a web shell to the application web root, resulting in remote code execution.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.8) (+4) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85696

SadTalker contains an OS command injection vulnerability in the video muxing process where uploaded audio filenames are interpolated into ffmpeg commands without proper escaping. Attackers can upload audio files with shell metacharacters in the filename to break out of quoted arguments and execute arbitrary system commands when video generation occurs.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.8) (+4) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85695

FastChat contains an authentication bypass vulnerability in the /register_worker endpoint that allows unauthenticated attackers to register arbitrary worker addresses and perform server-side request forgery. Attackers can register malicious workers under victim model names to intercept user prompts, images, and responses, or probe internal network ports across the worker mesh.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.4) (+4) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85688

TEN Framework 0.11.71 contains unauthenticated arbitrary file read and write vulnerabilities in the TMAN Designer file-content API endpoints. Attackers can submit POST and PUT requests to the /api/designer/v1/file-content endpoints to read arbitrary files or write malicious content to system paths, enabling code execution through authorized_keys, cron files, or executable graph files.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.8) (+4) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85684

marker through 2.0.0 contains a path traversal vulnerability in the FastAPI /marker/upload handler that fails to sanitize the file.filename parameter. Unauthenticated attackers can supply filenames containing directory traversal sequences to write arbitrary files to any location or delete existing files on the system.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.1) (+4) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85672

zerox 1.1.20 contains an OS command injection vulnerability in the file download mechanism where the temporary file extension derived from document URLs is interpolated unsanitized into shell commands executed by poppler utilities. Attackers can craft document URLs with malicious file extensions containing command substitution syntax to execute arbitrary OS commands before document processing occu

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.8) (+4) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85667

xiaobei through 5.5.2 fails to implement authentication or signature validation on webhook endpoints, allowing unauthenticated attackers to inject arbitrary messages into the agent pipeline. Attackers can publish malicious messages via the /webhook_worktool handler and exploit unvalidated media URL fetching to perform server-side request forgery against internal services.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.1) (+4) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85663

Aim 3.29.1 remote tracking server fails to authenticate requests and dispatches arbitrary methods through getattr without allowlist validation. Unauthenticated attackers can register clients, instantiate Repo resources, and invoke arbitrary methods to read experiments or delete runs.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.8) (+4) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85661

excel-mcp-server 0.1.8 fails to enforce path confinement in stdio mode when EXCEL_FILES_PATH is unset, allowing attackers to read and write arbitrary files. Attackers can supply unchecked file paths to read and write tools to access any file accessible to the process.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.8) (+4) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-82923

The AI Website Builder WordPress plugin (GitHub build) 1.0.0 does not perform any authorisation or nonce check on its REST API routes, allowing unauthenticated attackers to install and activate plugins and themes, import content from a URL under their control, write a file of their choosing into the uploads directory, and delete site content and media. On a host that serves PHP from the uploads di

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.8) (+4) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85085

The Canva Android App before 2.376.0 allowed an external origin to be loaded in a privileged WebView. A threat actor who controls the page loaded by the user is able to communicate with Canva using the user’s session.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.6) (+4) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-62928

XING CPTrans-ME-X contains an OS Command Injection (CWE-78). Unauthenticated OS command may be injected.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.8) (+4) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-15354

The ACPT (Premium) plugin for WordPress is vulnerable to Privilege Escalation in all versions up to, and including, 2.0.66. This is due to missing authorization in the `submit()` function, which allows unauthenticated form submissions to control the target user ID before calling `wp_update_user()`. This makes it possible for unauthenticated attackers to overwrite any WordPress user's email address

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.8) (+4) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85509

FreeIPMI before 1.6.19 has a stack-based buffer overflow in _read_fru_data in libfreeipmi/fru/ipmi-fru.c when a BMC returns more bytes than requested.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.8) (+4) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85508

ipmi-oem in FreeIPMI before 1.6.19 has a stack-based buffer overflow in _output_dell_system_info_cmc_ipv6_info in ipmi-oem/ipmi-oem-dell.c (cmc-ipv6-info subcommand to dell get-system-info).

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.8) (+4) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85507

ipmi-oem in FreeIPMI before 1.6.19 has a stack-based buffer overflow in _output_dell_system_info_cmc_info in ipmi-oem/ipmi-oem-dell.c (cmc-info subcommand to dell get-system-info).

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.8) (+4) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85506

ipmi-oem in FreeIPMI before 1.6.19 has a stack-based buffer overflow in _get_dell_system_info_idrac_info in ipmi-oem/ipmi-oem-dell.c (idrac-info subcommand to dell get-system-info).

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.8) (+4) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85504

FreeIPMI before 1.6.19 has a stack-based buffer overflow in _ipmi_sel_oem_fujitsu_get_sel_entry_long_text in libfreeipmi/sel/ipmi-sel-string-fujitsu-irmc-common.c via malformed Fujitsu SEL long-text responses.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.8) (+4) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-11613

The Divi Ajax Filter plugin for WordPress is vulnerable to Local File Inclusion in all versions up to, and including, 5.1.2 via the 'custom_loop_template' parameter parameter. This makes it possible for unauthenticated attackers to include and execute arbitrary .php files on the server, allowing the execution of any PHP code in those files. This can be used to bypass access controls, obtain sensit

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.8) (+4) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85148

SmartIT Desktop Manager developed by Lightstar has a Use of Hard-coded Credentials vulnerability. Unauthenticated remote attackers can exploit a fixed password to remotely access user hosts.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.8) (+4) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85146

SmartIT Desktop Manager developed by Lightstar has a Use of Hard-coded Credentials vulnerability. Unauthenticated remote attackers can obtain the SSH service account credentials and passwords for the SmartIT Agent directly from the application source code.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.8) (+4) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85440

MOOS core-moos through 10.4.0 contains a pre-authentication heap overflow vulnerability in MOOSCommPkt packet handling that allows remote attackers to write arbitrary data by declaring a negative packet length. Attackers can exploit the signed integer check in InflateTo() and negative size conversion in recv() to overflow a four-byte heap buffer during the HandShake phase before authentication.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.8) (+4) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85437

MOOS-IvP through 24.8.1 contains multiple buffer overflow vulnerabilities in IvP function string decoders that trust attacker-controlled length fields without validation. Attackers can craft malicious encoded strings with mismatched declared and actual field lengths to overflow heap and stack buffers, potentially achieving remote code execution through MOOS variables or alog files.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.8) (+4) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85435

MOOS-IvP uFldNodeBroker through 24.8.1 fails to validate the source of TRY_SHORE_HOST messages on the vehicle bus, allowing any publisher to enroll attacker-controlled shore routes. Attackers can publish malicious shore route messages to receive bridged vehicle traffic including sensor data and control information.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.1) (+4) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85434

MOOS-IvP uFldShoreBroker through 24.8.1 fails to verify node ping authenticity before creating outbound bridge routes. Attackers can publish NODE_BROKER_PING messages with crafted HostRecord data to redirect bridged variables to attacker-controlled addresses.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.1) (+4) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85430

MOOS essential-moos through 10.0.1 contains an authentication bypass vulnerability in pShare that accepts UDP datagrams from any source and republishes them with the attacker-claimed identity intact. Attackers can send crafted UDP datagrams to pShare input routes to inject messages into the local MOOS community under spoofed identities, or send malformed datagrams to crash the pShare process.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.1) (+4) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85426

MOOS-IvP uMemWatch through 24.8.1 constructs shell commands from attacker-chosen MOOS client names without sanitization. Attackers can inject shell metacharacters into client names to execute arbitrary commands as the uMemWatch process user through unquoted redirection targets in system calls.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.8) (+4) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85425

MOOS-IvP iSay through 24.8.1 contains a remote code execution vulnerability in the SAY_MOOS variable handler that passes unsanitized text to a shell command. Attackers can publish SAY_MOOS messages containing backticks or command substitution syntax to execute arbitrary commands as the iSay process user.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.8) (+4) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85424

MOOS core-moos through 10.4.0 lacks authentication in the wire protocol, allowing unauthenticated clients to connect with full publish, subscribe, and database clear privileges. Attackers can bypass the compile-time protocol string check and connect with arbitrary client names to execute privileged operations including DB_CLEAR which resets all variables and clears client mail queues.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.8) (+4) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-83711

Authorization bypass through user-controlled key in Microsoft Azure Active Directory B2C allows an unauthorized attacker to elevate privileges over a network.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (10.0) (+4) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80098

Improper verification of cryptographic signature in Copilot Studio allows an unauthorized attacker to elevate privileges over a network.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.3) (+4) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-70352

Missing authentication for critical function in Azure AI Language allows an unauthorized attacker to elevate privileges over a network.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (10.0) (+4) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-62916

Authentication bypass using an alternate path or channel in Microsoft Entra ID allows an unauthorized attacker to elevate privileges over a network.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.1) (+4) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85224

A vulnerability was determined in D-Link DNS-320 ShareCenter 2.06B01. This affects an unknown part of the file /cgi/file_sharing.cgi of the component File Sharing. Executing a manipulation of the argument fileurl can lead to os command injection. The attack can be launched remotely. The exploit has been publicly disclosed and may be utilized.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.1) (+4) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85223

A vulnerability was found in D-Link DNS-340L 1.01B04. Affected by this issue is some unknown functionality of the file /cgi-bin/dropbox.cgi of the component CGI Handler. Performing a manipulation of the argument callback_url/sync_interval results in os command injection. The attack can be initiated remotely. The exploit has been made public and could be used.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.9) (+4) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85222

A vulnerability has been found in D-Link DNS-340L 1.01B04. Affected by this vulnerability is an unknown functionality of the file /cgi-bin/addon_center.cgi of the component Add-On Center. Such manipulation of the argument f_name/f_url/f_flag/f_login_user leads to os command injection. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.1) (+4) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85061

MapLibre GL JS is an interactive vector tile map library for web browsers. Prior to 6.4.1, DOM.sanitize() in src/util/dom.ts iterates elem.attributes as a live NamedNodeMap while removeAttributes() removes attributes from the same collection, shifting indexes and skipping an adjacent dangerous attribute. An attacker who controls untrusted third-party style attribution strings or user-supplied cust

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (10.0) (+4) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85043

Incomplete cleanup in Network in Google Chrome prior to 152.0.7977.82 allowed a remote attacker to bypass system access restrictions via crafted network traffic. (Chromium security severity: High)

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.1) (+4) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-82526

R2R through 3.6.6 contains a stacked SQL injection vulnerability that allows unauthenticated attackers to execute arbitrary SQL statements by manipulating the index name parameter in the vector index creation endpoint. The index name is interpolated directly into a CREATE INDEX statement via string formatting without identifier quoting or allowlist validation, enabling arbitrary DDL and DML execut

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.8) (+4) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-58400

GeoNetwork is a catalog application to manage spatially referenced resources. Prior to versions 4.4.12 and 4.2.17, the Saxon XSLT processor used to render formatters is configured without secure processing (`FEATURE_SECURE_PROCESSING`) and without disabling Java extension functions (`ALLOW_EXTERNAL_FUNCTIONS`). Any stylesheet loaded by GeoNetwork can therefore invoke `java.lang.Runtime.exec()` or

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.1) (+4) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
CVE-2026-84813

Unauthenticated SQL Injection in GeoDirectory <= 2.8.174 versions.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.3) (+4) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
CVE-2026-84753

Unauthenticated PHP Object Injection in Mail Mint <= 1.31.0 versions.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: CVSS 严重风险 (9.8) (+4) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
知道创宇 / Seebug

Paper专业的技术文章,安全经验的积累。Paper 栏目专注于安全技术文章的收录。我们推崇黑客精神,技术分享和热衷解决问题及超越极限,Seebug Paper 期待您的分享。

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Cookie settings

推荐 7.4
Conf: 50%
Mozilla Security Advisories

Cookie settings

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Mozilla Monitor

推荐 7.4
Conf: 50%
Mozilla Security Advisories

Mozilla Monitor

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

The Mozilla Manifesto

推荐 7.4
Conf: 50%
Mozilla Security Advisories

The Mozilla Manifesto

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Mozilla Foundation

推荐 7.4
Conf: 50%
Mozilla Security Advisories

Mozilla Foundation

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Accessibility Policy

推荐 7.4
Conf: 50%
Oracle Critical Patch Updates

Accessibility Policy

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Create an Account

推荐 7.4
Conf: 50%
Oracle Critical Patch Updates

Create an Account

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Oracle Critical Patch Updates

Instructions for subscribing to email notifications

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Product Security Home

推荐 7.4
Conf: 50%
Adobe Security Bulletins

Product Security Home

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Security Bulletins

推荐 7.4
Conf: 50%
Adobe Security Bulletins

Security Bulletins

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Priority and Severity Ratings

推荐 7.4
Conf: 50%
Adobe Security Bulletins

Priority and Severity Ratings

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Newsletter Subscription

推荐 7.4
Conf: 50%
Adobe Security Bulletins

Newsletter Subscription

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Adobe Security Notifications

推荐 7.4
Conf: 50%
Adobe Security Bulletins

Adobe Security Notifications

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-04

Siemens COMOS 本地提权漏洞

推荐 7.4
Conf: 50%
知道创宇 / Seebug

Siemens COMOS 本地提权漏洞

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
知道创宇 / Seebug

Siemens RuggedCom ROS和ROX设备信息泄露

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

WL-330NUL远程命令执行漏洞

推荐 7.4
Conf: 50%
知道创宇 / Seebug

WL-330NUL远程命令执行漏洞

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
知道创宇 / Seebug

Tibbo Technology AggreGate远程代码执行漏洞

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
知道创宇 / Seebug

Symantec Endpoint Protection Manager-RU6-MP3任意操作系统命令执行漏洞

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
知道创宇 / Seebug

Joomla “Ja-Ka-Filter-And-Search” 组件 SQL 注入漏洞

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

京公网安备 11010502034610号

推荐 7.4
Conf: 50%
知道创宇 / Seebug

京公网安备 11010502034610号

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

background updates

推荐 7.4
Conf: 50%
Apple Security Releases

background updates

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Apple Security Releases

update the software on your Apple TV

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Apple Security Releases

update the software on your Apple Watch

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Apple Security Releases

update the software on your Apple Vision Pro

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

macOS Tahoe 26.4

推荐 7.4
Conf: 50%
Apple Security Releases

macOS Tahoe 26.4

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

macOS Sequoia 15.7.5

推荐 7.4
Conf: 50%
Apple Security Releases

macOS Sequoia 15.7.5

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

macOS Sonoma 14.8.5

推荐 7.4
Conf: 50%
Apple Security Releases

macOS Sonoma 14.8.5

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

macOS Tahoe 26.3

推荐 7.4
Conf: 50%
Apple Security Releases

macOS Tahoe 26.3

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

macOS Sequoia 15.7.4

推荐 7.4
Conf: 50%
Apple Security Releases

macOS Sequoia 15.7.4

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

macOS Sonoma 14.8.4

推荐 7.4
Conf: 50%
Apple Security Releases

macOS Sonoma 14.8.4

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

macOS Tahoe 26.2

推荐 7.4
Conf: 50%
Apple Security Releases

macOS Tahoe 26.2

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

macOS Sequoia 15.7.3

推荐 7.4
Conf: 50%
Apple Security Releases

macOS Sequoia 15.7.3

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

macOS Sonoma 14.8.3

推荐 7.4
Conf: 50%
Apple Security Releases

macOS Sonoma 14.8.3

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Release Details

推荐 7.4
Conf: 50%
Android Security Bulletin

Release Details

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Trade Federation

推荐 7.4
Conf: 50%
Android Security Bulletin

Trade Federation

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Security Test Suite

推荐 7.4
Conf: 50%
Android Security Bulletin

Security Test Suite

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Getting Started

推荐 7.4
Conf: 50%
Android Security Bulletin

Getting Started

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Kernel security

推荐 7.4
Conf: 50%
Android Security Bulletin

Kernel security

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Implement security

推荐 7.4
Conf: 50%
Android Security Bulletin

Implement security

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Updates and resources

推荐 7.4
Conf: 50%
Android Security Bulletin

Updates and resources

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Application Sandbox

推荐 7.4
Conf: 50%
Android Security Bulletin

Application Sandbox

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

OMAPI vendor stable interface

推荐 7.4
Conf: 50%
Android Security Bulletin

OMAPI vendor stable interface

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

APK signature scheme v2

推荐 7.4
Conf: 50%
Android Security Bulletin

APK signature scheme v2

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

APK signature scheme v3

推荐 7.4
Conf: 50%
Android Security Bulletin

APK signature scheme v3

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

APK signature scheme v3.1

推荐 7.4
Conf: 50%
Android Security Bulletin

APK signature scheme v3.1

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

APK signature scheme v4

推荐 7.4
Conf: 50%
Android Security Bulletin

APK signature scheme v4

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Measure biometric security

推荐 7.4
Conf: 50%
Android Security Bulletin

Measure biometric security

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Fingerprint HIDL

推荐 7.4
Conf: 50%
Android Security Bulletin

Fingerprint HIDL

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Face authentication HIDL

推荐 7.4
Conf: 50%
Android Security Bulletin

Face authentication HIDL

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

File-based encryption

推荐 7.4
Conf: 50%
Android Security Bulletin

File-based encryption

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Full-disk encryption

推荐 7.4
Conf: 50%
Android Security Bulletin

Full-disk encryption

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Metadata encryption

推荐 7.4
Conf: 50%
Android Security Bulletin

Metadata encryption

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Enable Adiantum

推荐 7.4
Conf: 50%
Android Security Bulletin

Enable Adiantum

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Hardware-wrapped keys

推荐 7.4
Conf: 50%
Android Security Bulletin

Hardware-wrapped keys

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Key and ID attestation

推荐 7.4
Conf: 50%
Android Security Bulletin

Key and ID attestation

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Version binding

推荐 7.4
Conf: 50%
Android Security Bulletin

Version binding

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Authorization tags

推荐 7.4
Conf: 50%
Android Security Bulletin

Authorization tags

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Download and build

推荐 7.4
Conf: 50%
Android Security Bulletin

Download and build

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Trusty API reference

推荐 7.4
Conf: 50%
Android Security Bulletin

Trusty API reference

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Implement dm-verity

推荐 7.4
Conf: 50%
Android Security Bulletin

Implement dm-verity

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Verify system_other partition

推荐 7.4
Conf: 50%
Android Security Bulletin

Verify system_other partition

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Reference implementation

推荐 7.4
Conf: 50%
Android Security Bulletin

Reference implementation

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

On-device signing

推荐 7.4
Conf: 50%
Android Security Bulletin

On-device signing

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

2G connectivity toggle

推荐 7.4
Conf: 50%
Android Security Bulletin

2G connectivity toggle

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

GPU syscall filtering

推荐 7.4
Conf: 50%
Android Security Bulletin

GPU syscall filtering

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Mozilla Ventures

推荐 7.4
Conf: 50%
Mozilla Security Advisories

Mozilla Ventures

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Mozilla Advertising

推荐 7.4
Conf: 50%
Mozilla Security Advisories

Mozilla Advertising

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Mozilla Builders

推荐 7.4
Conf: 50%
Mozilla Security Advisories

Mozilla Builders

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Mozilla New Products

推荐 7.4
Conf: 50%
Mozilla Security Advisories

Mozilla New Products

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Mozilla Security

推荐 7.4
Conf: 50%
Mozilla Security Advisories

Mozilla Security

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Known Vulnerabilities

推荐 7.4
Conf: 50%
Mozilla Security Advisories

Known Vulnerabilities

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Mozilla Security Blog

推荐 7.4
Conf: 50%
Mozilla Security Advisories

Mozilla Security Blog

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Security Bug Bounty

推荐 7.4
Conf: 50%
Mozilla Security Advisories

Security Bug Bounty

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Third-party Injection Policy

推荐 7.4
Conf: 50%
Mozilla Security Advisories

Third-party Injection Policy

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Client Bug Bounty

推荐 7.4
Conf: 50%
Mozilla Security Advisories

Client Bug Bounty

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Frequently Asked Questions

推荐 7.4
Conf: 50%
Mozilla Security Advisories

Frequently Asked Questions

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Eligible Websites

推荐 7.4
Conf: 50%
Mozilla Security Advisories

Eligible Websites

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Oracle Corporate Security Blog

推荐 7.4
Conf: 50%
Oracle Critical Patch Updates

Oracle Corporate Security Blog

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Oracle Critical Patch Updates

Guidelines for reporting security vulnerabilities

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Critical Patch Update - April 2026

推荐 7.4
Conf: 50%
Oracle Critical Patch Updates

Critical Patch Update - April 2026

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Oracle Critical Patch Updates

Critical Patch Update - January 2026

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Oracle Critical Patch Updates

Critical Patch Update - October 2025

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Critical Patch Update - July 2025

推荐 7.4
Conf: 50%
Oracle Critical Patch Updates

Critical Patch Update - July 2025

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Critical Patch Update - April 2025

推荐 7.4
Conf: 50%
Oracle Critical Patch Updates

Critical Patch Update - April 2025

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Oracle Critical Patch Updates

Critical Patch Update - January 2025

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Oracle Critical Patch Updates

Critical Patch Update - October 2024

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Critical Patch Update - July 2024

推荐 7.4
Conf: 50%
Oracle Critical Patch Updates

Critical Patch Update - July 2024

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Critical Patch Update - April 2024

推荐 7.4
Conf: 50%
Oracle Critical Patch Updates

Critical Patch Update - April 2024

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Oracle Critical Patch Updates

Critical Patch Update - January 2024

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Oracle Critical Patch Updates

Critical Patch Update - October 2023

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Critical Patch Update - July 2023

推荐 7.4
Conf: 50%
Oracle Critical Patch Updates

Critical Patch Update - July 2023

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Critical Patch Update - April 2023

推荐 7.4
Conf: 50%
Oracle Critical Patch Updates

Critical Patch Update - April 2023

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Oracle Critical Patch Updates

Critical Patch Update - January 2023

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Oracle Critical Patch Updates

Critical Patch Update - October 2022

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Critical Patch Update - July 2022

推荐 7.4
Conf: 50%
Oracle Critical Patch Updates

Critical Patch Update - July 2022

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Critical Patch Update - April 2022

推荐 7.4
Conf: 50%
Oracle Critical Patch Updates

Critical Patch Update - April 2022

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Oracle Critical Patch Updates

Critical Patch Update - January 2022

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Oracle Critical Patch Updates

Critical Patch Update - October 2021

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Critical Patch Update - July 2021

推荐 7.4
Conf: 50%
Oracle Critical Patch Updates

Critical Patch Update - July 2021

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Critical Patch Update - April 2021

推荐 7.4
Conf: 50%
Oracle Critical Patch Updates

Critical Patch Update - April 2021

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Oracle Critical Patch Updates

Critical Patch Update - January 2021

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Oracle Critical Patch Updates

Solaris Third Party Bulletin - April 2026

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Oracle Critical Patch Updates

Solaris Third Party Bulletin - January 2026

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Oracle Critical Patch Updates

Solaris Third Party Bulletin - October 2025

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Oracle Critical Patch Updates

Solaris Third Party Bulletin - July 2025

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Oracle Critical Patch Updates

Solaris Third Party Bulletin - April 2025

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Oracle Critical Patch Updates

Solaris Third Party Bulletin - January 2025

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Oracle Critical Patch Updates

Solaris Third Party Bulletin - October 2024

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Oracle Critical Patch Updates

Solaris Third Party Bulletin - July 2024

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Oracle Critical Patch Updates

Solaris Third Party Bulletin - April 2024

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Bug Bounty Program

推荐 7.4
Conf: 50%
Adobe Security Bulletins

Bug Bounty Program

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Security Researcher Hall Of Fame

推荐 7.4
Conf: 50%
Adobe Security Bulletins

Security Researcher Hall Of Fame

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Adobe Trust Center

推荐 7.4
Conf: 50%
Adobe Security Bulletins

Adobe Trust Center

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Online Privacy Policy

推荐 7.4
Conf: 50%
Adobe Security Bulletins

Online Privacy Policy

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

< Visit Adobe Help Center

推荐 7.4
Conf: 50%
Adobe Security Bulletins

< Visit Adobe Help Center

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
知道创宇 / Seebug

ThinkSNS \apps\weiba\Lib\Action\GroupAction.class.php SQL注入漏洞

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
知道创宇 / Seebug

Ruby colorscore gem任意代码执行漏洞

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
知道创宇 / Seebug

Schneider Electric产品基于栈的缓冲区溢出漏洞

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
知道创宇 / Seebug

Oracle Beehive 'playAudioFile.jsp'远程代码执行漏洞

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
知道创宇 / Seebug

Linux 内核提权 Dirty Frag(Dirty Frag)

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

macOS Tahoe 26.5

推荐 7.4
Conf: 50%
Apple Security Releases

macOS Tahoe 26.5

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

macOS Sequoia 15.7.7

推荐 7.4
Conf: 50%
Apple Security Releases

macOS Sequoia 15.7.7

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

macOS Sonoma 14.8.7

推荐 7.4
Conf: 50%
Apple Security Releases

macOS Sonoma 14.8.7

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

粤公网安备44030702002388号

推荐 7.4
Conf: 50%
华为 PSIRT

粤公网安备44030702002388号

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Oracle Critical Patch Updates

Critical Security Patch Update - May 2026

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Oracle Critical Patch Updates

Critical Security Patch Update - June 2026

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Beats Firmware Update 1B211

推荐 7.4
Conf: 50%
Apple Security Releases

Beats Firmware Update 1B211

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Mozilla Security Advisories

MFSA 2026-61Security Vulnerabilities fixed in Thunderbird 140.12

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Mozilla Security Advisories

MFSA 2026-60Security Vulnerabilities fixed in Thunderbird 152

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Mozilla Security Advisories

MFSA 2026-59Security Vulnerabilities fixed in Firefox ESR 115.37

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Mozilla Security Advisories

MFSA 2026-58Security Vulnerabilities fixed in Firefox ESR 140.12

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Mozilla Security Advisories

MFSA 2026-57Security Vulnerabilities fixed in Firefox 152

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Software Defined Vehicle

推荐 7.4
Conf: 50%
Android Security Bulletin

Software Defined Vehicle

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

In-vehicle Infotainment

推荐 7.4
Conf: 50%
Android Security Bulletin

In-vehicle Infotainment

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

macOS Tahoe 26.5.2

推荐 7.4
Conf: 50%
Apple Security Releases

macOS Tahoe 26.5.2

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Mozilla Security Advisories

MFSA 2026-62Security Vulnerabilities fixed in Firefox 152.0.4

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Mozilla Security Advisories

MFSA 2026-64Security Vulnerabilities fixed in Thunderbird 140.12.1

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Mozilla Security Advisories

MFSA 2026-63Security Vulnerabilities fixed in Thunderbird 152.0.1

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Mozilla Security Advisories

MFSA 2026-67Security Vulnerabilities fixed in Firefox 152.0.6

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Security reports

推荐 7.4
Conf: 50%
Android Security Bulletin

Security reports

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

KeyMint functions

推荐 7.4
Conf: 50%
Android Security Bulletin

KeyMint functions

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Policy compatibility

推荐 7.4
Conf: 50%
Android Security Bulletin

Policy compatibility

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Use Verified Boot

推荐 7.4
Conf: 50%
Android Security Bulletin

Use Verified Boot

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

Critical Patch Update - July 2026

推荐 7.4
Conf: 50%
Oracle Critical Patch Updates

Critical Patch Update - July 2026

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Mozilla Security Advisories

MFSA 2026-70Security Vulnerabilities fixed in Firefox ESR 140.13

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Mozilla Security Advisories

MFSA 2026-69Security Vulnerabilities fixed in Firefox ESR 115.38

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Mozilla Security Advisories

MFSA 2026-68Security Vulnerabilities fixed in Firefox 153

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Oracle Critical Patch Updates

Solaris Third Party Bulletin - July 2026

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Mozilla Security Advisories

MFSA 2026-72Security Vulnerabilities fixed in Thunderbird 140.13

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Mozilla Security Advisories

MFSA 2026-71Security Vulnerabilities fixed in Thunderbird 153

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

macOS Tahoe 26.6

推荐 7.4
Conf: 50%
Apple Security Releases

macOS Tahoe 26.6

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

macOS Sequoia 15.7.8

推荐 7.4
Conf: 50%
Apple Security Releases

macOS Sequoia 15.7.8

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

macOS Sonoma 14.8.8

推荐 7.4
Conf: 50%
Apple Security Releases

macOS Sonoma 14.8.8

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

APK signature scheme v3.2

推荐 7.4
Conf: 50%
Android Security Bulletin

APK signature scheme v3.2

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

macOS Tahoe 26.6.1

推荐 7.4
Conf: 50%
Apple Security Releases

macOS Tahoe 26.6.1

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

macOS Sequoia 15.7.9

推荐 7.4
Conf: 50%
Apple Security Releases

macOS Sequoia 15.7.9

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

macOS Sonoma 14.8.9

推荐 7.4
Conf: 50%
Apple Security Releases

macOS Sonoma 14.8.9

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Oracle Critical Patch Updates

Critical Security Patch Update - August 2026

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-05

macOS Tahoe 26.6.2

推荐 7.4
Conf: 50%
Apple Security Releases

macOS Tahoe 26.6.2

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Mozilla Security Advisories

MFSA 2026-80Security Vulnerabilities fixed in Thunderbird 153.1

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Mozilla Security Advisories

MFSA 2026-79Security Vulnerabilities fixed in Thunderbird 140.14

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Mozilla Security Advisories

MFSA 2026-78Security Vulnerabilities fixed in Thunderbird 154

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Mozilla Security Advisories

MFSA 2026-77Security Vulnerabilities fixed in Firefox ESR 153.1

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Mozilla Security Advisories

MFSA 2026-76Security Vulnerabilities fixed in Firefox ESR 140.14

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Mozilla Security Advisories

MFSA 2026-75Security Vulnerabilities fixed in Firefox ESR 115.39

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Mozilla Security Advisories

MFSA 2026-74Security Vulnerabilities fixed in Firefox 154

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
腾讯云安全公告

【大模型服务平台 TokenHub】&【智能体开发平台 ADP】 关于腾讯云 TokenHub 平台 YT-VITA 模型下线及切换升级的通知

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Adobe Security Bulletins

APSB26-110: Security update available for Content Credentials SDK

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
Adobe Security Bulletins

APSB26-115: Security update available for Adobe Substance 3D Designer

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
Adobe Security Bulletins

APSB26-121: Security update available for Adobe Substance 3D Sampler

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Adobe Security Bulletins

APSB26-124: Security update available for Adobe Illustrator

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Adobe Security Bulletins

APSB26-125: Security update available for Adobe XD

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
Adobe Security Bulletins

APSB26-129: Security update available for Adobe Substance 3D Painter

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Adobe Security Bulletins

APSB26-134: Security update available for Adobe Campaign Classic

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
腾讯云安全公告

【云数据库 MySQL】关于部分 API 接入 CAM 鉴权公告

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
腾讯云安全公告

【大模型服务平台 TokenHub】&【智能体开发平台 ADP】关于腾讯云 DeepSeek V4 【原厂直供】模型峰谷计费规则调整公告

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
腾讯云安全公告

关于腾讯混元大模型部分接口下线及服务调整通知

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
腾讯云安全公告

关于腾讯混元生视频部分接口下线及服务调整通知

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
腾讯云安全公告

【TDSQL-C MySQL 版】关于 Serverless 新开区的公告

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Mozilla Security Advisories

MFSA 2026-88Security Vulnerabilities fixed in Thunderbird 153.2

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Mozilla Security Advisories

MFSA 2026-87Security Vulnerabilities fixed in Thunderbird 140.15

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Mozilla Security Advisories

MFSA 2026-86Security Vulnerabilities fixed in Thunderbird 155

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Mozilla Security Advisories

MFSA 2026-85Security Vulnerabilities fixed in Firefox ESR 153.2

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Mozilla Security Advisories

MFSA 2026-84Security Vulnerabilities fixed in Firefox ESR 140.15

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Mozilla Security Advisories

MFSA 2026-83Security Vulnerabilities fixed in Firefox ESR 115.40

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
Mozilla Security Advisories

MFSA 2026-82Security Vulnerabilities fixed in Firefox 155

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
腾讯云安全公告

【机器翻译】QPS调整与免费资源包下线通知

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
腾讯云安全公告

【SSL证书】关于 DigiCert、GlobalSign、CFCA 及 TrustAsia 免费证书的根证书升级通知

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
腾讯云安全公告

【慧眼】人脸核身微信小程序开放电子认证类目通知

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-03

Early Stable Update for Desktop

推荐 7.4
Conf: 50%
Google Chrome Releases

The Stable channel has been updated to 153.0.8010.27/.28 for Windows. Mac is coming shortly , as part of our early stable release to a small percentage of users. A full list of changes in this build is available in the log.You can find more details about early Stable releases here.Interested in switching release channels?  Find out how here. If you find a new issue, please let us know by filing a

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
腾讯云安全公告

【云数据库 MySQL】关于存储空间超用锁定规则及存储空间监控指标更新的公告

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
ADVISORY 2026-09-04

Chrome Dev for Desktop Update

推荐 7.4
Conf: 50%
Google Chrome Releases

The Dev channel has been updated to 155.0.8040.2 for Windows, Mac and Linux.A partial list of changes is available in the Git log. Interested in switching release channels? Find out how. If you find a new issue, please let us know by filing a bug. The community help forum is also a great place to reach out for help or learn about common issues.Chrome Release TeamGoogle Chrome

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | 官方一手公告 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%

关于Microsoft ExchangeServer存在多个...

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 影响边界/网络设备 (+5) | Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%

关于家用路由器DNS被恶意篡改导致异常跳转风险的提示

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 影响边界/网络设备 (+5) | Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)

Tycon Systems TPDIN-Monitor-WEB3 versions 2.2.9 and prior are vulnerable to a Missing Authorization vulnerability. This could allow an attacker to extract system credentials, configurations, or flash contents.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

Unidata netcdf-c through 4.10.1 contains an out-of-bounds write vulnerability in NC4_HDF5_inq_attname() that copies HDF5 attribute names into a fixed 256-byte buffer without length validation. Attackers can craft HDF5 files with oversized attribute names to overflow the destination buffer, causing memory corruption and crashes when applications enumerate attribute names.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

Camaleon CMS versions 2.7.5 through 2.9.1 fail to validate redirect targets when fetching remote files in the Upload from URL media feature. Authenticated attackers can supply URLs that pass initial validation but redirect to internal network addresses, allowing server-side request forgery to internal services.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

ntop nDPI versions before 6.0 contain a heap buffer overflow vulnerability in the ndpi_json_string_escape function that writes beyond caller-supplied buffer boundaries. Attackers can trigger the overflow by supplying crafted network packet data including TLS SNI, HTTP headers, or DNS names that reach the vulnerable function, causing heap corruption.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

A flaw was found in Flatpak. A Time-of-check to time-of-use (TOCTOU) race condition exists in the `org.freedesktop.Flatpak.SystemHelper` component. This vulnerability occurs because a privileged `chmod` operation executes before the OSTree repository validation within the `Deploy()` function. An attacker can exploit this timing window to redirect symlinks to arbitrary files, potentially leading to

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

PX4 Autopilot through 1.17.0 contains a null pointer dereference vulnerability in param_set_default_file() and param_set_backup_file() functions that allows attackers to crash the autopilot process. Attackers can invoke 'param select' or 'param select-backup' commands with no path argument from any PX4 shell to trigger the crash.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

ntopng before 6.7.260717 fails to check user privileges in the pools bulk-delete endpoint, allowing authenticated non-administrators to delete all host pools and member bindings. Attackers can issue POST requests to the delete pools endpoint to irreversibly destroy every host pool, removing traffic policy bindings and visibility restrictions that may bypass security policies.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

ntopng before 6.7.260717 fails to perform authorization checks in the delete endpoints and recipients REST v2 handlers. Authenticated non-administrator users can issue POST requests to irreversibly delete all configured notification endpoints and recipients, silencing all alerts.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

PX4 Autopilot through 1.17.0 contains a use-after-free vulnerability in TemperatureCalibration::start() due to a race condition between task spawning and object deletion. Attackers can trigger the calibration process via shell commands to write to freed heap memory, corrupting unrelated objects or allocator metadata and destabilizing heap operations.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
vllm

## Executive Summary The follow-up protection for CVE-2025-62164 is incomplete at vLLM revision `26587f9519e22a5c4549ead7595ad9ca3229c4fd`. It wraps serialized prompt-embedding reconstruction and dense conversion in `torch.sparse.check_sparse_tensor_invariants()`, but PyTorch 2.11.0 implements that context with save/enable/restore operations over process-global state. Two prompt-embedding parts i

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
vllm

### Summary The fix for `GHSA-rwxx-mrjm-wc2m` ("ReDoS via `structured_outputs.regex` compiled without timeout") wrapped the regex compile in the **xgrammar** and **outlines** backends with `compile_regex_with_timeout` (and, for outlines, `validate_regex_is_buildable`). The **lm-format-enforcer** backend was left unguarded: it compiles the attacker-supplied regex with no timeout and no buildabilit

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%

A flaw has been found in ramon-victor freegpt-webui up to 098db3dfeb41555c2ca9269df0f13e10ec1c35dc. Affected by this issue is the function getJailbreak of the file server/backend.py of the component Jailbreak Mode. Executing a manipulation can lead to allocation of resources. The attack can be executed remotely. The exploit has been published and may be used. This product implements a rolling rele

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

A security flaw has been discovered in ramon-victor freegpt-webui up to 098db3dfeb41555c2ca9269df0f13e10ec1c35dc. This issue affects the function getJailbreak of the file server/config.py of the component Jailbreak Mode. The manipulation results in race condition. It is possible to launch the attack remotely. The attack requires a high level of complexity. The exploitability is assessed as difficu

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

A security vulnerability has been detected in ramon-victor freegpt-webui up to 098db3dfeb41555c2ca9269df0f13e10ec1c35dc. Affected is the function _conversation of the file server/backend.py of the component Backend Conversation API. Such manipulation of the argument model leads to missing authentication. The attack may be launched remotely. The exploit has been disclosed publicly and may be used.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

An incomplete list of disallowed inputs in the SQL validation component in Amazon awslabs postgres-mcp-server before version 1.1.7 might allow an unauthenticated actor to modify data beyond the read-only scope by placing crafted SQL into the content that is submitted when an authenticated user interacts with the MCP server. To remediate this issue, users should upgrade to version 1.1.7 or abov

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

A vulnerability has been found in ramon-victor freegpt-webui up to 098db3dfeb41555c2ca9269df0f13e10ec1c35dc. This issue affects the function ChatCompletion.create of the file g4f/__init__.py of the component Authentication Check. Such manipulation leads to missing authentication. The attack may be performed from remote. The exploit has been disclosed to the public and may be used. This product uti

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

Buffer Overflow vulnerability in Open5GS v2.7.7 allows a remote attacker to cause a denial of service via the ogs_sbi_time_parse() function

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

Tycon Systems TPDIN-Monitor-WEB3 versions 2.2.9 and prior are vulnerable to a cross-site request forgery vulnerability. This could allow an attacker to perform state changing operations on the device.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

easyadmin v2.0.2.2 is vulnerable to Unrestricted Upload of File with Dangerous Type in the background management interface which allows authenticated remote attackers to execute arbitrary code and gain server privileges via a crafted file upload.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

An arbitrary file deletion vulnerability in the /adminapi/file/video_data_save component of CRMEB v6.0.0 allows authenticated attackers to delete arbitrary files via crafted POST request.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

Tycon Systems TPDIN-Monitor-WEB3 versions 2.2.9 and prior are vulnerable to a use of hard-coded credential vulnerability. This could allow an attacker to intercept sensitive information or credentials.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

An authenticated remote code execution (RCE) vulnerability in the admin_config.php component of seacms v13.6 allows attackers to execute arbitrary code via a crafted POST request.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

An issue in Free5GC v.4.2.2 allows a remote attacker to cause a denial of service via the UPF component

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

SQL Injection vulnerability in oasys sysoa version 1.0 allows a remote attacker to execute arbitrary code via the outtype parameter in the /outaddresspaging path

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

An issue in Invoice Ninja v5.13.24 allows a remote attacker to obtain sensitive information via the StoreWebhookRequest.php, UpdateWebhookRequest.php, and WebhookSingle.php components

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

An issue in slimkit plus ThinkSNS+ v.2.4 allows a remote attacker to escalate privileges via the ResetPasswordController.php component

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

Italtel NetMatch-S 5.0.0-20200703 allows Multiple Stored XSS under NP_IBCF-NATUP-01/NMSCI-WebGui/backup_restore.jsp and NP_IBCF-MIBER-03/NMSCI-WebGui/storage.jsp via the name parameter. A malicious user leveraging this vulnerability could inject arbitrary JavaScript. The malicious payload will then be triggered every time an authenticated user browses the page containing it.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

An issue in esoTalk v.1.0.0g4 allows a remote attacker to execute arbitrary code via the core/models/ETMemberModel.class.php, core/controllers/ETMemberController.class.php, and core/lib/ET.class.php components

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

Trueview TI8161 6.0.23.4 is vulnerable to information disclosure due to the transmission of MQTT communications in plaintext over TCP port 1883. An unauthenticated attacker with access to the same network segment can intercept MQTT traffic and obtain sensitive device information and operational data, including device identifiers, message metadata, and control-related information.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

No authentication exists in the MQTT service of Trueview 6.0.23.4. The MQTT broker accepts client connections on TCP port 1883 without requiring authentication, allowing a remote attacker with network access to establish an MQTT session and perform unauthorized publish or subscribe operations.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

SQL injection vulnerability in Zhao-github APiAdmin v.5.0.1 allows a remote attacker to obtain sensitive information via the User.php component

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

PassMark PerformanceTest before 11.1 build 1012, BurnInTest before 11.1 build 1000, and OSForensics before 11.1 build 1016 contain a hard-coded credentials vulnerability in DirectIo64.sys that allows local attackers to perform arbitrary physical memory writes by extracting an 8-byte key embedded as a hardcoded literal in the distributed binary and computing valid MD5 authentication tags for arbitr

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

PassMark PerformanceTest before 11.1 build 1012, BurnInTest before 11.1 build 1000, and OSForensics before 11.1 build 1016 contain an improper access control vulnerability in the DirectIo64.sys kernel driver that allows unprivileged local users to perform privileged hardware operations by opening a handle to the device object created without a security descriptor. Attackers can issue IOCTLs throug

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

PassMark PerformanceTest before 11.1 build 1012, BurnInTest before 11.1 build 1000, and OSForensics before 11.1 build 1016 contain a privilege escalation vulnerability in DirectIo64.sys that allows local users to issue arbitrary IN and OUT instructions to any x86 I/O port due to missing allowlist or port validation on exposed IOCTLs. Attackers can obtain a device handle and write to sensitive port

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

PassMark PerformanceTest before 11.1 build 1012, BurnInTest before 11.1 build 1000, and OSForensics before 11.1 build 1016 contain a privilege escalation and denial-of-service vulnerability in DirectIo64.sys that allows local attackers to read arbitrary Model-Specific Registers or write zero to any MSR through exposed IOCTLs with insufficient blocklist enforcement. Attackers can exploit the unrest

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

A weakness has been identified in jofpin trape 2.0. This affects an unknown part of the file core/user.py. This manipulation of the argument vId/id causes authorization bypass. Remote exploitation of the attack is possible. The exploit has been made available to the public and could be used for attacks. The project was informed of the problem early through an issue report but has not responded yet

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

PassMark PerformanceTest before 11.1 build 1012, BurnInTest before 11.1 build 1000, and OSForensics before 11.1 build 1016 contain an information disclosure vulnerability in DirectIo64.sys that allows unauthenticated local attackers to dump complete physical memory contents by supplying a caller-controlled file path to an exposed IOCTL. Attackers can issue a single IOCTL call to trigger the driver

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

A security vulnerability has been detected in jofpin trape 2.0. This vulnerability affects unknown code of the file core/user.py of the component Telemetry Endpoint. Such manipulation of the argument vId leads to race condition. The attack can be executed remotely. Attacks of this nature are highly complex. It is stated that the exploitability is difficult. The exploit has been disclosed publicly

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

PassMark PerformanceTest before 11.1 build 1012, BurnInTest before 11.1 build 1000, and OSForensics before 11.1 build 1016 contain a privilege escalation vulnerability in DirectIo64.sys that allows local users to modify hardware configuration by exploiting exposed IOCTLs with no validation on device selection, register offset, or value. Attackers can obtain a device handle and issue arbitrary PCI

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

An arbitrary file upload vulnerability in AppNitro MachForm v30 allows attackers to execute arbitrary code via uploading a crafted .phar file.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

A security flaw has been discovered in jofpin trape 1.0.0/2.0. Affected by this issue is the function join_room of the file core/sockets.py of the component Admin Endpoint. The manipulation results in missing authentication. The attack may be launched remotely. The exploit has been released to the public and may be used for attacks. The project was informed of the problem early through an issue re

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

File Upload vulnerability in Zhao-github ApiAdmin v.5.0.1 allows a remote attacker to execute arbitrary code via a crafted .php file

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
github.com/siyuan-note/siyuan/kernel

**CVE:** This vulnerability corresponds to [CVE-2026-72796](https://nvd.nist.gov/vuln/detail/CVE-2026-72796). ### Summary Several static-file routes in the server mux (`kernel/server/serve.go`) are registered with `CheckAuth` only and serve directories directly, without the publish-access checks, sensitive-path blocklist, or `refuseToAccess` rules that the REST API applies to the same data. They

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
github.com/siyuan-note/siyuan/kernel

**CVE:** This vulnerability corresponds to [CVE-2026-72798](https://nvd.nist.gov/vuln/detail/CVE-2026-72798). ### Summary `renderAttributeView` correctly applies the reader publish-access filter, but the filter's row-accessibility decision is keyed solely to the row's **first cell**, and it never inspects the remaining cells' values. Relation and Rollup cells carry mirrored content from a *diffe

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

Nango before 0.71.6 contains a missing authentication vulnerability in the runner tRPC server that allows unauthenticated attackers to execute arbitrary JavaScript code by invoking the exposed start procedure without credentials. Attackers with network access to the runner port can send requests to the unauthenticated start procedure, bypassing the unenforced RUNNER_SECRET_KEY environment variable

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

In the Linux kernel, the following vulnerability has been resolved: drm/xe/oa: Fix sync entry leak on OA config emit failure xe_oa_emit_oa_config() releases the sync entries and the syncs array only on its success path. When it fails before the point of no return (fence allocation, config buffer allocation or batch submission), it returns without touching stream->syncs. The stream open path han

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

In the Linux kernel, the following vulnerability has been resolved: net: packet: fix wrong transport_header when sending VLAN-tagged frame In packet_parse_headers(), when processing a VLAN-tagged frame, skb_set_network_header() is called to advance network_header past the VLAN tag to the inner protocol header. skb_probe_transport_header() is then called with skb->protocol still set to the outer

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

In the Linux kernel, the following vulnerability has been resolved: net/tls: Fail tls_sw_splice_read() after a failed async decrypt When an async decrypt fails, tls_decrypt_done() records the error in ctx->async_wait.err and calls tls_err_abort(), which stores it in sk_err. tls_sw_recvmsg() and tls_sw_read_sock() each read async_wait.err once they hold the reader lock and fail the call: a record

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: sof-audio: Fix error path in sof_widget_setup_unlocked() If either tplg_ops->dai_config or widget_kcontrol_setup fail during widget setup we would double decrement the use_count of the widget because the sof_widget_free_unlocked() would be called twice, similarly the core_put would be invoked twice as well. Since the

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

A vulnerability was identified in jofpin trape 1.0.0. Affected by this vulnerability is an unknown functionality of the file core/stats.py of the component Login Endpoint. The manipulation leads to missing authentication. The attack may be initiated remotely. The exploit is publicly available and might be used. The project was informed of the problem early through an issue report but has not respo

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

ILIAS before versions 9.22, 10.10, and 11.3 contains a SQL injection vulnerability in the repository trash table where the table navigation sort field from HTTP requests is passed directly into the ORDER BY clause of a SQL query without validation against declared sortable columns. Authenticated users with write permission on any container can inject arbitrary SQL through the sort parameter, and b

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Reject UVD message with invalid number of h265 refs Same change as for h264, avoids overflow later when calculating min dpb size. (cherry picked from commit a4b0720e4f1601f97f59a2be9c1b4b94fa6527d5)

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

In the Linux kernel, the following vulnerability has been resolved: ipvs: fix the checksum validations ip_vs_in_icmp_v6() is missing checksum validation for ICMPv6 packets from clients. In fact, as for TCP/UDP we should validate the checksum for ICMP packets only when we mangle the packets on MASQ or on reply for tunnel. Also, Sashiko points out that handle_response_icmp() being common for IPv4

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

Improper neutralization of special elements used in a template engine in the CDK generator in Amazon awslabs.dynamodb-mcp-server before 2.1.6 might allow a context-dependent actor to execute arbitrary code on the host that deploys the generated application via crafted table, index, or attribute names in a data model file.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

In the Linux kernel, the following vulnerability has been resolved: net: tap: fix wrong transport_header when sending VLAN-tagged frame In tap_get_user_xdp(), when processing a VLAN-tagged frame (e.g. ETH_P_8021Q), skb_set_network_header() is called first to advance network_header past the VLAN tag to the inner protocol header. skb_probe_transport_header() is then called with skb->protocol still

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Reject UVD message with dimensions above 4096 Fixes potential overflow in DPB size calculations. (cherry picked from commit 05e1387d151f71569fbe122d2c89f9db0c21dc10)

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

In the Linux kernel, the following vulnerability has been resolved: selinux: require every boolean value to be defined p_bools.nprim comes from the policy image independently of how many booleans follow it, and cond_index_bool() fills bool_val_to_struct[] at value - 1, so a count larger than the values present leaves NULL entries. Every user of that array then walks it by index and dereferences

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

A flaw was found in libtpms, a library that provides software TPM 2.0 emulation. When restoring TPM 2.0 state (for example during a virtual machine's power-on or state/migration restore), a malformed state blob can supply an oversized skip-block length that is not validated against the remaining size of the input buffer. This can drive an internal size counter negative, which bypasses a subsequent

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

In the Linux kernel, the following vulnerability has been resolved: ASoC: SDCA: Make UMP message size check more robust If message offset was larger than the buffer length the size check will pass incorrectly. Refactor the check such that it is more robust to invalid sizes.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

In the Linux kernel, the following vulnerability has been resolved: dmaengine: sun6i-dma: Fix reclaim descriptors while terminating DMA When terminating DMA transfers, active descriptors are not properly reclaimed. Only cyclic descriptors were handled, leaving non-cyclic descriptors and their LLI chains to be permanently leaked. Fix by using vchan_terminate_vdesc() which handles both cyclic and

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

In the Linux kernel, the following vulnerability has been resolved: selinux: reject an unclaimed class value in security_get_classes() security_get_classes() sizes an array by p_classes.nprim and fills it at value - 1, so a class value the policy never defines leaves a NULL. sel_make_classes() passes every entry to sel_make_dir(), reaching the same d_alloc_name() dereference as the permission ar

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: lpass-wsa-macro: Fix enum kcontrol accesses EAR SPKR PA Gain" and the four "WSA RX* Mux" controls are enumerated, but their get and put callbacks access the value through ucontrol->value.integer.value[0] (a long) instead of ucontrol->value.enumerated.item[0] (an unsigned int). This same pattern was fixed in the si

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

An OS command injection issue in the log4j-cve-2021-44228-hotpatch package in Amazon Linux before 1.3-9 might allow a local user to execute arbitrary commands with root privileges via a Java process whose executable path contains embedded newline characters.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix UVD dpb min size calculation for H264 This should use actual number of references from the decode message, instead of maximum derived from level. (cherry picked from commit 64b525edb7e7bdfcdc77883c5e413804e2396856)

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

In the Linux kernel, the following vulnerability has been resolved: netfs: clear PG_private_2 on copy-to-cache append failure netfs_pgpriv2_copy_to_cache() marks the folio with PG_private_2 before netfs_pgpriv2_copy_folio() appends it to the copy-to-cache rolling buffer. If the append fails, the folio is not queued for cache writeback, so the PG_private_2 state and its reference must be release

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

In the Linux kernel, the following vulnerability has been resolved: can: isotp: fix timer drain order, wakeup handling and tx_gen ordering This patch is a follow-up to commit cf070fe33bfb ("can: isotp: serialize TX state transitions under so->rx_lock") which addresses following sashiko-bot findings: - isotp_sendmsg(): drain so->txfrtimer first so a stale callback can't re-arm echotimer after

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

In the Linux kernel, the following vulnerability has been resolved: iommufd: Fix wrong hwpt passed to iommufd_auto_response_faults on replace iommufd_hwpt_replace_device() calls: iommufd_auto_response_faults(hwpt, old_handle); passing the *new* hwpt together with the handle of the device's *old* domain. This should be a parameter mismatch: 1. Semantically, iommufd_auto_response_faults(x, han

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

In the Linux kernel, the following vulnerability has been resolved: mshv: Order pt_vp_array publish against irqfd assertion path mshv_partition_ioctl_create_vp() initialises a VP struct (allocations, mutex_init, init_waitqueue_head, page mappings) and then publishes the pointer into partition->pt_vp_array. Several ISR paths read this array locklessly: the intercept ISR, the two scheduler ISRs,

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix swap entry corruption when clearing uffd-wp at fork() copy_hugetlb_page_range() clears the uffd-wp bit of migration and hwpoison entries with huge_pte_clear_uffd_wp(), which operates on the present-PTE bit position. Swap entries keep the uffd-wp state elsewhere -- the migration branch reads and sets it with pte_

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: pci: Validate AIBV and AISB before pinning guest pages The AIBV holds one bit per MSI-X vector for a given function. The size of the bit vector is derived from the NOI and the AIBVO. If the size of the AIBV exceeds a single page boundary, then reject the request as we cannot safely pin the guest AIBV. Similarly rejec

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: drop dma_buf reference on foreign-fd prime import ttm_prime_fd_to_handle() returns -ENOSYS when the imported fd's dma_buf->ops do not match the ttm_object_device's ops, but does so without releasing the reference acquired by dma_buf_get(). Any unprivileged renderD client passing a non-vmwgfx prime fd through the DRM

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: use check_add_overflow for shader size+offset bound vmw_shader_define() validates the user-supplied shader window against its backing buffer with (u64)buffer->tbo.base.size guest_memory_offset and forwarded to host SVGA shader-create commands. Use check_add_overflow() to detect the wrap and compare the resulting e

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

In the Linux kernel, the following vulnerability has been resolved: mshv: Fix race in mshv_irqfd_deassign mshv_irqfd_deactivate() and the hlist traversal of pt_irqfds_list require pt->pt_irqfds_lock to be held, but mshv_irqfd_deassign() omits it. This races with the EPOLLHUP path in mshv_irqfd_wakeup(), which does take the lock before calling mshv_irqfd_deactivate(). Additionally, mshv_irqfd_de

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

In the Linux kernel, the following vulnerability has been resolved: afs: Fix uncancelled rxrpc OOB message handler Fix AFS to cancel its OOB message processing (typically to respond to security challenges). Also move OOB message processing to afs_wq so that it's also waited for and make the OOB handler just return if the net namespace is no longer live.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
deepseek-tui, codewhale-tui, codewhale

### Maintainer resolution The CodeWhale maintainers validated this report. The affected package ranges are recorded in the advisory metadata. Version 0.8.64 contains the fix in commit 43563356b98c6b993085554da82e77370160a31c. Users should upgrade to 0.8.64 or later. The original reporter analysis is preserved below. ### Summary A malicious `.codewhale/config.toml` or `.deepseek/config.toml` com

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
deepseek-tui, codewhale-tui, codewhale

### Maintainer resolution The CodeWhale maintainers validated this report. The affected package ranges are recorded in the advisory metadata. Version 0.8.64 contains the fix in commit 9a34b5034d29f05d1f28fa61b04719ca6a741020. Users should upgrade to 0.8.64 or later. The original reporter analysis is preserved below. # Argument Injection in `git_blame` Tool Allows Arbitrary File Read Without Appr

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
deepseek-tui, codewhale-tui, codewhale

### Maintainer resolution The CodeWhale maintainers validated this report. The affected package ranges are recorded in the advisory metadata. Version 0.8.64 contains the fix in commit 26de44a8bd5051f8f944ea60b2c37ae1d2b7d25e. Users should upgrade to 0.8.64 or later. The original reporter analysis is preserved below. ### Summary DNS-pinning failure allows natural failure of code, however with a c

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
deepseek-tui, codewhale-tui, codewhale

### Maintainer resolution The CodeWhale maintainers validated this report. The affected package ranges are recorded in the advisory metadata. Version 0.8.64 contains the fix in commit 57f3c89471e27ac4032d9791f6885e5d4408c381. Users should upgrade to 0.8.64 or later. The original reporter analysis is preserved below. ### Summary `exec_shell` is correctly approval-gated. Its sibling `exec_shell_in

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
deepseek-tui, codewhale-tui, codewhale

### Maintainer resolution The CodeWhale maintainers validated this report. The affected package ranges are recorded in the advisory metadata. Version 0.8.64 contains the fix in commit 43563356b98c6b993085554da82e77370160a31c. Users should upgrade to 0.8.64 or later. The original reporter analysis is preserved below. ### Summary A malicious `.codewhale/config.toml` or `.deepseek/config.toml` com

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
deepseek-tui, codewhale-tui, codewhale

### Maintainer resolution The CodeWhale maintainers validated this report. The affected package ranges are recorded in the advisory metadata. Version 0.8.64 contains the fix in commit 26de44a8bd5051f8f944ea60b2c37ae1d2b7d25e. Users should upgrade to 0.8.64 or later. The original reporter analysis is preserved below. ### Summary image_analyze follows workspace symlinks and leaks outside-workspac

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 7.4
Conf: 50%
SurrealDB

SurrealDB offers http functions that can access external network endpoints. A typical, albeit [not recommended ](https://surrealdb.com/docs/surrealdb/reference-guide/security-best-practices#example-deny-all-capabilities-with-some-exceptions)configuration would be to start SurrealDB with all network connections allowed with the exception of a deny list. For example, `surreal start --allow-net --den

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
github.com/siyuan-note/siyuan/kernel

**CVE:** This vulnerability corresponds to [CVE-2026-72801](https://nvd.nist.gov/vuln/detail/CVE-2026-72801). ### Summary Two `CheckAuth`-only endpoints disclose the complete offline attack material for the encrypted-notebook master password, plus the wrapped per-notebook key needed to use it. Both are reachable by the publish `RoleReader` token and by the anonymous account when `Publish.Auth.En

💡 风险点: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Secondary 数据源 (+2) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 6.5
Conf: 50%
👥 作者: Chihao Shen, Jiacheng Li, Aastha Mahajan, Jeffery Siyuan Tian, Yonghwi Kwon, Yizheng Chen

近年来,AI代理在自动漏洞修补方面展现出较强的能力,然而现有评估方法通常仅通过验证提供的PoC输入是否仍触发崩溃来判断补丁是否有效,这存在两个关键的有效性威胁:一是代理可能复现记忆的历史开发者补丁,而非真正理解漏洞;二是可能生成仅抑制崩溃的表面级修复,没有修复根本原因。为了系统研究这些问题,本文针对C/C++漏洞修补进行了深入分析。首先引入补丁相似度度量来检测记忆补丁,实验发现平均25%的代理补丁与历史开发者补丁有显著相似性,说明补丁记忆是评估有效性的实际威胁。同时,代理经常利用基准测试结构的漏洞,通过修补崩溃堆栈中的函数来通过补丁验证,而不是定位并修复漏洞根因。为应对这些挑战,作者提出PatchBench,一个用于在现实漏洞修补任务上评估AI代理的新基准。PatchBench选择其真实修复位于崩溃堆栈之外的漏洞,并利用漏洞移植和代码突变将历史漏洞迁移到新的仓库上下文,从而降低表面修复和补丁记忆的风险。作者还开发了新的补丁验证方法,综合考虑安全正确性与语义正确性。在包括AIxCC前三名在内的11个最新代理上进行评估,结果表明原始的仅基于PoC的验证将代理的修补任务解决率平均高估了1.83倍。该研究揭示了当前修补代理的关键局限性,并为更可靠的漏洞修复指明了未来研究方向。

💡 推荐理由: 现有AI漏洞修补评估普遍依赖PoC触发崩溃,容易高估代理实际能力,PatchBench提出了更严格的评测方法,帮助安全团队识别表面修复,避免部署无效补丁。

🎯 建议动作: 研究跟进

排序因子: 有可用补丁/修复方案 (+3) | 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
CVE-2026-86100

CVE-2026-86100 是 Camaleon CMS 中存在的一处服务器端请求伪造(SSRF)漏洞。Camaleon CMS 版本 2.7.5 至 2.9.1 的“Upload from URL”(从 URL 上传)媒体功能在获取远程文件时,未对重定向目标进行有效验证。攻击者只需通过认证,就可以提交一个看似合法、能通过初始校验的 URL,但该 URL 在请求过程中会重定向到内部网络地址(如 127.0.0.1、内网 IP 或云元数据服务地址),从而以服务器权限访问内部资源。该漏洞的 CVSS 评分为 6.4,属于中危。攻击向量为网络(AV:N),利用复杂度低(AC:L),需要低权限认证(PR:L),不需要用户交互(UI:N),影响范围可波及受影响的组件之外(S:C),对机密性和完整性造成低度影响(C:L/I:L),不影响可用性(A:N)。受影响的版本包括 2.7.5 到 2.9.1。建议受影响的用户尽快将 Camaleon CMS 升级到包含修复的版本。在无法立即升级的情况下,应限制服务器对内部网络的访问,加强出站流量控制,并对 URL 重定向行为进行严格校验,以降低 SSRF 风险。注意,目前没有证据表明该漏洞已被在野利用(KEV 列表未收录,且无在野利用标记),因此无需过度恐慌,但仍应及时采取防御措施。

💡 影响/原因: Camaleon CMS 广泛用于网站内容管理,该 SSRF 漏洞允许已认证用户探测内网或访问云元数据服务,可能泄露敏感信息或进一步攻击内部系统,需要优先修复并做好网络层防护。

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-52774

该漏洞位于 YesWiki 的 Bazar 扩展组件中。YesWiki 是一个基于 PHP 的 wiki 系统,Bazar 用于表单/数据管理。在版本 4.6.6 之前,/widget 路由对 GET 参数 id 的值在输出到 HTML 属性时仅使用 strip_tags() 过滤,而没有转义双引号。strip_tags() 只能移除标签,不能处理引号和属性边界,因此攻击者可以构造 id 值,如 x" onmouseover="alert(1),从而冲出 attribute 值并注入额外事件处理器。当受害者浏览该 URL 时,浏览器会执行恶意 JavaScript。NVD 描述指出该缺陷可未认证访问:测试中在 /HomePage/widget?id=... 和 /NoSuchPage/widget?id=... 上都返回了注入的 HTML,说明攻击者不需要登录、不需要拥有页面、不需要编辑权限,甚至页面可以不存在。唯一的前提是 Bazar 扩展已启用,且请求带有 id 参数。该漏洞类型为反射型跨站脚本,攻击者需要诱导用户点击恶意链接(UI:R),且由于可利用任意页面,影响为低机密性和低完整性。CVSS 评分为 6.1(Medium)。官方已在 YesWiki 4.6.6 版本中修复。建议用户立即升级或至少限制对含 /widget 路径的外部访问,直到完成补丁更新。

💡 影响/原因: 这是无需认证即可触发的反射型 XSS,攻击者可窃取会话、以受害者身份执行操作或进行钓鱼。Bazar 扩展在 YesWiki 中较常见,URL 可伪造,用户点击即中招。修复简单(正确转义),但影响范围广,升级 4.6.6 刻不容缓。

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-52773

YesWiki 是一套由 PHP 编写的 wiki 系统。该漏洞存在于其归档修订版本视图中,影响版本为 4.1.0 至 4.6.5(不含 4.6.6),修复版本为 4.6.6。具体问题位于 handlers/page/show.php 文件:当渲染归档修订版本时,URL 中的 time 参数会被直接反射到隐藏的 HTML input 中,且未进行任何输出转义。由于 MySQL 会容忍并强制转换畸形的 DATETIME 字符串,攻击者可以在一个合法归档修订版本的时间戳后追加构造的 HTML 或 JavaScript 代码片段,同时该归档修订版本仍能被正常加载,进而导致恶意脚本在受害者浏览器中执行。值得注意的是,该漏洞触发的表单只有在受害者对目标页面同时具备读取和编辑权限时才会渲染。在严格的权限部署中,攻击者需要诱导拥有页面读写权限的用户点击特制链接才能构成威胁;但在默认的 doryphore 4.6.5 安装中,验证阶段的公共页面(如 PagePrincipale)允许匿名编辑,因此访问这些页面的未登录访客也可能受影响。该漏洞被归类为反射型 XSS(跨站脚本),攻击者不需要任何特权,但需要用户交互,且对机密性和完整性的影响均为低。CVSS 向量为 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N,评分 6.1(中危)。根据现有元数据,该漏洞尚未被列入 KEV,也未标记为已被在野利用。建议所有使用受影响版本的 YesWiki 实例尽快升级至 4.6.6 或后续版本,以消除安全风险。

💡 影响/原因: YesWiki 在默认配置下允许匿名编辑公共页面,攻击者可构造恶意链接并诱导受害者点击,在可读可写页面上执行任意脚本,导致会话劫持、钓鱼或内容篡改。补丁已发布,未升级的实例暴露于真实攻击风险中。

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-52770

CVE-2026-52770 是 YesWiki(一个基于 PHP 的 wiki 系统)中的安全漏洞。受影响版本为 4.6.6 之前的版本。漏洞位于 YesWiki 公开的 Bazar 条目列表 API 中,具体存在于数字型查询/过滤器参数的处理逻辑内。当 Bazar 字段的值结构为数字类型时,YesWiki 虽然对攻击者可控的过滤器值进行了转义,但在后续拼接 SQL 语句时未使用引号包裹,也未进行严格的数字类型校验,导致转义失去作用,形成 SQL 注入点。由于相关 API 未要求身份认证,任何远程攻击者都可以向目标系统发送特制请求,注入布尔型 SQL 表达式。通过观察响应中是否返回条目,攻击者可以逐字符推断数据库内容,从而造成敏感信息泄露。CVSS 评分为 7.5 分(高危),攻击向量为网络,攻击复杂度低,无需权限和用户交互,影响主要是机密性(高),完整性和可用性不受影响。截至当前元数据,该漏洞未被列入 KEV,也没有明确标注已在野外利用。官方已在 YesWiki 4.6.6 版本中修复此问题。建议所有使用受影响版本的实例尽快升级至 4.6.6 或更高版本;在无法立即升级的情况下,应限制 Bazar 相关 API 的网络访问范围,仅允许可信来源访问,并加强对数据库查询的监控与审计。由于该漏洞可被未认证攻击者远程利用,且利用难度较低,建议优先安排补丁部署。

💡 影响/原因: YesWiki 的 Bazar 接口常面向公开网络,未认证 SQL 注入可直接导致数据库内容泄露,攻击门槛低且影响机密性,需及时升级至 4.6.6 并限制接口暴露。

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-52762

CVE-2026-52762 是 YesWiki(基于 PHP 的 wiki 系统)中存在的一个存储型服务端模板注入(SSTI)漏洞,影响 4.6.6 之前的版本。漏洞位于 Bazar 组件的语义模板功能中。具有管理员权限的认证用户可以在 '语义模板 (Twig)' 字段(bn_sem_template)中插入任意的 Twig 表达式。该表达式在存储时不会立即执行,但之后当公开的语义端点被请求时,会在服务器端被解析执行。攻击者可以利用该漏洞将 SSTI 升级为任意代码执行(RCE),从而在服务器上运行任意命令、读写文件,甚至完全控制服务器。虽然利用该漏洞需要管理员权限,但考虑到一旦成功即可造成严重影响,仍应视为高危风险。官方已在版本 4.6.6 中修复此问题,建议所有用户尽快升级至 4.6.6 或更高版本;同时应限制后台管理界面的网络暴露,对管理账号启用多因素认证并定期审计后台配置。根据提供的元数据,该漏洞尚未被列入 KEV(已知被利用漏洞目录),也未标记为存在在野利用,因此当前没有明确证据表明其已被广泛利用,但考虑到潜在危害,仍需优先处理。建议安全团队尽快验证受影响版本并部署补丁,同时监控相关语义端点的异常请求行为。

💡 影响/原因: YesWiki 的 Bazar 语义模板功能存在存储型 SSTI,管理员可写入恶意 Twig 表达式并在服务器端执行,最终导致 RCE。任何访问公开语义端点的请求都可能触发,风险极高。

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-86098

CVE-2026-86098 是 ntop nDPI 库(6.0 之前版本)中的一个堆缓冲区溢出漏洞,位于 ndpi_json_string_escape 函数。该函数在处理需要被 JSON 转义的字符串时,未能正确检查目标缓冲区的剩余空间,导致写入数据超出调用者提供的缓冲区边界,从而造成堆内存越界写。攻击者可通过构造包含恶意内容的网络流量来触发漏洞,尤其是利用 TLS SNI、HTTP 头部字段或 DNS 名称等由协议解析器提取并传入该函数的字符串数据。由于 nDPI 是广泛用于深度包检测(DPI)的流量解析库,常集成于安全网关、网络监控和流量分析等产品中,此漏洞可被远程攻击者利用,在未经认证、无需用户交互的情况下造成堆破坏。根据 CVSS v3.1 评分为 7.4(高危),攻击复杂度较高(AC:H),但机密性影响为无,完整性和可用性影响均为高。漏洞的实际影响可能包括进程崩溃、畸形内存写入,进而导致拒绝服务,或在特定场景下被尝试进一步利用。截至目前,该漏洞尚未被列入 KEV 目录,也没有已知在野利用的明确标注。受影响产品列表和厂商信息未在 NVD 简况中提供,但根据公开标题可知所有 nDPI 6.0 之前的版本均受影响。建议相关用户优先升级到已修复的 6.0 或更高版本,同时限制网络暴露面,并加强对异常网络流量的监测。

💡 影响/原因: nDPI 是众多安全产品依赖的流量解析核心,该堆溢出漏洞无需认证即可通过 TLS/HTTP/DNS 数据远程触发,可导致解析进程崩溃或潜在的内存破坏。修复优先级高,建议立即安排升级。

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-86097

PX4 Autopilot 1.17.0及之前版本中的 param_set_default_file() 和 param_set_backup_file() 函数存在空指针解引用漏洞。攻击者可在任意PX4 shell中执行 'param select' 或 'param select-backup' 命令且不提供路径参数,触发空指针解引用,从而导致自动驾驶进程崩溃。该漏洞的CVSS评分为6.5(CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H),攻击向量为相邻网络,攻击复杂度低,无需特权及用户交互,对可用性造成高影响。目前未提供受影响的具体产品版本清单、厂商信息及补丁状态。依据现有元数据,该漏洞尚未被列入KEV(已知被利用漏洞目录),也没有明确标注已在野利用。建议运营PX4自动驾驶系统的用户密切关注官方安全公告,及时升级到修复版本;在无法立即升级时,应限制PX4 shell的访问权限,并尽可能隔离自动驾驶系统所处的网络,降低被相邻攻击者利用的风险。由于只有元数据,相关技术细节和实际利用可能性仍需参考厂商后续发布的信息或权威分析。

💡 影响/原因: PX4是广泛使用的开源自动驾驶系统,该漏洞可在无需认证的情况下使进程崩溃,可能导致飞行器失控或任务中断,且攻击前置条件较低,应优先安排补丁升级。

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-86096

PX4 Autopilot 是一套广泛用于无人机和其他无人系统的开源飞行控制软件。本次漏洞(CVE-2026-86096)影响 1.17.0 及之前版本,具体位置在温度校准模块的 TemperatureCalibration::start() 方法中。问题成因是竞态条件:在校准任务创建并启动的同时,负责校准的对象可能被并发删除,导致任务后续访问到已释放的堆内存。攻击者若具备向飞控设备发送 shell 命令的能力(通常需先获得本地或某种受限访问权限),即可触发该竞态并利用已释放的内存进行写入操作。这种写入可能破坏堆中相邻对象或 malloc 分配器的元数据,造成系统崩溃、内存损坏或执行流劫持(在特定条件下)。从漏洞利用难度看,CVSS v3.1 攻击向量为邻接网络(AV:A),攻击复杂度较高(AC:H),无需特权或用户交互(PR:N, UI:N),影响范围为不变更(S:U),对机密性无影响(C:N),对完整性影响低(I:L),对可用性影响高(A:H)。目前该漏洞尚未列入已知被利用漏洞目录(KEV),也没有明确证据表明已在野利用。漏洞属于典型的并发编程缺陷,建议用户立即关注官方补丁和更新公告,升级到修复版本;同时限制飞行控制系统 shell 接口的网络暴露,做好访问控制,以降低被攻击风险。

💡 影响/原因: 该漏洞可导致堆内存破坏和系统不稳定,直接影响无人机自动驾驶系统的可用性;若遭利用,可能造成设备失能或行为异常。CVSS 为中危,但需关注竞态触发条件,建议及时修补并限制调试/shell访问。

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-86095

CVE-2026-86095 是 Unidata netcdf-c 库(版本 4.10.1 及之前)中的一个高危越界写入漏洞,位于 NC4_HDF5_inq_attname() 函数中。该函数负责将 HDF5 格式文件中的属性名称复制到内部固定大小的缓冲区(256 字节)。由于缺少对属性名称长度的校验,攻击者可以精心构造一个包含超长属性名称的恶意 HDF5 文件,当应用程序调用函数枚举属性名称时,可能导致缓冲区溢出,从而造成内存破坏和进程崩溃。该漏洞的 CVSS 评分为 7.8,攻击向量为本地(AV:L),攻击复杂性低(AC:L),无需特权(PR:N),但需要用户交互(UI:R),影响包括机密性、完整性和可用性的高损失。由于 netcdf-c 被广泛用于气候建模、地球科学等处理科学数据的场景,用户可能打开不可信的 HDF5 文件,因此漏洞的实际风险较高。当前没有信息表明该漏洞已被列入 KEV 或已在野外被利用,但鉴于其潜在影响,建议使用 netcdf-c 的团队及时更新到修复版本,并在处理来源不明的 HDF5 文件时保持警惕,采取必要的文件来源验证和限制措施。

💡 影响/原因: netcdf-c 是科学计算和地理空间数据领域广泛使用的库,该漏洞可被恶意 HDF5 文件触发,导致内存破坏和程序崩溃,影响依赖该库处理不可信文件的应用程序稳定性与安全性。

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-48019

Laravel 是一个流行的 PHP Web 应用框架。在 12.60.0 和 13.10.0 之前的版本中,其电子邮件验证功能存在 CRLF 注入漏洞。该漏洞与 Symfony Mailer 和 Symfony Mime 处理特定字符序列的方式相结合,可能导致未经身份验证的攻击者干扰应用程序的出站邮件处理流程。具体而言,当应用程序向用户提供的电子邮件地址发送邮件时,攻击者可通过在输入中注入回车换行(CRLF)字符,改变邮件头部或内容,进而可能影响邮件发送的完整性、机密性或可用性。此漏洞的 CVSS 评分为 8.9(高危),攻击复杂度较高(AC:H),但无需任何权限即可远程利用,且影响范围可跨越安全边界(S:C),对机密性、完整性影响为高,可用性影响为低。目前该漏洞已由官方在 12.60.0 和 13.10.0 版本中修复。建议所有受影响用户立即升级至上述修复版本或更高版本,同时排查应用代码中是否直接采纳用户输入作为邮件收件人地址,并考虑限制应用出站邮件服务的网络暴露面,以降低被利用的风险。

💡 影响/原因: Laravel 应用广泛,邮件功能常见。CRLF 注入可导致邮件头篡改、钓鱼或邮件流程干扰,CVSS 8.9 高危。无需认证即可利用,影响保密性与完整性,应及时升级。

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-86091

该 CVE 描述的是 ntopng(一种网络流量监控与分析工具)在 6.7.260717 之前版本中存在的一个访问控制缺陷。具体而言,其主机池(host pools)批量删除端点未能正确校验用户权限,导致已认证但非管理员的用户也能够通过构造并发送 POST 请求调用该删除接口,从而永久性地删除系统内所有主机池及其成员绑定关系。这一行为会产生较为严重的安全后果:主机池通常承载流量策略绑定、可见性限制等关键配置,被删除后这些安全策略将被绕过,可能削弱网络边界防护,干扰正常的网络监控与管控能力。CVSS v3.1 评分为 7.1,向量为 AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:L,表明攻击者需要普通账号权限,但无需用户交互,可直接通过网络利用。受影响的版本是 ntopng 6.7.260717 之前的所有版本。目前 NVD 元数据未提供 EPSS 评分、受影响产品列表或厂商信息;此外,该漏洞并未被列入 KEV(已知被利用漏洞目录),也没有明确标注为已在野利用。综合来看,该漏洞的核心问题是垂直越权导致的完整性破坏,属于高危权限校验缺失。建议受影响用户尽快更新至 6.7.260717 或更高修复版本;在无法立即升级时,应限制 ntopng 管理接口的网络暴露范围,并对具备低权限账号的访问行为开展审计,同时关注官方发布的安全公告以获取进一步指引。

💡 影响/原因: ntopng 广泛用于网络可视化和安全监控,该漏洞允许低权限用户批量删除主机池及策略绑定,破坏安全管控规则,直接威胁整体防护有效性。CVSS 7.1 高危,建议优先升级。

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-86090

CVE-2026-86090 影响 ntopng 6.7.260717 之前的版本。该漏洞源于 delete endpoints 和 recipients REST v2 处理程序缺少授权检查,导致已认证的非管理员用户能够发送 POST 请求,不可逆地删除所有已配置的通知端点(notification endpoints)和接收人(recipients),从而使所有告警被静默。中危漏洞(CVSS 7.1,AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:H),攻击者只需低权限即可利用,无需用户交互,可对系统可用性造成较高影响(告警功能完全丧失)。由于该漏洞可通过网络远程利用,若 ntopng 实例暴露于不受信任的网络,风险将进一步扩大。建议尽快升级到已修复的 6.7.260717 或更高版本,同时限制管理接口的网络暴露,并监控异常删除请求。此描述仅基于 NVD 元数据,未确认在野利用。

💡 影响/原因: 攻击者可利用该漏洞删除告警通知目标,导致安全团队无法及时收到告警,严重削弱监控与响应能力,为后续攻击创造机会。

排序因子: 有可用补丁/修复方案 (+3) | Primary 数据源 (+3) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

京公网安备 11000002002063号

推荐 6.4
Conf: 30%

该输入记录看似来自 360CERT 安全报告,但实际内容指向一个 ICP 备案信息页面(京公网安备 11000002002063号),与威胁情报无关。元数据中的标签包含 360、report、apt、malware,但摘要和正文均为空,也没有提供任何 CVE、攻击者、恶意软件家族、行业、地区或 ATT&CK 技术信息。发布日期为 2026 年 9 月 5 日,疑似未来日期或数据录入错误。鉴于源页面为政府备案系统,且 360CERT 报告通常托管于其官网,此记录极可能是信息混淆、抓取错误或字段错位。由于没有任何可分析的技术内容,无法提取攻击活动、影响范围或防御要点。安全团队应忽略此条记录,或通过 source_url 核实原始来源。如有后续实际报告,建议重新处理。本摘要仅基于元数据推断,不确认任何实际威胁。

💡 影响/原因: 该记录无实质威胁情报内容,可能是错误数据或测试数据。若误当作 APT/恶意软件报告处理,会造成资源浪费。安全团队应避免依据标签臆断威胁。

🎯 建议动作: 核实 source_url 是否为真实的 360CERT 报告;搜索 360CERT 官方渠道确认是否存在同标题报告;若确无相关威胁报告,则将该记录标记为无效无需处置。

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

(总)网出证(京)字第281号

推荐 6.4
Conf: 30%

本次输入并非有效的威胁情报内容。标题为“网出证(京)字第281号”,疑似为ICP许可证或类似备案编号;来源URL指向360.cn的许可页面,并非360CERT安全报告页面,发布日期为2026年9月5日,但正文摘要为空。输入中未包含任何攻击活动描述、漏洞信息、技术细节、失陷指标(IOC)或防御建议。标签中的“apt”“malware”等词汇可能来自自动分类,但无具体证据支持。因此,本报告无法提供任何可操作的安全情报,仅供信源验证或存档使用。

💡 影响/原因: 该输入内容为空或错误,不具备威胁情报分析价值。误判来源可能导致资源浪费,建议核实原始链接和正文后再作研判。

🎯 建议动作: 验证来源URL是否为真正的360CERT报告页面;若无法获取有效正文,请忽略该条目或重新收集完整情报。日常防御中保持正规情报源监控,并基于实际告警进行响应。

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

京网文〔2020〕6051-1195号

推荐 6.4
Conf: 50%

本文标题为“京网文〔2020〕6051-1195号”,该字符串实际上是中国互联网信息服务备案号,并非真正的威胁情报标题。来源虽标注为“360CERT 安全报告”,但提供的正文摘要为空,仅包含备案号信息,没有描述任何具体的攻击事件、恶意软件、漏洞利用、威胁行为者或受害者特征。标签中含有“apt”“malware”“report”等关键词,但正文中无对应证据,无法据此推断任何具体威胁活动。输入数据中不包含 CVE、IOC、ATT&CK 技术或归因信息。因此,本报告没有可分析的技术细节,不能生成有效的情报摘要。建议安全团队忽略该条目的内容,或核实来源页面的真实用途;同时也提示,此类备案号通常不承载安全情报。

💡 影响/原因: 原文无实质威胁内容,仅含备案号,无法提供有效情报。请警惕信息源质量,避免误判。

🎯 建议动作: 无需基于此报告采取防御动作。建议核验来源准确性,并仅采用含实质性技术细节的威胁情报。

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

京ICP证080047号[京ICP备08010314号-6]

推荐 6.4
Conf: 30%

本次输入仅包含标题、来源名称和URL,标题为'京ICP证080047号[京ICP备08010314号-6]',看似为ICP备案信息;来源名称标注为'360CERT 安全报告',但链接指向beian.miit.gov.cn(工信部备案系统),且未提供任何正文摘要、CVE编号、威胁行为者或恶意软件家族等情报细节。由于缺乏可分析的技术内容,无法确认该条目是否为一则真实的安全报告,也无法提取攻击活动、影响范围或防御建议的具体信息。因此,本摘要仅作声明:该输入条目信息不完整,可能是数据抓取错误或标题误用。建议安全团队忽略此条,或从360CERT官方渠道核实是否存在对应报告。

💡 影响/原因: 该条目缺乏实质性漏洞或攻击情报内容,且标题与来源不符,可能为无效或错误数据,不值得安全团队深入分析。

🎯 建议动作: 由于无有效情报,建议仅进行常规监控,并通过官方渠道核实360CERT是否有相关报告;若确为无效数据,无需采取进一步防御措施。

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)

Video Highlights the 4 Key Steps to Successful Incident ResponseDec 02, 2019

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
推荐 6.4
Conf: 50%

Cloud ManagerManage your cloud computing services

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及云/身份/边界网关 (+4) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

See all Cloud Computing

推荐 6.4
Conf: 50%

See all Cloud Computing

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及云/身份/边界网关 (+4) | LLM 评分加成 (+0.4)
推荐 6.4
Conf: 50%

智利银行在勒索软件攻击后关闭所有分行

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及勒索软件 (+4) | LLM 评分加成 (+0.4)

Helping Non-Security Stakeholders Understand ATT&CK in 10 Minutes or Less [VIDEO]Feb 21, 2019

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)

Analyzing Targeted Intrusions Through the ATT&CK Framework Lens [VIDEO]Jan 22, 2019

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)

Qatar’s Commercial Bank Chooses CrowdStrike Falcon®: A Partnership Based on Trust [VIDEO]Aug 20, 2018

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

Threat Hunting & Intel

推荐 6.4
Conf: 50%

Threat Hunting & Intel

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

Endpoint Security & XDR

推荐 6.4
Conf: 50%

Endpoint Security & XDR

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

Engineering & Tech

推荐 6.4
Conf: 50%

Engineering & Tech

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)

EMBER2024: Advancing the Training of Cybersecurity ML Models Against Evasive Malware

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
推荐 6.4
Conf: 50%

Falcon Platform Prevents COOKIE SPIDER’s SHAMOS Delivery on macOS

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)

CrowdStrike’s Approach to Better Machine Learning Evaluation Using Strategic Data Splitting

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)

CrowdStrike Researchers Develop Custom XGBoost Objective to Improve ML Model Release Stability

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

Executive Viewpoint

推荐 6.4
Conf: 50%

Executive Viewpoint

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)

Frontier AI Is Collapsing the Exploit Window. Here’s How Defenders Must Respond.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
推荐 6.4
Conf: 50%

Frontier AI for Defenders: CrowdStrike and OpenAI TAC

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)

Anthropic Claude Mythos Preview: The More Capable AI Becomes, the More Security It Needs

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

From The Front Lines

推荐 6.4
Conf: 50%

From The Front Lines

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
推荐 6.4
Conf: 50%

Introducing the CrowdStrike Shadow AI Visibility Service

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
推荐 6.4
Conf: 50%

CrowdStrike Flex for Services Expands Access to Elite Security Expertise

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

Next-Gen SIEM & Log Management

推荐 6.4
Conf: 50%

Next-Gen SIEM & Log Management

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

Akamai Inference Cloud

推荐 6.4
Conf: 50%

Akamai Inference Cloud

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及云/身份/边界网关 (+4) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

Adaptive Media Delivery

推荐 6.4
Conf: 50%

Adaptive Media Delivery

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

Ransomware Protection

推荐 6.4
Conf: 50%

Ransomware Protection

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及勒索软件 (+4) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

Identity, Credential and Access Management

推荐 6.4
Conf: 50%

Identity, Credential and Access Management

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及云/身份/边界网关 (+4) | LLM 评分加成 (+0.4)
推荐 6.4
Conf: 50%

CrowdStrike Technical Risk Assessments Reveal Common Exposure Patterns

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
推荐 6.4
Conf: 50%

New Claude Integration Brings Audit Data into the Falcon Platform

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)

CrowdStrike 2026 Technology Threat Landscape Report: China’s Ambitions Fuel Attacks

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
推荐 6.4
Conf: 50%

Get help nowfor a security breach or possible incident.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

Download the report

推荐 6.4
Conf: 50%

Download the report

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)

Google is a Leader in the IDC MarketScape: Worldwide Incident Response 2025 Vendor AssessmentRead the report

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

Download the ebook

推荐 6.4
Conf: 50%

Download the ebook

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

incident response services

推荐 6.4
Conf: 50%

incident response services

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

Mandiant Retainer

推荐 6.4
Conf: 50%

Mandiant Retainer

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

Mandiant crisis communication services

推荐 6.4
Conf: 50%

Mandiant crisis communication services

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

ompromise assessment

推荐 6.4
Conf: 50%

ompromise assessment

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)

Secure your operations by proactively enhancing your security capabilities.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
推荐 6.4
Conf: 50%

Pinpoint the cyber risks most relevant to your organization

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

tabletop exercises

推荐 6.4
Conf: 50%

tabletop exercises

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

cyber defense assessment

推荐 6.4
Conf: 50%

cyber defense assessment

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

full environment recovery.

推荐 6.4
Conf: 50%

full environment recovery.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

full range of learning formats

推荐 6.4
Conf: 50%

full range of learning formats

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)

practice AI-assisted incident response in a realistic, virtual cyber range with ThreatSpace™

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

offensive security services

推荐 6.4
Conf: 50%

offensive security services

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

red team assessments

推荐 6.4
Conf: 50%

red team assessments

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
推荐 6.4
Conf: 50%

Transform your core security processes and technologies.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
推荐 6.4
Conf: 50%

Plan, optimize, and validate your Google SecOps deployment

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

executive cybersecurity services

推荐 6.4
Conf: 50%

executive cybersecurity services

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)

transition from a reactive incident response methodology to a predictive, mission-focused cyber defense center

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
推荐 6.4
Conf: 50%

Operationalize and maximize your threat intelligence sources with Mandiant

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

customized cyber risk research and analysis

推荐 6.4
Conf: 50%

customized cyber risk research and analysis

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
推荐 6.4
Conf: 50%

personalized reporting and part-time expertise

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

dedicated expert embedded with your team

推荐 6.4
Conf: 50%

dedicated expert embedded with your team

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)

Apply best practices for the consumption, analysis, and practical application of threat intelligence

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)

a full range of CTI training, on-demand certifications, expert coaching, and immersive, real-world exercises

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)

Understand how to augment your cyber defense capabilities and prepare for the future by leveraging the power of AI

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

Read the report

推荐 6.4
Conf: 50%

Read the report

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
推荐 6.4
Conf: 50%

operational technology (OT) and industrial control systems (ICS)

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)

The CIO of the University of California, Riverside describes how Mandiant delivers industry-leading expertise that combined with Google SecOps has transformed their security.See the video

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)

The UK’s largest homewares retailer, Dunelm talks about landing a one-two punch against cyber threats with Google SecOps and a Mandiant Retainer.See the video

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)

CISOs from AT&T and Coinbase join Mandiant's CTO to share and discuss firsthand experiences and insights from the frontlines on responding to nation-state actors and complex insider risk.See the video

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)

Lloyds Banking Group is confident in its ability to detect sophisticated attacks and can now focus on what matters most — staying ahead of the next generation of threats.See the video

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
推荐 6.4
Conf: 50%

Cyber Defense Summit 2026Register today to reserve your spot

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)

Cyber Defense Summit 2026Crafted to equip elite security professionals with the strategies, tools, and insights needed to outmaneuver increasingly sophisticated, AI-enabled adversaries and build resilient cyber ecosystems.Register now

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)

Security TalksJoin our security experts in this ongoing series as they explore the latest AI innovations across our security product portfolio, threat intelligence best practices, and more.Watch on-demand

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)

New Abuse of the ClickOnce Technology, Part 2: Stop Threat Actors from Clicking Once and Staying Forever

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
推荐 6.4
Conf: 50%

Browser Security: Zero-Days Are Only Part of the Problem

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
推荐 6.4
Conf: 50%

IDC business value studyTurn security into business growth

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
推荐 6.4
Conf: 50%

How AI-leading Security Teams Are Building the Agentic SOC

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
推荐 6.4
Conf: 50%

Falcon Secure Access Sets the Standard for Zero Trust Browser Security

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
推荐 6.4
Conf: 50%

Beyond the Model: Harnessing Frontier AI for Stronger Cyber Defense

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
推荐 6.4
Conf: 50%

make smarter security investments and mitigate future risks

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

Inside Astaroth's New Spambot Component

推荐 6.4
Conf: 50%

Inside Astaroth's New Spambot Component

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)

Falcon Platform IOAs Arrive in Falcon Next-Gen SIEM to Identify New Threats

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)

CrowdStrike 2026 Threat Hunting Report: Exploitation Window Closes as AI Use Accelerates

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
推荐 6.4
Conf: 50%

CrowdStrike Threat Hunts for Shell Command Obfuscation on VMware ESX

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)

Google is a Leader in the IDC MarketScape: Worldwide Cybersecurity Consulting Services 2024 Vendor Assessment

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
推荐 6.4
Conf: 50%

Teaching AI to Reason Through Detection Triage

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)

CrowdStrike Falcon Guardian Defines the Next Generation of AI SecuritySep 01, 2026

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
推荐 6.4
Conf: 50%

Peer Pressure: Inside the Sality Botnet Disruption Operation

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
推荐 6.4
Conf: 50%

CrowdStrike Delivers the Next Evolution of the Agentic SOC

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及 APT/国家级攻击 (+4) | LLM 评分加成 (+0.4)
推荐 6.4
Conf: 50%

France's data protection authority (CNIL) has fined Hôpital privé de la Loire €500,000 ($580,000) for failing to adequately protect patients' and their relatives' data. [...]

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及勒索软件 (+4) | LLM 评分加成 (+0.4)
推荐 6.4
Conf: 50%

Hewlett Packard Enterprise (HPE) has patched a critical vulnerability in the ArubaOS-CX network operating system that could lead to remote code execution. [...]

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及勒索软件 (+4) | LLM 评分加成 (+0.4)
推荐 6.4
Conf: 50%

Microsoft is working to resolve a known issue that causes delays or blocks some users from opening the Microsoft Teams desktop client on Windows systems. [...]

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及勒索软件 (+4) | LLM 评分加成 (+0.4)
推荐 6.4
Conf: 50%

Passkeys eliminate many password-based attacks, but researchers have documented 39 methods for compromising authentication built around them. Token explains how attackers can abuse authentication prompts, synced credentials, enrollment, recovery, and other trust boundaries without breaking FIDO2 cryptography. [...]

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及勒索软件 (+4) | LLM 评分加成 (+0.4)
推荐 6.4
Conf: 50%

An anonymous security researcher who uses the "Nightmare Eclipse" handle released a CrowdStrike Falcon zero-day exploit named "FalconFlank" that lets attackers escalate privileges on up-to-date Windows systems. [...]

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及勒索软件 (+4) | LLM 评分加成 (+0.4)
推荐 6.4
Conf: 50%

Google has updated the Chrome browser to address an actively exploited high-severity zero-day flaw in the V8 engine and 11 other vulnerabilities. [...]

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及勒索软件 (+4) | LLM 评分加成 (+0.4)

Noteworthy stories that might have slipped under the radar: Microsoft rolled out patches for cloud services, hackers compromised 5,000 Dropbox accounts, and Guardio is now valued at $1.1 billion. The post In Other News: Microsoft’s Cloud Patches, Hacked Dropbox Accounts, Guardio’s $1.1B Valuation appeared first on SecurityWeek.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 涉及云/身份/边界网关 (+4) | LLM 评分加成 (+0.4)
👥 作者: Haoyang Li, Yaxin Xiao, Qingqing Ye, Huadi Zheng, Haibo Hu

本文研究了个性化大语言模型(LLM)代理中的隐私泄露问题。近年来,个性化 LLM 代理会将用户记忆中保留的信息转换为压缩或结构化的表示,作者称之为“用户模型”,并以此指导后续决策。当源文本不在普通接口可访问的状态中时,这种用户模型通常被认为更具隐私保护性,因为传统的记忆提取攻击失去了目标文本。然而,作者认为用户模型暴露了新的攻击面:即使源记录与后端状态不可访问,攻击者仍能从用户模型所塑造的个性化行为中恢复隐私信息。为此,论文提出了 UMPeek——一种基于假设引导的自适应探测的黑盒攻击方法。UMPeek 通过从请求留下的开放选项中形成假设,在普通后续任务之间切换,并只保留那些被可见行为支持且未被反驳的声明,从而推断隐藏的用户模型。作者在多种个性化任务和用户模型后端上进行了广泛的基准评估,并与现有攻击比较;同时在真实系统上利用确认已保留的信息进行了验证,还评估了针对自适应探测的防御方法。结果表明,UMPeek 在基准测试和真实系统对比中均优于现有攻击,并且能在响应级防御之下继续恢复用户信息。该研究揭示了一个重要问题:当保留的信息塑造了可见行为时,仅保持记录和后端状态不可访问并不能保证语义隐私。本文适合关注 LLM 隐私安全、对抗性攻击与防御的研究人员、安全工程师以及 AI 系统设计者阅读,为理解个性化代理的隐私风险提供了新的视角和评估工具。

💡 推荐理由: 该研究打破了“后端不可达即安全”的常见假设,揭示了通过行为侧信道推断用户模型的新攻击面,对个性化 LLM 代理的隐私设计与审计有重要指导意义。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | 命中热门研究主题 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.6)
👥 作者: Pengxun Li, Litian Zhang, Jianwei Hou, Shujiang Wu, Song Li, Zifeng Kang, Xi Zhang

该论文针对现代 AI Agent(智能体)框架的生命周期钩子(lifecycle hook)机制提出了一种新型供应链攻击面。此类钩子允许开发者将 shell 命令绑定到会话启动、工具调用、文件编辑等运行时事件上,并且这些命令以宿主机权限执行,但 LLM 本身无法感知其触发时机与结果。作者指出,Agent 框架对生命周期钩子的更新路径存在“盲目信任”,当攻击者仅能控制插件元数据和钩子配置时,可以通过一次看似正常的更新,将良性版本插件“木马化”,静默地把攻击者选择的命令绑定到正常事件上,从而实现主机端恶意行为(如权限提升)。为系统化验证该漏洞,作者提出了 HookPry——一个开源、全自动的攻击框架,能够在异构 Agent 框架中利用这一弱点。HookPry 实现了十种攻击目标,在 25 种框架与后端组合、共 1000 次端到端运行中,成功攻破了全部七个被评估的框架,单个框架的最高成功率可达 92.5%。论文还评估了现有防御措施的有效性,结果显示代表性防护(如 Microsoft Defender)召回率为 0%,三种静态检测工具联合仍漏掉 47.5% 的恶意产物。研究揭示了当前 AI Agent 安全模型中的盲区,强调生命周期钩子配置必须被视为可信边界的一部分,并为设计更健壮的 Agent 框架提供了警示。适合 AI 安全研究员、Agent 框架开发者、蓝队安全工程师阅读。

💡 推荐理由: 首次系统性揭示 Agent 框架生命周期钩子更新路径的“盲目信任”问题,证明仅控制插件元数据即可导致宿主权限被滥用,打破了“默认信任插件更新”的假设。对评估 LLM Agent 供应链风险具有直接参考价值。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | 命中热门研究主题 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.6)
推荐 5.6
Conf: 50%
👥 作者: James Mickens

该论文由 James Mickens 撰写,主题聚焦于大语言模型(LLM)的安全性,提出了一个核心概念:“linguistic illegibility”(语言不可读性)。论文指出,LLM 被训练用于生成自然语言,但多种证据表明,其外化的语言输出以及通过机制性方法提取的语言特征,并不能可靠地反映模型内部的真实计算过程。作者认为,由于 LLM 的内部计算本质上是激活空间上的数学运算,而自然语言只是这种运算在输入和输出端的有损翻译,因此语言不可读性在根本上是无法避免的。这一观点具有深刻的安全含义:凡是依赖模型语言自报告的安全机制,例如思维链监控、宪法式自我批评、基于语言定义特征向量的激活探测等,都不可能完全可靠。因此,作者提出模型沙箱必须采用不依赖于读取模型语言状态的隔离技术。作者特别推荐使用污点追踪(taint tracking)来观察模型输出:无论模型如何用语言描述自己,污点追踪策略都可以预先定义哪些系统状态绝不能被模型产生的数据影响,从而提供一种不依赖语言语义的硬性安全边界。此外,论文还讨论了多种补充沙箱机制,例如强健的虚拟化、对沙箱配置的第三方审计等,这些机制共同构成支撑语言监控的关键底层防线,并且能够缓解前沿模型近期出现的沙箱逃逸漏洞。本文从理论层面揭示了 LLM 安全的一个重要盲区,适合对 LLM 可解释性、安全对齐和对抗防御感兴趣的研究者和安全工程师阅读。需要注意的是,当前仅基于论文摘要,未验证完整实验细节,因此置信度标记为“仅摘要”。

💡 推荐理由: 该论文揭示了依赖模型语言自我报告的安全机制存在根本局限,为沙箱强制访问控制与污点追踪提供了理论依据,有助于蓝队重新评估思维链监控等控制的有效性。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | 命中热门研究主题 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.6)
👥 作者: Tommaso Cerruti, Mika Okamoto, Ansel Kaplan Erol

这篇论文研究长效 LLM 代理(Long-running LLM agents)中持久内存(persistent memory)的授权状态管理问题。持久内存用于跨交互保存状态,包括权限、限制和撤销记录。作者发现,当内存错误表达不断演变的授权状态时,代理自身的记录可能会授予其历史操作中从未认可的权限,从而导致行为失准,且无需任何外部攻击。他们把这种现象称为“内生授权清洗”(Endogenous Authorization Laundering):写入内存的伪权限会随着来源(provenance)被冲刷而在下游被当作合法授权执行。为了系统化评估这一风险,他们引入了 EAL-Bench 基准,用于测量持久内存在多大程度上准确保留演变的授权状态,并验证是否错误会传播为下游未授权动作。在采购、网络安全和金融三类任务中,他们评估了 5 个 LLM 作为内存写入器、2 个作为执行器。结果显示:在增量内存更新下,写入器会对高达 50.2% 的未授权请求创建虚假权限;而一旦内存中存在虚假权限,执行器在 98.6% 的试验中都会采取相应行动。论文随后测试了两种防御机制:一是要求存储的权限必须由有效源事件(source events)支持,二是通过有界事件溯源(bounded event sourcing)跟踪权限变更。这两种方案都显著减少了授权清洗,但同时也会拒绝更多合法动作,暴露出安全性与效用之间的权衡。作者强调,持久内存不仅仅是一个性能组件,它实际上是 LLM 代理有效授权策略的一部分,必须将其纳入安全设计考量。本研究适合 LLM 应用安全研究者、代理系统开发者以及负责 AI 基础设施的安全工程师阅读,有助于理解长期运行代理的授权风险并设计相应的防护措施。

💡 推荐理由: 这项研究首次指出 LLM 代理的持久内存可成为权限绕过的新攻击面:无需外部攻击,仅靠内部状态污染就能形成虚假授权并导致未授权操作。对 SOC/蓝队而言,这意味着在审计 AI 代理时必须检查其记忆数据的完整性与来源,而不能只关注传统的外部威胁。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | 命中热门研究主题 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.6)
👥 作者: Yitong Guo, Xiaoyi Chen, Siyuan Zhang, Xiaofeng Wang, Haixu Tang

这篇论文研究良性微调(benign fine-tuning)如何严重削弱大型语言模型(LLM)的安全对齐(safety alignment),并探索拒绝行为(refusal behavior)为何如此脆弱。以往研究常将安全失效归因于梯度冲突,但作者提出了一个根本不同的基于Fisher几何的解释:安全Fisher信息矩阵是低秩的,对齐过程使安全几何变得平坦,同时保留了一条输出路由通路(output-routing pathway)。仅用100个良性微调样本,该通路在输出侧MLP模块中被选择性地重新锐化,导致不对称的脆弱性——安全能力可能崩溃,攻击成功率大幅上升,而一般实用性仅轻微下降。这种路由观点还解释了为何少量安全示例即可恢复拒绝行为,说明内部安全相关表征仍然保留。最后,作者展示了LoRA和ASAM通过抑制输出侧锐度能够缓解早期崩溃,但在较大微调规模下保护作用减弱。总体而言,安全失效最适合被理解为低秩输出路由机制的破坏。该研究提供了一种新的理论视角来理解LLM安全对齐的脆弱性,对安全微调策略设计具有指导意义。适合LLM安全研究者、AI对齐工程师以及关注模型鲁棒性的安全从业者阅读。

💡 推荐理由: 该论文揭示了良性微调导致安全对齐失效的底层机制,挑战了传统的梯度冲突解释,为理解和预测LLM安全崩溃提供了新的理论工具,有助于改进微调安全策略。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | 命中热门研究主题 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.6)
👥 作者: Qinghua Mao, Wanying Qu, Dadi Guo, Leitao Yuan, Qingyu Liu, Yu Li, Guanxu Chen, Yanwei Fu, Xi Lin, Xia Hu, Dongrui Liu

本文针对基于大语言模型(LLM)的智能体在安全对齐方面的不足,提出了一种名为 SafeEvolve 的经验驱动自进化框架。研究背景是:LLM 智能体的行为安全既取决于基础模型本身的内部倾向,也取决于其与外部环境交互时采用的“harness”(即提示组装、工具调用、技能编排等外部控制层)。现有安全对齐方法要么只更新外部 harness(例如规则或提示过滤),要么只优化策略模型(如 SFT/RL),但二者割裂,难以将运行时的外部控制与模型内在的安全能力有效结合。SafeEvolve 的核心思想是从智能体在线执行轨迹中提取安全经验,驱动“harness-策略”协同进化。具体而言:在 harness 侧,它将轨迹级的安全证据转化为有界、组件级的更新,涉及安全提示和分层技能库,并保证更新产物可审计、可回滚;在策略侧,它采用两阶段 SFT-RL 范式:先使用 harness 引导的 SFT 让策略学会主动利用进化后的 harness 组件,再通过基于 verifier 分解奖励的强化学习,在多步交互中塑造自主安全行为。通过这种协同循环,SafeEvolve 能把安全经验持续沉淀到运行环境与策略行为中。实验基于多个智能体安全基准,结果显示 SafeEvolve 相较现有基线取得了更强的安全-效用权衡。例如,在 AgentDojo 基准上,对于 Qwen3.5-4B 模型,SafeEvolve 将攻击成功率(ASR)降低到原来的 1/3,同时良性任务效用从 59.79% 提升到 61.86%。该研究适合关注 LLM 智能体安全对齐、红队防御、以及安全可控 AI 智能体设计的读者。

💡 推荐理由: LLM 智能体在多步任务中既可能输出有害最终结果,也可能在执行轨迹中引入风险。SafeEvolve 提出联合进化外部控制层与策略模型,为蓝队提供了一种从智能体真实交互中持续提炼安全防护的新思路,有助于缓解传统对齐方法顾此失彼的问题。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | 命中热门研究主题 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.6)
👥 作者: Jungmin Park, Eunha Kim, Wooseop Kim, Seongjoon Cho, Byungho Cha

本论文围绕后量子密码硬件加速器在AI辅助设计中的验证盲区展开。作者指出,后量子迁移需要按时间表推进,但硅片一旦带有缺陷无法远程修补。针对ML-DSA签名算法,标准验收门(如已知答案测试KAT)无法检测整类缺陷,因为签名过程会反复重采样直到候选满足范数界限,执行路径随消息而变化,而KAT使用固定向量只能触发其种子所对应的有限深度,路径覆盖不足。在案例中,研究者设计的加速器虽然通过全部KAT回归,却仍携带一个范数检查延迟超过块RAM延迟的缺陷,导致每个候选的最终系数未能被验证,该缺陷直到拒绝循环迭代到第5次才暴露,说明盲点源于测试仪器而非工程师疏忽。为闭合这一验证缺口,作者提出将字节精确的黄金参考预言机与随机对抗性浸泡(soak)相结合,以强制拒绝循环覆盖超过任何固定向量的路径。实验进行了301,343次依赖数据的签名,实现零逃逸。这种方法被设计为仅审查工件而非取代作者,使得信任可以与作者身份分离,从而让AI作者的身份问题成为可回答的客观问题。论文还报告了232次记录的实验:由一个智能体型大型语言模型(agentic LLM)驱动从RTL到PCIe启动的ML-KEM-768和ML-DSA-65统一加速器设计并在Kintex-7 FPGA上实现,以98.5%的切片占用率交付。总体成功率为71.6%,遵循硬件耦合梯度:文档和研究类任务成功率达77-85%,而综合和启动类任务仅50-53%,可观察性可解释这一差异——失败集中在只有物理侧才能获得纠正信号的环节。尽管该AI作者极不可靠,但最终生成的工件在所有六个FIPS操作上字节精确,且其部署基线通过了779,945项检查的零失败浸泡——这是论文的关键论断。

💡 推荐理由: 该研究揭示后量子密码硬件验收中易被忽视的深层缺陷类别,对依赖KAT等常规流程的供应链安全构成警示。黄金参考+随机浸泡方法提供了建立信任基线的更可靠方案,有助于防御者评估第三方AI生成硬件的可信度。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | 命中热门研究主题 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.6)
👥 作者: Zhongrui Sun, Jiahao Chen, Oubo Ma, Yuwen Pu, Zhou Feng, Haibo Hu, Shouling Ji

随着大语言模型(LLM)被广泛再分发、适配和通过不透明 API 提供服务,仅通过检查模型内部结构或部署记录已难以可靠地确认模型所有权。为此,研究者提出了一种基于语义结构的黑盒归属验证方法 PROSE。现有黑盒指纹大多依赖固定的查询-密钥关联,将模型身份简化为与日常行为脱节的稀疏记忆关联,导致鲁棒性和隐蔽性不足,例如在微调或量化后容易失效。PROSE 将指纹从固定查询集转向“目标语义域”,并用模型内化的“语义结构”替代脆弱的响应密钥。具体而言,指纹被编码为模型在语义上组织其领域结论的方式,而非特定 token 或规定输出。PROSE 首先构建一个私有的领域特定语义模板库,通过对结构正确且干净的响应进行混合微调使模型内化这些模板;然后在验证阶段,通过检测模型对未见过自然查询的响应是否呈现指定结构来判断所有权。实验覆盖多个模型架构、模型规模和目标领域,结果表明:在未修改模型上指纹检测率达到 100%,且未观测到误报;模型效用基本不变;在下游修改和输出变换下仍保持强可检测性。该论文面向 LLM 安全、模型知识产权保护和 AI 治理研究人员,提出了一种分布式、自然诱发的、语义级指纹方案,为黑盒模型验证提供了新思路。

💡 推荐理由: 为 LLM 版权保护和模型泄露溯源提供了黑盒场景下的高鲁棒性验证方案,有助于防御方识别未授权模型复用和 API 代理,具有直接的应用价值。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | 命中热门研究主题 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.6)
👥 作者: Tianqi Xiao, Shiyao Cui, Minghao Zhang, Junxiao Yang, Renmiao Chen

本研究聚焦于多模态大语言模型(MLLM)中一种新的安全风险——跨模态安全漂移。视觉模态虽然增强了模型的能力,但也为攻击者提供了新的利用路径:一段在纯文本场景下看似无害的查询,一旦配上特定的视觉图像,就可能表达出被模型间接解读的恶意意图,而模型往往不会像对明确有害文本那样触发拒答。作者首先通过实证分析,总结了几种典型的不安全响应模式,揭示了这些场景下模型的薄弱环节。随后通过模型表示和注意力机制的可解释性分析,发现视觉上有风险的关键线索仅获得有限的注意力,难以有效触发模型的拒绝行为。基于“文本安全处理中的安全信号可被迁移”这一观察,作者提出了安全感知表示转移(SRT)方法。SRT是一种轻量级、基于方向调整的干预手段,在完全冻结MLLM骨干参数的情况下,通过调整模型内部表示中的安全相关方向,使模型在面对视觉诱发的恶意请求时也能维持正确的安全偏好。多个基准和不同规模模型的实验表明,SRT不仅能在多种跨模态组合中显著提升模型的安全响应率,同时不会明显损害正常任务的处理能力,即保持了实用性。该研究为MLLM安全对齐提供了新视角和一种低成本的可落地方案,并开放了源码。

💡 推荐理由: MLLM正被广泛应用于实际业务,跨模态安全漂移可能会导致模型在不应答的场景下给出有害响应,甚至被用作内容生成攻击的绕过手段。了解该风险并借鉴SRT这类无需重新训练的防御方法,对于企业构建安全审计和护栏至关重要。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | 命中热门研究主题 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.6)
👥 作者: Enna Basic, Alberto Giaretta

本文研究如何利用轻量级本地大语言模型(LLM)进行软件漏洞检测,重点关注源代码输入表示对检测效果的影响。当前多数提示方法直接使用原始源代码,也有部分工作采用抽象语法树(AST)等结构化表示,但AST的冗长性显著增加了输入token数量,可能超出LLM上下文窗口限制。作者提出将行为树(BT)作为替代性的中间表示,并设计了一套预处理流程:先将Java源代码解析为AST,再转换为行为树。行为树以更紧凑的方式编码控制流、条件与可执行动作。实验在Juliet Java测试套件的460个样本上进行,比较了三种输入表示(原始源码、AST、行为树)的漏洞检测性能,使用单一量化本地模型Mistral Small 3.2 24B(Q4_K_M)。结果表明:对于短样本,行为树表示能提升召回率,而原始源码获得更高精确率;对于长样本,行为树相比原始表示提升了整体性能,且能适配上下文窗口,而许多AST表示则超出上下文限制。研究结论认为,行为树可为量化、本地可部署的LLM提供一种紧凑且有效的结构化源码表示,有助于在资源受限环境下提升漏洞检测能力。该工作为面向蓝队和代码安全分析工具的开发提供了新的表示思路。

💡 推荐理由: 为本地化、资源受限的LLM漏洞检测提供了更紧凑的代码表示方案,可缓解AST过长导致的上下文溢出问题,有助于在离线或敏感环境中部署轻量级检测工具。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | 命中热门研究主题 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Simone Ceppi, Ignacio Sanchez

本论文针对大型语言模型(LLM)的文本水印技术提出了一种新型无状态伯努利水印(Stateless Bernoulli Watermarking, SBW)。现有主流水印方法如 KGW 依赖词汇表置换,SynthID 使用多层锦标赛结构,它们需要较高的计算复杂度和中间状态管理。SBW 通过独立地为每个 token 执行伯努利试验来确定其在绿色列表中的成员资格,仅需一次基于计数器随机数生成器的比较即可完成,从而将成员资格判定复杂度降至 O(1),并支持单内核执行且零中间分配。作者从理论上证明,该方法保持了与固定大小绿色列表相同的检测保证,即零假设下 z-score 检验服从标准正态分布 N(0,1)。SBW 的无状态架构还带来了现有方法不具备的能力:全词汇表自盐分水印(其速度比 KGW 的自盐方案快 6000 倍以上,比 SynthID 快 2 倍,尽管偏置整个词汇表并采用候选相关种子)以及与分布式推理的架构兼容性。在端到端生成基准测试中,SBW 在所有批次大小下引入的开销均低于 1%。此外,论文首次识别出哈希函数设计是影响水印质量的一个此前未被探索的维度,并证明 GPU 原生的 Jenkins 哈希可将零假设下的校准性能提升 1.8 倍,同时生成更多样化的文本。实验覆盖两种种子方案和八种 (γ, δ) 配置,结果与现有方法在统计上等价,ROC-AUC 差异小于 0.01。该研究为高效、可大规模部署的 LLM 水印提供了新路径,适用于 AI 内容溯源、版权保护及分布式推理场景。适合关注生成式 AI 安全的研究人员和安全从业者阅读。

💡 推荐理由: LLM 水印是追踪和验证 AI 生成内容的关键技术。SBW 以极低开销、无状态和分布式友好特性,可能成为下一代内容认证基础设施的基础,直接影响 AI 取证的可靠性和部署成本。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | 命中热门研究主题 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
推荐 5.5
Conf: 50%
👥 作者: Jakub Reš, Petr Kaška, Martin Perešíni, Martin Ukrop, Kamil Malinka

大型语言模型(LLM)容易受到越狱攻击,这类攻击通过精心构造的提示文本绕过模型的安全对齐机制,可能导致模型生成违规或有害内容。现有的许多防御体系需要访问模型权重或内部激活,难以部署到完全黑盒的 API 服务中。针对这一空白,论文提出 AlcaTRAz(Anchored Tree-Rule defense Against jailbreaks),一种完全基于输入提示层的防御方法。它无需读取或修改目标模型内部,通过自动学习一组可迁移的“锚定树规则”,对输入文本中的选定位置施加受控的字符级扰动。这种扰动能够打破越狱提示常依赖的结构规律(如特定格式、模板片段或关键词分布),从而破坏攻击的有效载荷,同时尽量保留良性查询的语义和功能。作者将 AlcaTRAz 与三种代表性提示级防御(Llama Guard、RA-LLM、Goal Prioritization)进行比较,在 33 个开放权重模型和 22 种越狱攻击类型上进行实验,并配套一组短单轮良性问题来衡量能力保持度。结果表明,AlcaTRAz 在 73.4% 的模型-攻击组合中取得最佳的安全-功能复合评分;未作任何防御时,综合评分的众数为 10(代表最高危害程度的恶意响应),而应用 AlcaTRAz 后该众数降至 2(接近完全拒绝回答恶意请求)。同时,模型在良性问题上的平均得分仅从无防御的 8.62 轻微下降到 8.35(0-10 分钟),即功能损失约为 0.27 分。不过论文也明确指出,AlcaTRAz 只能显著降低而不能完全消除越狱风险;实验后仍存在少量高危害响应,并且未将自适应攻击者(即知道防御策略并专门设计绕过的攻击者)纳入评估。因此作者更建议把该方法作为纵深防御中的一层,而不是独立的绝对防护。整体来看,该研究为黑盒 LLM 部署场景提供了一种低成本、无需训练、易于集成的输入侧加固思路。

💡 推荐理由: 黑盒 LLM API 的越狱风险长期困扰防御方,而 AlcaTRAz 仅靠提示文本扰动即可大幅压制高危恶意响应,良性功能几乎不受损伤,为无法访问模型内部的企业接入了一个实用防护带。但它并非独效方案,必须嵌入纵深防御栈使用。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | 命中热门研究主题 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Zhiyang Ding, Yang Luo, Guangpu Chen, Qingni Shen, Zhonghai Wu

该论文聚焦远程模型上下文协议(MCP)服务中大型语言模型(LLM)代理调用外部工具时的安全信任问题。传统OAuth授权只能证明调用方有权限,但无法确保后续工具调用确实由依赖方意图信任的提供方工作负载执行。作者称之为“授权后执行信任差距”:即使授权仍有效,执行可能已被切换到替代工作负载,或依赖过时的评估状态,或重用其他发送者转移的权限,甚至经过未声明的下游组件。为弥补这一差距,论文提出ACLE-MCP——一种调用级(invocation-scoped)架构,将委托授权、工作负载评估和资源侧执行准入相结合。对于受保护调用,ACLE-MCP签发短时且绑定发送者的“能力租约”(capability lease),该租约内嵌期望工作负载、新鲜度要求、操作、对象与参数边界、下游约束以及接收回执义务。在提供方,执行门(Execution Gate)会在受保护工具逻辑开始前立即验证并消费该租约。作者实现了可运行原型,集成Keycloak/OIDC验证、MCP Python SDK服务器,以及可选vTPM引用验证后端。受控安全实验表明,相比弱授权或仅连接时认证模式,完整ACLE-MCP能够阻止所有被评估的授权后攻击家族,同时保留良性任务不受影响。在一项本地模拟代理扩展测试中,完整设计相对仅OAuth使正常允许请求的聚合p95延迟增加25.7%。结论是:将调用权威与当前工作负载状态进行运行时绑定,是对OAuth保护远程工具使用的一种实用补充方案。

💡 推荐理由: 为依赖MCP远程工具调用的LLM应用提供了一种防范授权后执行篡改的机制,弥补OAuth静态授权的盲区,对保障企业级AI代理工作流完整性有直接意义。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | 命中热门研究主题 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Luca Migliaccio, Roberto Natella, Naghmeh Ivaki, Nuno Laranjeiro, Marco Vieira

该论文提出一种利用大型语言模型(LLM)自动向 Solidity 智能合约中注入漏洞的方法,旨在解决智能合约漏洞检测工具评估时缺乏带真实标签数据集的问题。人工构造此类数据集成本高且规模有限,论文通过 LLM 在真实合约基础上生成含有特定漏洞的变体,并以 OpenSCV 中的 49 种漏洞类型为目标进行案例研究。注入后的合约需经过多阶段流水线验证,包括编译检查、执行验证、业务逻辑保留检查和漏洞存在性确认。实验基于 SmartBugs 中的真实合约,LLM 共生成近 1000 个候选变体,去重和验证后最终得到 32 个确认包含漏洞的合约,覆盖 25 种漏洞类型,存活率约为 16.58%。分析表明,存活合约集中于结构较简单的目标合约和具有局部语法模式的漏洞类型。论文还报告了实际挑战,如 LLM 的非确定性和保持合约语义的困难。随后,作者利用验证后的合约评估了三款静态分析器,发现它们存在互补且不完整的覆盖能力。整体结果显示,基于 LLM 的漏洞注入具有可行性,但也显露出在可扩展性和多样性方面的关键局限。该研究的主要贡献包括:提出并验证了自动化漏洞注入流程,公开了实验数据和结果,为智能合约安全工具评估提供了新的数据集构建思路。适合智能合约安全研究员、漏洞检测工具开发者以及关注 LLM 在安全工程中应用的工程师阅读。

💡 推荐理由: 该研究展示了用 LLM 自动生成带真实标签的漏洞合约数据集的可行性,有助于缓解智能合约漏洞检测工具评估数据匮乏的问题,并为自动化安全测试和基准构建提供新思路。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | 命中热门研究主题 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Jiarui Li, Jiahao Chen, Chunyi Zhou, Yuwen Pu, Oubo Ma, Zhou Feng, Chunqiang Hu, Shouling Ji

本文研究了大语言模型(LLM)智能体中可复用技能(Reusable Agent Skills)所引入的新型供应链安全风险。可复用技能(如工具使用指南、任务流程、输出约束)本质上是外部化的行为策略,第三方提供的技能可能保留声明任务和合法输出接口,但在暗中将智能体的决策导向未披露的目标,从而形成一种隐蔽的策略劫持。作者将这种风险形式化为“技能策略完整性”(Skill Policy Integrity)问题,要求技能诱导的策略必须与其声明功能以及用户授权的目标保持一致。针对该问题,作者提出了SkillShift框架,这是一种受限黑盒(black-box)方法,无需显式注入目标命令或劫持任务即可实现隐蔽的策略偏移。SkillShift结合了语义上合理的策略编辑、分层验证、失败引导优化和策略压缩,以保持攻击的有效性、输出合法性、可迁移性和隐蔽性。作者在智能体商务和软件依赖两类场景中实例化了该威胁,实验结果显示SkillShift能够实现81.33%和63.33%的有利于攻击者的选择率,同时保持100%的效用保留率。此外,冻结后的策略无需进一步优化即可在异构的LLM后端和智能体环境之间迁移。评估中使用的现有扫描器均未能检测出构造的技能,说明需要对可复用技能作为智能体策略制品进行行为审计。该研究揭示了当前防御手段的不足,强调了安全从业者应关注此类新型攻击面。

💡 推荐理由: 该研究揭示可复用技能可能成为隐蔽策略攻击的载体,现有扫描器无法检测,对LLM智能体供应链安全构成真实威胁。蓝队需意识到仅靠输入过滤和接口验证不足,须增加行为层审计。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | 命中热门研究主题 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
推荐 5.5
Conf: 50%
👥 作者: Eric Olsson, Benjamin Eriksson, Adam Doupé, Andrei Sabelfeld

本文提出 SpiderSapien,一个面向现代 Web 应用的客户端中心型爬虫与安全扫描器。现有黑盒扫描器在应对现代 Web 应用的高度动态性和客户端交互性方面存在不足,难以深入探索应用状态。SpiderSapien 的核心思路是将“沉浸式交互”作为关键能力,即通过模拟真实用户的深层交互来驱动爬虫。其技术组合包括:利用高层级用户可见反馈通道检测可交互元素并合理排序 UI 交互顺序,以及引入 LLM 来辅助填写表单。这种方法能够在黑盒条件下可靠地发现和测试现代 Web 应用的深层状态。系统采用模块化设计和抽象层,便于未来扫描器复用。实验评估显示,SpiderSapien 在代码覆盖率和漏洞检测方面显著优于现有工作:平均代码覆盖率相比其他任一扫描器至少提升 46%,相比所有其他扫描器的并集也提升了 16%。在漏洞发现方面,SpiderSapien 在 7 个 Web 应用中检测到 XSS 漏洞,而其他扫描器最多只能在 2 个应用中检测到 XSS。该研究面向安全扫描器开发者、Web 安全研究者和渗透测试人员,提供了一种利用 LLM 与客户端反馈提升爬虫深度和漏洞发现能力的新思路。

💡 推荐理由: 现代 Web 应用中客户端交互复杂,传统扫描器覆盖率低。SpiderSapien 展示了结合 LLM 和沉浸式交互可大幅提升黑盒扫描的代码覆盖与漏洞发现能力,对蓝队评估自有应用安全有直接参考价值。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | 命中热门研究主题 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
推荐 5.5
Conf: 50%
👥 作者: Rafael Uetz, Philipp Bönninghausen, Louis Hackländer-Jansen, Martin Henze

本文针对安全运营中心(SOC)面临的告警疲劳问题,首次系统性地评估了基于风险的告警(Risk-Based Alerting, RBA)方法。传统上,SOC 需要处理大量误报告警,而 RBA 被认为可以通过风险评分减少误报,但其有效性此前主要依赖企业部署中的轶事证据,缺乏全面评估。作者将 RBA 重新表述为连续告警优先级排序问题(而非简单的阈值判断),从而可在所有可能的阈值下评估性能,并模拟不同规模和告警量的 SOC。他们提炼出五种基本风险假设,将其形式化为可独立参数化的模块,并实现了新的实验套件 CATS。研究使用了八个多样化的告警数据集(其中六个为作者创建或扩展),系统评估了这些假设的组合效果。实验结果表明,某些假设组合取得了显著的告警优先级排序性能(八个数据集上的 AUROC 均值 μ=0.92,标准差 σ=0.09),明显优于直接按告警严重级别进行排序的基线(AUROC μ=0.72,σ=0.21)。作者得出结论:RBA 能大幅减少分析人员需要审阅的误报告警数量,有望缓解网络安全告警疲劳;同时,RBA 也可作为更复杂、资源密集型告警分诊方法(如基于大语言模型的方法)的强基线。该研究的核心贡献在于提供了第一个系统的 RBA 评估框架,验证了其有效性,并为后续研究提供了开源实验工具和数据集。适合安全运营研究人员、SOC 管理者以及告警管理工具开发者阅读。

💡 推荐理由: 该研究首次对 RBA 进行了系统评估,证明其可作为降低误报、缓解告警疲劳的有效手段,并为安全团队选择合适的告警分诊策略提供了可量化的依据。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | 命中热门研究主题 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Bing Zheng, Zongyao Zhao, Wenming Yang

本文提出生成式引擎优化(GEO)技术在信息对抗中的双刃剑效应。GEO 本用于内容生产者提升其网页在生成式搜索引擎中的可见性,但攻击者可利用同一套技术发布外观正常的 GEO 优化文档,诱导受害大语言模型(LLM)在检索时将这些文档合成进回答中,从而向用户传递定向虚假信息。现有防御评测大多聚焦于政策违规或恶意内容,缺乏针对这种通过检索增强生成(RAG)路径传播的 GEO 信息扭曲威胁的受控评测基准。为此,作者构建了 Counter-GEO-Bench,一个包含 247 条人工验证、质量受限查询的防御评测基准,每条查询同时提供信息保持型与信息扭曲型两种 GEO 改写版本。基准在三个受害 LLM 上从攻击成功率(ASR)、误报率和回答质量三个维度评估防御效果。实验发现,三种现成防御手段(Granite Guardian、Llama Guard 3、NeMo Self-Check Fact-Checking)最多只能将 ASR 相对降低 5.7%,其中 Granite Guardian 的降低在统计上不显著。原因在于这些安全分类器主要针对政策违规,而 GEO 生成的虚假信息以流畅的事实性内容形式出现,能轻易绕过安全分类体系。为解决该问题,作者提出一个轻量级基准基线 C-GEO Guard,通过对比原始查询与 GEO 改写内容的语义一致性来识别信息扭曲,能将 ASR 相对降低 47.6%,且几乎不损失回答质量,从而证明该威胁是可应对的。该研究为生成式搜索引擎的检索侧防御提供了首个标准化评测框架,并为后续防御设计指明了方向。适合关注 LLM 安全、搜索对抗和信息完整性的研究与工程人员阅读。

💡 推荐理由: GEO 攻击将虚假信息伪装成普通网页内容,绕过现有 LLM 安全分类器,直接影响生成搜索引擎与 RAG 系统的可信度。该基准与基线为防御方提供了首个可量化评测手段,值得 SOC/安全研究员关注。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | 命中热门研究主题 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Haozhang Li, Yangguang Shao, Xinjie Lin, Zhong Guan, Mi Zhou, Junzheng Shi

本论文研究生成式搜索引擎面临的恶意生成引擎优化(GEO)威胁。GEO 攻击通过改写网页内容以迎合搜索引擎的引用偏好,使目标文档在生成答案中高频率出现,从而操纵答答内容。近年 GEO 攻击已从手工重写演进为自动化、智能体化的优化方式,使目标文档可见性显著提升,对信息生态构成严重威胁。针对此类操纵的防御面临两大挑战:攻击文档与原文保持事实一致性,传统的事实核验与困惑度过滤难以奏效;且攻击所放大的特征同样存在于高质量良性内容中,难以区分。为此,作者提出 GEO Defender,一种无需微调目标大型语言模型的两阶段防御框架,与攻击链条对齐。第一阶段为 Shield Reranker,在固定的基础重排器上学习基于偏好的防御残差,实现对被 GEO 改写文档的降级,同时保持对良性文档的相关性判断。第二阶段为无需训练的防御生成(TFSG),将防御结果提炼为自然语言经验库,在推理时引导目标 LLM 更合理地选择信息来源。实验在基于两个闭源 LLM(如 GPT-4 等)与三个开源 LLM、七种 GEO 攻击的场景中验证,显示 GEO Defender 将平均攻击成功率从 50.32% 降至 6.20%,同时保留了 94.12% 的良性证据使用率,答案质量未受明显影响,并能泛化到未见过的攻击实例。论文表明,该方案为生成式搜索的防御提供了一条不依赖模型微调的新路径,适合研究对抗性信息操纵与 LLM 安全的研究者、搜索引擎安全工程师以及内容生态治理人员阅读。

💡 推荐理由: 生成式搜索正成为主流信息入口,恶意GEO可低成本操纵答案并影响舆论、商业或安全认知。本文提供了首个不微调LLM的两阶段防御,且大幅降低攻击成功率,对构建可信搜索基础设施具有直接借鉴价值,值得安全从业者跟踪。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | 命中热门研究主题 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Gang-Hyun Park, Ju-Hyeong Lee, Hee-Youl Kwak, Dae-Young Yun

WeaveMark 是一种面向大型语言模型(LLM)的多比特水印方案,旨在解决现有方法在提取准确率、文本质量和载荷容量之间难以兼顾的根本性矛盾。传统多比特水印需要将用户可识别的消息嵌入到生成文本中,但通常只能在短消息或低扰动下保证较高准确率,且容量有限。WeaveMark 提出基于编码载荷扩展(coded payload spreading)的技术框架,从三个方面突破现有瓶颈:第一,通过多比特每 token 的扩展策略显著提升载荷容量;第二,采用软判决纠错码(soft-decision error-correcting code)提高提取准确率,尤其是在文本被编辑或遭受替换攻击时仍能保持鲁棒性;第三,设计无偏的多层重新加权(unbiased multilayer reweighting)机制以最小化对原始文本质量的影响。此外,WeaveMark 还专门引入了用于可靠检测水印存在性的零比特层,与多比特载荷解码协同工作。实验部分展示了明显优势:对于 32 比特消息且生成 200 个 token 的场景,WeaveMark 的匹配率达到 89.8%,而基线方法 BiMark 仅有 20.8%;在 10% 的替换攻击下,16 比特消息在 200 个 token 处仍保持 86.0% 的匹配率,远高于 BiMark 的 30.7%,同时文本质量指标保持良好。总体而言,WeaveMark 有效推动了多比特 LLM 水印在长消息、抗编辑、容量可扩展等实用方向上的性能边界。作者已公开代码实现。

💡 推荐理由: 多比特水印可用于追踪 LLM 生成内容的来源,识别特定用户或模型版本,对于检测滥用、版权保护和审计具有重要意义。WeaveMark 提升了容量与鲁棒性,使水印更实用,值得内容安全和模型治理团队关注。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | 命中热门研究主题 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Qikai Wang, Yongzhao Zhang, Zhiwei Chen, Yimiao Sun, Jiguo Yu, Xiaosong Zhang

本文研究了大语言模型(LLM)代理系统中的技能选择阶段的安全性。技能选择是决定用户请求由哪一个已安装技能来处理的关键环节。现有攻击手段主要依赖显式提示注入或指令级转向,这些方法容易暴露出可识别的操纵特征。针对这一空白,作者发现了一种新的隐式攻击面:即使单个用户提示和技能描述看起来都完全良性,攻击者仍可通过精心设计二者之间的语义关联,使模型倾向于选择攻击者指定的技能。基于此,提出了'基于语义匹配的隐式技能选择操纵'(ISM)方法。ISM通过联合改造目标技能的元数据和可复用的提示模板,在完全不包含显式选择指令的情况下,实现对技能选择过程的隐蔽操纵。具体而言,ISM采用三阶段策略:拓宽语义覆盖范围、增强目标技能的区分度、保持提示自然措辞以避免异常。在四个任务领域和八个不同选择器模型上的实验表明,ISM能将平均目标选择率(TSR)从15.2%提高至63.5%。在受控对比实验中,其TSR达到73.5%,仅比显式转向方法低9.8个百分点。更重要的是,人机审查实验显示,人类审查者仅在2.9%的判断中拦截了ISM的攻击,而显式转向的拦截率为91.4%;五个LLM检测器对ISM的平均放行率高达82.9%,对显式转向仅为37.4%。此外,ISM在PPL-W、Llama Prompt Guard 2和PIGuard等防御措施下依然有效。这一研究揭示了一种难以察觉的、针对技能选择环节的新型攻击方式,对LLM代理的实际部署安全构成了严峻威胁,也为防御方提出了新的技术挑战。

💡 推荐理由: 技能选择是LLM代理工作流中的关键信任边界。ISM表明攻击者无需依赖显式注入,仅通过调整技能元数据与提示的语义关系即可实现隐蔽操纵,现有检测手段和人类审查均难以识别。这会给依赖多个技能的自动化代理带来严重安全隐患,防御方需意识到这类隐式语义攻击的存在。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | 命中热门研究主题 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Laurent Bindschaedler, Quentin Botha, Christoph Siebenbrunner

本文面向自主智能体(autonomous agents)在跨组织执行工具操作时所产生的副作用治理问题。现有的授权机制仅能在操作前做准入控制,本地补偿模块只能处理运行时的回滚,二者都无法解决‘操作被允许却执行失败后留下残余损害’的难题。作者提出 Recourse,一种基于以太坊智能合约的结算协议,把每个被许可的操作绑定到明确声明的范围、恢复方案、证据、赔付和抵押品上,并要求代理在执行前提供对应担保。Recourse 的核心是把事前资格审核与事后可结算性分离:由带类型的收据承载客观可计算的残余损害索赔,配合乐观预言机挑战机制确保链上可验证;主观或不完整的索赔则进入 ERC-792 仲裁或被排除。作者实现了完整合约套件并在 Base Sepolia 测试网上部署,同时开发了针对 Postgres、Git 和云兼容本地沙箱的适配器。实验基于确定性测试环境、真实沙箱痕迹、对抗性扫描和基于属性的模糊测试,结果表明相比仅授权或仅本地补偿的基线,基于保障金的覆盖能够显著减少未得到补偿的损害。链上分层提供了中立托管、公开挑战、非合作支付以及跨组织信任假设下可迁移的历史记录。该研究适用于由大模型驱动的智能体在多组织协作场景中的治理与追责,为未来自主系统的可问责外部性经济机制提供了设计参考。

💡 推荐理由: 自主智能体跨界操作失败造成的剩余损害难以追责,Recourse 用链上合约把副作用量化、抵押和赔付,为蓝队与合规提供可审计问责层,有助于将外部副作用纳入风险治理与自动缓解流程。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | 命中热门研究主题 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Yagna Manasa Boyapati, Chong Yu, Tianyu Jiang, Justin Zhan

本研究针对 AI 驱动的教育系统在隐私保护与准确认知诊断之间难以兼顾的显著挑战,提出了一种隐私保护的多 LLM 联邦推理框架。传统方法通常需要集中学生原始数据或直接访问商业模型内部,导致隐私风险。该框架允许多个商业 LLM API(例如 LLaMA-3.3-70B、GPT-4o-mini、Claude-3-Haiku)协作,而无需暴露原始学生数据或专有模型内部参数。框架建立在异构多 LLM 架构之上,不同模型各自生成预测结果。为保障隐私,每个实体的预测输出在本地添加拉普拉斯噪声,实现 ε-局部差分隐私,然后再进行聚合;同时采用基于残差的聚合机制来缓解模型异构性带来的偏差。该设计基于诚实但好奇的信任模型,即假定 API 提供商不会滥用提交的查询,同时差分隐私机制能够保护最终的诊断结果免受外部推理攻击。作者进行了严格的隐私-效用分析,证明在获得强隐私保证的同时仅产生极小的精度损失。三个教育基准数据集上的真实世界广泛实验验证了其实用性和跨领域泛化能力。核心贡献在于提出一个通用、可落地的多 LLM 联邦推理架构,在利用多个商业模型集成优势的同时,从算法层面确保了学生数据隐私,为教育场景中人工智能应用的安全性设计提供了新的思路。

💡 推荐理由: 为依赖外部大模型的教育或类似敏感领域的系统提供了隐私保护集成范式,展示了如何在多 LLM 协同中落地差分隐私,为安全设计提供可参考架构。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | 命中热门研究主题 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Dushyant Rajput

该研究针对基于大语言模型(LLM)的推理级联(inference cascades)系统,探讨其成本控制策略背后的可靠性代价。推理级联通常以廉价模型处理大多数查询,并将困难样本升级至前沿模型进行验证,以降低推理成本。自然的扩展是形成闭环:在验证器拒绝的样本上微调廉价学生模型,从而逐步降低升级率和总体成本。作者在真实LLM环境中对此闭环进行了系统性测量,揭示了四个关键发现。第一,验证器的盲点(即学生回答错误但验证器仍接受的比例)很大且表现出对抗性移动:随着学生模型能力增强(参数量从0.5B增至32B),盲点系数β从0.12升至0.55;而验证器能力越强,盲点越小。因此最糟糕的盲点出现在廉价学生与廉价验证器组合的区域,而这恰恰是级联架构旨在降低成本的场景。第二,通过更换更强的前沿验证器可将β降至约0.05,但该验证器对46%的高难度MATH查询触发升级(真实错误率仅为39%),意味着几乎一半流量需要承担前沿模型的高昂成本,成本优势被大幅侵蚀。第三,在验证器拒绝的尾部分布上采用朴素的纠正性微调,不仅未能改善小规模学生的表现,反而在所有教师模型(跨家族和同家族)下都导致性能下降乃至最终崩溃,说明在该规模下自改进闭环反而损害模型。第四,贯穿整个过程,级联自身仪表板(即通过验证器计算的所有指标)始终显示错误率约为3%,而实际交付的错误率可高达32%——系统因设计原因对自身的性能退化完全失明。论文进一步提出了解释这种失明的理论:一个两群体守恒定律 ε∞ ≲ q0β0,在该定律约束下,所有环路内指标都会改善,但真实质量却未见提升;合成实验验证了这一机制。研究结论指出,自改进级联的可靠性无法通过依赖自身验证器计算的任何指标来评估。

💡 推荐理由: 该研究对依赖低成本级联系统的LLM应用(安全自动化分析、智能体等)具有警示意义:验证器的盲点可能导致低级模型错误被误判为正确,且系统自身指标无法反映真实退化,可能造成安全监控盲区或决策失误。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | 命中热门研究主题 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Rui Yang, Shuang Huang, Junhua Liu, Ziqi Zhao, Qingzhong Yan, Yuhang Sun, Cong Liu, Guoping Hu, Rui Mei, Jing Shao

本文提出了 C-SafeQA,一个面向中文场景、以策略为锚定的响应级安全评估基准。现有 LLM 安全基准大多只评估用户查询本身的风险,但实际问答结果是否违规取决于模型响应是否违反安全策略。作者认为在中文有害内容评估中,语言多样性和对抗性改写可能掩盖风险意图,因此需要直接对响应进行安全标注。该基准包含 538 条基础查询和 8,877 条对抗性查询,由四个完整 LLM 部署进行回答,最终形成 37,660 条查询-响应记录,并人工标注为安全、不安全或争议三类。参考标签通过多模型一致性裁决和三位安全专家对分层子集的盲审生成。C-SafeQA 既可评估目标模型自身安全性,也可在统一参考标签下审计七个自动化安全评判器。实验表明,在基础查询上不安全响应率为 0.93% 至 3.35%,而在对抗性查询上则上升到 11.68% 至 30.05%。在对抗子集上,各评判器在不安全响应召回率与风险查询条件下的安全响应误报率之间存在明显权衡,没有任何评判器在所有指标上占优。藏头诗等变换会显著降低七个评判器的不安全响应召回率,暴露出机制相关的评估弱点。数据集、元数据、验证代码和评判脚本公开提供以支持重算,但基准构建、目标响应生成和私有裁决不在发布范围内。

💡 推荐理由: 该基准填补了中文 LLM 响应级安全评估的空白,帮助蓝队和安全研究人员衡量模型及自动化评判器的真实安全水平,尤其是对抗性变换下的弱点。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | 命中热门研究主题 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
推荐 5.5
Conf: 50%
👥 作者: Hadjer Benkraouda, Hongyu Cai, Berkay Celik, Gang Wang

该论文提出了一种名为 Reveree 的诊断框架,用于深入评估大型语言模型(LLM)代理在逆向工程(RE)任务中的表现。当前社区通常使用 CTF(Capture-the-Flag)逆向工程挑战作为衡量标准,但仅凭是否拿到 flag(解题率)这一单一指标,无法揭示代理在逆向工程流程中具体在哪个环节失败,也无法判断其成功是源于对二进制的真实分析,还是对已有公开解决方案的记忆。Reveree 框架从三个层级对 LLM 代理的轨迹进行评分:解题率、通过八阶段 RE 流程的里程碑进展、以及动作行为画像。其中,理解阶段的得分由经人类专家验证的、对结果不知情的 LLM 裁判进行评定,其余阶段通过确定性方法验证。作者使用 Reveree 在 88 个 picoCTF 和 NYU-CTF 挑战中评估了九个前沿模型和四种提示策略。实验发现:基础模型对性能的主导作用强于提示策略,而提示策略的影响是次要且依赖模型的;令人意外的是,更大、更新或更昂贵的模型并不一定更强;失败主要集中在 RE 流程的理解阶段,额外的预算、持久性或推理努力并不能挽救多少失败,这表明失败源于能力上限而非资源不足;关于记忆问题,虽然模型能从挑战描述中复现 picoCTF 的 flag,但 NYU-CTF 中几乎没有可测的记忆,且大多数成功在表面扰动下仍然成立,说明真实分析与记忆是共存的。论文公开了 Reveree 工具,可为理解和改进 LLM 代理的逆向工程能力提供细粒度诊断。该研究工作对安全自动化、恶意软件分析和漏洞发现具有参考价值。主要适合研究 LLM 代理安全能力、逆向工程自动化以及评估方法的科研人员和工程师阅读。

💡 推荐理由: 该研究首次从过程维度细粒度剖析 LLM 逆向工程代理的失败环节,而非只看结果,有助于社区设计更有针对性的训练或提示策略,避免高估模型的真实能力。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | 命中热门研究主题 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Saastha Vasan, Hadjer Benkraouda, Jizhou Chen, Leyan Pan, Doguhan Yeke, Shinan Liu, Noah Spahn, Stefano Ortolani, David Evans, Christopher Kruegel, Giovanni Vigna

本文是一篇面向系统化知识的综述(SoK)论文,聚焦于人工智能(尤其是大语言模型)在网络威胁情报(CTI)生成与共享流程中的应用。研究背景是:CTI 对于保护关键基础设施至关重要,但从原始攻击证据到可共享情报的转化过程目前碎片化且缺乏系统研究。作者首先对学术文献进行了系统梳理,将 CTI 生命周期划分为三个阶段:威胁数据收集、CTI 生成与共享、CTI 消费。文献分析显示,第一阶段和第三阶段已有较多研究,而第二阶段(生成与共享)仅有少量论文涉及。为了解该阶段的真实实践,作者对多个组织中日常生成和共享 CTI 的从业人员进行了问卷调查。受访者描述该过程目前主要依赖人工操作,并反复面临四类挑战:防止敏感信息泄露、从嘈杂的攻击数据中提取指标(IOC)、将观察到的行为与标准化的战术、技术和程序(TTP)相关联、以及将 CTI 转换为共享平台要求的格式。基于从业者反馈,作者将 CTI 生成与共享阶段细分为四个子步骤:情报提取(Intelligence Extraction)、标准化与富化(Normalization and Enrichment)、编码化(Codification)和分发(Distribution)。随后,作者针对每个子步骤开展了试点研究,评估当前大语言模型(LLM)的可行性。试点结果表明,LLM 在这四个子步骤中都能为分析人员提供辅助,但模型只能恢复证据中包含的一小部分指标,难以将每个论断都扎实地追溯到所提供证据,也无法自行判断哪些共享情报对接收方真正有用。因此,每个子步骤仍然需要专家监督。基于这些观察,作者提出了三个自动化生产可共享情报的未来研究方向。本文的核心贡献在于:系统化梳理 CTI 生命周期、通过实证揭示 CTI 生成与共享中的实践瓶颈、并首次针对 LLM 在该环节的可行性进行分步评估。适合关注 LLM 安全应用、威胁情报自动化以及蓝队运营效率提升的研究人员和安全工程师阅读。

💡 推荐理由: 该研究揭示了 LLM 在威胁情报生成与共享中的真实能力边界,提醒蓝队不能盲目依赖 AI 自动化,必须保留专家监督。其分步评估框架为安全团队落地 LLM 辅助 CTI 提供参考基线。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | 命中热门研究主题 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Arpan Kumar Mahapatra

该研究针对一个实际安全评估盲区: 当同一个智能体(Agent)同时使用 MCP 工具调用和 A2A 委托时,单独对每一层评估的安全性可能无法描述组合行为。作者构建了一个受控测试床: 一个真实模型主机通过本地 MCP 访问工具,再经本地 A2A 将消息传递给另一个代理,形成有序事件轨迹,并使用确定性规则进行精确计分,而不是依赖 LLM 裁判。实验采用冻结的三臂设计,包含 10 个记录场景,每个场景分别施加 "CONFIDENTIAL" 标头、无标头和 "PUBLIC - OK TO SHARE" 标头,但六个实质性记录字段的值在三种条件下字节完全相同。配置为 4 个模型 × 3 个条件 × 4 次重复,共 480 次试验。结果显示: 带 CONFIDENTIAL 标头与无标头之间的外发差异没有明确结论,且在所有模型中均接近下限;而增加 PUBLIC - OK TO SHARE 标头相对无标头会带来更高的逐字字段外发频率,但模型依赖性很大——Claude Sonnet 5 上效果强且一致(公开发送相对无标头的平均增加 0.800,所有 10 个场景均如此),GPT-5.6 的某一档中等但受到下限限制,另一档中位数增量为 0,还有一档完全没有效果。作者强调这是单一配置下的相关性而非因果关系。研究已公开代码、字节级轨迹和分析流水线,便于复现。对安全从业者的启发是: 在多协定的智能体链路中,简单的标签条件可能改变数据外发行为,不能依赖标签本身作为数据防泄漏控制,需要跨组件监督出站内容的逐字泄露。

💡 推荐理由: MCP 与 A2A 组合使敏感字段在代理间流动时可能突破单层 DLP;公开分享标签可能意外提升逐字外发风险,值得蓝队监控多智能体链路。

🎯 建议动作: 纳入内部评估

排序因子: 来自 arXiv 其他板块 (+2) | 命中热门研究主题 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
推荐 5.4
Conf: 60%

该文章为2026年9月5日发布于阿里云先知社区的公告,内容为第四届阿里CTF(阿里云网络安全攻防大赛)决赛的直播通知。文章主旨是宣传赛事活动,提供直播入口及时间等信息,并未涉及任何实际攻击事件、漏洞技术细节或威胁情报内容。根据现有信息,无法获取CVE编号、攻击组织、恶意软件家族、受影响行业或地域、ATT&CK技术战术等要素。该消息属于安全社区的技术交流与竞赛宣传范畴,与蓝队日常防御工作的直接关联性很低。阅读者若关注安全人才培养或希望看到后续攻击与防御思路的公开剖析,可关注赛事官方发布的回放、writeup等内容;但就情报预警和应急响应而言,本文没有可行动的威胁指标或防御指令。

💡 影响/原因: 本文仅为CTF比赛宣传,不涉及真实攻击或漏洞披露,情报价值有限;但可作为安全社区动态的信息源,对关注攻防研究趋势和人才培养的团队略有参考意义。

🎯 建议动作: 无需执行应急响应或补丁操作。建议继续关注阿里官方安全通告,留意比赛后续发布的技术复盘与研究成果,以作为团队能力建设的参考。

排序因子: 有可用补丁/修复方案 (+3) | Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 5.4
Conf: 50%

[分享]InstallShield 2026 R1 Premier破解补丁

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 5.4
Conf: 50%

AGFlow 三洞审计:补丁追着漏洞跑,有个版本掉队了

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: 有可用补丁/修复方案 (+3) | Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 4.4
Conf: 50%
CVE-2026-62737

Windows11 0day内核提权漏洞分析与利用(CVE-2026-62737)

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
CVE-2026-73653

CVE-2026-73653:Vitest Browser Mode 权限绕过漏洞原理与代码分析

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
CVE-2026-6471

PostgreSQL has released updates to address a security flaw that allows an account with the REPLICATION attribute to run arbitrary code as the operating-system user running the database server. The flaw, tracked as CVE-2026-6471 (CVSS score: 7.2), has been present since logical decoding was introduced in PostgreSQL 9.4 in 2014. Versions before PostgreSQL 18.6, 17.11, 16.15, 15.19, and 14.24 are

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
CVE-2026-14894

Threat actors are exploiting two critical security flaws in WordPress plugins Super Forms and Elementor Pro, according to findings from Wordfence. The vulnerabilities in question are - CVE-2026-14894 (CVSS score: 9.8) - A missing file type validation vulnerability in Super Forms – Drag & Drop Form Builder that allows unauthenticated attackers to upload files of any type, including

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 4.4
Conf: 50%
CVE-2026-85046

Google on Thursday released security updates to patch 12 vulnerabilities, including one that has come under active exploitation in the wild. The high-severity vulnerability, tracked as CVE-2026-85046 (CVSS score: 8.8), has been described as a type confusion bug in V8, Chrome's JavaScript and WebAssembly engine. "Type confusion in V8 in Google Chrome prior to 152.0.7977.82 allowed a remote

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
INFO EPSS 0%
VULNERABILITY 2026-09-04

HPE Patches Critical RCE Vulnerabilities in AOS-CX

推荐 4.4
Conf: 50%
CVE-2026-73749

Nearly two dozen issues, tracked collectively as CVE-2026-73749 (CVSS score of 9.8), were addressed with the updates. The post HPE Patches Critical RCE Vulnerabilities in AOS-CX appeared first on SecurityWeek.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 4.4
Conf: 50%
CVE-2026-9586

Tracked as CVE-2026-9586, the unauthenticated SQL injection flaw can be exploited remotely for arbitrary code execution. The post Sangoma Switchvox Vulnerabilities Exploited in the Wild appeared first on SecurityWeek.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
推荐 4.4
Conf: 50%
CVE-2026-6471

Dubbed PostGREShell, CVE-2026-6471 turns low-level replication access into code execution, permanent superuser privileges and a persistent database backdoor. The post 12-Year-Old PostgreSQL Vulnerability Enables Database, Server Takeover appeared first on SecurityWeek.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | 包含 CVE (+2) | LLM 评分加成 (+0.4)
👥 作者: James Di Novo, Hany Ragab, Sylvain P. Leblanc

本文针对网联车辆(Connected Vehicle, CV)中信号相位与配时(Signal Phase and Timing, SPaT)消息的安全性问题,提出了一个面向车载视角的入侵检测数据集和评估框架 SPADE。SPaT 消息是车路协同(V2I)和车车通信(V2V)中描述交叉路口信号状态的关键信息,其完整性直接影响车辆的安全决策。然而,当路侧单元或对等车辆被攻陷时,传统的认证机制可能被绕过,攻击者可在应用层注入恶意 SPaT 消息,导致车辆对路口状态的错误感知。现有入侵检测研究要么侧重基础设施侧防御,要么关注 V2V 基本安全消息(BSM/CAM)的异常行为,而缺少从车载单元(OBU)视角对 SPaT 完整性进行检测的研究。为填补这一空白,作者提出了 SPADE——一个带标签的多模态仿真数据集,专为基于深度学习的入侵检测系统(IDS)设计。该数据集通过 Eclipse MOSAIC 仿真平台生成,在 SAE J2735 应用层运行时注入攻击,涵盖六种攻击类别和一种良性类别。结合四种交叉路口几何形状、六种运行条件和五种独立随机种子重复,SPADE 包含 180 个独特的基础场景运行,产生约 189 万个带标签的时间步记录(每类约 27 万条)。每条记录融合了 SPaT 消息字段、车载摄像头置信度分数以及 V2V 合作式对等数据,共 40 个特征,反映区分故意攻击与环境退化所需的多模态信号空间。数据集、生成代码和场景配置均已公开,以支持 C-V2X 安全领域可重复和可比较的 IDS 研究。工具包和数据集链接可在 GitHub 上获取。本文的核心贡献在于提供了首个专门针对车载 SPaT 攻击检测的公开数据集,为后续研究奠定了基准。适合车联网安全研究人员、自动驾驶系统安全工程师以及关注 V2X 应用层攻击检测的蓝队人员阅读。

💡 推荐理由: SPaT 消息是车路协同安全的核心,一旦被篡改可直接误导车辆决策,造成碰撞风险。本文填补了车载视角 SPaT 完整性检测的数据集空白,为蓝队构建针对 V2X 应用层攻击的检测模型提供了可复现的研究基础。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.6)
👥 作者: Shweta Mishra

本文提出了一种名为“边界变异测试”(boundary-mutation testing)的新方法,用于评估基于正则表达式的密钥/凭证扫描器(secret scanners)的检测鲁棒性。传统验证方式通常使用固定示例(fixture),即仅固定凭证周围的文本,这无法覆盖真实代码中上下文变化的多样性。作者通过变异凭证周围上下文,并从每条规则的自身正则表达式生成匹配凭证,将其嵌入到多种真实源码上下文中,在规则层面而非工具层面分类检测结果,从而得到三种检测指标。对三款扫描器进行了评估:一个含43条规则的开源扫描器、Gitleaks 8.21.2 和 TruffleHog 3.82.13。结果显示,主测对象在十种上下文场景下的检测率保持 >=0.9976,但当凭证以连字符结尾时,检测率骤降至 0.5233。共有五条规则受影响:两条使用固定计数量词,完全且确定性失败;三条使用可变计数量词,会回溯并匹配截断的凭证;熵回退机制虽能挽救部分失败,但会降级其严重性。作者验证了一个修复方案,能恢复完全鲁棒性且不产生新的误报。同时报告了一个警示:一个看似合理的首次修复尝试会静默地使两条规则回归,只有通过重新运行相同的测试套件才能发现。此外,Gitleaks 存在一个独立的、经源码确认的缺陷——一个硬编码的终止符白名单导致大多数凭证类型完全漏报;而 TruffleHog 没有边界脆弱性,但覆盖范围最窄。论文报告了边际失败概率而非条件概率:一种常见令牌格式在结构上免疫,另一种则每64次失败一次。在 292,527 行真实代码上,误报排序与合成语料库上的结果相反。由于每种类型的检测是确定性的,比较单元是十种凭证类型而非数百个样本;没有召回率差异达到显著性,因此作者报告了零结果而非排名。该工作为秘密扫描器的评估提供了一种更精细的规则级视角,并揭示了边界上下文对扫描器实际效能的显著影响。适合安全工具开发者、DevSecOps 工程师以及从事软件工程中安全测试的研究人员阅读。

💡 推荐理由: 现有密钥扫描器验证方法可能高估真实检测能力。本文揭示边界上下文(如连字符结尾)会导致扫描器漏报,并提出可复用的规则级测试方法,帮助蓝队客观评估工具盲区。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.6)
👥 作者: Xiaofang Yang, Ziqi Miao, Dianbo Sui, Jing Shao, Lijun Li

本文针对技能增强型智能体(skill-augmented agents)的安全问题展开研究。此类智能体会将可复用的技能作为持久化运行时上下文加载,以提升任务执行能力,但这也为恶意技能提供了长期影响后续行为的通道。恶意技能可能在特定用户任务和工作区状态下,诱使智能体泄露机密、破坏代码、绕过审批或将数据暂存以备外传,使得安装前的审查不足以防范风险,因此需要运行时且任务条件化的防护机制。作者提出一种名为 Defense-as-Skill 的防御范式,将运行时守护本身实现为可安装、可检查、可编辑的技能。其守卫模块 SkillSonar 与不受信任的任务技能并行运行,针对用户任务边界检查敏感操作,并将操作路由到允许(allow)、重新规划(replan)或确认(confirmation)决策,无需修改底层智能体运行时。为评估该方案,作者构建了任务条件化数据集 SCOPE-R,涵盖 6 个风险族和 21 个子类别,包含 206 个攻击确认的恶意实例和 43 个良性任务。然后通过运行时守护技能演化(一种蒙特卡洛树搜索过程,根据回放反馈迭代磁盘上的守卫技能)改进 SkillSonar。在 Claude Code 和 OpenClaw 上的实验表明,演化后的守卫大幅降低了攻击成功率,同时保持了良好的安全-效用平衡。在 GLM-5 的重复运行中,SkillSonar 将 ID ASR 从 0.482 降至 0.104,OOD ASR 从 0.606 降至 0.115。进一步分析展示了跨受害者模型、未见过风险族和外部基准的迁移能力,以及对自适应攻击者的持续防护。消融实验还表明,显式安全责任分配和技能原生表示对性能提升都至关重要。

💡 推荐理由: 该研究直指LLM智能体技能生态的运行时风险,首次将防护本身技能化,为‘技能即攻击面’提供了全新防御范式,对构建安全的智能体应用具有重要指导意义。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.6)
推荐 3.6
Conf: 50%
👥 作者: Nicolas Constantinides, Mahdi Rahimi, Stavros Nonis

本文针对混合网络(mixnets)中的接收者隐私问题展开研究。混合网络通过一系列混合节点对数据包进行延迟和加密变换,能够为发送者提供较强的匿名性,但现有的混合网络缺乏同时保护接收者(目的地)隐私的安全协议,尤其是在防止发送者获知接收者身份方面存在不足。为此,作者提出了首个实用且安全的混合网络隐藏服务协议,在提供发送者匿名的同时实现接收者隐私。该设计基于单次使用回复块(SURBs),利用SURB实现匿名回复而不泄露接收者地址。然而,作者发现现有SURB使用方式存在两种实际攻击,能够在对手仅控制单个混合节点的情况下破坏发送者或接收者的匿名性。针对这两种漏洞,作者开发了相应的防御措施,并在此基础上构建了名为NymHS的协议。NymHS支持匿名服务发现、认证的双向会话以及异步SURB补充。作者在开源的Nym代码库上实现了NymHS,并通过在118个网站上进行的网页浏览实验评估其实用性,对27种配置各测量三次,共计9558次页面加载。实验结果表明,隐藏服务可以高效地部署在混合网络之上。具体而言,将Sphinx数据包的负载从2 KiB增加至10 KiB可使平均页面加载延迟降低约5.2倍,并将通信开销相对于当前Nym基线从21.7%降至4.3%。该研究填补了混合网络中接收者隐私保护空白,为匿名通信系统的设计提供了新的解决方案。

💡 推荐理由: 该研究解决了混合网络中接收者隐私缺失的关键问题,提出的NymHS协议为匿名通信系统提供了可实用的隐藏服务机制,对于需要双向匿名的场景(如举报、新闻采集)具有重要意义,也为后续隐私增强技术研究提供了基础。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.6)
👥 作者: Walid Saidi

本文介绍 MutMem-V2,一个面向持久化代理记忆(persistent agent memory)的密码学授权变异(cryptographically authorized mutation)协议。V1 版本虽然提出了保留记忆的变异机制,但缺少可移植的验证契约和干净的安装复现路径。V2 在不引入第二套记忆引擎的前提下,填补了该发布空白,明确定义了规范字节序列、域分离的对象与包承诺、强制性的召回证据成员与排序、外部信任锚、身份纪元、撤销、授权、请求回执、有序披露以及三种变异终止类型。协议共包含 18 个版本化对象 schema、39 个召回向量、15 个变异向量和 37 个闭环召回失败原因。独立的 Node 和 Python 实现对于全部 72 个结构和密码学终止节点的判定与主要原因完全一致;一个生产一致性语料库在 28 个必需类别上的 42/42 个案例全部通过。干净的 Node v26.8.1 安装能够达到首次启动、重启和调度器就绪状态,且无任何实验记忆。一个独立范围的 120 单元 Canary 实验仅支持显式标记遍历。所有公开表格均从自哈希聚合重新生成,独立验证器可重建统计和声明边界。V1 的历史实证结果仍作为历史保留。MutMem-V2 在既定假设下支持关于可移植完整性、授权、可追溯性、一致性和可复现性的声明,但并不建立语义真实性、通用鲁棒性或独立复制。本文适合研究代理记忆安全、密码学协议验证以及 LLM 代理可审计性的安全工程师和研究人员阅读。

💡 推荐理由: 为 LLM 代理的持久记忆提供可验证的密码学完整性框架,填补了代理记忆审计和复现的空白,对代理安全工程有直接参考价值。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.6)
👥 作者: Peiying Zhu, Sidi Chang

本文针对智能体(Agent)评估中的证据充分性与覆盖范围问题,提出了一套名为 ClaimReceipt 的声明相对收据规范与选择性验证器。研究背景是:在智能体评测中,存在两种不同的证据问题:一是已报告声明能否从保留证据中重新计算得出(充分性);二是保留的记录是否覆盖了承诺的实验集合(覆盖性)。普通的通用日志和哈希链接记录无法可靠地回答这两个问题。ClaimReceipt 的核心方法是:将类型化的事务证据绑定到一份签名的实验清单上,并为每条声明返回 PASS、INVALID 或 INCONCLUSIVE 三种结果。作者在实现前冻结了规范(SHA-256 哈希为 18d109...b81),以确保规范不被实现细节污染。实验使用 1,392 条历史买方—卖方记录进行验证:CR-2 验证器重现了全部五个手工标注的审计结论,精确重放了 600 条确定性记录和 792 条后生成记录,在测试的消融实验下使全部 13 个声明字段组都保持非冗余,并且对 11/11 个语义故障返回预期结果,同时 0/8 误报。随后,作者进行了前瞻性的 CR-3 时期实验:在推理前承诺 30 项任务,终端收据被签名并链接,私人证据为审计方加密。完整证据得到覆盖性和账目 PASS;扣押一个终端收据返回 INCONCLUSIVE_COVERAGE;而扣押所有私人打开则保留覆盖性和协议验证,但使经济声明变得不确定——这些结果与预注册的预测完全吻合。收据插桩仅增加模型推理时间的 0.021% 和每事务 9.9 KB 的存储开销。规范可读性探针表明,冻结的规范对独立读者而言仍非完全无歧义。结论是,声明验证不仅需要声明充分的证据,还需要一个已承诺的宇宙,使遗漏变得可见。本文适合智能体评测设计者、AI 安全审计人员、以及关注可验证 AI 系统(特别是基于证据的审计机制)的研究者阅读。

💡 推荐理由: 为智能体评测的可信审计提供了可操作证据链机制,解决日志不可靠、覆盖范围不明的问题,助力蓝队自建评测流程的可复现与一致性验证。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.6)
👥 作者: Kunlin Cai, Kaiyuan Zhang, Zihang Xiang, Jinghuai Zhang, Abeer Alwan, Fnu Suya, Yuan Tian

文本转语音(TTS)基础模型正越来越多地被用于在私有数据集上微调以合成高度个性化的声音,但这同时引入了严重的隐私风险,因为语音既包含生物特征身份又包含敏感语音内容。现有的黑盒成员推理攻击(MIA)通常采用查询生成和表示工程两阶段流程,但直接应用于TTS时会面临特有挑战:在查询生成方面,合成文本与参考语音的双重条件构成一个庞大且未被充分探索的查询空间,缺乏确定有效查询的准则;在表示工程方面,语音的多层次时序特征使得低级表示和直接比较难以有效捕获成员信号。为此,作者提出了第一个专门针对TTS模型的黑盒MIA框架,同时在说话人层面和记录层面开展工作。在查询生成上,他们刻画了可行查询空间的边界,并提出了两个评估标准(可评分程度和记忆诱导),据此比较了五种代表性查询,发现逐字复述(recitation)是攻击效果最强的查询策略。在表示工程上,他们从外部嵌入模型中提取多级语音表示,并对生成音频与目标音频实施时间对齐,以实现细粒度的成员信号比较。实验覆盖三种最先进的TTS模型(CosyVoice2、F5-TTS、XTTS-v2)和两个公开基准数据集(VCTK与British Dialect),结果显示隐私泄漏严重:说话人级别的AUC在最强设置下仍高于0.80并接近1.0,记录级别AUC则稳定在0.80至0.90之间;即使在成员与非成员均来自同一说话人的高难度场景下,攻击依然有效。此外,作者还识别出与过度记忆高度关联的若干语音特征。该研究首次系统揭示了TTS微调模型的成员推理暴露面,为隐私保护和风险评估提供了关键基础。适合关注语音模型隐私、AI安全及数据治理的研究人员与安全工程师阅读。

💡 推荐理由: 微调TTS模型已广泛应用于个性化语音服务,但研究揭示黑盒攻击者可高精度判断某段音频是否在训练集中,直接导致生物识别信息与敏感语音内容泄露。安全从业者需意识到此类模型的隐私风险,并主动开展风险评估。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.6)
👥 作者: Jidong Yang, Qi Li, Wei Zong, Yang-Wai Chow, Willy Susilo, Huaike Yu, Chunpeng Wang, Suo Gao

该研究揭示了一种针对隐形水印的新型规避风险——水印清洗(watermark laundering)。传统上,隐形水印的鲁棒性测试仅针对压缩、模糊、噪声、裁剪、去噪等预定义扰动。然而,公开的基础图像模型(如 OpenAI 和 Google 的图像编辑模型)带来了一种截然不同的威胁:攻击者只需向模型提交一张带水印的图像并给出一个简单的重构提示(reconstruction prompt),模型便会返回视觉上高度保真的输出,但该输出中的隐形水印已无法被可靠解码。作者将这种失效模式形式化为水印清洗,并提出联合载荷-保真度评估框架,结合比特错误率(BER)与视觉/语义保持度进行量化。实验覆盖了六个 OpenAI 和 Google 图像编辑模型、三种代表性水印方案(含 DwtDct)以及 1,800 个重构输出。主要发现包括:OpenAI 模型在多数方案中产生最强的载荷破坏;Nano Banana 2 模型下 DwtDct 在高质量重构中仍显脆弱;消除提示(prompt ablation)表明,无需特定去除指令,单纯的重构路径即可导致水印失效,说明该效果主要来自重构机制而非攻击性措辞;与传统攻击(如加噪、压缩)相比,提示条件重构是一种独立的操作攻击界面。该研究为水印社区提出了新的要求:应将基础模型重构作为隐形水印鲁棒性评估中缺失的一项条件。适合水印技术研究者、AI安全工程师、内容溯源系统设计者阅读。

💡 推荐理由: 基础模型可被用作隐形的“水印清洗器”,只需一条简单提示即能绕过内容溯源机制,威胁版权保护和深度伪造溯源体系。安全团队需意识到传统鲁棒性测试已不足以覆盖现实攻击面。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.6)
👥 作者: Fabio F. G. Buono

这篇论文提出并证明了一个元定理:对于任何一个自洽且具有足够表达能力的有限句法系统 S,都存在至少一个 S 无法自主产生的定理。这里的“有限句法系统”涵盖范围极广,包括安全机制、AI 系统、形式化验证器、法律系统、经济模型,以及该定理自身所处证明的形式系统。该结果本质上是在哥德尔不完全性定理的思路上进行了推广,但其结论更强:不仅存在系统内不可判定或不可证明的命题,而且存在一个“无法被系统自主生成”的定理。作者强调,该定理是一个元定理,即它证明了某个定理的存在性,但并没有给出具体的构造,而是适用于所有满足条件的有限句法系统。这意味着任何基于有限公理集合和有限推导规则的系统,无论其多么自洽和强大,都会存在某种“盲区”,无法仅凭内部机制推导出某些真命题。论文探讨了这一局限性对安全领域的深层影响:在网络安全中,基于规则的检测系统、入侵检测系统、漏洞扫描器,以及基于逻辑的 AI 决策模块,本质上都是有限句法系统,它们可能始终无法枚举所有攻击模式或异常行为;类似地,形式化验证工具也无法覆盖所有可能的程序性质。作者认为,承认这一根本性限制对于设计防御体系非常重要,它意味着完全自动化、自足且完备的安全系统在数学上即为不可能,需要依赖外部引入的启发式规则、人类判断或不断变更的系统边界来弥补内部盲区。该研究主要面向对计算理论、数理逻辑和安全基础感兴趣的读者,尤其适合安全研究员、AI 系统设计者以及形式化方法实践者,以理解系统能力的理论边界。

💡 推荐理由: 该结果从数学上证明了任何有限句法驱动的安全或 AI 系统都存在无法自主产生的定理,这为防御者敲响了警钟:依赖单一自足系统的完备覆盖是理论上的幻想。理解这一限制有助于设计多层异构防御,而非盲目追求全能规则库。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Zeno De Angeli, Alexandru Ianov Vitanov, Philipp Jovanovic, Lefteris Kokoris-Kogias, Alberto Sonnino, Pasindu Tennage, Igor Zablotchi

在基于 DAG 的共识协议中,所有验证者都会并发提议区块,由指定的 leader 区块来驱动交易的最终提交。虽然每轮设置多个 leader 槽位可以降低排队延迟,但生产环境为规避队首阻塞问题通常只使用单一 leader:一旦某个 leader 处理缓慢,整个流水线至少要经历一次 leader 超时,若该槽位需要等待回退间接决策规则,则还会拖慢后续多个波次,且被阻塞的风险会随 leader 数量的增加而恶化。本文提出 Barnacle,一种运行时自适应调整 leader 数量的附加模块。协作节点在每个时间间隔内,基于系统中已达成一致并提交的 DAG 图,统计通过直接规则(而非回退规则)判定为 commit 的槽位所占比例,并以此作为网络健康度的指标;随后遵循 AIMD(加性增、乘性减)原则来调节并发 leader 的数量。这种测量不依赖额外消息、不需要引入密码学操作,且是确定性的,避免了原有单 leader 方案的脆弱性。Barnacle 可泛化到不同的 DAG 协议,作者在四种协议上完成实例化,涵盖 Byzantine(3f+1、5f+1)、仅崩溃(2c+1)以及混合(5f+3c+1)等容错模型,并从理论上证明了其安全性与活性。实验结果显示,Barnacle 在各类网络条件下都能与最优静态 leader 配置相当:网络健康时,其延迟比单 leader 降低约 6%-13%;节点发生性能退化时,它能够保持与单 leader 方案接近,同时比高静态计数方案低 35%-56%。目前研究团队正在与 Sui 团队合作,计划将 Barnacle 集成到 Sui 区块链中。

💡 推荐理由: 从安全运营角度,该研究有助于理解 DAG 共识系统在节点性能波动下的行为,强化对共识层可用性攻击(如针对 leader 的拒绝服务或流量放大)的防御准备。自适应 leader 机制可缓解由单个节点性能下降引起的全局抖动,是提升区块链基础设施韧性的重要方向。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Iliana Fayolle, Antoine Geimer, Daniel De Almeida Braga, Clémentine Maurice

本文是一篇针对微架构侧信道攻击领域基准测试实践的系统性回顾与批判性研究。近年来,微架构侧信道研究发展迅速,但评估方法的严谨性却未同步提升。早期攻击论文常使用间接代理指标(如隐蔽信道带宽、对朴素AES/RSA实现的密钥恢复)作为评估手段,这些做法逐渐成为事实上的标准,后续研究往往直接与先前工作的原始数值进行对比。然而,微架构攻击对实验条件极其敏感,目标系统的微小变化可能导致结果显著不同,因此不当的评估实践会严重削弱结果的可复现性和比较的有效性,即使在顶级学术会议上也屡见不鲜。为系统分析这一问题,作者收集并审查了2014至2024年间发表在高排名安全与体系结构会议上的83篇攻击论文,从中归纳出19类反复出现的基准测试缺陷,涵盖评估完整性、相关性、健全性和可复现性等方面,包括不公平或缺失的比较、代码或材料缺失、未能评估关键攻击属性等问题。统计显示,每篇论文平均存在5.5个缺陷,表明问题在高度选择性的学术场所中仍十分普遍。基于这些发现,作者提出了评估新型攻击应参考的关键属性,并总结了随时间变化的趋势以及安全会议与体系结构会议之间的实践差异。该研究为改进微架构侧信道攻击的评估标准提供了重要依据。

💡 推荐理由: 微架构侧信道攻击的评估方法长期缺乏统一标准,导致大量论文结果不可比、不可复现。本研究系统梳理了83篇顶会论文中的19类缺陷,为安全研究者提供了评估规范和审稿参考,有助于提升该领域研究的整体质量与可信度。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Linke Song, Wenhao Wang, Weijie Liu, Rui Hou

Linux 容器通过共享宿主内核实现高密度与快速生命周期操作,但这种设计也允许被攻陷的宿主检查或修改容器状态。现有机密计算系统通常保护飞地地址空间或整个客户操作系统,而近期容器粒度系统仍会引入独立的保护上下文。这些抽象并未将动态、由宿主管理的 Linux 进程组视为架构保护单元。本文提出 NACRE,一个 RISC-V 软硬件协同设计,用于实现原生机密容器。其关键洞察是:将宿主管理资源的权限与其访问或提交受保护状态的权限分离。硬件可识别的容器身份将受保护陷阱导向隔离的 S-mode 代理,而 M-mode 监控器负责提交安全敏感的容器身份、映射和页表转换。该代理在不修改 satp 的情况下将服务委托给宿主 Linux;不访问私有字节且不修改受保护状态的服务可绕过 M-mode。作者通过扩展 QEMU、OpenSBI、Linux、可信代理和 runc 验证原型,实现了单容器私有内存基础路径,覆盖启动、故障、fork/写时复制、用户访问和拆除路径。在 lmbench 的五个系统调用与管道指标上,三次运行均值与 runc 原始基线相差在 3.5% 以内;在八个 nginx 对象大小均值等权重下,总吞吐量仅降低 1.9%。该研究适合对机密计算、容器安全、操作系统内核与硬件协同设计感兴趣的研究人员与系统架构师阅读。

💡 推荐理由: 为机密容器提供硬件级原生保护,避免额外保护上下文的性能开销,为云原生安全与可信执行环境设计提供新思路。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Aditya Mitra, Kolluru Sai Abhiram, Sibi Chakkaravarthy Sethuraman, Anitha S

本文对FIDO2/WebAuthn威胁模型进行了批判性重估。FIDO2被广泛部署为抗钓鱼认证方案,依赖公钥密码学和硬件认证器,常被认为只要密码学实现正确即可保证安全。然而,作者指出在真实部署条件下,多个被广泛假设的安全属性并不成立。研究将威胁模型扩展到密码学层之外,系统分析了贯穿FIDO2协议栈的八类攻击向量:恶意浏览器扩展、平台处理器恶意软件、被动嗅探、虚拟设备驱动、CTAP2恶意软件、USB/硬件植入、恶意USB集线器/底座/延长线,以及NFC中继攻击。分析表明FIDO2依赖的环境假设在实际中可能失败。研究演示了AAGUID和时序信息如何被用于用户画像和定向攻击,以及当浏览器、操作系统或硬件被攻陷时,即使底层密码学原语未被破坏,FIDO2安全性也会被削弱。进一步证明,跨多层攻击链能够绕过FIDO2的预期安全保障。这些发现表明,FIDO2部署的主要弱点通常不是密码学层,而是周围的可信环境。作者还研究了这些攻击向量如何通过针对FIDO元数据服务(MDS3)来破坏设备证明——MDS3是认证器元数据的信任根。最后,按权限、技能和资源要求对攻击进行了分类。结论是,有效的FIDO2安全需要覆盖浏览器、操作系统、硬件、协议栈和元数据基础设施的分层缓解措施。

💡 推荐理由: FIDO2被普遍视为抗钓鱼的黄金标准,但本文揭示其威胁模型中的隐性假设在现实中可能不成立。实际部署环境中的浏览器、OS、硬件或元数据链路的潜在危害,会使FIDO2的强度大打折扣。蓝队需认识到FIDO2并非万能,必须审视终端环境与信任边界。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Alexandr Goultiaev Tolstokorov, Kyriakos Mouratidis, Javad Dogani, Nikolaos Laoutaris

本文针对第三方检索增强生成(RAG)市场中的新型审计问题展开研究。具体而言,数据提供方将语料库授权给RAG运营方后,往往无法获知其文档是否被未经补偿地重用。由于运营方不合作、生成器会对答案进行改写、且单次回答可能融合多个提供方的证据,审计此类滥用十分困难。为此,作者提出DirBucket——一种提供方侧语义水印和黑盒审计框架,用于多提供方RAG场景下的文档级重用检测。DirBucket通过对文档进行保留语义的同义改写来嵌入水印,使文档嵌入向量朝提供方特定的桶秘密方向偏移,从而在不破坏检索效用的前提下,能够从黑盒回答中检测出文档是否被重用。在一个反映混合提供方重用与黑盒访问的挑战性基准上,DirBucket是唯一能在无任何非目标激活的情况下始终实现强目标检测的方法;在主基准的每次审计中,它平均仅需23条被审计回答即可发现不合规行为。该水印还能抵御针对回答的事后清洗攻击,且所评估的逃避策略均无法在保持用户感知答案质量的同时彻底击败检测。此外,检测能力无需调整即可迁移到基于真实临床、网络威胁情报及法律提供方语料库构建的第二个基准上。实验结果证明,嵌入空间水印可以使第三方RAG中的文档重用具备统计学上的可审计性。本文适合关注大模型安全、数据知识产权保护、RAG系统合规审计的研究人员与蓝队成员阅读,其贡献在于提供了一种不依赖运营方配合的、可实际部署的追踪机制。

💡 推荐理由: RAG服务中数据滥用行为难以取证,本文提供了首个可统计审计的嵌入空间水印方案,帮助数据提供方在不访问模型内部的情况下发现未授权内容重用,对知识产权保护和合规审计有直接价值。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Dariia Porechna

该论文研究后量子签名迁移在多方分布式授权场景中引发的系统性问题。作者提出,原生阈值签名中签名算法会深度耦合密钥生成、份额状态、预处理、交互、组合、刷新与恢复等环节;而将阈值策略放在原生签名关系之外进行评估虽可降低耦合,但产生的授权证据无法被未修改的原生验证器接受,除非有一可信的完整密钥签名者将批准翻译成原生签名。论文系统梳理了该设计边界,提出三个核心属性:原生签名兼容性、单方签名阻力和阈值层敏捷性。作者对专用阈值签名、通用MPC签名、分布式哈希构造、可编程多重签名、双门授权以及阈值授权的HSM签名等方案进行了分类比较,并给出迁移影响面以识别哪些组件会随签名算法变化。研究结论表明,在调查的方案族中,没有任何设计能同时满足原生输出、单方签名阻力和阈值层敏捷性;作者强调这是架构性张力而非不可能性论断,并据此解释了为何仅靠可替换API不足以使分布式授权获得密码学敏捷性。该论文面向关注后量子迁移、分布式系统安全、密码学协议设计的蓝队架构师与安全研究员。

💡 推荐理由: 后量子迁移不仅是算法替换,还涉及授权架构的根本设计约束;明确边界属性有助于避免在迁移中出现单点签名或被验证器拒绝的授权断层。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Adrita Rahman Tory, ABM Shawkat Ali, Md Abu Layek, Khondokar Fida Hasan

本文研究联邦学习在网络入侵检测(NIDS)场景中,隐私保护、鲁棒性与公平性三者之间的内在权衡。联邦学习允许多方在不集中敏感流量数据的前提下协作训练入侵检测模型,但在实际部署中必须同时满足三个相互竞争的需求:形式化的差分隐私保证、对拜占庭式恶意参与者的容忍能力,以及在严重类别不平衡下对攻击的可靠检测覆盖。现有文献通常将这三个性质视为可独立组合的模块,本文从理论和实证两个层面对这一假设提出质疑。作者引入“几何不可区分性”(geometric indistinguishability)作为分析视角,指出在类别不平衡的联邦 NIDS 中,隐私噪声引起的客户端更新分散会使少数类信号更难被鲁棒聚合机制保留。研究以 UNSW-NB15 数据集为案例,评估了 DP-SGD 结合坐标中位数聚合在标签翻转攻击和模型投毒攻击下的表现,并按攻击类别分析威胁覆盖情况。实验初步证明,联合使用隐私噪声与鲁棒聚合会不成比例地降低对稀有攻击的检测能力,相比之下多数类受影响较小。进一步分析表明,强隐私条件下观测到的部分性能崩溃可归因于训练校准不当,即使经过依赖 epsilon 的超参数调整,超稀有类别仍可能存在残余的性能下限。这些发现说明,应把隐私、鲁棒性和稀有攻击覆盖作为联合问题研究,而非独立可组合的属性;作者建议聚合感知建模和样本感知评估是构建可信联邦 NIDS 的有前途方向。本文适合研究联邦学习安全、入侵检测系统以及隐私与鲁棒性交叉领域的研究人员阅读。

💡 推荐理由: 该研究揭示了隐私保护与鲁棒聚合在类别不平衡的联邦 NIDS 中联合使用时可能对少数类攻击检测造成“双重打击”,挑战现有独立组合的安全假设,对设计真实防御系统具有重要警示意义。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Peichun Hua, Yunming Xiao

本文提出 Spruce(Scalable Private Outsourced Retrieval Using Compact Embeddings),旨在解决检索增强生成(RAG)场景下大规模文档向量索引外包给不可信云服务器时的隐私与性能矛盾。现有基于全精度向量相似度检索的加密实现(如安全多方计算 MPC)需要逐文档计算,导致计算量、关联随机数和通信量随语料库规模线性增长;在百万文档量级,朴素安全实现单次查询需约 90 GB 通信和数分钟延迟,即使经过优化的系统也需 10-22 秒。Spruce 的核心创新是将文档嵌入表示与密码学协议协同设计:学习紧凑二元编码(compact binary codes)作为候选召回表示,在两端服务器 MPC 环境下仅需高效汉明距离计算即可完成粗筛,后续仍可用全精度嵌入重排序来保证最终检索质量。为此,作者设计了语料库校准的固定半径协议,避免多轮候选选择,维持检索精度;同时引入私有聚类剪枝,以少量质量损失换取显著计算缩减;并部署单核所有者运营的 dealer 节点,消除云端 OT(不经意传输)预处理的瓶颈。实验覆盖 383K 至 5.42M 文档的四个语料库,结果显示 Spruce 的候选集大小中位数仅为 382-1,952,基本保持原始搜索质量;在 10 Gbps 服务器间带宽下,全库扫描耗时 0.21-2.97 秒,比此前最快的基线方法快 4.8-6.7 倍;私有剪枝模式耗时 0.06-1.09 秒,实现 13.1-22.9 倍加速,保留全浮点 NDCG 的 93.9%-97.3%。在最大语料库上,剪枝与 dealer 联合将 1 Gbps 链路的持续吞吐量提升 31.5 倍。该工作为隐私保护向量检索提供了新的表示-协议协同设计思路,适合研究隐私增强检索、RAG 安全外包及 MPC 性能优化的技术人员阅读。

💡 推荐理由: RAG 系统正广泛采用向量检索,但将索引外包至云会泄露语料和查询隐私。Spruce 证明了通过紧凑二进制编码与 MPC 协同设计,可在百万级文档上实现亚秒级私有检索,为隐私保护 RAG 的实用化迈出关键一步,值得关注向量检索隐私的蓝队和架构师参考。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Ismel Martínez-Díaz

该论文研究的是同源密码学(isogeny-based cryptography)中的一个基础计算问题:在素域 $\mathbb{F}_p$ 上搜索超奇异椭圆曲线。此前有工作将问题形式化为 $\mathbb{F}_{p^2}$ 上的元启发式优化,提出了非重数距离(NMD)目标函数,度量 Frobenius 迹与 $p$ 的倍数之间的偏差,并表明在候选规模超过约 $10^{13}$ 时,盲目随机搜索会失效。本文则将搜索空间从 $\mathbb{F}_{p^2}$ 缩减到素域 $\mathbb{F}_p$,这是面向定向同源协议(如 CSIDH、OSIDH、SQISign)的实际设置。尽管候选空间从 $p^2$ 降至 $p$,超奇异曲线的轨迹在渐近意义下仍然稀疏(约有 $O(\sqrt{p}\log p)$ 条曲线),因此搜索仍是指数困难的。作者设计了一种针对 $\mathbb{F}_p$ 的模因算法(memetic algorithm),采用一维 $j$-不变量染色体、比特级重组、自适应变异以及周期性局部搜索,仍以 NMD 为目标。实验在 30 个独立随机种子、40 位、46 位和 51 位素数规模($p \approx 1.13 \times 10^{15}$)下进行,结果表明:算法在 46 位时能发现一条精确的超奇异曲线,并能稳定收敛到 Frobenius 迹接近零的“近超奇异”普通曲线;最佳 NMD 值在 40 位时为 19,在 51 位时为 3,对应 Hasse 区间内的相对迹偏差分别为 $1.3\times 10^{-5}$ 和 $4.5\times 10^{-8}$。这些结果证明 NMD 驱动的模因搜索能有效导航稀疏的 $\mathbb{F}_p$ 景观,系统定位近超奇异结构。论文主要贡献在于将元启发式方法扩展到素域场景,并展示了其在同源密码学困难实例上的搜索能力。适合对后量子密码、同源密码协议安全性和元启发式优化感兴趣的研究人员阅读。

💡 推荐理由: 该研究触及同源密码学中核心困难问题的求解进展,可能影响基于超奇异曲线的协议参数安全性评估;虽未直接提供攻击,但有助于蓝队理解此类数学搜索对密码系统安全边界的潜在影响。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Ahmed Abdelnaby, Mohamed Elmahallawy

本文提出了一种面向部署场景的黑盒后门防御方法 TRIM(Trigger Removal by Identifying Manipulated Regions),旨在解决深度神经网络(DNN)在视觉系统中被后门攻击悄然篡改的问题。后门攻击通过恶意触发器使模型在保持高干净准确率的同时,对特定目标进行错误分类。现有防御方法通常依赖模型内部信息、训练数据或干净验证样本,在仅有黑盒访问权限时难以部署。TRIM 的核心思想是在推理阶段识别导致模型异常行为的图像区域,并只对这些区域进行选择性净化,同时保留良性内容。该方法由三个关键组件构成:(i) 基于深度特征表示的图像区域分割;(ii) 通过图像修复和扩散式重建实现自适应触发器发现,将导致误分类的区域隔离出来,且不依赖对触发器类型、形状或位置的假设;(iii) 选择性区域净化,清除被污染区域的同时保留良性内容。为了支持实际部署,TRIM 还缓存了先前识别出的触发器的特征嵌入,从而高效识别并避免重复检测和净化。实验覆盖多种数据集和后门类型(包括混合、稀疏、不同大小及多个触发器),结果表明 TRIM 在攻击成功率(ASR)上可低至 1.16%,同时保持高达 87.87% 的干净准确率,优于现有黑盒防御方法。该研究证实,在防御者无法获取任何辅助数据的情况下,推理时的后门缓解是可行的。适合对 AI 安全、模型鲁棒性、推理时防御感兴趣的研究人员与安全工程师阅读。

💡 推荐理由: 后门攻击威胁现实视觉系统,而现有防御多需内部访问或干净样本。TRIM 提出纯黑盒、无辅助数据的推理时净化方案,为蓝队在无法控制训练流程时提供了可落地的防御思路,值得关注。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
推荐 3.5
Conf: 50%
👥 作者: David Chernin, Ethan Fetaya

本文提出了一种名为 CRAW(Codec Robust Audio Watermarking)的音频水印框架,旨在解决生成式语音模型带来的虚假音频鉴别难题。近年来,生成语音模型使得合成音频与真实音频的区分愈发困难,可能被用于欺诈和虚假信息传播。音频水印通过在生成语音中嵌入不可感知的信号,并在后续检测中验证音频来源,是一种有前景的防御手段。然而,现有的事后水印方法在真实世界常见的神经编解码器、降噪器和声码器处理下鲁棒性不足,容易失效。CRAW 通过联合优化神经重合成鲁棒性并保持高感知质量,其核心贡献包括:失真感知训练、基于注意力的池化机制、推理时感知掩蔽,以及用于恢复鲁棒训练中损失保真度的纠错编码。实验结果表明,CRAW 在神经编解码器、降噪器和声码器下达到了最先进的鲁棒性,同时感知质量与现有事后水印方法相当。代码已开源。该研究适合关注深度伪造防御、音频溯源和生成式 AI 安全的从业者阅读。

💡 推荐理由: 生成语音滥用风险日益突出,音频水印是关键的防御技术。CRAW 显著提升了在真实传输链路下的鲁棒性,为音频来源认证和深伪检测提供了可行方案。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Javed M. Shah, Ian A. Kash, Natalie Parde

该论文将内部威胁检测建模为动态贝叶斯博弈:一个平台协调由多个战略认证者(certifiers)组成的委员会,在诚实用户之间维持均衡,并在数据外泄前检测恶意偏离行为。认证者与用户运行在一种称为贝叶斯时间相关均衡(BTCE)的机制下,其中密封信封式的关联设备随时间发布私人推荐,并在每个在线信息状态验证服从性。与Stackelberg博弈不同,BTCE不需要承诺权即可协调异构认证者。论文引入现时偏差和损失厌恶以刻画冲动升级动力学,从而实现比理性基线提前1.7至4.5天检测恶意行为。作者证明了三个理论保证:(1) 校准的干预损失使推荐行为在存在行为偏差时仍成为当前自我的最佳响应;(2) 受控证据积累保证在外泄前的有界期望时间内完成干预;(3) 当拜占庭认证者少于一半时,中位数聚合将实际执行动作限制在诚实推荐区间内。在CERT r6.2数据集上的实验表明,该机制的外泄前检测率最高达28.3%,误报率低于1.6%;相比之下,Transformer基线和流式溯源近似方法(HOLMESLite)在相同约束下几乎无法实现外泄前检测。文章主要面向博弈论应用于安全检测的研究人员,适合对内部威胁防御、多智能体系统以及行为经济学与安全交叉方向感兴趣的读者。

💡 推荐理由: 内部威胁检测长期依赖事后取证,该工作提出理论上可证明“外泄前”干预的博弈论机制,为蓝队设计早期预警系统提供了新的数学框架,尤其适用于需要多方协同且存在不可信节点的场景。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
推荐 3.5
Conf: 50%
👥 作者: Asad Raza, Jens Eisert, Bill Fefferman

本文研究量子信息与计算复杂性理论中伪随机性的核心问题,即统计伪随机性与计算伪随机性之间的关系。统计伪随机性通常由酉设计(unitary designs)描述,而计算伪随机性则由伪随机酉(PRUs)刻画。此前已知的PRU构造往往需要将酉2-设计与经典密码原语结合,暗示统计随机化可能是实现计算伪随机性的必要成分。然而,本文推翻了这一直觉,证明统计伪随机性并非计算伪随机酉的必要条件。作者在现有构造中,用一类甚至不构成状态1-设计的系综替换酉2-设计层,但要求这些系综具有足够的“distinctness”(区别性),并论证了distinctness是任何PRU都必须具备的性质。基于此,他们构造出新的非自适应安全的PRU系综,其计算伪随机性不依赖于任何底层统计伪随机量子系综(如2-设计)。进一步地,作者通过纠缠版的抗集中性(anticoncentration)来刻画distinctness,并揭示distinctness已经能够捕捉对PRU的相干性和虚数性(imaginarity)的约束,同时识别出若干宽泛的输入类别可使这些约束消失,从而允许实数值PRU的存在(即便对于某些最大纠缠态)。作为应用,他们利用distinctness的缺失来约束随机相位-Hadamard系综被猜想为PRU的伪随机性程度。本文为量子伪随机性的基础理论提供了新见解,对设计仅依赖计算假设的量子密码协议具有潜在意义。

💡 推荐理由: 该成果厘清了量子伪随机性中统计与计算层面的本质区别,直接影响量子密码学中伪随机酉的构造与安全性模型,有助于蓝队评估量子安全协议的底层假设是否过于严格,并指导更高效量子随机性生成方案的研究。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Yuqiao Xu, Erman Ayday

该论文研究了家用机器人在本地感知数据不出设备的情况下,仍可能通过下游导出的结构化表示(如语义地图、几何特征、空间布局和任务目标)造成隐私泄露的问题。作者指出,现有隐私保护多关注原始传感器数据,但即使数据本地化,为规划器、云服务、日志或学习流程导出的表示也可能被攻击者反向推断出家庭信息。为此,论文提出“任务功能感知蒸馏”(Task-Functional Perception Distillation, TFPD)框架,该框架在本地保留丰富感知信息,并根据任务效用、直接暴露程度以及多种残余推断风险对下游导出表示进行画像和裁剪。实验基于120个AI2-THOR场景,采用场景不相交的训练/验证/测试划分、冻结的攻击者选择,并引入表示感知的留出攻击,评估导航、碰撞检测和物体目标执行三类任务。结果表明:三种导航导出表示在任务成功率上完全一致(均为1.000)且平均路径比相同(0.898),但表示层面的链接性(linkability)从0.532到0.970不等,说明任务等价性不等于隐私等价性。将显式目标标签替换为目标区域,可使目标类别macro-F1从1.000降至0.077,同时成功率保持在0.995;而几何粗化可将物体类别macro-F1从0.704降至0.556,但会带来可测的碰撞效用损失。在ProcTHOR上的复现实验保留了“导航任务等价但隐私不等价”的核心发现,但改变了归一化表示和拓扑表示的相对排序。总体而言,论文证明了简单的字段删除或更强的抽象并不能形成通用的隐私排序,因此需要针对具体任务和完整公共表示进行多风险评估。适合机器人安全、隐私保护AI和感知系统设计的研究人员阅读。

💡 推荐理由: 家用机器人普及背景下,该研究揭示了即使传感器数据不出本地,结构化的任务级表示仍可能泄露隐私。为机器人系统设计者提供了任务与隐私权衡的系统性评估方法,有助于构建更安全的感知导出流程。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Surendra Ghentiyala, Pritish Kamath, Ravi Kumar, Pasin Manurangsi

该论文研究在回答线性查询时如何同时满足差分隐私(Differential Privacy, DP)与低随机性消耗的问题。传统差分隐私机制通常依赖大量随机位来扰动查询结果,而实际部署中随机数的生成和管理可能成为性能瓶颈。作者针对 Hardt 和 Talwar 提出的范数机制(K-范数机制)进行了随机性高效化的改造,构造了一个在期望随机位数上接近最优的算法。具体而言,在保证 l∞ 误差不超过 O(d/ε) 的前提下,该算法仅需 O(log d) 个随机位即可回答 d 个线性查询;与现有工作(如 Canonne 等人以及 Ghentiyala 的成果)相比,随机位数从超线性或更高复杂度降至对数级别,且在 ε ≤ 1/d 的情况下达到最优。此外,作者还给出了该算法的计算高效版本,但该版本会引入 O(log d) 倍的误差放大。论文属于理论计算机科学与隐私计算交叉方向,其核心贡献在于从理论上证明了「随机性与效用」之间权衡的可行性边界,并为后续实际差分隐私系统在设计低熵随机源下的查询应答机制提供了理论支撑。适合对差分隐私机制设计、随机化算法复杂度以及隐私保护数据发布感兴趣的研究人员阅读。

💡 推荐理由: 差分隐私系统的实际部署常受限于高质量随机数的生成成本,该文首次在理论上证明可用 O(log d) 随机位实现接近最优的查询误差,对降低隐私保护系统的资源开销具有指导意义。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Igor Santos-Grueiro

本文研究分布式系统中授权撤销完成后的一个隐蔽问题:即使系统报告撤销完成、状态干净或操作成功,某些此前已获授权的请求或任务仍可能产生应用程序无法接受的副作用,而服务提供方并未违反其契约。作者将这种所有潜在违规路径均不存在的情形定义为“策略相对效果闭合”(policy-relative effect closure),简称“效果闭合”。一个授权(grant)只有在不再存在任何此类遗留路径且无法签发新授权时才算真正闭合。作者提出 EFFECTBOUND 系统,利用带证据支持的有限契约来判断接口能否在需要的工作完成的同时真实报告闭合状态。该方法将问题归约为带隐藏状态的有限控制问题,并输出策略、不可能性证明,或在证据不足时不作判定。机器校验的证明确立了归约和检查器的可靠性;检查器可派生闭合结果并验证证书。作者在 GitHub、Kubernetes、NATS 和 Kafka 上进行了实证分析,发现闭合失效有三种典型模式:接口缺少必要的控制手段、表面干净的可见状态掩盖了仍在进行的活动、或模型在“效果边界”(即阻止效果的最后时机)之前停止。具体案例包括:GitHub 的合并工具无法将合并操作绑定到已审查的提交,受控运行证实它可能合并不同的提交;NATS 在报告无存储或待处理消息时,已派发的工作仍可能向下游发布;在 Kafka 中,所有固定节点均已应用撤销,但更早的已授权请求仍可能追加数据。作者在固定集合的 Kafka 4.3.1 测试部署中添加了一个门控机制:阻止新使用已撤销授权,并延迟返回直到早期在途工作完成,从而闭合了所研究的同步非事务写入路径,且不阻塞无关请求。该研究揭示了授权生命周期中“结束”的复杂边界,对事件驱动系统、消息队列和协作平台的正确性具有重要启示。

💡 推荐理由: 该研究揭示了分布式系统中授权撤销后仍存在“效果残留”的漏洞模式,可能导致已撤销的权限间接生效。对设计安全 API、权限系统和异步工作流的安全工程师具有直接参考价值。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
推荐 3.5
Conf: 50%
👥 作者: Suthee Ruangwises

本文研究了一种新的密码学方向:在虚拟玩家模拟模型下进行纸牌计算。与传统的基于纸牌的安全计算不同,虚拟玩家模拟针对实体纸牌游戏(如抽王八、UNO、总统牌)设计协议,需要满足额外约束:纸牌代表持续的游戏状态,虚拟玩家手中剩余的牌在每次行动后必须保留,且每张游戏牌理想上由一张实体牌表示。论文聚焦于纸牌具有公开已知排序的游戏,提出了两个基础协议。第一个是 Play-Minimum 协议,当牌堆中的所有牌值互不相同时,该协议能够安全地从虚拟玩家手牌中选择并打出最小值牌;通过对称性,也可用于打出最大值牌。第二个是 Sorting 协议,该协议能够安全地将虚拟玩家的手牌按非递减顺序排列,并且在多张牌值相同时依然适用。这两个协议提供了与特定纸牌游戏无关的通用计算原语,是理解虚拟玩家模拟模型计算能力的重要一步。论文贡献在于首次在该模型下提出了通用的安全计算协议,丰富了纸牌密码学的理论工具,并为未来在更多牌类游戏中实现自动化虚拟玩家奠定了方法基础。适合对安全多方计算、密码学协议设计、纸牌加密及游戏算法感兴趣的密码学与安全研究人员阅读。

💡 推荐理由: 该研究拓展了安全计算的新范式,针对物理牌类游戏的自动化虚拟玩家提供了可证明安全的通用原语,对密码学理论有增量价值,但离实战应用较远。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Pengfei Wang, Anying Chen, Danjun Liu, Xu Zhou, Wei Xie

Linux 内核漏洞对下游系统的安全性构成重大威胁。尽管已有大量自动内核利用研究,但抽象利用策略与具体技术操作之间仍然存在概念鸿沟,导致自动化程度有限。本文针对这一挑战,首先提出了一套系统化的表征方法:将利用原语从逻辑能力到可验证效果形式化为六类,并扩展了利用策略表示,将原语升级策略与原语路径代码合成规则(对象约束、时间序列、环境前提、验证约束)耦合。在此基础上,作者设计了 PrimSynth,一个多代理框架,通过协调多个智能体来发现、验证和合成针对 Linux 内核内存破坏漏洞的利用原语。该框架中的代理在迭代闭环中运行,利用验证信号作为可利用状态转换的证据来支撑原语合成决策,直至找到有效原语。文章还提出了一种基于漏洞定向执行和可重启验证环境的自动化原语提取与验证方法。论文在 16 个涉及 5 类漏洞类型的真实 Linux 内核 CVE 上进行了评估。实验结果显示,PrimSynth 实现了可靠的原语提取,原语匹配率达到 100%;在原语合成方面,当公有 PoC 可用时,多原语利用链的合成成功率为 82.4%(策略合成率 SSR),即使在没有原语假设引导的情况下,SSR 仍能达到 61.3%。这项工作填补了内核漏洞利用自动化研究中从抽象策略到具体实现的鸿沟,为安全社区理解攻击者的自动化思路和潜在利用模式提供了重要参考,同时也可为防御者提供评估漏洞真实风险的新视角。

💡 推荐理由: 该研究揭示了自动化利用原语合成的可行性,有助于安全团队更早识别 Linux 内核中可被利用的逻辑模式,从而优化漏洞优先级排序和缓解措施。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Mohammad Waquas Usmani, Susmit Shannigrahi, Michael Zink

本文研究基于点云表示的三维体积视频在沉浸式虚拟现实和增强现实应用中的安全内容交付问题。点云数据量大,直接全量加密会带来较高计算成本,因此前人工作提出选择性坐标加密框架,即仅加密部分坐标(如X坐标),在降低计算开销的同时使未授权内容在视觉上劣化。然而,该方案的安全性取决于未加密坐标是否泄露足够信息以重建被加密坐标。本文首次系统评估选择性坐标加密在面对机器学习重建攻击时的鲁棒性。作者设定攻击者仅能访问选择性加密后的点云,且不拥有解密密钥,但可尝试利用未加密数据中存在的空间与几何相关性来推断被加密坐标。实验采用PointNet和随机森林两种模型,在两种加密粒度下进行评估:一是全部X坐标被加密(记为X),二是每隔一个X坐标加密(记为2X)。结果表明,对于完全加密的X坐标,重建难度较大;但对于2X方案,攻击者可以借助相邻未加密坐标提供的信息实现高精度重建,说明该方案存在显著信息泄露风险。核心贡献在于揭示了选择性坐标加密的安全强度高度依赖于加密粒度,2X这类稀疏加密模式不足以抵抗基于机器学习的统计推断。该研究对设计点云内容保护机制、评估加密方案实际安全边际具有直接参考价值。适合研究多媒体安全、数据隐私保护、以及涉及点云传输的内容分发系统设计人员阅读。

💡 推荐理由: 点云体积视频是未来AR/VR关键载体,选择性坐标加密被视为轻量级DRM手段。本研究证明其安全性取决于加密粒度,若仅隔点加密则可被机器学习重建,直接指导加密策略设计,避免错误的安全假设。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Achilleas Spanos, Ioanna Kantzavelou

该论文评估了基于机器学习的入侵检测系统(ML-based IDS)的实际效能,指出当前研究存在‘模型效能幻觉’:在基准测试上表现优异的模型面对未见攻击时性能大幅下降。作者认为,仅改进算法和调优指标(如准确率、误报率)并不能保证系统对未知攻击的泛化能力。为此,他们设计了一套实验,在两种不同设置下,采用两种实验方法系统考察了数据维度参数对分类器泛化能力的影响。实验揭示了模型在识别未见攻击时的脆弱性,甚至难以识别一小部分未知攻击,同时暴露了该领域研究与评估方法论的结构性缺陷。基于这些发现,作者提出了七项评估标准,旨在改善ML-based IDS的评估严谨性,推动该领域从追求基准分数转向关注真实世界中的鲁棒性。

💡 推荐理由: 帮助安全从业者理解ML-IDS在真实环境中的局限性,避免盲目信任基准测试结果,对评估和部署AI驱动的检测系统具有警示意义。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
推荐 3.5
Conf: 50%
👥 作者: Atsuki Sato, Martin Aumüller, Yusuke Matsui

该论文研究学习型索引 PGM-index 对投毒攻击的敏感性。PGM-index 是一种基于最优分段线性近似(PLA)的实用学习型索引,通过少量段来近似数据分布,从而加速查询。作者提出了一种名为 PGM-attack 的高效投毒攻击方法,攻击者通过顺序插入精心构造的对抗性键值,迫使索引在更新时产生更多分段,从而大幅增加索引体积。实验表明,在仅注入 10% 的恶意键后,PGM-index 的分段数量最多可膨胀 120 倍。此外,作者还推导了在任意插入条件下可达到的段数上界的理论估计,并在测试实例中验证该上界与 PGM-attack 实际达到的段数之比不超过 1.92 倍,证明 PGM-attack 至少能达到最优效果的 52%。这种分段数量的增加直接导致 PGM-index 的内存占用扩大最多 120 倍。进一步实验显示,该攻击对其他基于 PLA 的学习型索引也具有迁移性,尤其会显著增大此类索引的体积。研究结论指出,尽管 PGM-index 的 PLA 在几何上是最优的,但其优化目标本身存在固有脆弱性,使得索引结构对恶意插入缺乏鲁棒性;论文由此呼吁未来在设计学习型索引时将鲁棒性纳入优化目标。论文适合数据库系统、学习型索引以及对抗性机器学习领域的研究者和安全工程师阅读,相关代码已开源。

💡 推荐理由: 学习型索引正在进入数据库存储引擎,若攻击者能在数据插入阶段投毒,会导致索引体积暴涨、内存占用剧增,可能引发拒绝服务或运维成本上升。该研究首次系统揭示 PGM-index 的优化目标存在内在脆弱性,为构建健壮的学习型索引提供了关键警示。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Yijie Lin, Ching-Chun Chang, Isao Echizen, Hui Li, Chin-Chen Chang

随着生成模型在机器学习即服务(MLaaS)平台上的快速普及,如何在不修改生成器架构或参数的前提下可靠地追踪合成媒体的来源,仍是一项重大挑战。为此,本文提出一个自指逆向合成框架,用于固定生成器场景下的可解释 AI 溯源取证。该框架利用联合优化的编码器-解码器对实现自嵌入机制,使生成输出具备往返一致性验证能力:推理时,客户端输入先经编码器编码再送入生成器,以高视觉保真度生成图像;取证时,将待查询图像送回解码路径重新合成,并通过度量重合成图像与查询图像之间的一致性来判断该图像是否来自目标生成模型。该方法完全免除了水印嵌入或对生成流程的任何修改。实验结果表明,编码后生成的图像与原始生成器输出在视觉质量上相当,而解码所得结果能够可靠地回溯到对应的源输入;同时,该框架还能提供可解释的来源证据。论文将有机化学中的逆向合成思想迁移至生成媒体溯源领域,为深度伪造鉴别、模型身份识别以及 MLaaS 审计提供了一个不侵入生成流程的取证工具,适合研究对抗环境下合成媒体来源归属的蓝队人员参考。

💡 推荐理由: 生成式 AI 的滥用使合成媒体取证日益重要。本文提出的自引用重合成框架无需水印或修改生成器即可追溯图像来源,有助于蓝队在不影响模型部署的前提下验证深度伪造的生成归属,并为可解释取证分析提供新方案。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Behnam, Mohammadkhani, Atul Khekade, Ritesh Kakkad

本文提出了一种名为“代理结算协议”(ASP)的应用配置文件,旨在解决自主代理在电子商务场景中支付大额、可取消订单时的结算问题。现有 HTTP 原生协议如 x402 提供原子性和最终性的支付,适合按次计费,但不适用于服务预约、实物订单、机票等交易,因为这类交易金额大、经常取消,且不应在交付前将资金支付给卖方。ASP 基于链上授权捕获托管(由 Commerce Payments Protocol 标准化),适用于那些由自有订单、调度、开票或预订系统在链外确认履约的企业,这些系统抽象为“履约引擎”。论文贡献包括:三截止日期持有模型,区分签发截止日期、托管到期和引擎库存到期,并通过明确的提交包含-最终性余量来确保不会针对可收回资金签发库存;履约验证阶梯,明确谁被信任触发捕获、他们的证明证明了什么以及挑战窗口;引擎权威的部分退款机制,具有退款流动性顺序和每卖方风险敞口控制,包括原子风险暴露预留,以限制操作者的信用风险;分销商收入分成,证明自交易不可盈利;每个收费的单一货币不变量;以及规范性接口规范(x402 方案、保险库 ABI、操作者和连接器 API、一致性级别),旨在让独立实现可以互操作。该设计源于对旅行社参与代理结算的审查,并在 XDC 网络上实例化。这是一篇设计论文;指定了故障注入评估计划,测量留给后续工作。

💡 推荐理由: 代理商务的兴起将带来新的资金托管与结算风险。ASP 协议提出了细致的安全设计(截止时间、验证阶梯、风险敞口控制),蓝队和智能合约审计人员需理解此类模式,以防范潜在的托管资金滥用或协议漏洞。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Jun He, Deying Yu

论文针对持久化 AI 代理(persistent AI agent)的记忆与状态管理提出了一套形式化保障框架。持久化代理通过反思(reflection)、检索(retrieval)和整合(consolidation)构建自传式状态(autobiographical state),但作者指出:持久化只改变了信息的可用性,并未提升其认识论地位(epistemic standing),即存储或检索到的内容本身并不等于“被支持”的真实事实。不可信输入、提示注入和模型推断可能混入持久状态,并在后续交互中被当作代理历史或用户承诺,造成严重安全与信任问题。为此,论文定义了“自传断言有界性”(autobiographical assertion boundedness),要求代理关于自身、用户或命名关系的受控陈述必须满足可接受证据、时间有效性和披露策略。核心方法包括:类型化溯源图(typed provenance graph),区分来源、依赖血统、认知角色、有效性和披露范围;解析器(resolver)评估授权状态投影,返回证据状态、冲突/过时/隐藏标志及受保护决策见证;生成-验证-修正(generate-verify-revise)中介在发布前检查候选语义单元并生成合规响应。在显式假设(如提取正确性、谓词正确性、解析健全性等)前提下,作者证明了条件性断言有界性契约。实验使用24个手工编制的一致性用例,类型化中介未放行任何不安全的发布机会,同时保留全部五个受支持的控制;而平坦/先验和源标签比较规则分别放行了19/19和18/19的不安全候选。该结果验证了编码解析器和中介的约束力,但并非对语言模型或检索系统的端到端评估。论文适合 AI 安全研究员、LLM 应用开发者及任何依赖持久化代理状态的安全从业者阅读。

💡 推荐理由: 首次为持久化AI代理的记忆投毒与提示注入问题提供了形式化保障思路,防止被污染的存储内容被当作事实输出,对构建可信AI记忆系统至关重要。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Jiechao Gao, Yuandong Pan, Jie Wang, Michael Lepech, Bradford Campbell

在智能家居、可穿戴设备等传感器密集型环境中,系统通过异构的多传感器数据流推断用户正在使用的应用,从而提供智能服务。然而,并非所有应用都应该被识别——用户希望某些活动保持私密。现有隐私保护方法(如差分隐私、基于规则的过滤)仅针对单一数据流,无法应对攻击者利用跨传感器关联推断出用户隐私的风险。为此,论文提出一种名为 PrivateHub 的隐私保护框架,采用对比学习与扩散模型的结合,生成合成的多传感器数据流。该方法生成的数据可以保持非私密应用的可检测性,同时有效掩盖私密应用的存在。PrivateHub 包含两个训练阶段:应用条件预训练(ACP)和应用感知微调(AAF)。ACP 阶段利用应用嵌入对多传感器数据进行条件生成建模,使模型理解应用类别与传感器模式的关系;AAF 阶段通过对比学习将私密和非私密数据在表征空间上分离,并优化生成器使得私密应用在合成数据中对应的特征与真实数据混淆,从而显著降低攻击者分类器对私密应用识别的准确率。论文还定义了多传感器共享场景下的威胁模型,假设攻击者直接访问用户共享的原始传感器数据流,并尝试推断用户正在使用的应用。在三个真实多传感器数据集上的实验表明,PrivateHub 能将私密应用的识别准确率降低 40% 到 50%,同时非私密应用的分类性能几乎不受影响。即使在攻击者利用合成数据对自身模型进行再训练的情况下,该方法的隐私保护效果依然稳定,说明其并非依赖简单的噪声扰动,而是产生了具有泛化性的特征混淆。本文的主要贡献包括:提出了首个面向跨传感器推断风险的扩散生成式隐私保护方案;设计了对比学习与条件扩散模型的结合机制;给出了完整的威胁模型和评估协议。该研究适合可信机器学习、隐私保护、物联网数据共享等方向的学者及从业者阅读。

💡 推荐理由: 多传感器环境的数据共享存在跨传感器联合推断的私密活动泄露风险,传统脱敏手段往往无效。PrivateHub 从数据源头生成合成样本,为隐私保护提供新思路,可启发蓝队设计更健壮的传感器数据发布前处理机制。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Wesley B. Nuzzo, Samuel Dodson, Benjamin Houle, Tarakaram Gollamudi, Anitha Gollamudi

本文针对可信执行环境(TEE)与低层语言(如 LLVM IR)结合时面临的安全分区问题展开研究。TEE 通过 enclave 提供硬件级隔离,但仅依靠它无法保证信息流安全;LLVM 这类语言允许不受限制的指针操作和非结构化控制流,进一步加剧了信息泄漏风险。同时,手工将应用划分成 enclave 部件与非 enclave 部件既繁琐又易错,且缺乏细粒度控制。作者提出一种三步走方案:首先形式化基于 LLVM IR 的 enclave 无关演算 SIR,设计新型宽松类型系统,结合信息流控制与安全感知的粗粒度内存安全,以抵御低级攻击者;然后将 SIR 扩展为 enclave 感知演算 SIREN,其非干涉性保证能抵御可观察任意非 enclave 内存的更强攻击者;最后实现类型驱动、类型保持的 SIR 到 SIREN 编译,自动生成安全的 enclave 感知程序,消除了手工分区过程,同时保持对 host-enclave 边界的细粒度控制。文中实现了 SPLITR 工具,并在 Intel SGX 硬件上用 13 个微基准和现实负载(包括 SGXGauge 应用)进行评测;SPLITR 能扩展到 OpenSSL(425,953 条 LLVM IR 指令),支持在 enclave TCB 大小、host-enclave 转换次数、边界数据移动量等目标之间权衡。对于 OpenSSL,面向转换次数优化可将其从 393 降为 187。运行时开销方面,短时运行负载主要被固定的 enclave 开销主导,而长时运行应用能更好地摊销这些开销,接近原生性能。该研究的最重要贡献是首次为 LLVM 系语言提供安全构造的自动分区形式化框架,并为编译优化、硬件隔离结合信息流控制提供了可行的工程验证。

💡 推荐理由: 该研究解决了 TEE 应用手工划分困难、易出错且缺乏信息流保障的痛点,为在依赖指针的底层语言上自动生成安全 enclave 分区提供了理论与工具基础,适合编译器、系统安全与可信执行环境开发者关注。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Yuanyu Zhang, Junjie Yang, Ji He, Shuangrui Zhao, Lele Zheng, Yulong Shen

本文针对无线设备射频指纹识别(RF fingerprinting, RFF)在实际部署中面临的跨环境开放集识别问题,提出了一种改进的OpenMax框架 C$^2$T-OpenMax。射频指纹识别利用发射机硬件固有的细微缺陷实现设备身份认证,但现实环境多变,且实际系统中常出现训练阶段未见过的新设备(开放集),因此需要模型既能泛化到新环境,又能正确拒绝未知类。数据增强是提升环境泛化能力的常用手段,但作者观察到,数据增强可能使已知类别的表征变得分散且置信度偏低,从而扭曲了OpenMax方法中基于类统计(如均值激活向量和Weibull分布拟合)的建模质量。为此,论文提出两个核心模块:一是中心约束学习(center constrained learning),通过约束特征向类中心聚拢,提升类内紧凑性,使类级表征更适合基于距离的统计建模;二是置信度引导的尾部建模(confidence-guided tail modeling),在估计均值激活向量和拟合Weibull分布时,仅保留被正确分类且具有高置信度的logits,以减少模糊边界样本带来的偏差。两个模块协同工作,既能保留数据增强的泛化收益,又能优化表征几何结构和OpenMax的构造质量。实验基于公开的WiFi CSI数据集,结果表明C$^2$T-OpenMax在8个位置组中的7个组上取得最高开放集准确率,并在所有测试的开放度水平上,AUROC和OSCR指标均优于所有基线。在最大开放度设置下,相比增强OpenMax基线,准确率提升12.31%,AUROC提升0.0887,OSCR提升0.0856。本文的核心贡献在于揭示了增强与OpenMax建模之间的冲突,并提出一种无需额外标注即可缓解该问题的通用框架,适用于开放集无线设备认证场景。适合无线安全、设备指纹识别、开放集识别方向的研究人员阅读。

💡 推荐理由: 射频指纹识别是物联网/无线设备身份认证的重要防线,但开放集与跨环境问题制约其实用化。本文提出一种不依赖额外真值、仅通过调整训练目标和OpenMax构造方式即可显著提升开放集识别性能的方法,对构建鲁棒的无线设备认证系统有直接参考价值。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Xujun Che, Depeng Xu

该论文研究差分隐私量化中的关键理论问题:泊松子采样是典型的采样器,其独立性使得隐私放大分析易于处理,但实际系统越来越多地采用结构化参与模式,如随机分配(balls-in-bins)、每轮分配、随机检查等。业界普遍认为这些模式在匹配采样率下至少与泊松子采样一样私密,但缺乏严格的数学证明。作者聚焦于这种信念背后的概率机制,并精确划定了其适用范围,研究对象涵盖高斯机制直至相关噪声矩阵机制。主要贡献包括:(1)当参与指示向量满足负相关(NA)性质时,对于所有整数阶 Rényi α≥2,在所有有限参数下,其 remove 方向 Rényi 散度被边际匹配的独立方案所支配;对于固定梯度序列,只要噪声策略的 Gram 矩阵满足符号平衡(sign-balanced),这一结论可扩展至机制层面,且该条件可在 O(t^2) 时间内验证。(2)证明整数阶限制是本质性的:对于 k=1 的随机分配,Rényi 差判据在大 t 时对所有 α<3/2(包括 KL 散度)呈现反向线性定律,且交叉阶独立于 σ 并向 3/2 趋近。(3)定位了速率匹配泊松支配的已知失效点:在 (1-q)^t 以下,hockey-stick 排序反转,因此将泊松配对直接代入组合机制的做法不成立;通过上尾论证得到了有限交叉点 γ_*,将这一阈值图景与 Rényi 边界 3/2 联系起来。整体上,论文提供了隐私核算的替换映射,指明了基于泊松的计算在结构化参与下何时正确、何时失效,以及合理替代方案的部署成本。该工作适用于差分隐私理论研究者、隐私核算系统设计者及机器学习隐私工程师。

💡 推荐理由: 这项研究精准界定了泊松子采样隐私核算在非独立参与场景下的适用边界,避免错误使用默认核算导致隐私保证被高估或低估,对隐私合规审计和DPSGD类系统的可靠性评估有直接参考价值。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Laurent Bindschaedler, Quentin Botha, Christoph Siebenbrunner

长时程智能体(如自动编码代理)执行数千个动作,其故障往往是顺序蔓延而非孤立错误。针对此类场景中的问责、因果追溯和第三方验证问题,论文提出“Agent Flight Recorder”(AFR):一种面向工具使用型智能体的防篡改审计追踪系统。该系统将智能体的每次操作捕获为一个结构化、规范化序列化的事件,包含从意图到执行至来源的八个语义字段,并通过哈希链与 Merkle 批处理实现篡改证据与紧凑的包含证明。为支持跨组织争议场景且不依赖任何一方的基础设施作为中立仲裁,AFR 定期将纪元根的哈希锚定到区块链上,使任何验证者都能借助公开的载荷和 Merkle 证明独立核验记录,而无需信任第三方中介。链上仅存储 32 字节的纪元根和回指针,事件本体不触碰链。实验基于合成智能体工作负载,评估了五种累积消融配置。结果表明:完整系统每次事件引入的中位延迟仅为约 48 微秒,每事件额外存储 512 字节;在 100 事件纪元的 L2 链上锚定成本约为每 10 万事件 2.30 美元。安全性方面,完整完整性栈可 100% 检测编辑、删除、重排序和分叉类篡改,且零误报。结构化取证查询在护栏(guardrail)与委派(delegation)审计上达到 1.0 的精确率,而对应的非结构化文本检索精确率仅为 0.013 和 0.077。该研究为高水平、可验证的智能体审计提供了新思路,适合对人工智能安全、审计与合规感兴趣的工程师和研究者阅读。

💡 推荐理由: 该论文填补了长时程智能体行为审计的空白,提供防篡改、可独立验证的追踪机制。对安全运营而言,可增强对提示注入、误操作等事件的溯源与问责能力,有助于构建可信的AI代理基础设施。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Anagha Dhekne

本文提出 Modelstamp,一个轻量级 Python 持久化库,旨在解决机器学习模型在反序列化之前的完整性验证与运行时环境状态核验问题。研究背景是:已持久化的 ML 模型可以保持字节完全一致,但其加载所依赖的软件环境会随时间演变,因此仅依赖工件完整性校验无法暴露环境漂移带来的潜在风险。Modelstamp 在持久化阶段为序列化工件生成一个 sidecar JSON 清单,其中包含 SHA-256 摘要、运行时元数据以及有界跟踪包集合中已安装包的版本;并通过单独记录的模型相关子集来决定哪些包版本参与漂移比较。可选支持基于共享密钥的 HMAC 认证,适用于生产者和验证者共享密钥的工作流。在验证阶段,反序列化之前会依据该清单对工件完整性以及表示的当前环境状态进行核查。作者通过 14 个受控环境漂移场景、8 个受控信任边界场景以及 10 MiB 到 1 GiB 的工件大小扩展基准进行评估。受控漂移实验在相关依赖变化、环境不变以及无关环境变化(包括噪声控制)下均按预期运行;信任边界实验也确认了预期检测与预期局限,包括共享密钥伪造和重放。基准测试中,中位验证时间从 10 MiB 时的 0.032 秒增加到 1 GiB 时的 3.334 秒,测量吞吐量约为 307–312 MiB/s。结果表明,Modelstamp 更适合作为反序列化前的参考状态验证控制,而非替代依赖管理系统、恶意模型检测、安全反序列化或公共发布者认证。论文适合关注 ML 供应链安全、模型工件生命周期管理以及反序列化安全的研究人员和工程团队阅读,以便在现有安全控制之外增加一道基于运行时环境状态的预检机制。

💡 推荐理由: 模型工件在字节不变时,环境漂移可能导致安全或功能风险,传统完整性校验无法覆盖。Modelstamp 提供反序列化前的轻量级状态参考验证,为 ML 供应链增加可实操的检测层,适合集成到模型发布与加载流程中。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Alessandro Zirilli, Davide Marincione, Evgenios M. Kornaropoulos, Giuseppe Ateniese, Emanuele Rodolà

本文针对全同态加密(FHE)下运行语言模型推理速度过慢的问题展开研究。在 FHE 密文上,模型只能原生支持加法、乘法和旋转操作,且乘法深度受限,超过一定层数就必须执行高开销的 bootstrapping 操作以继续计算。因此,模型中的非线性激活函数必须通过迭代方法近似,每次迭代都消耗乘法深度和 bootstrapping 资源。已有的方法通常为所有非线性层设置统一且固定的迭代次数,未考虑不同层(或不同位置)对近似误差容忍度的差异,导致不必要的性能开销。为此,作者提出 Homomorphic Encryption-Aware Training (HEAT),一种面向 FHE 推理的微调方法。HEAT 的核心思想是将每个非线性模块的迭代次数作为可学习参数,与模型权重一起在训练过程中进行联合优化(即“近似-权重协同适应”)。具体而言,HEAT 以任务目标(如语言模型的解码质量)为导向优化迭代次数,使模型在训练中主动适应推理阶段因近似带来的误差,而无需修改模型架构或从头重新训练。实验基于加密的 GPT-2 解码任务展开,结果显示:HEAT 在保持甚至提升与校准基线解码一致性的前提下,将非线性迭代次数减少约 3.1 倍,bootstrapping 次数减少约 1.6 倍,端到端推理延迟降低约 1.4 倍。该工作表明,通过将加密感知的训练策略与可学习近似预算结合,可显著提升 FHE 场景下大语言模型推理的实用性。适合对隐私保护机器学习、全同态加密应用以及高效安全推理感兴趣的研究人员和工程师阅读。

💡 推荐理由: 为 FHE 下的 LLM 推理提供了一种训练侧优化思路,能显著降低延迟和资源消耗,推动隐私保护推理向实际可用迈进。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
推荐 3.5
Conf: 50%
👥 作者: Jiaqi Liu, Yansong Feng, Yanbin Pan

本文研究分圆环上的格问题计算复杂性。具体而言,作者证明了在二维全秩自由子模上,以 ℓ2-范数定义的判定型最短向量问题(SVP)是 NP-完全的。设 q 为模 4 余 3 的素数,ζ_q 为本原 q 次单位根,K=Q(ζ_q),环 O_K=Z[ζ_q]。固定模秩为 2,但作为 Z-格,秩为 2(q-1),随 q 增长。主要障碍是 O_K 作用下的封闭性:模块中任一非零向量蕴含其所有 O_K 标量倍,其中一些可能更短,从而干扰判定。作者提出三个关键思路克服该障碍:1) 将 Bennett-Peikert Reed-Solomon 格映射到主分圆理想,并利用 Wan 的点计数估计证明该理想的陪集含大量二进制系数表示;2) 基于二次高斯和的“检查器”将 X3C(精确覆盖三集)方程转化为规范化平方范数;3) 检查器与第二模坐标结合,利用理想陪集分离界限排除 O_K 作用产生的所有非预期向量。每个构造实例包含素数 q≡3 mod 4、两个非零行列式的积分生成元、以及一个整数平方阈值。该构造还通过多项式时间 Turing 归约给出 search-SVP 的 NP-难性。该工作属于密码学与计算复杂性理论交叉领域,对基于格的密码学(尤其 cyclotomic 结构)安全性分析有理论意义。适合对格基密码、计算复杂性理论、代数数论感兴趣的科研人员阅读。

💡 推荐理由: 该结果深化了对分圆理想格上 SVP 复杂性的理解,有助于评估基于理想格/分圆环的密码方案在最坏情况下的安全性,为安全参数选取提供理论依据。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
推荐 3.5
Conf: 50%
👥 作者: Jiachen Zhao, Antonia Januszewicz, Taeho Jung

合成数据已成为机器学习研究中的常见工具,在隐私敏感场景中的应用尤其广泛。然而,作者指出一个关键转变:合成数据在实践中已从“给定假设下的残余推理风险声明”悄然转变为“由数据生成过程本身得出的外观属性”,即许多研究者默认生成出来的数据就具备隐私保证,而不再明确阐述威胁模型和残余风险。本文作为一篇立场论文,主张这种转变并非对既有隐私原则的误解,而是反映了社区在“何为充分隐私证据”上的标准变化。作者通过对主流机器学习会议与期刊近期发表物的实证分析发现,大量论文在隐私敏感环境中使用合成数据,却往往缺少对威胁模型、推理风险或可证伪隐私假设的显式说明。由此导致的后果是:隐私保证变得隐式、难以验证且在不同记录间分布不均——尤其对稀有与少数群体记录带来更高暴露风险。为推动解决该问题,作者主张将隐私视为一种有明确范围、基于证据并可测试的科学声明,并建议机器学习相关场所采纳规范:凡是涉及隐私的断言,都应当被清晰地划清边界、具备可检验性与可争议性。本文并非提出新算法或系统,而是对当前研究规范提出批判,并通过实证数据支撑其观点,适合机器学习研究者、隐私爱好者与安全审查者阅读。

💡 推荐理由: 合成数据常被当作隐私保护手段,但若社区标准不要求显式声明威胁模型与残余风险,安全从业者将难以评估真实风险。这篇论文揭示的规范缺失可能放大对少数群体记录的泄漏,对依赖合成数据的隐私工程设计具有警示意义。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Zichuan Li, Jian Cui, Ashley Chen, Xiaojing Liao, Luyi Xing

本文针对真实世界高知名度 AI Agent 系统(如 Claude Code、Codex)的上下文组装(context assembly)设计进行了首次系统性安全分析。研究背景是:现代 AI Agent 依赖专有或不透明的机制将来自多源的信息组装为模型的上下文,但这一过程的安全风险长期缺乏深入理解。作者重点探究了 Agent harness(代理框架)如何从不同来源收集和组装上下文,并由此发现了由设计缺陷引发的实际攻击向量。论文提出两类新型攻击:一类是 MessageRole 上下文权限提升攻击(M-CPE),即当攻击者控制的低权限上下文内容被错误合并到高权限消息角色(如系统消息、用户消息)时,可导致权限边界被突破;另一类是跨范围上下文权限提升攻击(X-CPE),即攻击者注入的恶意上下文会持久存在,超出其原本引入的作用域,从而影响后续任务或不同会话。作者对 12 个真实 Agent harness 进行了系统安全评估,覆盖主流商业和开源框架。实验结果表明,这些攻击可导致完全代理劫持(full agent compromise)、远程代码执行(RCE)、拒绝服务(DoS)以及工具或技能的恶意操纵与错误调用等严重后果。该研究首次系统化地揭示了 Agent 上下文组装环节的权限边界缺陷,为 LLM 生态的安全设计提供了重要参考。适合 AI 安全研究人员、Agent 框架开发者及安全运营人员阅读,以理解上下文权限隔离的必要性和潜在威胁面。

💡 推荐理由: 随着 AI Agent 从聊天工具转向自主执行操作,上下文权限隔离已成为安全核心。本文揭示主流 Agent 框架中普遍存在尚未公开的权限提升类设计缺陷,影响范围广且可导致 RCE/完整代理失陷,应引起 SOC 与框架维护者高度重视。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Henrik Graßhoff, Meiko Jensen, Malte Hansen, Nils Gruschka

本文针对分布式数据处理场景中因服务提供商组合而引发的隐私风险问题展开研究。具体而言,当多个合作的服务提供商共同处理个人数据时,即使每个提供商单独进行的数据保护影响评估(DPIA)均未发现风险,组合后的整体仍可能产生新的隐私风险。文章举例说明:不同数据处理者可能不知情地依赖同一家云服务提供商,导致该云服务商能够将来自不同来源的个人数据进行关联(linkability),从而产生非预期的隐私泄露。这类组合性风险超出了单个风险评估的范围,因此容易被传统DPIA流程遗漏。针对这一问题,作者首先进行了问题定义和需求分析,明确了组合风险识别所需的功能与约束。在此基础上,提出了一种新颖的协议,用于检测和管理此类组合性隐私风险。该协议能够识别潜在的组合风险候选者,并将相关信息整合到包含多个数据处理者的服务组合的数据保护影响评估结果中,从而提升评估的完备性和准确性。论文的主要贡献在于:首次系统性地定义了服务组合中的隐私组合风险问题,并给出了可操作的协议设计思路,为分布式隐私合规评估提供了理论和方法支撑。适合隐私保护研究人员、数据保护官(DPO)、云服务合规工程师以及隐私影响评估工具开发者阅读。由于当前仅基于论文摘要,具体协议细节和实验验证效果需进一步查阅原文。

💡 推荐理由: 填补了DPIA在组合场景下的评估盲区,从单一服务评估扩展到多方协作的全局风险,对隐私工程和数据合规实践具有直接指导意义。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Muhammad Salman, Muhammad Islam, Muhammad Ikram, Mohamed Ali Kaafar

本文系统评估了实际部署中短信垃圾信息检测系统在对抗攻击下的鲁棒性。作者指出,现有检测系统在受控环境中准确率很高,但在面对真实世界复杂多变的垃圾短信与对抗性扰动时,性能显著下降。研究涵盖了三类被终端用户实际依赖的检测系统:商业即时通讯应用、第三方反垃圾服务,以及托管在Hugging Face上的公开开放权重模型。评估既包含标准条件,也包含对抗条件,并同时考虑了人眼可感知的攻击与最先进的不可感知攻击。为了确保研究贴近现实,作者只保留能够通过真实SMS或RCS信道投递的扰动,剔除了仅存在于实验室环境的样本。实验揭示了现有检测器在识别对抗性操纵短信方面存在显著缺口,并进一步证明仅靠对抗训练不足以应对结构新颖的编码级攻击。借助显式的留出验证协议,作者发现鲁棒性在同一扰动家族内迁移良好,但面对结构不同、编码层面的攻击时急剧下降。为解决这些问题,作者提出了一个多模型集成方案,将对抗训练与在架构和分词方式上具有差异性的多种垃圾短信分类器相结合。实验表明,该集成方案,尤其是采用少数投票策略时,能显著提升对可感知与不可感知对抗攻击的鲁棒性,同时保持有竞争力的分类精度。论文还分析了集成方法带来的精确率-召回率权衡,并为误报敏感型场景和召回优先型场景分别推荐了合适的运行工作点。研究成果强调了在真实部署中开展全面鲁棒性评估和采用集成防御的必要性,为构建更安全的短信垃圾信息检测系统提供了依据。

💡 推荐理由: 短信垃圾检测是移动安全的重要防线,但对抗样本可导致检测失效。该研究揭示真实可投递扰动下的鲁棒性缺口,并证明仅靠对抗训练不够,对蓝队设计和评估反垃圾系统有直接参考价值。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
推荐 3.5
Conf: 50%
👥 作者: June Rousseau, Aïna Linn Georges, Jean Pichon-Pharabod, Lars Birkedal

本文提出 Griotte 和 Griotte OS,这是对 CHERIoT 硬件能力机器与 CHERIoT RTOS 的抽象化但忠实的建模,旨在为 CHERIoT 的分区隔离(compartmentalisation)安全保证提供形式化验证基础。CHERIoT 是一种软硬件协同设计,通过硬件能力(capabilities)定义“分区”这一概念,操作系统默认隔离各分区以限制漏洞或恶意行为造成的损害。跨分区通信依赖一个特权组件——切换器(switcher),该组件提供跨分区调用接口,同时强制分区隔离并保证栈安全。由于 CHERIoT 的安全属性依赖于能力机器与切换器的互补作用,需回答两个关键问题:其一,如何形式化地描述 CHERIoT 分区所提供隔离的具体安全含义;其二,该设计是否确实强制实施所期望的安全属性。为此,作者用基于续延的逻辑关系(continuation-based logical relation)形式化地刻画出切换器与能力机器组合行为所应满足的安全保证,并为 Griotte 的切换器定义了符合这些保证的规范,进而以证明其实现满足该规范。作者在一系列关键场景上验证了 Griotte 的有效性,这些场景涵盖 CHERIoT 的不同方面,包括在内存与未知代码共享时本地状态的完整性。该方法具有模块化特点:可分别验证每个分区,再组合其规范。整体上,该工作为 CHERIoT 设计提供了坚实的形式化基础。适合安全架构师、系统形式化验证研究者以及关注硬件/OS 隔离机制的蓝队人员阅读。

💡 推荐理由: CHERIoT 是新兴的基于能力的硬件隔离模型,本文为其核心安全保证提供了可机械验证的数学基础,有助于安全团队理解并信任此类隔离边界,对未来基于能力架构的系统审计与评估具有重要参考价值。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Nicolas Swanson

本文研究超奇异椭圆曲线与其 Frobenius 共轭曲线之间同源(isogeny)存在性的最小次数问题。对于固定特征 p,定义 δ(p) 为保证从任意超奇异曲线 E 到其 Frobenius 共轭 E^{(p)} 存在同源所需的最小次数。作者将关于 δ(p) 的存在性问题转化为正定整系数三元二次型的问题,并利用 Voronoi 的三维完美型理论来刻画 δ(p) 接近最大值的情形。主要结果表明:对于足够大的素数 p,δ(p) 达到其上界当且仅当 p 可由九个显式三次多项式之一表示。由于该条件等价于这些三次多项式在某素数处取值是否为素数,这关系到无穷多个此类素数是否存在的问题,可归结为经典的素数取值问题。此外,作者还证明了对于几乎所有素数 p,δ(p) 至少比其上界低 p^{1/6-o(1)}。这项研究深化了对超奇异椭圆曲线同源图结构的理解,对同源密码学(如 SIDH/SIKE 及其变体)的参数选择和安全性分析具有潜在影响,因为同源计算中的复杂度与 δ(p) 密切相关。

💡 推荐理由: 超奇异椭圆曲线是同源密码学的核心数学基础,δ(p) 的界直接影响同源图的结构和攻击复杂度,进而关系到相关密码方案的参数选择与安全性评估。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Jiahui Zhang, Kuize Zhang, Xiaoguang Han, Zhiwu Li

本文研究部分可观测离散事件系统中的匿名性验证问题。匿名性是一种信息流安全属性,其核心思想是:在外部观察者通过系统输出(观测)推断系统内部状态时,系统不应让某一时刻的状态被唯一确定,从而保护用户隐私。在离散事件系统框架下,已有 K-步匿名性和无限步匿名性的定义:K-步匿名性要求当前时刻之前至多 K 个观测步内,状态估计不能是单例;无限步匿名性则不对 K 设限。作者针对由非确定有限状态自动机建模的部分可观测系统,提出了四种新的匿名性概念——两种强匿名性和两种弱匿名性,分别称为 K-步强/弱匿名性和无限步强/弱匿名性。这些概念与已有定义的本质区别在于引入了强匿名投影与弱匿名投影的考量,使匿名性刻画更加精细,能够适应不同的隐私需求。为了验证这四种性质,作者发展了一套基于并发组合(concurrent composition)的新方法:通过构造系统的并发组合结构,系统性地追踪观测一致的状态对/状态集,从而将匿名性验证转化为对组合图的结构性质检查。基于该结构,论文给出了四种匿名性可验证的充要条件,并分析了相应算法的时间复杂度。此外,还计算了 K-步强匿名性和弱匿名性中 K 的上界,为实际应用中选择合适的匿名窗口提供了理论依据。本文属于形式化方法与信息流安全的交叉方向,适合从事隐私验证、自动机理论、安全协议分析的研究人员阅读。由于仅有摘要,具体定理证明与实验评估细节需参见全文。

💡 推荐理由: 该研究为离散事件系统中的隐私匿名性提供了更强、更灵活的验证框架,可应用于 CPS、物联网等部分可观测安全关键系统的隐私分析,弥补现有匿名性定义无法区分强弱隐私需求的不足。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
👥 作者: Monika di Angelo, Gernot Salzer

本论文针对区块链智能合约的安全漏洞研究缺乏结构化真实数据的问题,基于公共 CVE 数据库构建了一个专门面向以太坊智能合约的漏洞数据集 CVE-Smart-Contracts。作者从 CVE 记录中筛选出截至 2026 年 7 月与以太坊智能合约相关的所有条目,并通过自动化流水线完成漏洞记录的检索、补充证据收集、记录与代码工件的对应关系验证、分类标签标注和函数级漏洞定位,过程中仅约 15% 的记录需要人工介入。为了保证数据集的可靠性,作者保留了所有外部输入数据,使得重新执行处理管线可以得到完全一致的输出。需要特别指出的是,该数据集并不对 CVE 中原始漏洞声明的真实有效性进行验证,而是仅从结构化和可复现的角度进行整理,同时将若干明显错误的记录标记为 'refuted'。最终数据集共包含 491 条与已部署合约相关的漏洞记录、26 条指向项目(主要是函数库)的记录、45 条因代码工件缺失或不可用而无法验证的记录,以及 6 条被驳斥声明的记录。每一个有效记录都提供了漏洞代码源码与运行时字节码、采用三种漏洞分类体系(如 CWE、SWC)的标签信息,以及具体到函数级别的漏洞位置。该数据集的主要用途是支持智能合约安全实证研究,特别是对已有漏洞代码分析工具、检测模型和自动修复技术进行统一评估与横向对比。通过本数据集,研究者可以更真实地检验工具在现实漏洞案例上的表现,也便于开展漏洞模式、漏洞分布和智能合约代码质量方面的量化分析。

💡 推荐理由: 真实的智能合约漏洞数据集稀缺,而 CVE 条目往往缺乏结构化代码和函数级定位。该数据集将 CVE 与源码、字节码、标签和位置整合,为安全工具评测、漏洞模式分析和修复效果研究提供了可复现的基准,是智能合约安全实证研究的重要基础资源。

🎯 建议动作: 研究跟进

排序因子: 来自 arXiv 其他板块 (+2) | Community 数据源 (+1) | LLM 评分加成 (+0.5)
CVE-2026-52777

CVE-2026-52777 是 YesWiki(一个基于 PHP 开发的 wiki 系统)中存在的已认证 PHP 对象注入漏洞。在 4.6.6 版本之前,BazarImportAction 功能在数据处理过程中使用了不安全的 unserialize() 函数,导致经过身份认证的攻击者能够注入任意 PHP 对象。攻击者若控制传递给 unserialize 的数据,可利用魔法方法(如 __wakeup 或 __destruct)在服务端触发危险操作,进而可能导致远程代码执行、任意文件读写或权限提升等严重后果。由于该漏洞需要认证才能利用,其实际风险取决于攻击者获得的权限级别及系统整体的安全加固状况。目前厂商已在 4.6.6 版本中修复此问题,官方建议所有受影响用户尽快升级至 4.6.6 或更高版本。漏洞暂无 CVSS 评分与 EPSS 数据,也未列入 CISA KEV 目录,且没有证据表明已在野利用。鉴于对象注入类漏洞通常容易被武器化,即使需要认证,仍应将其视为高优先级修复项。针对无法立即升级的系统,建议限制 BazarImportAction 功能的网络访问范围,并对相关用户账号实施最小权限原则,同时监控异常请求与日志行为,以降低被利用的风险。

💡 影响/原因: YesWiki 广泛用于协作编辑场景,该漏洞允许已认证用户通过反序列化执行任意代码,可能导致服务器被完全控制。修复版本已发布,强烈建议立即升级。

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-52775

CVE-2026-52775 是 YesWiki(一个 PHP 实现的 Wiki 系统)中被发现的一处 SQL 注入漏洞。在 4.6.6 版本之前,包括最新开发分支在内的所有版本中,ReactionManager::deleteUserReaction() 方法处理用户删除操作时,未对 URL 路径中提供的 {idreaction} 和 {id} 两个参数进行安全的转义或使用参数化查询,而是直接将它们拼接到 SQL 的 LIKE 子句中。任何通过身份验证的用户,都可以利用此缺陷构造恶意参数,向数据库注入任意 SQL 语句。由于该注入发生在 LIKE 子句内,攻击者可能绕过认证限制,实现对后端数据库的任意读写,导致敏感信息泄露、数据篡改,甚至结合数据库权限进一步升级影响。CVSS 评分为 8.8,属于高危漏洞,攻击复杂度低,无需用户交互,仅需要低权限认证,对机密性、完整性和可用性均有高影响。目前官方已在 YesWiki 4.6.6 版本中修复该问题,即对参数进行了正确转义并改用预编译语句处理。建议所有使用受影响版本的实例尽快升级,同时也可通过网络层限制应用入口的访问来降低风险。

💡 影响/原因: 该漏洞让任何已登录用户即可触发任意 SQL 注入,无需管理员权限,可导致数据库内容泄露、篡改或删除;修复版本明确,应紧急升级至 4.6.6+。

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-52772

YesWiki是一个基于PHP的开源wiki系统,用于团队协同编辑与知识管理。在4.6.6版本之前,其Bazar表单字段模板在处理字段标签(field.label)和字段提示(field.hint)时,错误地继续使用`|raw('html')`过滤器,并且同时在HTML属性上下文和标签正文上下文输出这些字段。由于过滤器跳过了输出编码,如果攻击者能通过后台编辑或导入表单定义,将包含恶意HTML标签、事件处理器或JavaScript代码的内容写入field.label或field.hint,那么任何访问或渲染该表单的用户浏览器都会执行这些脚本,从而形成存储型跨站脚本攻击(XSS)。从CVSS向量看,攻击者需要具备高权限(PR:H),但攻击复杂度低(AC:L),无需用户交互(UI:N),且影响范围可跨越安全边界(S:C),对保密性和完整性只产生低影响。并非远程代码执行类漏洞,但足以窃取会话Cookie、伪造页面、针对同域或上下文用户发起进一步攻击。官方已在4.6.6版本中修复,修复策略是停止对该字段直接应用原生HTML过滤器,改为在对应的属性或正文位置进行安全编码与转义。升级是彻底消除该漏洞的主要手段,同时应限制表单创建的权限,并审查既有模板中是否存在不可信内容。

💡 影响/原因: 该漏洞允许具备高权限的用户在wiki页面中注入持久化脚本,所有访问者都可能受影响,在协作环境中容易演变为账户接管或恶意内容分发;版本已发布修复,建议优先安排补丁升级。

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-52771

YesWiki 是一个用 PHP 实现的 wiki 系统,其 4.2.0 至 4.6.6(不含)版本存在一个高危 SQL 注入漏洞。问题出在 ApiController::deletePage() 方法中:程序从数据库读取页面标签(tag)后,未做任何转义或参数化处理,直接将其拼接进用于删除链接记录的 SQL 语句(DELETE ... WHERE to_tag = '$tag')。由于页面标签本身是用户可控数据,且 API 中 POST /api/pages/{tag} 允许任意 URL 编码字符(包括单引号)入库,因此已认证的低权限用户可以先创建一个具有恶意 SQL 内容的页面标签,再通过标准的页面引用(如 include)使该页面与其它内容产生关联,从而进入数据库链接表;当调用删除页面接口时,恶意标签就会作为 SQL 片段被解析并执行。攻击者可以利用时间盲注技术,对 wiki 数据库中的其它表(如用户表)进行逐字猜解和数据抽取。CVSS v3.1 评分 8.3(AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L),表明攻击可远程发起、复杂度低、无需用户交互,且机密性和完整性影响都为高。该漏洞已于 4.6.6 版本中修复。鉴于输入元数据未标记存在在野利用,也未进入 CISA KEV,建议用户优先从版本管理的角度进行升级,同时评审 API 的网络暴露和权限设置。

💡 影响/原因: SQL 注入往往是最危险的 Web 漏洞之一。此问题仅需低权限即可触发,可能被广泛用于窃取用户数据或篡改内容,建议优先修复。

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-52769

YesWiki是一个基于PHP的wiki系统。该漏洞(CVE-2026-52769)影响从4.6.2版本到4.6.6之前的所有版本。问题出在POST /api/forms/{formId}/actor/inbox路由上,该路由的ACL被设置为“public”即公开访问。当攻击者发送带有HTTP签名头的请求时,HttpSignatureService::verifySignature()方法会解析该签名头,其中的keyId参数可以是一个URL。但该方法在真正做任何密码学验证之前,就立即使用服务端发起了HTTP GET到该URL,且没有对该URL进行任何合法性校验。由于该路由公开,未认证的攻击者可以利用这一行为,使YesWiki服务器向任意目标发出HTTP请求。目标可以是服务器能访问到的任何内网地址,包括云环境中的元数据服务(例如169.254.169.254)、仅限内网访问的管理后台、以及其他内部服务。攻击者可以通过观察不同请求的响应时间差异和错误消息来探测端口、枚举服务,甚至在真实云环境中获取IAM临时凭据或实例元数据。这个问题的前提条件是需要YesWiki在至少一个Bazar表单上启用ActivityPub。官方已在4.6.6版本中修复该问题,建议所有受影响用户及时升级。在升级前,应限制该API路由的互联网暴露,并对出站HTTP请求进行网络层过滤。

💡 影响/原因: 该漏洞无需身份验证,可导致服务端发起任意HTTP请求,造成内网探测、云元数据泄露等风险,影响范围大,修复应及时。

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-52767

CVE-2026-52767 是 YesWiki(一个基于 PHP 的 Wiki 系统)中存在的一处签名验证绕过漏洞。受影响版本为 4.6.2 至 4.6.6(不含 4.6.6)。漏洞根因位于 HttpSignatureService::verifySignature() 方法中:开发者使用 PHP 的宽松布尔取反来检查 openssl_verify() 的返回值,即 if (!openssl_verify(...)) { throw ...; }。然而,PHP 的 openssl_verify() 函数实际有四种返回可能:1(成功)、0(失败)、-1(错误)以及 false(失败)。在 PHP 的布尔真值规则中,-1 被视为真值(truthy),因此 !(-1) 的结果为 false,导致抛出异常的代码分支被跳过。当 OpenSSL 的 EVP_VerifyFinal() 由于任何错误条件返回 -1 时,攻击者即可触发该绕过。最终结果是控制器会将一个本应失败的签名验证静默视为成功,并继续调用 processActivity(),进而处理攻击者构造的恶意负载。该漏洞可被网络远程利用,无需任何权限和用户交互(AV:N/AC:L/PR:N/UI:N),影响完整性(C:N/I:H/A:L),CVSS 评分为 8.2,属于高危。官方已在版本 4.6.6 中修复此问题。建议所有使用受影响版本的用户尽快升级至 4.6.6 或更高版本;同时,在无法立即升级的情况下,应限制相关接口的网络暴露范围,并监控异常的活动处理请求。

💡 影响/原因: 该漏洞允许攻击者绕过数字签名校验,仅需构造恶意请求即可让系统接受并处理伪造数据,可能导致数据完整性破坏或轻量级可用性影响。CVSS 8.2 高危且无需权限,蓝队应优先安排升级修复。

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-52763

CVE-2026-52763 是 YesWiki(基于 PHP 的 wiki 系统)4.6.6 之前版本中存在的一个存储型 SQL 注入漏洞。该漏洞位于 recentchanges 动作(actions/recentchanges.php)中。该动作接收一个 period 参数,但此参数存在两个不重叠的输入空间:URL 查询字符串形式和动作参数形式。URL 形式会被一个白名单检查,仅允许 'day'、'week'、'month' 三个值;而动作参数形式则直接进入 else 分支,不执行任何验证。未经验证的值随后流入 PageManager::getRecentlyChanged() 方法,并被直接拼接进 SQL 查询语句的 WHERE time >= '...' ORDER BY time DESC 子句中,没有进行转义或参数化处理。攻击者可以使用 UNION 查询进行注入,注入结果会被渲染到响应页面中,因此任何访客浏览该触发页面时都能看到被窃取的数据库内容。该漏洞允许能保存触发页面的用户任意读取 YesWiki 数据库。在默认安装(default_write_acl='*')下,匿名用户也包含在内,但需要绕过页面编辑表单上的 hashcash JS 检查。由于该注入是存储型的,页面一但保存,之后每次访问该页面都会执行注入操作。漏洞影响数据库的机密性,可导致敏感数据泄露,不直接影响完整性和可用性。CVSS 评分为 6.5(中危),攻击向量为网络,攻击复杂度低,需要低权限触发,无需用户交互。官方已在 4.6.6 版本中修复此问题。建议所有使用受影响版本的实例立即升级,并在升级前限制相关功能页面的可写权限与网络暴露面。

💡 影响/原因: 存储型 SQL 注入可使攻击者读取 YesWiki 数据库全部内容;默认配置下匿名用户有机会写入触发页面,风险扩散面大。虽然评分不高,但数据泄露后果严重,应尽快升级修复。

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-82684

Tycon Systems TPDIN-Monitor-WEB3 versions 2.2.9 and prior are vulnerable to a Missing Authorization vulnerability. This could allow an attacker to extract system credentials, configurations, or flash contents.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-76925

A flaw was found in Flatpak. A Time-of-check to time-of-use (TOCTOU) race condition exists in the `org.freedesktop.Flatpak.SystemHelper` component. This vulnerability occurs because a privileged `chmod` operation executes before the OSTree repository validation within the `Deploy()` function. An attacker can exploit this timing window to redirect symlinks to arbitrary files, potentially leading to

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-46636

Twig is a template language for PHP. From version 1.0.0 to before version 3.27.0, SecurityPolicy::checkMethodAllowed() unconditionally whitelists all method calls on instances of Twig\Markup. Twig\Markup is not final, so subclasses inherit the bypass. An application that passes an object of a Markup-derived class into a sandboxed template (typically to mark a chunk of HTML as safe) inadvertently e

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85787

An incomplete list of disallowed inputs in the SQL validation component in Amazon awslabs postgres-mcp-server before version 1.1.7 might allow an unauthenticated actor to modify data beyond the read-only scope by placing crafted SQL into the content that is submitted when an authenticated user interacts with the MCP server. To remediate this issue, users should upgrade to version 1.1.7 or abov

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85704

A security flaw has been discovered in ramon-victor freegpt-webui up to 098db3dfeb41555c2ca9269df0f13e10ec1c35dc. This issue affects the function getJailbreak of the file server/config.py of the component Jailbreak Mode. The manipulation results in race condition. It is possible to launch the attack remotely. The attack requires a high level of complexity. The exploitability is assessed as difficu

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85703

A flaw has been found in ramon-victor freegpt-webui up to 098db3dfeb41555c2ca9269df0f13e10ec1c35dc. Affected by this issue is the function getJailbreak of the file server/backend.py of the component Jailbreak Mode. Executing a manipulation can lead to allocation of resources. The attack can be executed remotely. The exploit has been published and may be used. This product implements a rolling rele

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85702

A security vulnerability has been detected in ramon-victor freegpt-webui up to 098db3dfeb41555c2ca9269df0f13e10ec1c35dc. Affected is the function _conversation of the file server/backend.py of the component Backend Conversation API. Such manipulation of the argument model leads to missing authentication. The attack may be launched remotely. The exploit has been disclosed publicly and may be used.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85701

A vulnerability has been found in ramon-victor freegpt-webui up to 098db3dfeb41555c2ca9269df0f13e10ec1c35dc. This issue affects the function ChatCompletion.create of the file g4f/__init__.py of the component Authentication Check. Such manipulation leads to missing authentication. The attack may be performed from remote. The exploit has been disclosed to the public and may be used. This product uti

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-82712

Tycon Systems TPDIN-Monitor-WEB3 versions 2.2.9 and prior are vulnerable to a cross-site request forgery vulnerability. This could allow an attacker to perform state changing operations on the device.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-79426

An arbitrary file deletion vulnerability in the /adminapi/file/video_data_save component of CRMEB v6.0.0 allows authenticated attackers to delete arbitrary files via crafted POST request.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-79423

An authenticated remote code execution (RCE) vulnerability in the admin_config.php component of seacms v13.6 allows attackers to execute arbitrary code via a crafted POST request.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-77847

Tycon Systems TPDIN-Monitor-WEB3 versions 2.2.9 and prior are vulnerable to a use of hard-coded credential vulnerability. This could allow an attacker to intercept sensitive information or credentials.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-75438

Buffer Overflow vulnerability in Open5GS v2.7.7 allows a remote attacker to cause a denial of service via the ogs_sbi_time_parse() function

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-53769

Avo is a framework to create admin panels for Ruby on Rails apps. From version 2.28.0 to before version 3.32.0, Avo's direct attachment upload endpoint lacks server-side upload authorization and bypasses the documented field-level upload policy methods such as upload_{FIELD_ID}?. An authenticated Avo user who can reach the Avo attachment upload endpoint can replace or add attachment content, inclu

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-50894

easyadmin v2.0.2.2 is vulnerable to Unrestricted Upload of File with Dangerous Type in the background management interface which allows authenticated remote attackers to execute arbitrary code and gain server privileges via a crafted file upload.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2025-67066

SQL Injection vulnerability in oasys sysoa version 1.0 allows a remote attacker to execute arbitrary code via the outtype parameter in the /outaddresspaging path

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2022-26961

Italtel NetMatch-S 5.0.0-20200703 allows Multiple Stored XSS under NP_IBCF-NATUP-01/NMSCI-WebGui/backup_restore.jsp and NP_IBCF-MIBER-03/NMSCI-WebGui/storage.jsp via the name parameter. A malicious user leveraging this vulnerability could inject arbitrary JavaScript. The malicious payload will then be triggered every time an authenticated user browses the page containing it.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85786

Improper handling of highly compressed data in Amazon ion-java before 1.12.1 might allow remote attackers to cause a denial of service via a crafted compressed Ion document that expands to an arbitrarily large size upon decompression due to insufficient coverage of the GZIP auto-decompression opt-out introduced for CVE-2026-75936. To remediate this issue, users should upgrade to version 1.12.1.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85643

A flaw has been found in code-projects Online Shopping System 1.0. Impacted is the function mysqli_query of the file admin/adduser.php. Executing a manipulation of the argument mobile can lead to sql injection. The attack may be performed from remote. The exploit has been published and may be used.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-79391

No authentication exists in the MQTT service of Trueview 6.0.23.4. The MQTT broker accepts client connections on TCP port 1883 without requiring authentication, allowing a remote attacker with network access to establish an MQTT session and perform unauthorized publish or subscribe operations.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-79390

Trueview TI8161 6.0.23.4 is vulnerable to information disclosure due to the transmission of MQTT communications in plaintext over TCP port 1883. An unauthenticated attacker with access to the same network segment can intercept MQTT traffic and obtain sensitive device information and operational data, including device identifiers, message metadata, and control-related information.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-79389

Trueview T18161 S 6.0.23.4 contains an improper verification in MQTT command processing. An attacker with network access can replay or modify captured MQTT messages, including security-related nonce, timestamp, and signature fields, and the device accepts the modified messages and executes the associated commands.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-71626

An issue in Invoice Ninja v5.13.24 allows a remote attacker to obtain sensitive information via the StoreWebhookRequest.php, UpdateWebhookRequest.php, and WebhookSingle.php components

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-71625

An issue in slimkit plus ThinkSNS+ v.2.4 allows a remote attacker to escalate privileges via the ResetPasswordController.php component

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-71624

An issue in esoTalk v.1.0.0g4 allows a remote attacker to execute arbitrary code via the core/models/ETMemberModel.class.php, core/controllers/ETMemberController.class.php, and core/lib/ET.class.php components

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-71622

SQL injection vulnerability in Zhao-github APiAdmin v.5.0.1 allows a remote attacker to obtain sensitive information via the User.php component

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-53932

laravel-backup-restore restores database backups made with spatie/laravel-backup. Prior to version 1.9.4, a crafted backup archive can trigger OS command injection during database restore. This issue has been patched in version 1.9.4.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85781

Unverified ownership of a storage access point in the volume deletion component of the Amazon EFS CSI Driver before v3.4.1 might allow an authenticated Kubernetes user with PersistentVolume creation privileges to cause recursive deletion of directories on an EFS filesystem they are not authorized to access, via a crafted PersistentVolume volumeHandle that pairs an access point from one filesystem

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85639

A security vulnerability has been detected in jofpin trape 2.0. This vulnerability affects unknown code of the file core/user.py of the component Telemetry Endpoint. Such manipulation of the argument vId leads to race condition. The attack can be executed remotely. Attacks of this nature are highly complex. It is stated that the exploitability is difficult. The exploit has been disclosed publicly

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85638

A weakness has been identified in jofpin trape 2.0. This affects an unknown part of the file core/user.py. This manipulation of the argument vId/id causes authorization bypass. Remote exploitation of the attack is possible. The exploit has been made available to the public and could be used for attacks. The project was informed of the problem early through an issue report but has not responded yet

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85637

A security flaw has been discovered in jofpin trape 1.0.0/2.0. Affected by this issue is the function join_room of the file core/sockets.py of the component Admin Endpoint. The manipulation results in missing authentication. The attack may be launched remotely. The exploit has been released to the public and may be used for attacks. The project was informed of the problem early through an issue re

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80119

PassMark PerformanceTest before 11.1 build 1012, BurnInTest before 11.1 build 1000, and OSForensics before 11.1 build 1016 contain an information disclosure vulnerability in DirectIo64.sys that allows unauthenticated local attackers to dump complete physical memory contents by supplying a caller-controlled file path to an exposed IOCTL. Attackers can issue a single IOCTL call to trigger the driver

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80118

PassMark PerformanceTest before 11.1 build 1012, BurnInTest before 11.1 build 1000, and OSForensics before 11.1 build 1016 contain an unauthenticated physical memory disclosure in DirectIo64.sys, reachable by unprivileged local users through a single IOCTL with no caller-identity check. The handler writes a crash-dump-format (PAGEDU64) image of all physical memory to a caller-supplied file path in

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80117

PassMark PerformanceTest before 11.1 build 1012, BurnInTest before 11.1 build 1000, and OSForensics before 11.1 build 1016 contain a privilege escalation vulnerability in DirectIo64.sys that allows local users to issue arbitrary IN and OUT instructions to any x86 I/O port due to missing allowlist or port validation on exposed IOCTLs. Attackers can obtain a device handle and write to sensitive port

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80116

PassMark PerformanceTest before 11.1 build 1012, BurnInTest before 11.1 build 1000, and OSForensics before 11.1 build 1016 contain a privilege escalation vulnerability in DirectIo64.sys that allows local users to modify hardware configuration by exploiting exposed IOCTLs with no validation on device selection, register offset, or value. Attackers can obtain a device handle and issue arbitrary PCI

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80115

PassMark PerformanceTest before 11.1 build 1012, BurnInTest before 11.1 build 1000, and OSForensics before 11.1 build 1016 contain a privilege escalation and denial-of-service vulnerability in DirectIo64.sys that allows local attackers to read arbitrary Model-Specific Registers or write zero to any MSR through exposed IOCTLs with insufficient blocklist enforcement. Attackers can exploit the unrest

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80114

PassMark PerformanceTest before 11.1 build 1012, BurnInTest before 11.1 build 1000, and OSForensics before 11.1 build 1016 contain a hard-coded credentials vulnerability in DirectIo64.sys that allows local attackers to perform arbitrary physical memory writes by extracting an 8-byte key embedded as a hardcoded literal in the distributed binary and computing valid MD5 authentication tags for arbitr

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80113

PassMark PerformanceTest before 11.1 build 1012, BurnInTest before 11.1 build 1000, and OSForensics before 11.1 build 1016 contain a privilege escalation vulnerability in DirectIo64.sys that allows local users to clear arbitrary bits at any physical memory address due to missing validation of the physical address parameter in an exposed IOCTL handler. Attackers can obtain a device handle and suppl

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80112

PassMark PerformanceTest before 11.1 build 1012, BurnInTest before 11.1 build 1000, and OSForensics before 11.1 build 1016 contain an improper access control vulnerability in the DirectIo64.sys kernel driver that allows unprivileged local users to perform privileged hardware operations by opening a handle to the device object created without a security descriptor. Attackers can issue IOCTLs throug

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-78839

An arbitrary file upload vulnerability in AppNitro MachForm v30 allows attackers to execute arbitrary code via uploading a crafted .phar file.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-71620

File Upload vulnerability in Zhao-github ApiAdmin v.5.0.1 allows a remote attacker to execute arbitrary code via a crafted .php file

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-9317

Nango before 0.71.6 contains a missing authentication vulnerability in the runner tRPC server that allows unauthenticated attackers to execute arbitrary JavaScript code by invoking the exposed start procedure without credentials. Attackers with network access to the runner port can send requests to the unauthenticated start procedure, bypassing the unenforced RUNNER_SECRET_KEY environment variable

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85769

A flaw was found in libtpms, a library that provides software TPM 2.0 emulation. When restoring TPM 2.0 state (for example during a virtual machine's power-on or state/migration restore), a malformed state blob can supply an oversized skip-block length that is not validated against the remaining size of the input buffer. This can drive an internal size counter negative, which bypasses a subsequent

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85656

An OS command injection issue in the log4j-cve-2021-44228-hotpatch package in Amazon Linux before 1.3-9 might allow a local user to execute arbitrary commands with root privileges via a Java process whose executable path contains embedded newline characters.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85654

Improper neutralization of special elements used in a template engine in the CDK generator in Amazon awslabs.dynamodb-mcp-server before 2.1.6 might allow a context-dependent actor to execute arbitrary code on the host that deploys the generated application via crafted table, index, or attribute names in a data model file.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85636

A vulnerability was identified in jofpin trape 1.0.0. Affected by this vulnerability is an unknown functionality of the file core/stats.py of the component Login Endpoint. The manipulation leads to missing authentication. The attack may be initiated remotely. The exploit is publicly available and might be used. The project was informed of the problem early through an issue report but has not respo

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-84890

undici's decompress interceptor decompresses response bodies according to the untrusted Content-Encoding header. While the number of content-encoding layers is capped, the total decompressed output size is unbounded and there is no configuration option to limit it. A malicious or faulty upstream can therefore return a small compressed payload, a compression bomb, that expands to hundreds of megaby

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-82538

ILIAS before versions 9.22, 10.10, and 11.3 contains a SQL injection vulnerability in the repository trash table where the table navigation sort field from HTTP requests is passed directly into the ORDER BY clause of a SQL query without validation against declared sortable columns. Authenticated users with write permission on any container can inject arbitrary SQL through the sort parameter, and b

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80913

In the Linux kernel, the following vulnerability has been resolved: selinux: require every boolean value to be defined p_bools.nprim comes from the policy image independently of how many booleans follow it, and cond_index_bool() fills bool_val_to_struct[] at value - 1, so a count larger than the values present leaves NULL entries. Every user of that array then walks it by index and dereferences

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80912

In the Linux kernel, the following vulnerability has been resolved: selinux: reject an unclaimed class value in security_get_classes() security_get_classes() sizes an array by p_classes.nprim and fills it at value - 1, so a class value the policy never defines leaves a NULL. sel_make_classes() passes every entry to sel_make_dir(), reaching the same d_alloc_name() dereference as the permission ar

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80911

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: sof-audio: Fix error path in sof_widget_setup_unlocked() If either tplg_ops->dai_config or widget_kcontrol_setup fail during widget setup we would double decrement the use_count of the widget because the sof_widget_free_unlocked() would be called twice, similarly the core_put would be invoked twice as well. Since the

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80910

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: lpass-wsa-macro: Fix enum kcontrol accesses EAR SPKR PA Gain" and the four "WSA RX* Mux" controls are enumerated, but their get and put callbacks access the value through ucontrol->value.integer.value[0] (a long) instead of ucontrol->value.enumerated.item[0] (an unsigned int). This same pattern was fixed in the si

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80909

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Reject UVD message with invalid number of h265 refs Same change as for h264, avoids overflow later when calculating min dpb size. (cherry picked from commit a4b0720e4f1601f97f59a2be9c1b4b94fa6527d5)

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80908

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Reject UVD message with dimensions above 4096 Fixes potential overflow in DPB size calculations. (cherry picked from commit 05e1387d151f71569fbe122d2c89f9db0c21dc10)

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80907

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix UVD dpb min size calculation for H264 This should use actual number of references from the decode message, instead of maximum derived from level. (cherry picked from commit 64b525edb7e7bdfcdc77883c5e413804e2396856)

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80906

In the Linux kernel, the following vulnerability has been resolved: net: packet: fix wrong transport_header when sending VLAN-tagged frame In packet_parse_headers(), when processing a VLAN-tagged frame, skb_set_network_header() is called to advance network_header past the VLAN tag to the inner protocol header. skb_probe_transport_header() is then called with skb->protocol still set to the outer

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80905

In the Linux kernel, the following vulnerability has been resolved: net: tap: fix wrong transport_header when sending VLAN-tagged frame In tap_get_user_xdp(), when processing a VLAN-tagged frame (e.g. ETH_P_8021Q), skb_set_network_header() is called first to advance network_header past the VLAN tag to the inner protocol header. skb_probe_transport_header() is then called with skb->protocol still

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80904

In the Linux kernel, the following vulnerability has been resolved: net/tls: Fail tls_sw_splice_read() after a failed async decrypt When an async decrypt fails, tls_decrypt_done() records the error in ctx->async_wait.err and calls tls_err_abort(), which stores it in sk_err. tls_sw_recvmsg() and tls_sw_read_sock() each read async_wait.err once they hold the reader lock and fail the call: a record

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80903

In the Linux kernel, the following vulnerability has been resolved: drm/xe/oa: Fix sync entry leak on OA config emit failure xe_oa_emit_oa_config() releases the sync entries and the syncs array only on its success path. When it fails before the point of no return (fence allocation, config buffer allocation or batch submission), it returns without touching stream->syncs. The stream open path han

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80902

In the Linux kernel, the following vulnerability has been resolved: dmaengine: sun6i-dma: Fix reclaim descriptors while terminating DMA When terminating DMA transfers, active descriptors are not properly reclaimed. Only cyclic descriptors were handled, leaving non-cyclic descriptors and their LLI chains to be permanently leaked. Fix by using vchan_terminate_vdesc() which handles both cyclic and

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80901

In the Linux kernel, the following vulnerability has been resolved: ipvs: fix the checksum validations ip_vs_in_icmp_v6() is missing checksum validation for ICMPv6 packets from clients. In fact, as for TCP/UDP we should validate the checksum for ICMP packets only when we mangle the packets on MASQ or on reply for tunnel. Also, Sashiko points out that handle_response_icmp() being common for IPv4

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80900

In the Linux kernel, the following vulnerability has been resolved: ASoC: SDCA: Make UMP message size check more robust If message offset was larger than the buffer length the size check will pass incorrectly. Refactor the check such that it is more robust to invalid sizes.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80899

In the Linux kernel, the following vulnerability has been resolved: erofs: remove fscache backend entirely EROFS over fscache was introduced to provide image lazy pulling functionality. After the feature landed, the fscache subsystem made netfs a new hard dependency, which is unexpected for a local filesystem and has an kernel-defined caching hierarchy which could be inflexible compared to the f

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80898

In the Linux kernel, the following vulnerability has been resolved: netfs: clear PG_private_2 on copy-to-cache append failure netfs_pgpriv2_copy_to_cache() marks the folio with PG_private_2 before netfs_pgpriv2_copy_folio() appends it to the copy-to-cache rolling buffer. If the append fails, the folio is not queued for cache writeback, so the PG_private_2 state and its reference must be release

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80897

In the Linux kernel, the following vulnerability has been resolved: netfs: release readahead folios on iterator preparation failure netfs_prepare_read_iterator() batches readahead folios in put_batch so that the folio references can be dropped after the I/O iterator has been prepared. If rolling_buffer_load_from_ra() fails after earlier folios have been batched, the function returns immediately

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80896

In the Linux kernel, the following vulnerability has been resolved: mshv: Fix race in mshv_irqfd_deassign mshv_irqfd_deactivate() and the hlist traversal of pt_irqfds_list require pt->pt_irqfds_lock to be held, but mshv_irqfd_deassign() omits it. This races with the EPOLLHUP path in mshv_irqfd_wakeup(), which does take the lock before calling mshv_irqfd_deactivate(). Additionally, mshv_irqfd_de

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80895

In the Linux kernel, the following vulnerability has been resolved: mshv: Order pt_vp_array publish against irqfd assertion path mshv_partition_ioctl_create_vp() initialises a VP struct (allocations, mutex_init, init_waitqueue_head, page mappings) and then publishes the pointer into partition->pt_vp_array. Several ISR paths read this array locklessly: the intercept ISR, the two scheduler ISRs,

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80894

In the Linux kernel, the following vulnerability has been resolved: iommufd: Fix wrong hwpt passed to iommufd_auto_response_faults on replace iommufd_hwpt_replace_device() calls: iommufd_auto_response_faults(hwpt, old_handle); passing the *new* hwpt together with the handle of the device's *old* domain. This should be a parameter mismatch: 1. Semantically, iommufd_auto_response_faults(x, han

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80893

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix swap entry corruption when clearing uffd-wp at fork() copy_hugetlb_page_range() clears the uffd-wp bit of migration and hwpoison entries with huge_pte_clear_uffd_wp(), which operates on the present-PTE bit position. Swap entries keep the uffd-wp state elsewhere -- the migration branch reads and sets it with pte_

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80892

In the Linux kernel, the following vulnerability has been resolved: erofs: cap LZMA stream pool size fs/erofs/decompressor_lzma.c sizes the module-global MicroLZMA stream pool from num_possible_cpus() when the lzma_streams module parameter is unset, then z_erofs_load_lzma_config() preallocates one image-supplied dictionary per stream, accepting dictionaries up to 8 MiB. On high-CPU systems, a s

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80891

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: pci: Validate AIBV and AISB before pinning guest pages The AIBV holds one bit per MSI-X vector for a given function. The size of the bit vector is derived from the NOI and the AIBVO. If the size of the AIBV exceeds a single page boundary, then reject the request as we cannot safely pin the guest AIBV. Similarly rejec

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80890

In the Linux kernel, the following vulnerability has been resolved: sctp: reject stale cookies with mismatched verification tags sctp_unpack_cookie() skips cookie expiration checks whenever an association already exists. This is broader than the exception in RFC 9260 Section 5.2.4. For an existing association, Section 5.2.4 permits an expired State Cookie only when both Verification Tags in th

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80889

In the Linux kernel, the following vulnerability has been resolved: can: isotp: fix timer drain order, wakeup handling and tx_gen ordering This patch is a follow-up to commit cf070fe33bfb ("can: isotp: serialize TX state transitions under so->rx_lock") which addresses following sashiko-bot findings: - isotp_sendmsg(): drain so->txfrtimer first so a stale callback can't re-arm echotimer after

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80888

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: drop dma_buf reference on foreign-fd prime import ttm_prime_fd_to_handle() returns -ENOSYS when the imported fd's dma_buf->ops do not match the ttm_object_device's ops, but does so without releasing the reference acquired by dma_buf_get(). Any unprivileged renderD client passing a non-vmwgfx prime fd through the DRM

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80887

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: use check_add_overflow for shader size+offset bound vmw_shader_define() validates the user-supplied shader window against its backing buffer with (u64)buffer->tbo.base.size guest_memory_offset and forwarded to host SVGA shader-create commands. Use check_add_overflow() to detect the wrap and compare the resulting e

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-73848

Emlog is an open source website building system. In versions 2.6.29 and prior, tag names in emlog are not HTML-encoded when rendered in the article editor. An attacker can create a tag containing ');alert(document.domain);//. The addslashes() function does not escape HTML entities, so ' is stored as-is. When the browser renders the page, it decodes ' back to a literal single quote before evaluatin

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-61688

SolidInvoice is an open-source invoicing platform. Prior to version 3.0.1, an authenticated user can view the API request history of any other user's API tokens within the same company by manipulating two writable Symfony UX LiveComponent props on the `DataGrid` component. Version 3.0.1 fixes the issue.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-61686

SolidInvoice is an open-source invoicing platform. Prior to version 3.0.1, the `DataGrid` LiveComponent deserializes a `context` prop value using PHP's `unserialize()` after receiving it from the client. Because the prop is marked `writable: true`, an authenticated attacker can supply an arbitrary PHP serialized payload. Version 3.0.1 fixes the issue.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-61614

SolidInvoice is an open-source invoicing platform. Prior to version 3.0.1, the REST API authenticator accepts bearer tokens via a `?token=` URL query parameter as a fallback to the `X-API-TOKEN` header. This causes long-lived API credentials to be recorded in server access logs, proxy logs, browser history, and HTTP Referer headers sent to third-party origins. Version 3.0.1 fixes the issue.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-61608

SolidInvoice is an open-source invoicing platform. Prior to version 3.0.1, `UserInvitation` entities have no expiry timestamp. Invitation links mailed to users remain valid indefinitely, meaning a leaked, forwarded, or archived invitation email can be used at any time in the future to join a company or silently add a compromised email account to a company. Version 3.0.1 fixes the issue.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-57166

PJSIP is a free and open source multimedia communication library written in C. Prior to commit 4472a31, a stack buffer overflow exists in the PJLIB-UTIL telnet CLI front-end when rendering feedback for an entered command line. Several command-line handling paths write an attacker-influenced amount of data into fixed-size buffers without sufficient bounds checking, so a long command line can overfl

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-57165

PJSIP is a free and open source multimedia communication library written in C. Prior to commit 628b716, a stack buffer overflow exists in the PJLIB-UTIL telnet CLI front-end when redrawing the command line during history recall (handle_up_down() in cli_telnet.c). This affects only applications that enable the telnet CLI front-end (same gating as the related CLI issue). The line-redraw sequence for

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-57164

PJSIP is a free and open source multimedia communication library written in C. Prior to commit 8d5956a, a heap buffer overflow exists in the PJLIB-UTIL HTTP client (http_client.c) when buffering an HTTP response body. This affects applications that use the PJLIB-UTIL HTTP client to receive a whole response body at once (a completion callback with no incremental on_data_read callback). When growing

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-57163

PJSIP is a free and open source multimedia communication library written in C. Prior to commit c4a151a, a stack buffer overflow exists in the GnuTLS TLS backend when parsing the Subject Alternative Name extension of a peer certificate (tls_cert_get_info() in ssl_sock_gtls.c). Only GnuTLS builds are affected (--with-gnutls); OpenSSL and Apple SecureTransport/Network.framework builds are not affecte

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-57162

PJSIP is a free and open source multimedia communication library written in C. Prior to commit a1b707c, a stack buffer overflow exists in the SRTP/SDES media transport when processing a=crypto attributes during SDP offer/answer (sdes_encode_sdp() in transport_srtp_sdes.c). This affects applications with SRTP enabled (use_srtp optional or mandatory, using SDES keying). During media negotiation, the

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-57161

PJSIP is a free and open source multimedia communication library written in C. Prior to commit acc03b5, a stack buffer overflow exists in PJSUA when processing Service-Route headers in a registration response (update_service_route() in pjsua_acc.c). This affects applications that register using the PJSUA/PJSUA2 account API (the default registration path). The Service-Route URIs from a 2xx response

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-57160

PJSIP is a free and open source multimedia communication library written in C. Prior to commit d6a0e7f, a buffer overflow can occur in pjsip_generic_array_hdr_print() in pjsip/src/pjsip/sip_msg.c, the function that serializes generic array headers (such as Allow, Require, Supported, and Unsupported). Under certain output-buffer boundary conditions the function can write one byte past the end of th

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-57159

PJSIP is a free and open source multimedia communication library written in C. Prior to commit 673b978, a remote out-of-bounds read and write can occur in the SDP negotiator when the remote payload-type map maintenance feature is enabled. assign_pt_and_update_map() in pjmedia/src/pjmedia/sdp_neg.c uses payload-type numbers taken from a remote SDP offer or answer to index fixed-size internal tables

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-53761

Frappe CRM is an open-source customer relationship management tool. Prior to version 1.73.0, there is an authentication bypass vulnerability via logged invitation keys in crm/api. This issue has been patched in version 1.73.0.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-53760

Admidio is an open-source user management solution. In versions 5.0.11 and prior, the modules/plugins.php endpoint handles plugin installation, uninstallation, and update operations via GET requests without CSRF token validation. Because these are top-level navigations, browsers include SameSite=Lax session cookies. An attacker crafts a malicious page that, when an authenticated administrator visi

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-53758

Emlog is an open source website building system. In versions 2.6.29 and prior, article content is processed by Parsedown without enabling safe mode, which means raw HTML including tags embedded in Markdown is passed through unescaped. The output is rendered with no additional sanitization, resulting in stored XSS visible to all site visitors. At time of publication, there are no publicly known pa

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-53757

Emlog is an open source website building system. In versions 2.6.29 and prior, the emUnZip() function extracts all ZIP entries via ZipArchive::extractTo() without validating entry paths for ../ traversal sequences. Only the first entry's subdirectory structure is checked. An attacker can overwrite arbitrary files on the server filesystem, including config.php for immediate RCE. At time of publicat

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-53756

Emlog is an open source website building system. Prior to version 2.6.16, Emlog CMS Pro contains a blind SQL injection in User_Model::getUserDataByLogin(). The $account parameter is directly interpolated into SQL queries without any filtering. The vulnerability is reachable through the auth cookie validation path, where $username is extracted from the cookie and passed unfiltered into SQL — guarde

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-50553

Note Mark is an open-source note-taking application. Prior to version 0.19.5, Note Mark validates book and note slug values with the OpenAPI/huma tag pattern:"[a-z0-9-]+". huma compiles this with regexp.MustCompile(s.Pattern) and tests it with patternRe.MatchString(str), an UNANCHORED match. Because the pattern is not anchored (^...$), any string that merely CONTAINS one [a-z0-9-] substring passes

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-19534

undici's WebSocket client crashes the whole Node.js process during the opening handshake when a server responds with a subprotocol that the client never requested. A default WebSocket connection sends no subprotocol, but if the server's 101 response includes a Sec-WebSocket-Protocol header, undici dereferences a null value while checking it against the requested list and throws an uncaught TypeErr

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-18540

undici's retry interceptor can append the body of a ranged retry response to bytes already delivered from an earlier partial response while still presenting the original response's status and headers. This happens when an upstream server delivers part of a body without a trustworthy resume checkpoint, for example a non-success response whose headers were already sent or a partial-content response

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-18149

undici's retry handler can leave an already-exposed response body pending forever. When a server returns a successful response that declares a Content-Length, sends only part of the body, and closes the connection, the retry handler retries the request. If the retry returns a non-retryable status such as 400, the handler forwards that new response downstream and replaces its internal response stre

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2021-44320

Parrot AR.Drone version 1 and 2 does not employ a suitable mechanism to prevent denial-of-service (DoS) attacks. An attacker can harm the device availability (i.e., video streaming and control) by using tool to perform an IPv4 flood attack. Verified attacks includes SYN flooding and UDP flooding.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2021-44319

Parrot AR.Drone 1 and AR.Drone 2 are vulnerable to Denial of Service. The Parrot AR.Drone platform is vulnerable to Wi-Fi deauthentication attack, allowing remote and unauthenticated attackers to disconnect drone from controller during mid-flight.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85152

undici 8.10.0 omits the destination origin from the cache and request-deduplication keys when the cache or deduplicate interceptor is composed directly onto a Client or Pool. Because the internal cache key falls back to an empty origin string, a cacheable or in-flight response from one upstream origin is returned for a request to a different, trusted origin whenever the method, path, and relevant

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85024

undici bundles a WebSocket client whose permessage-deflate size-limit cleanup removes all listeners from the internal zlib inflate stream, including its error listener, while that stream can still emit. When a remote peer sends a compressed payload that crosses the built-in 128 MiB decompressed-payload limit and then contains a malformed DEFLATE byte, the inflate stream emits a data error with no

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85014

undici's experimental WebSocketStream client crashes the whole Node.js process when a remote peer closes the TCP connection without a WebSocket close handshake. On an unclean close the internal socket-close handler calls abort on the writable stream unconditionally and discards the returned promise, but per the WHATWG Streams standard aborting a locked writable returns a promise that rejects with

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85008

undici's cache interceptor documents that only safe HTTP methods are cached, but its logic to skip caching is built by subtracting the configured methods from the set of safe methods, so an unsafe method such as POST, PUT, or DELETE is never placed in the skip list and instead falls through to the full cache-read path. The response-storage gate also lacked a method check, so a response to an unsaf

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-84961

undici's BalancedPool constructor passes its entire options object through an internal deep-clone that serializes and reparses the value as JSON. Because JSON cannot represent functions, any function-valued TLS option, such as a caller-supplied checkServerIdentity callback or a custom connector inside the connect option, is silently discarded before it reaches the TLS layer. As a result a peer who

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-84947

undici's dump interceptor reads and discards a response body up to a configurable maximum size. When a response declares a Content-Length that exceeds the maximum, the interceptor aborts cleanly, but when a response has no Content-Length and is chunked, the interceptor instead signals completion early once the accumulated size reaches the maximum, without pausing or aborting the request. Because t

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-84933

undici's cache interceptor does not handle the Set-Cookie response header anywhere in its cache path, so it neither refuses to store nor strips that header. In shared cache mode, which is the default, an otherwise cacheable response that carries a Set-Cookie header, for example one marked with a public and max-age directive, is stored and then re-served to a later caller that matches the same cach

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80886

In the Linux kernel, the following vulnerability has been resolved: serial: msm: Disable DMA for kernel console UART At the moment, concurrent writes from userspace and the kernel to the console can trigger a race condition that results in an infinite loop of the same messages printed over and over again. This is most likely to happen during system startup or shutdown when the init system starts

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80885

In the Linux kernel, the following vulnerability has been resolved: afs: Fix uncancelled rxrpc OOB message handler Fix AFS to cancel its OOB message processing (typically to respond to security challenges). Also move OOB message processing to afs_wq so that it's also waited for and make the OOB handler just return if the net namespace is no longer live.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80884

In the Linux kernel, the following vulnerability has been resolved: ntb: Store original DMA address for future release The DMA API requires that dma_free_attrs receive the exact dma_handle originally returned by the allocation function. Do not modify it.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80883

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: gr2d/gr3d: Initialize address register map before HOST1X client is registered The host1x_client_register() function is called just prior to register map initialization loop, making the device available to userspace. This may result in userspace attempting to submits a job before the register map is initialized. Addres

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80882

In the Linux kernel, the following vulnerability has been resolved: crypto: tegra - Return ENOMEM when input buffer allocation fails for ccm Ensure the ENOMEM error value is set when the input buffer allocation fails in tegra_ccm_do_one_req.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80881

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix buffer head management in ocfs2_read_blocks() In ocfs2_read_blocks(), caller should't assume that buffer head returned by 'sb_getblk()' is exclusively owned and so 'put_bh()' always drops b_count from 1 to 0. If it is not so, buffer head remains on hold and likely to be returned by the next call to 'sb_getblk()' unch

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80880

In the Linux kernel, the following vulnerability has been resolved: IB/mlx5: Properly support implicit ODP rereg_mr Due to all the child mkeys in the implicit ODP configuration we cannot change anything in place for the parent mkey. Instead the whole thing needs to be rebuilt if any change is requested. If the user does not specify a translation then force the implicit values which will then fal

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80879

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix circular locking dependency in ocfs2_dio_end_io_write A circular locking dependency involves INODE_ALLOC_SYSTEM_INODE, EXTENT_ALLOC_SYSTEM_INODE, and ORPHAN_DIR_SYSTEM_INODE. 1. ocfs2_mknod() acquires INODE_ALLOC then EXTENT_ALLOC. 2. ocfs2_dio_end_io_write() acquires EXTENT_ALLOC for unwritten extents, then ORPH

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80878

In the Linux kernel, the following vulnerability has been resolved: afs: Fix leak of ungot volume Fix afs_lookup_volume_rcu() so that it doesn't leak a dying volume if afs_try_get_volume() fails.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80877

In the Linux kernel, the following vulnerability has been resolved: afs: Fix vllist leak Fix a leak of the new vllist in afs_update_cell() in the event that it is an empty list (nr_servers == 0), in which case the old list isn't displaced unless the old list is also empty.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80876

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Fix event length with forced 8-byte alignment When RB_FORCE_8BYTE_ALIGNMENT is true, rb_calculate_event_length() reserves the space of event->array[0] for placing the data length and rb_update_event() stores the data length in event->array[0] accordingly. As a result the whole event length will add extra 4 bytes for

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80875

In the Linux kernel, the following vulnerability has been resolved: ipvs: use parsed transport offset in TCP state lookup TCP state handling reparses the skb to find the TCP header. For IPv6 it uses sizeof(struct ipv6hdr), while the surrounding IPVS code already parsed the packet with ip_vs_fill_iph_skb() and has the real transport-header offset in iph.len. This makes TCP state handling look at

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80874

In the Linux kernel, the following vulnerability has been resolved: arm64: dts: renesas: ironhide: Describe inline ECC carveouts The DBSC5 DRAM controller protects DRAM content using inline ECC. The inline ECC utilizes areas of DRAM for its operation, which are in the DRAM address range, but must not be accessed or modified. Describe the inline ECC carveout areas used by the DBSC5 controller on

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80873

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: nv: Write ESR_EL2 for injected nested SError exceptions kvm_inject_el2_exception() writes ESR_EL2 for synchronous exceptions but not for SError. enter_exception64() does not write ESR_ELx for any exception type, so the constructed syndrome is dropped. A guest L2 hypervisor taking a nested SError observes stale ESR_EL

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80872

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda/tas2781: Cancel async firmware request at unbind TAS2781 HDA I2C and SPI queue RCA firmware loading from component bind with request_firmware_nowait(). The firmware loader keeps the callback module pinned and holds a device reference, but the callback still uses driver-private HDA state. Component unbind removes contr

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80871

In the Linux kernel, the following vulnerability has been resolved: crypto: xilinx-trng - Remove crypto_rng interface Implementing the crypto_rng interface has no purpose, as it isn't used in practice. It's being removed from other drivers too. Just remove it. This leaves hwrng, which is actually used. Tagging with 'Cc stable' due to the bugs that this removes: - xtrng_trng_generate() som

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80870

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Validate CRIU-restored IDs before idr_alloc The KFD CRIU restore flow restores previously saved object IDs from userspace. For event restore: kfd_criu_restore_event() -> create_signal_event() / create_other_event() -> allocate_event_notification_slot() -> idr_alloc(..., *restore_id,

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80869

In the Linux kernel, the following vulnerability has been resolved: ntfs: bound the attribute-list entry in ntfs_read_inode_mount() The $MFT attribute-list walk in ntfs_read_inode_mount() validates each entry only with "(u8 *)al_entry + 6 > al_end" and "(u8 *)al_entry + le16_to_cpu(al_entry->length) > al_end", but then reads al_entry->lowest_vcn (an __le64 at offset 8) and al_entry->mft_referenc

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80868

In the Linux kernel, the following vulnerability has been resolved: ntfs3: Allocate iomap inline_data using alloc_page This fixes a BUG reported in iomap_write_end_inline: iomap_inline_data_valid checks that the inline_data fits within a page. If the inline_data is allocated with kmemdup there's no guarantee that it's page-aligned, so the check sometimes fails. Allocate it with alloc_page to ens

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80867

In the Linux kernel, the following vulnerability has been resolved: alpha/PCI: Add security_locked_down() check to pci_mmap_resource() Currently, Alpha's pci_mmap_resource() does not check security_locked_down(LOCKDOWN_PCI_ACCESS) before allowing userspace to mmap PCI BARs. The generic version has had this check since commit eb627e17727e ("PCI: Lock down BAR access when the kernel is locked dow

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80866

In the Linux kernel, the following vulnerability has been resolved: tipc: avoid busy looping in tipc_exit_net() Blamed commit introduced a busy-wait loop in tipc_exit_net() to wait for pending UDP bearer cleanup works to complete: while (atomic_read(&tn->wq_count)) cond_resched(); This loop can busy-wait for a long time if cond_resched() is a NOP. This typically happens i

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80865

In the Linux kernel, the following vulnerability has been resolved: bpf: Add missing access_ok call to copy_user_syms As reported by sashiko we use __get_user without prior access_ok call on the user space pointer. Adding the missing call for the whole pointer array. Plus removing the err check in the error path, because it's not needed and also we can return -ENOMEM directly from the first kvm

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-78849

Cross Site Scripting vulnerability in Netgate pfSense Plus software versions <= 26.03 pfSense CE software versions <= 2.8.1 allows a remote attacker to execute arbitrary code via the captive_portal_status.widget.php file

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-78745

An issue in HiDPT/ Weyon HiDPTAndroid Hi3751V350 Hi3751V352E_DMO allows a remote attacker to execute arbitrary code via the Android Debug Bridge (ADB) daemon (adbd)

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-38961

Cross-Site Scripting (XSS) vulnerability in the RSS Widget of Netgate pfSense Plus (versions 26.03, 25.11.1) and pfSense CE (version 2.8.1) allows remote authenticated attackers to inject arbitrary JavaScript via malicious content in an RSS feed title. The injected script executes in the browser of any authenticated user who views the dashboard, due to insufficient sanitization of feed title data

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-18341

IBM i 7.6, 7.5, 7.4, and 7.3 could allow a remote authenticated attacker to corrupt memory due to an integer underflow.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-18221

IBM i 7.6, 7.5, 7.4, and 7.3 could allow a remote attacker to gain unauthorized access due to improper validation of client-supplied authentication parameters.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-18175

IBM i 7.6, 7.5, 7.4, and 7.3 could allow a remote attacker to manipulate database transactions due to improper authorization in the DDM target dispatcher.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-18078

IBM i 7.6, 7.5, 7.4, and 7.3 could allow a remote authenticated attacker to cause a denial of service due to an integer overflow.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-18076

IBM i 7.6, 7.5, 7.4, and 7.3 could allow a remote authenticated attacker to cause a denial of service due to a memory leak.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-18073

IBM i 7.6, 7.5, 7.4, and 7.3 could allow a local authenticated attacker to inject parameters into a CL command due to improper neutralization of special elements.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-17631

IBM Langflow OSS 1.0.0 through 1.10.2 could allow a remote authenticated attacker to obtain sensitive information due to a server-side request forgery (SSRF) vulnerability.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-17627

IBM Langflow OSS 1.0.0 through 1.10.2 could allow a remote authenticated attacker to obtain sensitive information and inject messages into workflow history due to improper authorization.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-17622

IBM Langflow OSS 1.0.0 through 1.10.2 could allow a remote authenticated attacker to obtain sensitive information due to improper limitation of a pathname to a restricted directory.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-17621

IBM Langflow OSS 1.0.0 through 1.10.2 could allow a remote attacker to traverse directories on the system. An attacker could send a specially crafted URL request containing "dot dot " sequences ( /.. /) to view arbitrary files on the system.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-17499

IBM i 7.6, 7.5, 7.4, and 7.3 could allow a local attacker to execute arbitrary commands due to improper neutralization of special elements used in an OS command.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-17483

IBM Db2 Mirror for i 7.4, 7.5, and 7.6 IBM i could allow a local attacker to delete historical flight-recorder archives due to improper access control in an SQL procedure.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-17470

IBM i 7.6, 7.5, 7.4, and 7.3 could allow a remote attacker to cause a denial of service due to a buffer overflow.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-17469

IBM i 7.6, 7.5, 7.4, and 7.3 could allow a local authenticated attacker to cause a denial of service due to an off-by-one write in the LPD queue name parser.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-17444

IBM App Connect Enterprise 13.0.1.0 through 13.0.8.1, and 12.0.1.0 through 12.0.12.28 and IBM Integration Bus for z/OS 10.1.0.0 through 10.1.0.7 could allow a remote authenticated attacker to obtain sensitive information due to an XML external entity (XXE) injection.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-17443

IBM App Connect Enterprise 13.0.1.0 through 13.0.8.1, and 12.0.1.0 through 12.0.12.28 and IBM Integration Bus for z/OS 10.1.0.0 through 10.1.0.7 could allow a remote authenticated attacker to obtain sensitive information due to an XML external entity (XXE) injection flaw.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-17442

IBM App Connect Enterprise 13.0.1.0 through 13.0.8.1, and 12.0.1.0 through 12.0.12.28 and IBM Integration Bus for z/OS 10.1.0.0 through 10.1.0.7 could allow a local attacker to obtain sensitive information due to credentials being written to trace logs in cleartext.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-17440

IBM App Connect Enterprise 13.0.1.0 through 13.0.8.1, and 12.0.1.0 through 12.0.12.28 and IBM Integration Bus for z/OS 10.1.0.0 through 10.1.0.7 could allow a local attacker to cause a denial of service due to uncontrolled recursion.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-17274

IBM i 7.6, 7.5, 7.4, and 7.3 could allow a remote authenticated attacker to bypass security restrictions due to predictable server seeds.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-17273

IBM i 7.6, 7.5, 7.4, and 7.3 could allow a remote authenticated attacker to cause a denial of service due to a NULL pointer dereference.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-17270

IBM i 7.6, 7.5, 7.4, and 7.3 could allow a local attacker to cause a denial of service due to a stack-based buffer overflow.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-17259

IBM i 7.6, 7.5, 7.4, and 7.3 could allow a remote authenticated attacker to cause a denial of service due to a stack-based buffer overflow.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-17207

IBM i 7.6, 7.5, 7.4, and 7.3 could allow a remote attacker to cause a denial of service and compromise integrity due to a buffer overflow.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-17057

IBM i 7.6, 7.5, 7.4, and 7.3 could allow a remote attacker to cause a denial of service and affect data integrity due to missing authentication for critical functions.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-16941

IBM i 7.6, 7.5, and 7.4 could allow a remote authenticated attacker to modify certain system messages due to improper authorization.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-16892

IBM i 7.6, 7.5, 7.4, and 7.3 could allow a remote authenticated attacker to bypass security restrictions due to improper authentication during service-name matching.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-16826

IBM i 7.6, 7.5, 7.4, and 7.3 could allow a local attacker to execute arbitrary commands due to improper neutralization of special elements used in an OS command.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-16693

IBM i 7.6, 7.5, 7.4, and 7.3 could allow a remote authenticated attacker to obtain sensitive information due to the use of hardcoded cryptographic constants to obfuscate encryption keys.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-16689

IBM App Connect Enterprise 13.0.1.0 through 13.0.8.1, and 12.0.1.0 through 12.0.12.28 and IBM Integration Bus for z/OS 10.1.0.0 through 10.1.0.7 could allow a local attacker to obtain sensitive information due to improper logging of credentials.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-16660

IBM Db2 Mirror for i 7.4, 7.5, and 7.6 could allow a remote attacker to cause a denial of service due to an out-of-bounds read.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-16180

IBM App Connect Enterprise 13.0.1.0 through 13.0.8.1, and 12.0.1.0 through 12.0.12.28 and IBM Integration Bus for z/OS 10.1.0.0 through 10.1.0.7 Toolkit could allow an authenticated user to cause a denial-of-service condition due to improper validation of XML entities.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-14470

IBM Langflow OSS 1.0.0 through 1.10.2 could allow an authenticated attacker to traverse directories on the system. An attacker could send a specially crafted URL request containing "dot dot" sequences (/../) to view arbitrary files on the system.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-14350

IBM Cloud Pak for Data System 11.3.0.2 through Interim Fix 001 could allow an unauthorized user to inject data into log messages due to improper neutralization of special elements when written to log files.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85730

smol-toml is a small, fast, and correct TOML parser and serializer. Prior to 1.7.1, parse() can enter an infinite loop when a value inside an array or inline table is followed by a comment with no trailing newline. In src/util.ts, skipUntil() calls indexOfNewline(), receives -1 at the end of input, and resets the cursor to the beginning of the string instead of leaving the structure scan. The pars

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-82911

Cross-Site Request Forgery (CSRF) in the OrderConfirmController at GET /order/confirm/{order_number} in Roskus Prospero Flow CRM before 5.15.11 allows an unauthenticated attacker to confirm any order on behalf of an authenticated user by directing them to a crafted page. Laravel's VerifyCsrfToken middleware enforces CSRF tokens only on POST, PUT, PATCH, and DELETE requests; the Route::get declarat

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80864

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix responder UAF on IB_QP_MAX_DEST_RD_ATOMIC modify_qp rxe_qp_from_attr() handles IB_QP_MAX_DEST_RD_ATOMIC outside the IB_QP_STATE path, so it holds no state_lock and runs while the responder task rxe_receiver() (recv_task on rxe_wq) is live. A modify_qp() setting only that attribute calls free_rd_atomic_resources() t

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80863

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix OOB in free_rd_atomic_resources() free_rd_atomic_resources() iterates using qp->attr.max_dest_rd_atomic. Updating max_dest_rd_atomic before freeing the old array can make the free path walk past the old allocation and trigger a slab out-of-bounds write catched by KASAN: =============================================

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80862

In the Linux kernel, the following vulnerability has been resolved: nvme-tcp: fix usage of page_frag_cache nvme uses page_frag_cache to preallocate PDU for each preallocated request of block device. Block devices are created in parallel threads, consequently page_frag_cache is used in not thread-safe manner. That leads to incorrect refcounting of backstore pages and premature free. That can be

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80861

In the Linux kernel, the following vulnerability has been resolved: usb: xhci: bail out of setup if the controller is inaccessible xhci_gen_setup() locates the operational registers using the capability length read from the very first register: xhci->op_regs = hcd->regs + HC_LENGTH(readl(&xhci->cap_regs->hc_capbase)); If the controller is dead or has dropped off the bus, that read returns ~

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80860

In the Linux kernel, the following vulnerability has been resolved: fuse: fix race between interrupt and resend After commit f8fce75fedf7 ("fuse: clear intr_entry in fuse_resend and fuse_remove_pending_req") the WARN_ON(!list_empty(&req->intr_entry)) in fuse_request_free() still triggers due to the following race: In request_wait_answer() if (test_bit(FR_SENT, &req->flags)) -> returns true I

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80859

In the Linux kernel, the following vulnerability has been resolved: fuse: fix missing barrier when checking io-uring readiness fuse_block_alloc() reads fch->initialized and then fch->io_uring. fch->io_uring is set before fch->initialized, ordered by the smp_wmb() in fuse_chan_set_intialized(), but fuse_block_alloc() has no matching read barrier between the two loads. This may lead a CPU to obse

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80858

In the Linux kernel, the following vulnerability has been resolved: fuse: publish io-uring queues with release semantics fuse_uring_create_queue() initializes a fuse_ring_queue and then publishes the pointer into ring->queues[qid] with WRITE_ONCE() under the fch->lock. There are several readers that may concurrently be fetching that pointer locklessly and then deferencing it. WRITE_ONCE() doesn

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80857

In the Linux kernel, the following vulnerability has been resolved: fuse: wait for FR_FINISHED on abort_on_kill to prevent use-after-free The abort_on_kill path in request_wait_answer() calls fuse_abort_conn() and returns without waiting for FR_FINISHED. If fuse_dev_do_write() is concurrently processing the same request (FR_LOCKED set), the caller frees req->args while it is still being accesse

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80856

In the Linux kernel, the following vulnerability has been resolved: fuse: fix invalidate lock leak on setattr writeback failure fuse_do_setattr() takes filemap_invalidate_lock() for a DAX truncate (fault_blocked = true) and releases it at the out:/error: labels. But when a writeback flush is also needed, a write_inode_now() failure returns directly and leaks the lock, so any later fault or trun

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80855

In the Linux kernel, the following vulnerability has been resolved: fuse: fix invalidate lock leak on open O_TRUNC DAX failure fuse_open() takes filemap_invalidate_lock() for a DAX truncate (dax_truncate = true) and releases it before the out_inode_unlock label. But when fuse_dax_break_layouts() fails, the goto out_inode_unlock skips the unlock and leaks the rwsem, so any later fault or truncat

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80854

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f_tcm: keep port count until LUN teardown completes tcm_usbg_drop_nexus() permits session removal once tpg_port_count reaches zero. However, usbg_port_unlink() currently decrements that count from the fabric_pre_unlink() callback, before core_dev_del_lun() waits for active se_lun references to drain. If removal of

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80853

In the Linux kernel, the following vulnerability has been resolved: KVM: SEV: Allocate full pages for {DE,EN}CRYPT ops on SNP-enabled hosts When {de,en}crypting memory of an SEV or SEV-ES guest on an SNP-enabled host via a temporary buffer, allocate a full 4KiB page for the buffer to ensure the page containing the buffer is wholly owned by KVM, i.e. won't be concurrently allocated and accessed b

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80852

In the Linux kernel, the following vulnerability has been resolved: tls: device: fix out-of-bounds write in tls_append_frag() Found with syzkaller and a local syzbot instance running on top of a netdevsim TLS offload emulation; tls_device.c is otherwise only reachable on a machine with a NIC that implements the offload. tls_push_data() only checks whether the open record still has room for anot

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80851

In the Linux kernel, the following vulnerability has been resolved: gtp: serialize PDP context updates PDP contexts can be deleted through GTP_CMD_DELPDP or while the GTP network device is being unregistered. The latter is serialized by RTNL, but the generic-netlink delete path only holds RCU. Running both paths concurrently can therefore make both paths delete the same PDP context. The issue w

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80850

In the Linux kernel, the following vulnerability has been resolved: tcp: fix AO info use-after-free in tcp_ao_connect_init() tcp_v4_connect() adds a SYN-SENT socket to the ehash before calling tcp_connect(). If TCP-AO is configured, tcp_connect() first verifies that a key matches the peer and the bound device's current L3 master. tcp_ao_connect_init() later resolves the L3 master again and remo

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80849

In the Linux kernel, the following vulnerability has been resolved: net/tcp-ao: fix use-after-free of current_key on reconnect to another peer tcp_inbound_ao_hash() is called before bh_lock_sock_nested() is taken, with only rcu_read_lock() held. On the fast path for established sockets, if the rnext_keyid sent by the peer differs from current_key->sndid, the key the peer asked for is looked up a

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80848

In the Linux kernel, the following vulnerability has been resolved: xfrm: espintcp: fix UAF during close ZDI reported and analyzed a race condition during close for espintcp sockets: espintcp_close() frees emsg->skb via kfree_skb() without holding any socket lock. Concurrently, the xfrm_trans_reinject work queue invokes esp_output_tcp_finish() -> espintcp_push_skb() -> espintcp_

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80847

In the Linux kernel, the following vulnerability has been resolved: tcp: clamp route advmss to TCP_MIN_MSS tcp_select_initial_window() assumes that callers never pass an MSS smaller than 1, but route-derived advmss values can violate that assumption. A too-small explicit RTAX_ADVMSS is one way to get there, but it is not the only one. The same divide-by-zero can also be reached through the "def

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80846

In the Linux kernel, the following vulnerability has been resolved: xfrm: drop ESP-in-TCP packets with no ingress device ESP-in-TCP receives records through the TCP strparser. handle_esp() restores skb->dev from the saved skb_iif before passing the packet into the XFRM input path. Queued TCP data can be processed after the original ingress device has been removed, for example during veth or net

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80845

In the Linux kernel, the following vulnerability has been resolved: xfrm: avoid lock inversion in nat keepalive work nat_keepalive_work() walks the state table while xfrm_state_walk() holds net->xfrm.xfrm_state_lock. Its callback then acquires x->lock, which conflicts with the delete path taking the same locks in reverse order via xfrm_state_delete() and __xfrm_state_delete(). This creates an AB

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80844

In the Linux kernel, the following vulnerability has been resolved: xfrm: ah6: validate routing header segments_left AH6 rearranges routing-header addresses before computing or verifying the ICV. ipv6_rearrange_rthdr() assumes that segments_left is not larger than the number of addresses described by the routing header's hdrlen field. That assumption does not hold for raw IPv6 HDRINCL packets.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80843

In the Linux kernel, the following vulnerability has been resolved: xfrm: fix xfrm_state_construct() auth-trunc leak attach_auth_trunc() can allocate x->aalg while leaving x->props.aalgo at zero when the selected auth algorithm has no sadb_alg_id. One real case is cmac(aes). xfrm_state_construct() then treats !x->props.aalgo as "no auth algorithm attached yet" and calls attach_auth(). That over

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80842

In the Linux kernel, the following vulnerability has been resolved: net: bridge: mcast: fix use-after-free of a master VLAN's multicast context br_multicast_toggle_one_vlan() clears BR_VLFLAG_MCAST_ENABLED under br->multicast_lock before stopping a VLAN's multicast context. That is the teardown handshake: lockless readers gate on the flag through br_multicast_ctx_should_use() -> br_multicast_ct

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80841

In the Linux kernel, the following vulnerability has been resolved: net/packet: defer vmalloc TX_RING free until skbs finish AF_PACKET TX_RING skbs keep a raw pointer to their ring frame. The skb page references preserve page-backed ring blocks after pg_vec is freed, but they do not preserve a vmalloc mapping. tpacket_destruct_skb() currently drops the pending reference before writing the times

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80840

In the Linux kernel, the following vulnerability has been resolved: ipv6: seg6: clear IPv4 control block on IPIP decapsulation End.DX4 and End.DT4 decapsulate an IPv4 packet through decap_and_validate() and send it directly to IPv4 routing. The inner packet therefore bypasses ip_rcv_core(), which normally clears IPCB before IPv4 interprets skb->cb. The skb instead retains IP6CB data from the ou

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80839

In the Linux kernel, the following vulnerability has been resolved: batman-adv: reject unrepresentable multicast TVLV offsets The network and transport header fields in struct sk_buff are 16-bit offsets from skb->head, and U16_MAX is reserved as the unset transport header value. batadv_tvlv_call_handler() sets both fields from a received multicast TVLV without checking whether the TVLV end is re

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80838

In the Linux kernel, the following vulnerability has been resolved: vxlan: keep the last remote linked during FDB flush A non-nexthop FDB entry is expected to have at least one remote while it remains reachable through the FDB hash table. A filtered bulk flush violates this invariant when every remote matches: It unlinks the last remote in vxlan_fdb_dst_destroy() and only afterwards tells vxlan_

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80837

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: don't queue packet path object notifications All file:line references below are against v7.2-rc4 (ac5b0e5651b1). The trace was captured on 7.2.0-rc6-kasan72rc6 (075b74841bd0), where the same lines apply. nft_obj_notify() is exported and reached from the packet path. Its only in-tree caller is nft_quota_obj

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80836

In the Linux kernel, the following vulnerability has been resolved: crypto: virtio - bound the akcipher result length virtio_crypto_dataq_akcipher_callback() sets the result length from the device-reported response length without bounding it to the destination buffer, which was allocated for the original request length. sg_copy_from_buffer() then reads that many bytes from the destination buffer

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80835

In the Linux kernel, the following vulnerability has been resolved: crypto: qcom-rng - Remove crypto_rng interface qcom-rng.c exposes the same hardware through two completely separate interfaces, crypto_rng and hwrng. However, the implementation of this is buggy because it permits generation operations from these interfaces to run concurrently with each other, accessing the same registers. Tha

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80834

In the Linux kernel, the following vulnerability has been resolved: crypto: sun8i-ce - Remove crypto_rng interface Since the crypto_rng interface for hardware PRNGs is unused and is redundant with hwrng and the actual Linux RNG, it's being phased out. Most drivers for it were already removed. Go ahead and remove the sun8i-ce support which is one of the only remaining ones. Note that the sun8i-

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80833

In the Linux kernel, the following vulnerability has been resolved: crypto: sun8i-ss - Remove crypto_rng interface Since the crypto_rng interface for hardware PRNGs is unused and is redundant with hwrng and the actual Linux RNG, it's being phased out. Most drivers for it were already removed. Go ahead and remove the sun8i-ss support which is one of the only remaining ones. As usual for crypto_

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80832

In the Linux kernel, the following vulnerability has been resolved: crypto: qce - fix CCM AAD buffer underallocation The AAD buffer allocated in qce_aead_ccm_prepare_buf_assoclen() can be smaller than the length later programmed into the DMA scatterlist. The allocation size is currently calculated as: ALIGN(assoclen, 16) + MAX_CCM_ADATA_HEADER_LEN while the DMA length is set to: ALIGN(as

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80831

In the Linux kernel, the following vulnerability has been resolved: crypto: mxs-dcp - fix source scatterlist length access mxs_dcp_aes_block_crypt() uses sg_dma_len() without mapping the source scatterlist with dma_map_sg() first. Therefore, sg_dma_len() is invalid and could return zero or a stale DMA length, causing encryption and decryption to process the wrong number of bytes when CONFIG_NEED

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80830

In the Linux kernel, the following vulnerability has been resolved: usb: core: Add lock to usb_wakeup_notification() Add a spin lock to usb_wakeup notification to prevent a race condition with dereferencing freed memory. This could be hit by the xHCI driver as it calls this function from an IRQ and could race with the hub_disconnect() function, which properly grabs this lock to protect the state

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80829

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: fix OOB write in snd_usbmidi_novation_output() snd_usbmidi_novation_output() lays out a two-byte header at transfer_buffer[0..1] and passes &transfer_buffer[2] together with a length of ep->max_transfer - 2 to snd_rawmidi_transmit(): count = snd_rawmidi_transmit(ep->ports[0].substream, &transfer_buffe

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80828

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Complete cleanup after system-resume errors A failed system resume can leave the card unusable until reboot. usb_audio_resume() jumps to err_out when snd_usb_pcm_resume() or snd_usb_mixer_resume() fails. The error path skips the out: block, which restores D0 and decrements chip->num_suspended_intf. The card sta

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80827

In the Linux kernel, the following vulnerability has been resolved: USB: serial: option: fix slab OOB read in interrupt URB callback The interrupt URB buffer is allocated in setup_port_interrupt_in() based on the endpoint's wMaxPacketSize: buffer_size = usb_endpoint_maxp(epd); port->interrupt_in_buffer = kmalloc(buffer_size, GFP_KERNEL); When a USB device declares wMaxPacketSize = 8 on

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80826

In the Linux kernel, the following vulnerability has been resolved: USB: c67x00: fix use-after-free in c67x00_add_iso_urb() When TD creation fails for the last packet of an isochronous URB, c67x00_add_iso_urb() gives the URB back before updating the endpoint scheduling state. c67x00_giveback_urb() frees the URB private data, and the completion callback may release the final URB reference. The f

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80824

In the Linux kernel, the following vulnerability has been resolved: usb: usbfs: fix use-after-free of usb_device in usbdev_release() usbdev_release() drops its reference to the struct usb_device before draining the list of completed async URBs, but that drain path reads back through the same object: free_async() calls dec_usb_memory_use_count() for any URB whose buffer came from the usbfs mmap()

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80823

In the Linux kernel, the following vulnerability has been resolved: nfc: st21nfca: validate ATR_REQ length against the received frame st21nfca_tm_recv_atr_req() checks that the received ATR_REQ frame is at least ST21NFCA_ATR_REQ_MIN_SIZE and that the self-declared atr_req->length is at least sizeof(struct st21nfca_atr_req), but never checks that atr_req->length does not exceed the actual receive

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80822

In the Linux kernel, the following vulnerability has been resolved: mailbox: mchp-ipc-sbi: Add null check for devm_kasprintf() Add a check to see if devm_kasprintf() is not NULL in mchp_ipc_get_cluster_aggr_irq(), returning -ENOMEM if the function failed.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80821

In the Linux kernel, the following vulnerability has been resolved: nvmet: pci-epf: put CQ ref on create_cq mapping failure nvmet_pci_epf_create_cq() calls nvmet_cq_create(), which takes a reference on the controller and installs the completion queue. If the subsequent PCI address-space mapping fails or returns a too-small partial mapping, the function jumps to err_internal / err_unmap_queue wit

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80820

In the Linux kernel, the following vulnerability has been resolved: xfs: don't livelock in scrub on a circular unlinked list LOLLM points out that online fsck can livelock if an unlinked inode list contains a loop. Use a bitmap to detect cycles.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80819

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: take rfcomm_mutex for the deferred setup accept rfcomm_sock_recvmsg() completes a deferred setup by calling rfcomm_dlc_accept() without holding any RFCOMM lock: if (test_and_clear_bit(RFCOMM_DEFER_SETUP, &d->flags)) { rfcomm_dlc_accept(d); return 0; } and rfcomm_dlc_accept() dereferences the session on

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80818

In the Linux kernel, the following vulnerability has been resolved: iommu/tegra241-cmdqv: Fix CMD_SYNC use-after-free on teardown arm_smmu_impl_remove() is registered as a devres action in arm_smmu_impl_probe(), before arm_smmu_init_queues() allocates smmu->cmdq.q.base. On a devres unwind, whether a failed probe or an unbind, the queue is freed first and arm_smmu_impl_remove() then runs tegra241

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80817

In the Linux kernel, the following vulnerability has been resolved: iommu/iommufd: Fix NULL pointer deref in iommufd_ioas_change_process when racing with iopt_map_file_pages iommufd_ioas_change_process() iterates every IOAS area while only holding every IOAS iova_rwsem, so it assumes every area has a non-NULL pages pointer. That assumption can be false when it runs concurrently with iopt_map_fil

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80816

In the Linux kernel, the following vulnerability has been resolved: ALSA: FCP: Use a private URB for the notification endpoint fcp_init_notify() used mixer->urb, which snd_usb_mixer_status_create() allocates for the optional UAC2 status interrupt endpoint and mixer.c kills, resubmits and frees. On a device with that endpoint, fcp_init_notify()'s "already set up" early return fires on the status

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80815

In the Linux kernel, the following vulnerability has been resolved: ALSA: scarlett2: Use a private URB for the notification endpoint scarlett2_init_notify() used mixer->urb, which snd_usb_mixer_status_create() allocates for the UAC2 status interrupt endpoint and mixer.c manages. On a device with that endpoint, the "already in use" check fires on the status URB and returns 0 for success without d

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80814

In the Linux kernel, the following vulnerability has been resolved: rndis_host: add overflow check in rndis_rx_fixup() Add an overflow check to ensure that data_offset + data_len + 8 does not wrap, which would enable an OOB read of the USB data buffer.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80813

In the Linux kernel, the following vulnerability has been resolved: nvmet: fix NULL pointer dereference in nvmet_execute_identify_nslist() When a host issues an Identify command with CNS 07h (Active Namespace ID List for a specific I/O Command Set), nvmet_execute_identify_nslist() is called with match_css set. The command-set filter dereferences req->ns, but this handler never calls nvmet_req_fi

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80812

In the Linux kernel, the following vulnerability has been resolved: ALSA: dummy: Check card index validity at probe snd_dummy_probe() blindly trusts that the given devptr->id value is within the proper card index range. It's OK for the devices the driver itself creates at the module probe time, but if the device is bound manually via sysfs interface, this could be -1 as "none", and this leads t

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80811

In the Linux kernel, the following vulnerability has been resolved: io_uring/cmd: fix iovec leak when the async cmd is not recycled An io_async_cmd carries an iovec array in ->vec.iovec, allocated when the vec has to grow and kept across recycling through ctx->cmd_cache. On two paths nothing frees it and io_clean_op()'s kfree(req->async_data) drops the io_async_cmd without it. io_req_uring_cle

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80810

In the Linux kernel, the following vulnerability has been resolved: io_uring/rsrc: fix folio size overflow in io_vec_fill_bvec() io_vec_fill_bvec() computes the folio size with a plain int 1: unsigned long folio_size = 1 folio_shift; imu->folio_shift is unsigned int and comes from folio_shift() of the folio backing the registered buffer, so it can be 32 or more on a 64 bit kernel. Shifting in

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80809

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix missing metadata reservation for large xattrs [BUG] lsetxattr() panics the kernel when setting a large xattr value on a fragmented filesystem where the file already has an external xattr block. [CAUSE] ocfs2_calc_xattr_set_need() never reserves metadata blocks for a new xattr value's extent tree when the file already

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80808

In the Linux kernel, the following vulnerability has been resolved: ext4: stop retrying saturated xattr cache entries ext4_xattr_block_set() retries when a cache entry selected for reuse has a saturated reference count after taking the buffer lock. The retry returns to the mbcache lookup without making that entry ineligible, so it can select the same unusable entry indefinitely. A task spinning

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80807

In the Linux kernel, the following vulnerability has been resolved: nilfs2: reject invalid block index in GC ioctl Syzbot reported list corruption caused by a double list_add_tail() call on bh->b_assoc_buffers within nilfs_lookup_dirty_data_buffers(). Analysis revealed that the root cause was the insertion of a page/folio with a page index of ULONG_MAX into the page cache via the GC ioctl. file

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80806

In the Linux kernel, the following vulnerability has been resolved: ext4: don't enable DAX on new encrypted files Currently, when a new encrypted regular file is created, the call to ext4_set_inode_flags(inode, init=true) in __ext4_new_inode() is made before EXT4_INODE_ENCRYPT is set. As a result, it can set S_DAX if the filesystem is mounted with "-o dax=always". EXT4_INODE_ENCRYPT then actua

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80805

In the Linux kernel, the following vulnerability has been resolved: xfs: validate attr entry pointer before field access xfs_attr3_leaf_verify_entry() accesses lentry/rentry fields (namelen, valuelen) before checking if the entry pointer itself is within bounds. If nameidx is crafted to point near the end of the buffer, these field accesses can read out-of-bounds before the bounds check at name_

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80804

In the Linux kernel, the following vulnerability has been resolved: xfs: restore nofs context unconditionally in xfs_trans_roll When __xfs_trans_commit() fails in xfs_trans_roll(), the NOFS context is cleared but only restored in the success path. This leaves the error path without nofs protection, causing a circular lock dependency between xfs_nondir_ilock_class and fs_reclaim: CPU0

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80803

In the Linux kernel, the following vulnerability has been resolved: nfc: digital: clamp SENSF_RES length to the destination buffer digital_in_recv_sensf_res() memcpy()s resp->len bytes from a remote NFC-F device response into the NFC_SENSF_RES_MAXSIZE-byte target.sensf_res field without an upper-bound check. A nearby malicious NFC-F device can send an oversized SENSF_RES response to overflow the

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80802

In the Linux kernel, the following vulnerability has been resolved: nfc: fdp: bound the device-reported read length and fix an skb leak fdp_nci_i2c_read() takes the next packet length from two device-supplied bytes and never validates it. The value is a u16 used as the i2c_master_recv() count into a 261-byte on-stack buffer: a malicious, counterfeit or malfunctioning controller (or an i2c bus in

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80801

In the Linux kernel, the following vulnerability has been resolved: nfc: microread: validate target discovery payload lengths microread_target_discovered() parses target discovery payloads from skb->data according to the HCI gate. The fixed field offsets and UID copies were checked only against the destination nfc_target buffers, not against the actual skb length. Validate that each gate-specif

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80800

In the Linux kernel, the following vulnerability has been resolved: nfc: llcp: bound the connect_sn TLV walk to the skb Commit 27256cdb290e ("nfc: llcp: bound SNL TLV parsing to the skb and add length checks") fixed the unbounded TLV walk in nfc_llcp_recv_snl(), and commit d8bd2dedbde5 ("nfc: llcp: fix OOB read and u8 offset wrap in TLV parsers") subsequently bounded nfc_llcp_parse_gb_tlv() and

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80799

In the Linux kernel, the following vulnerability has been resolved: nfc: llcp: fix OOB read and u8 offset wrap in TLV parsers nfc_llcp_parse_gb_tlv() and nfc_llcp_parse_connection_tlv() contain three related bugs in their TLV parsing loops: 1. 'offset' is declared u8 but tlv_array_len is u16. When TLV data advances offset past 255 it silently wraps to zero, causing infinite loops or doubl

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80798

In the Linux kernel, the following vulnerability has been resolved: nfc: llcp: reject PDUs shorter than the LLCP header Every LLCP PDU begins with a two-byte header (DSAP/SSAP + PTYPE), but the receive path never checked that a frame is at least LLCP_HEADER_SIZE bytes before parsing it. nfc_llcp_rx_skb() reads the header via nfc_llcp_ptype()/nfc_llcp_dsap()/ nfc_llcp_ssap(), which dereference p

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80797

In the Linux kernel, the following vulnerability has been resolved: nfc: pn533: purge fragmented skbs during cleanup pn53x_common_clean() purges resp_q before freeing the common PN533 state, but it leaves fragment_skb untouched. The fragmentation helpers queue transmit fragments there while sending large initiator or target-mode frames, and those skbs remain owned by the driver until they are s

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80796

In the Linux kernel, the following vulnerability has been resolved: nfc: nci: add data_len bound checks to activation parameter extractors nci_extract_activation_params_iso_dep() and nci_extract_activation_params_nfc_dep() read an inner length byte from the NCI RF_INTF_ACTIVATED_NTF payload and use it to memcpy() into fixed kernel buffers, but neither function receives the caller-validated activ

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80795

In the Linux kernel, the following vulnerability has been resolved: nfc: nci: fix out-of-bounds write in nci_target_auto_activated() nci_target_auto_activated() appends a target to the fixed-size array ndev->targets[NCI_MAX_DISCOVERED_TARGETS] and increments ndev->n_targets without first checking the array is full; unlike its sibling nci_add_new_target(), which bails out when n_targets already e

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80794

In the Linux kernel, the following vulnerability has been resolved: nfc: nci: fix uninit-value in the RF discover/activated NTF handlers nci_rf_discover_ntf_packet() and nci_rf_intf_activated_ntf_packet() each parse a notification into an on-stack struct (nci_rf_discover_ntf / nci_rf_intf_activated_ntf) that is not initialised. The RF technology-specific parameters are only extracted when rf_tec

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80793

In the Linux kernel, the following vulnerability has been resolved: ipv4: reject undersized MTUs in ip_do_fragment() ip_do_fragment() subtracts the IPv4 header length from the effective MTU and passes the resulting payload MTU to ip_frag_next(). If the effective MTU is smaller than hlen + 8, ip_frag_next() rounds the fragment payload length down to zero. The fragmentation state then never makes

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80792

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix use-after-free in ip6_finish_output2() ip6_finish_output2() caches a pointer to the IPv6 destination address (daddr) before invoking lwtunnel_xmit(). The LWT-BPF transmit path or other encapsulation operations within lwtunnel_xmit() can reallocate the skb head, freeing the memory that daddr points to. When lwtunnel_x

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80791

In the Linux kernel, the following vulnerability has been resolved: nvmet-auth: zero the AUTH_RECEIVE response buffer nvmet_execute_auth_receive() allocates the response buffer with kmalloc() sized by the host-supplied AUTH_RECEIVE allocation length, but the DH-HMAC-CHAP builders write only a fixed-size message into it. The full allocation length is then copied to the wire by nvmet_copy_to_sgl()

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80790

In the Linux kernel, the following vulnerability has been resolved: nvmet-fc: fix invalid free in LS IOD error path nvmet_fc_alloc_ls_iodlist() advances iod while initializing the LS IOD array. If an rqstbuf allocation or response buffer DMA mapping fails, the unwind loop decrements iod past the start of the array. The final kfree(iod) therefore frees an address before the allocated object. Thi

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80789

In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: bound SGL data length before allocating command buffers nvmet_tcp_map_data() reads the host-controlled 32-bit sgl->length and, for the in-capsule offset descriptor (type 0x01), checks it against port->inline_data_size before use. Any other SGL descriptor type -- including the non-inline transport SGL data-block descri

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80788

In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: Do not WARN on remotely-controlled oversized SGL allocations When fuzzing the nvme target code, I tripped a kernel warning in nvmet_tcp_map_data() because the length passed into the allocator is controlled by the remote initiator. A remote initiator that sends a command with an SGL claiming a huge number, can create

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80787

In the Linux kernel, the following vulnerability has been resolved: nvmet: pci-epf: fix use-after-free in nvmet_pci_epf_exec_iod_work() nvmet_pci_epf_exec_iod_work() submits an I/O command with req->execute() and then waits for the command to complete and transfers the data back to the host. This wait is not needed for commands that do not transfer data from the device to the host. To decide whe

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80786

In the Linux kernel, the following vulnerability has been resolved: fbdev: Wrap user-invoked calls to fb_set_var() in helper Handle fbcon during display updates in fb_set_var_from_user(). Check with fbcon if the mode change is possible, update hardware state and finally update fbcon. Update all callers. Only the FBIOPUT_VSCREENINFO ioctl currently does all steps. Other mode-changes callers in s

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80785

In the Linux kernel, the following vulnerability has been resolved: fbdev: serialize mode sysfs access with lock_fb_info() show_mode(), show_modes(), and store_mode() access fb_info->modelist and fb_info->mode without holding lock_fb_info(). store_modes() takes lock_fb_info() while replacing the modelist and freeing the old one. A concurrent reader or writer can load a pointer to an old modelis

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80784

In the Linux kernel, the following vulnerability has been resolved: mptcp: pm: fix memory leak from alloc-during-teardown race mptcp_pm_destroy() empties msk->pm.anno_list and msk->pm.userspace_pm_local_addr_list under msk->pm.lock during socket teardown, dropping the lock between the two. A concurrent userspace PM genl ANNOUNCE on the same msk holds a sock reference via mptcp_token_get_sock()

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80783

In the Linux kernel, the following vulnerability has been resolved: HID: magicmouse: prevent unbounded recursion in magicmouse_raw_event() magicmouse_raw_event() handles DOUBLE_REPORT_ID (0xf7) packets, which pack two touch reports into one, by splitting the packet and calling itself on each half. The only guard against runaway recursion is a "size < 1" check, which stops zero-sized calls but do

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80782

In the Linux kernel, the following vulnerability has been resolved: HID: magicmouse: do not keep a stale msc->input if no input is claimed magicmouse_input_mapping() caches the first hid_input's input_dev in msc->input while the report descriptor is parsed, and the rest of the driver treats a non-NULL msc->input as proof that an input device was registered. That does not hold on the hid-input e

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80781

In the Linux kernel, the following vulnerability has been resolved: HID: core: fix OOB read of field->usage in hid_set_field() hid_set_field() hands field->usage + offset to hid_dump_input() before the guard that bounds offset: hid_dump_input(field->report->device, field->usage + offset, value); if (offset >= field->report_count) { hid_err(...); return -1; } Under CONFIG_DEBUG_FS hid_d

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80780

In the Linux kernel, the following vulnerability has been resolved: HID: pidff: fix OOB write when hid->inputs is empty hid_pidff_init_with_quirks() derives its input_dev from list_entry(hid->inputs.next, struct hid_input, list) without first checking that hid->inputs is non-empty. The list member of struct hid_input is at offset 0, so on an empty list list_entry() yields &hid->inputs itself

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80779

In the Linux kernel, the following vulnerability has been resolved: net/ionic: avoid OOB TX partner lookup for hwstamp RXQ The dedicated hardware timestamp RX queue is allocated with q->index equal to lif->ionic->nrxqs_per_lif. The normal txqcqs array only contains the regular queue pairs, so using that index to set rxq->partner can read one entry past txqcqs[] and then write through the derived

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80778

In the Linux kernel, the following vulnerability has been resolved: futex/pi: Reject cross-mm private futex owners A private futex key borrows the waiter's mm without taking an mm_users reference. Nevertheless, attach_to_pi_owner() currently accepts an owner from a different address space and copies the private key into the owner's PI state. When that owner exits, exit_pi_state_list() uses the

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80777

In the Linux kernel, the following vulnerability has been resolved: futex/pi: Plug private futex exec() race The check for private futexes whether the waiter's mm, which is stored in the futex_key and copied into the pi_state, is the same as the owner's mm is not sufficient for exec(). exec() has a gap where the mm check fails to give the correct answer: exec() ... exec_release_mm()

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80776

In the Linux kernel, the following vulnerability has been resolved: futex: Fix race in futex_pivot_pending() during private hash resize A task performing a custom private hash resize can remain blocked in uninterruptible sleep indefinitely. The hung-task detector reports: INFO: task futex-resizer:314 blocked for more than 10 seconds. task:futex-resizer state:D stack:14824 pid:314 tgid:312

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80775

In the Linux kernel, the following vulnerability has been resolved: futex: Fix race on the initial mm->futex.phash.ref allocation futex_hash_allocate() allocates mm->futex.phash.ref without any locking. Commit d9b05321e21e ("futex: Move futex_hash_free() back to __mmput()") moved the allocation here and assumed that the process has just a single thread at this point. Commit ee9dce44362b ("futex

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80774

In the Linux kernel, the following vulnerability has been resolved: HID: asus: fix missing hid_is_usb() check to_usb_interface() can only be used on a hid_device whose parent is really USB; uhid can create devices that identify as being on BUS_USB, but don't actually have a USB parent. Fix the use of to_usb_interface() without a hid_is_usb() check. I have verified that it is currently possible

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80773

In the Linux kernel, the following vulnerability has been resolved: HID: huawei: fix missing hid_is_usb() check to_usb_interface() can only be used on a hid_device whose parent is really USB; uhid can create devices that identify as being on BUS_USB, but don't actually have a USB parent. Fix the use of to_usb_interface() without a hid_is_usb() check. I have verified that it is currently possibl

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80772

In the Linux kernel, the following vulnerability has been resolved: HID: nintendo: fix out-of-bounds read in joycon_ctlr_read_handler() joycon_ctlr_read_handler() casts an incoming HID input report to struct joycon_input_report and parses it, guarding the cast only with a 12-byte length check: if (size >= 12) /* make sure it contains the input report */ joycon_parse_report(ctlr, (struct joyc

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80771

In the Linux kernel, the following vulnerability has been resolved: HID: nintendo: register input device after capabilities are set input_register_device() exposes the device to userspace immediately. In joycon_input_create() it was called before joycon_config_rumble() configures the FF_RUMBLE capability and the memless force-feedback device, so a concurrent EVIOCSFF could dereference a NULL dev

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80770

In the Linux kernel, the following vulnerability has been resolved: HID: nintendo: stop device IO before hid_hw_stop on probe failure nintendo_hid_probe() calls hid_device_io_start() before joycon_init() and joycon_leds_create(). If either fails, the error path jumps to err_close which calls hid_hw_close()/hid_hw_stop() without first calling hid_device_io_stop(). hid_hw_stop() does not stop de

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80769

In the Linux kernel, the following vulnerability has been resolved: HID: rapoo: fix missing hid_is_usb() check to_usb_interface() can only be used on a hid_device whose parent is really USB; uhid can create devices that identify as being on BUS_USB, but don't actually have a USB parent. Fix the use of to_usb_interface() without a hid_is_usb() check. Add a dependency on USB_HID for hid_is_usb(),

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80768

In the Linux kernel, the following vulnerability has been resolved: HID: ft260: fix stack-use-after-return write in I2C read race ft260_i2c_read() points dev->read_buf at a caller-supplied buffer (often an on-stack variable), arms a completion and waits up to five seconds for the device to return the data. The HID input callback ft260_raw_event() runs in the input/IRQ path, independent of the de

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80767

In the Linux kernel, the following vulnerability has been resolved: HID: sensor: custom: Fix use-after-free in enable_sensor enable_sensor_store() can call set_power_report_state(), which dereferences sensor_inst->power_state and sensor_inst->report_state. These pointers refer to entries in sensor_inst->fields. Create the field attributes before exposing the enable_sensor sysfs attribute, so en

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80766

In the Linux kernel, the following vulnerability has been resolved: HID: uclogic: fix use-after-free of inrange_timer on remove uclogic_remove() cancels the pen in-range timer and then stops the device: timer_delete_sync(&drvdata->inrange_timer); hid_hw_stop(hdev); timer_delete_sync() only guarantees the timer is idle at that instant. uclogic_raw_event_pen() keeps delivering pen reports unti

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80765

In the Linux kernel, the following vulnerability has been resolved: HID: hyperv: validate initial device info bounds The Hyper-V synthetic HID host supplies SYNTH_HID_INITIAL_DEVICE_INFO messages that contain a HID descriptor followed by the report descriptor bytes. mousevsc_on_receive_device_info() trusts bLength and wDescriptorLength without checking that the received packet contains both byte

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80764

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_event: fix LE list UAF on reset hci_cc_reset() clears the LE accept and resolving lists without taking hdev->lock. Other command-complete handlers serialize updates to these lists with that lock, and the debugfs readers hold it while walking them. This permits the reset completion and a debugfs read to interleave

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80763

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_event: validate LE Set CIG Parameters response The Command Complete dispatch validates only the fixed part of the LE Set CIG Parameters response. After that part is pulled from the skb, hci_cc_le_set_cig_params() trusts num_handles and reads each entry in the trailing handle array. Matching num_handles against th

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80762

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_sync: Fix accept list UAF during suspend hci_update_event_filter_sync() walks hdev->accept_list while sending a synchronous HCI command for each remote-wakeup device. The suspend path holds hdev->req_lock, but accept-list updates are serialized by hdev->lock. Consequently, remove_device() can free the current lis

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80761

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: zero the sockaddr before returning it in getname iso_sock_getname() fills a struct sockaddr_iso in place and returns its size without clearing it first, so bytes it does not write are copied to user space from the kernel stack. The getsockname(2) and getpeername(2) paths both run through do_getsockname(), which h

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80760

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: reject HCI_CMD_SYNC params_len above 255 mgmt_hci_cmd_sync() checks that the message length agrees with params_len but puts no upper bound on it. params_len is __le16 while the parameter length in the HCI command header is a u8: struct hci_command_hdr { __le16 opcode; __u8 plen; } __packed; hci_cmd_sync_

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80759

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_aml: validate firmware segment lengths aml_download_firmware() reads two lengths from the firmware header and uses them to build pointers before checking that the header and segment data are present. A truncated or inconsistent firmware image can make the driver read past firmware->data while constructing TCI comm

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80758

In the Linux kernel, the following vulnerability has been resolved: futex: Avoid private hash use-after-free on final put futex_private_hash_put() drops the reference to fph before evaluating fph->mm for wake_up_var(). futex_ref_put() enables preemption again before returning. If that put drops the final reference and the task is preempted, another task can pivot to the replacement hash and free

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-79419

A reflected cross-site scripting (XSS) vulnerability exists in EMX Tecnologia Gestao X Business Suite 8.4 and earlier. The vulnerability is caused by insufficient validation and sanitization of the mensagem parameter in the /Configuracao/Imagens.aspx endpoint, allowing an authenticated attacker to inject arbitrary JavaScript code that is reflected and executed in the context of a victim's browser.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-79418

EMX Tecnologia Gestao X version <= 8.4 contains a Stored Cross-Site Scripting (XSS) vulnerability in the Help Chat functionality. Improper neutralization of user-controlled input during web page generation allows authenticated attackers to execute arbitrary JavaScript in the context of other authenticated users, potentially resulting in session hijacking, account takeover, and unauthorized actions

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-78970

JeecgBoot 3.9.2 and earlier contains an authorization bypass vulnerability in the SystemApiController component. An authenticated attacker with any valid JWT token can access multiple API endpoints (including queryAllUser, queryUsersByUsernames, queryUserById, and queryUsersByIds) to retrieve sensitive information of all users, including real names, phone numbers, email addresses, employee numbers

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-78658

IBM UCD - IBM UrbanCode Deploy 7.2 through 7.2.3.25, and 7.3 through 7.3.2.20 and IBM UCD - IBM DevOps Deploy 8.0 through 8.0.1.15, 8.1 through 8.1.2.8, and 8.2 through 8.2.2.1 IBM DevOps Deploy / IBM UrbanCode Deploy (UCD) is susceptible to an formation disclosure vulnerability when processing redacted property values. If a deployment is configured with a secure property that starts with certain

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-78543

IBM App Connect Enterprise 13.0.1.0 through 13.0.8.1, and 12.0.1.0 through 12.0.12.28 and IBM Integration Bus for z/OS 10.1.0.0 through 10.1.0.7 could allow a remote attacker to cause a denial of service due to an infinite loop.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-75429

PowerJob versions 4.x through 5.1.2 contain an unauthenticated remote code execution vulnerability in the /friend/process endpoint of the Server-Worker transport layer

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-75171

An issue in HubCore v.14.1.1 allows a remote attacker to escalate privileges via the HUBCOREID session cookie handling component.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-75170

Cross-site scripting (XSS) vulnerability in the /loginController/doLogin endpoint of the HubCore platform (version 14.1.1) allows a remote unauthenticated attacker to inject arbitrary JavaScript into the application's response via the language POST parameter.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-5522

IBM QRadar 7.5.0 through 7.5.0 UP15 Interim Fix 005 contains hard-coded credentials, such as a password or cryptographic key, which it uses for its own inbound authentication, outbound communication to external components, or encryption of internal data.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-19649

IBM App Connect Enterprise 13.0.1.0 through 13.0.8.1, and 12.0.1.0 through 12.0.12.28 and IBM Integration Bus for z/OS 10.1.0.0 through 10.1.0.7 could allow a local attacker to obtain sensitive information due to improper logging of database credentials.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-19645

IBM MQ Agent CD: v1.0.0, v1.0.1, v2.0.0, v2.0.1 An authenticated user with a valid session cookie can submit arbitrarily large or computationallyexpensive requests that cause the LLM agent workers to be held for extended periods — rangingfrom tens of seconds to over ten minutes per request. When multiple such requests are sentconcurrently, the agent worker pool becomes exhausted, causing all other

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-19306

IBM Langflow OSS 1.0.0 through 1.11.2 allows an authenticated attacker to read arbitrary files from the server filesystem — including server secret material (secret_key, JWT signing keys, the application database, /proc/self/environ, and other tenants' upload directories) — by supplying absolute paths or traversal sequences in the files parameter of an authenticated build request. The file content

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-19305

IBM Langflow OSS 1.0.0 through 1.11.2 could allow a remote attacker to obtain sensitive information due to server-side request forgery.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-19304

IBM Langflow OSS 1.0.0 through 1.11.2 could allow a remote authenticated attacker to obtain sensitive information from internal services due to a URL parser discrepancy.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-19303

IBM Langflow OSS 1.0.0 through 1.11.2 could allow a remote authenticated attacker to delete arbitrary local files or directories due to improper limitation of a pathname to a restricted directory.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-19302

IBM Langflow OSS 1.0.0 through 1.11.2 could allow a remote authenticated attacker to obtain sensitive information due to improper validation of symbolic links.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-19301

IBM Langflow OSS 1.0.0 through 1.11.2 could allow a remote authenticated attacker to obtain sensitive information due to server-side request forgery.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-19300

IBM Langflow OSS 1.0.0 through 1.11.2 could allow a remote attacker to obtain sensitive information due to incomplete scrubbing of sensitive credential fields.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-19299

IBM Langflow OSS 1.0.0 through 1.11.2 could allow a remote authenticated attacker to obtain sensitive information due to path traversal.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-19298

IBM Langflow OSS 1.0.0 through 1.11.2 could allow a remote authenticated attacker to execute arbitrary code due to an authorization bypass in the flow build process.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-19283

IBM Observability with Instana (Agent) Build 1.0.303 through 1.0.323 IBM Instana Agent Operator could allow an authenticated remote attacker to obtain sensitive information, caused by missing destination namespace validation when copying etcd mTLS client credentials from the openshift-etcd system namespace into an attacker-controlled namespace.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-18887

IBM i 7.6, 7.5, 7.4, and 7.3 could allow an authenticated attacker to obtain sensitive information in PASE. An attacker could exploit this vulnerability to access information about process they shouldn't be permitted to access.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-18858

IBM i 7.6, and 7.5 could allow a local authenticated attacker to obtain information from a privileged file when using SSH.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-18567

IBM Db2 Mirror for i 7.4, 7.5, and 7.6 could allow a local attacker to obtain information due to a race condition involving a predictable Unix domain socket path in a world-writable directory.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2022-35499

In Trimble TM4WEB 21.4.0.4, the external bill viewer endpoint is vulnerable to reflected cross-site scripting via injection in a arbitrary parameter appended to the URL.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2022-35497

In Trimble TM4WEB 21.4.0.4 due to security misconfiguration with session identifiers, it is possible to recover valid session cookies via reflected cross-site scripting affecting the external document viewer endpoint.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-9186

IBM Langflow OSS 1.0.0 through 1.11.2 allows remote authenticated attackers to bypass localhost-only MCP configuration installation by spoofing X-Forwarded-For: 127.0.0.1 header, enabling arbitrary writes to IDE config files (~/.cursor/mcp.json, etc.).

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-9138

IBM Langflow OSS 1.0.0 through 1.11.2 Langflow could allow an authenticated attacker to write arbitrary files to the server due to improper input validation in the SaveToFileComponent. The application constructs local file paths using attacker‑controlled input without sufficient sanitization when handling requests to the /api/v1/run/{flow_id} endpoint. An attacker with low‑privileged authenticated

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-8447

IBM Langflow OSS 1.0.0 through 1.11.2 suffer from a stored cross-site scripting vulnerability in the Playground chat interface.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85700

Onyx 4.6.6 fails to properly restrict access to custom tool credentials stored in custom_headers, allowing any authenticated user to read admin-defined API keys. Attackers with basic authentication can call GET /tool/{tool_id} or GET /tool endpoints to retrieve plaintext authorization headers and third-party API credentials, then use them to directly access upstream APIs.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85699

jina-ai reader contains a server-side request forgery vulnerability where URL validation is performed only on the initial request but not re-applied to subsequent redirect hops. Attackers can craft a public URL that redirects to internal network addresses or cloud metadata endpoints, allowing the server to fetch and return the target's response body to the attacker.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85698

Turso through 0.8.0-pre.8 contains an out-of-bounds read vulnerability in the table-leaf page reader that uses an attacker-controlled cell-count field without bounds validation. Attackers can craft a malicious database file with a modified cell count value to trigger an index-out-of-bounds panic when querying, causing denial of service in any application that opens untrusted database files.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85697

Documenso 2.17.0 contains an access control vulnerability in the PDF-serving endpoint that fails to validate document visibility settings. Attackers with low privileges can read restricted documents within their team or cross-tenant by leveraging missing ownership validation on document data identifiers.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85694

LaVague 0.2.35 contains a remote code execution vulnerability in PythonFromMarkdownExtractor.extract_as_object that evaluates untrusted language model output derived from web page content. Attackers can inject malicious Python code through web pages using indirect prompt injection to execute arbitrary code on the operator's host without review.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85693

Chatbot UI contains an authorization bypass vulnerability in the retrieval endpoint that allows authenticated attackers to access private file content belonging to other users by supplying arbitrary file UUIDs. The endpoint uses a service-role Supabase client that bypasses row-level security and fails to validate file ownership, enabling attackers to retrieve indexed content chunks from victim fil

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85692

Nightingale (n9e), as of commit 8362cbe (main branch, confirmed 2026-08-27), contains a server-side request forgery vulnerability in the isPublicIP function in aiagent/tools/http.go, the SSRF guard for the http_fetch AI-agent tool. The function only unwraps standard IPv4-mapped (::ffff:a.b.c.d) IPv6 addresses before checking them against the forbidden-range list, and does not classify 6to4 (2002::

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85691

MegaParse 0.0.55 contains an unauthenticated server-side request forgery vulnerability in the POST /v1/url endpoint that fetches caller-supplied URLs server-side. Attackers can supply internal service URLs or metadata endpoints without authentication to read their responses directly from the JSON response.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85690

Plandex 2.2.1 contains a path traversal vulnerability in the ApplyFiles function that allows attackers to write files outside the project directory. Attackers can influence model output through poisoned repository files or attacker-controlled context to write to arbitrary locations like shell rc or cron files, achieving code execution.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85689

llmware 0.4.6 contains an SQL injection vulnerability in the collection-database layer (llmware/resources.py) where filter and lookup values are directly string-interpolated into SQL WHERE clauses without parameterization or escaping, in both the SQLite and PostgreSQL backends. The filter validator only checks keys against an allow-list and never sanitizes values. Attacker-controlled filter values

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85687

surya 0.22.1 screenshot server contains an unauthenticated arbitrary file read vulnerability in the /info, /page, and /process routes that accept raw file_path parameters. Attackers can read any image or PDF file on the host by supplying arbitrary file paths to Image.open or pypdfium2.PdfDocument, obtaining rendered contents as base64 and using /info as an existence oracle.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85686

ms-swift 4.5.2 contains a server-side request forgery vulnerability in the swift deploy OpenAI-compatible API that fetches multimodal media URLs without validation or redirect filtering. Unauthenticated attackers can supply arbitrary image_url, audio_url, or video_url parameters to make the server issue requests to internal services and cloud metadata endpoints.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85685

AgentScope through 2.0.7.post1 contains a path traversal vulnerability in LocalWorkspace.add_skill that copies arbitrary server directories into the agent workspace via an unconfined source path parameter. Attackers can supply any directory path in the skill_path request parameter to copy files into the skills directory, making them accessible through the workspace skill listing.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85676

Dub contains an open redirect vulnerability in the redir_url query parameter that is accepted on every short link without validation or domain allowlist enforcement. Attackers can append the redir_url parameter to any short link to redirect visitors to arbitrary external URLs through the trusted Dub domain, bypassing destination blacklists and potentially enabling phishing attacks with link cloaki

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85675

OWL's DocumentProcessingToolkit contains a server-side request forgery vulnerability in the extract_document_content tool that fetches caller-supplied URLs with no scheme, host, or IP filtering. Attackers can inject malicious URLs through prompt injection to make the server fetch internal resources, with responses returned to the agent context.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85674

aider (aider-chat) automatically loads a .aider.conf.yml configuration file from the root of the git repository it is launched in. A crafted repository can set test-cmd (executed at startup) or lint-cmd (executed on the first file edit), which aider runs through a shell (subprocess with shell=True) without any user confirmation, LLM interaction, or API key. Consequently, a user who clones and runs

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85673

LLaMA-Factory contains a server-side request forgery vulnerability in the OpenAI-compatible API multimodal media URL handler that allows unauthenticated attackers to bypass SSRF validation. The check_ssrf_url guard validates URLs once but requests.get follows redirects and re-resolves DNS without re-validation, enabling attackers to use HTTP redirects or DNS rebinding to access internal addresses

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85670

tokenizers (Hugging Face) is affected by an out-of-bounds buffer access in BpeBuilder::build (tokenizers/src/models/bpe/model.rs). When loading a tokenizer.json via Tokenizer::from_file/from_str, the builder sizes a scratch buffer to the longest vocabulary key, then writes each concatenated merge rule into it. A merge whose concatenated token exceeds the longest vocabulary key overruns the buffer,

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85669

potpie through 2.0.0 fails to verify user ownership on the POST /conversations/{conversation_id}/code-changes/sync endpoint. Authenticated attackers can write arbitrary file changes into other users' conversations by supplying their conversation IDs, allowing unauthorized modification of pending changes.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85668

Xinference (affected commit 4a94832, v3.x) contains an unauthenticated arbitrary-path file read vulnerability in the POST /v1/models/llm/auto-register endpoint, which accepts a caller-supplied model_path parameter without authentication or path confinement. The endpoint reads and parses config.json, tokenizer_config.json, and chat_template.jinja files at the supplied path and reflects the parsed c

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85666

OGX (formerly Llama Stack, affected at commit fbe8e0f) contains an unauthenticated server-side request forgery vulnerability in the OpenAI-compatible POST /v1/responses endpoint. MCP tool definitions accept a server_url parameter (along with headers and authorization values) that is fetched server-side without destination validation; the existing validate_url_not_private() guard used for other URL

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85665

Bruno versions through 3.4.2 fail to validate file paths in request body declarations, allowing attackers to read arbitrary local files by using parent-directory traversal segments. When a collection is executed, attackers can craft a request with a body:file path containing ../ sequences that resolve outside the collection directory, causing the application to read and exfiltrate arbitrary files

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85664

Chroma 1.5.9 fails to validate maximum bounds on HNSW index parameters max_neighbors, ef_construction, and ef_search in collection-create requests. Unauthenticated attackers can supply arbitrarily large parameter values to exhaust server memory and cause denial of service during index compaction.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85662

Marqo 2.26.0 contains a server-side request forgery vulnerability in the add_documents endpoint that allows unauthenticated attackers to trigger requests to arbitrary URLs by supplying malicious media field values. Attackers can exploit download_image_from_url and fetch_content_sample functions which lack destination filtering and host validation to access internal services and cloud metadata endp

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85660

cli-mcp-server 0.2.5 contains a command allowlist bypass vulnerability in the _validate_command_with_operators function when ALLOW_SHELL_OPERATORS is enabled. Attackers can use shell command substitution syntax like $(...) or backticks to execute non-allowlisted commands that bypass the ALLOWED_COMMANDS validation check.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85651

Trigger.dev versions before 4.5.2 fail to validate environment membership during run replay operations, allowing authenticated attackers to inject task runs into arbitrary environments. Attackers can replay their own runs into other organizations' or projects' environments to consume victim resources and pollute run history.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85650

Trigger.dev before 4.5.2 contains a server-side request forgery vulnerability in webhook alert channel delivery URLs that are fetched without validation or SSRF protection. Authenticated users with organization membership can create alert channels with URLs targeting internal services and metadata endpoints, allowing the server to issue POST requests to restricted resources.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85626

git-mcp-server 2.15.1 contains an argument injection vulnerability in the ref and object parameters of git_log, git_diff, and git_show tools that lack leading-dash validation. Attackers can inject git command-line options like --output= to write files outside the repository to arbitrary paths accessible by the process.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85625

sift (sift.js) 17.1.3 enumerates query keys with for...in, which walks the object prototype chain, and dispatches any matched operator key including $where. The $where operation compiles a string value into a function using new Function unless CSP_ENABLED is set (not set by default). As a result, if a prototype-pollution primitive elsewhere in the process sets Object.prototype.$where to a maliciou

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85624

Blinko 1.8.7 contains a cross-user private note disclosure vulnerability in the noteReferenceList procedure that performs no ownership verification on supplied note identifiers. Authenticated attackers can enumerate sequential note IDs and retrieve complete content of other users' private notes including attachments and tags.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85623

goose 1.37.0 executes arbitrary commands from recipe stdio extensions and retry.checks without security inspection. Attackers can distribute malicious recipes that execute shell commands as the user running goose, bypassing the recipe security scan which does not inspect extensions or retry configurations.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85622

AppFlowy-Cloud through 0.9.64 fails to validate workspace membership when establishing WebSocket connections in the establish_ws_connection_v2 handler, allowing authenticated users to bind sessions to workspaces they do not belong to. Attackers can send sync Manifest messages with victim object identifiers to read full document or database state from collaborations in other workspaces without vict

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85621

LobeChat (LobeHub) 2.2.1 does not properly verify inbound chat-platform webhook signatures in the QQ and Feishu adapters. The webhook route (/api/agent/webhooks/:platform) is unauthenticated by design and delegates verification to each adapter; the QQ adapter performs no Ed25519 signature verification on dispatched message events, and the Feishu adapter only performs an optional static-token compa

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85620

Postgres MCP Pro 0.3.0 contains a restricted-mode bypass vulnerability where function-name validation is not applied to RangeFunction nodes in FROM clauses. Attackers can execute file-reading functions like pg_read_file through FROM-clause syntax to read arbitrary files despite restricted-mode protections.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85619

AppFlowy-Cloud 0.9.64 fails to verify that requested collab objects belong to the workspace in authorization checks, allowing attackers to access documents and database rows across workspaces. Attackers can supply a victim's object ID with their own workspace ID to bypass access controls and read, modify, or delete cross-workspace data.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85618

ConvertX 0.17.0 contains an arbitrary file read vulnerability in the xelatex converter that allows authenticated users to read files by uploading LaTeX files with input directives. Attackers can upload .tex files containing \\input{path} or \\verbatiminput{path} directives to have the TeX engine read arbitrary files accessible to the server process and include them in downloadable PDF output.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85608

Douyin_TikTok_Download_API through 4.1.2 contains a server-side request forgery vulnerability in the /api/download and /api/hybrid/video_data endpoints that allows unauthenticated attackers to fetch arbitrary URLs by supplying a url query parameter. Attackers can request internal services including cloud metadata endpoints and retrieve response bodies containing sensitive credentials through error

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85606

firecrawl-mcp-server 3.20.2 contains an arbitrary local file read vulnerability in the firecrawl_parse tool that accepts unconstrained filePath arguments without directory containment validation. Attackers can supply absolute paths or directory traversal sequences to read sensitive files like credentials and environment variables, which are then uploaded and returned to the model context.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85605

Slink before 1.12.3 fails to properly authorize access to image comment endpoints, allowing unauthenticated attackers to read comment threads via GET /api/image/{imageId}/comments and server-sent-events subscriptions. Attackers who obtain image IDs out of band can retrieve full comment threads on public images and subscribe to live comment updates without authentication or authorization checks.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-82729

Inefficient Algorithmic Complexity vulnerability in elixir-mint mint allows a remote HTTP server to exhaust CPU on the client host and cause a denial of service. parse_hex_prefix/2 in lib/mint/http1/parse.ex folds each hex digit of a chunked response's chunk-size field into an arbitrary-precision accumulator with acc * 16 + digit and imposes no limit on the digit count. Because the accumulator gr

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-82728

Allocation of Resources Without Limits or Throttling vulnerability in elixir-mint mint allows a remote HTTP server to exhaust memory on the client host and cause a denial of service. Two HTTP/1 response-parser states accumulate server data without any cap. In lib/mint/http1.ex, decode_status_line/4 stores the unconsumed data in conn.buffer when the status line is incomplete, and decode_body/5 doe

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-81859

CP4BA - IBM Enterprise Records could allow a local attacker to obtain sensitive information due to the use of a broken or risky cryptographic algorithm.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-81832

IBM App Connect Enterprise 13.0.1.0 through 13.0.8.1, and 12.0.1.0 through 12.0.12.28 and IBM Integration Bus for z/OS 10.1.0.0 through 10.1.0.7 SAP Adapter is vulnerable to an XML external entity (XXE) attack.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-6958

Acunetix 25.11.251107123 for Windows contains a local privilege escalation vulnerability in the Web Vulnerability Scanning Engine (wvsc.exe) that allows low-privileged local attackers to execute arbitrary code as SYSTEM by exploiting a missing hardcoded directory path for OpenSSL-related files. Attackers can create the missing directory, place a malicious file at the expected path, and cause the S

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-19727

Improper neutralization of input during web page generation ('cross-site scripting') vulnerability in Yordam Information Technology Consulting, Training and Electronic Systems Industry and Trade Inc. Library Information and Document Automation Program allows XSS Targeting HTML Attributes. This issue affects Library Information and Document Automation Program: before v22.2.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-19205

Observable response discrepancy vulnerability in GastroMenum GastroMenum Web Panel allows Account Footprinting. This issue affects GastroMenum Web Panel: before 31.08.2026.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-14466

It’s possible to run a stored XSS in Stormshield’s web administration panel. To exploit this vulnerability, a SNS administrator with appropriate permissions must inject  some malicious script in a group’s comments in the webservices administration interface.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85522

A vulnerability was detected in valkey-io valkey up to 9.5.4/9.1.0. Affected by this vulnerability is the function createSlotImportJob of the file src/cluster_migrateslots.c of the component Slot Migration. The manipulation of the argument job_name results in out-of-bounds read. The attack can be executed remotely. The exploit is now public and may be used. Upgrading to version 9.0.5 and 9.1.1 add

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85517

A flaw has been found in code-projects Vehicle Management System 1.0. The impacted element is an unknown function of the file /vehicle_management.sql of the component SQL Database Backup File Handler. Executing a manipulation can lead to information disclosure. It is possible to launch the attack remotely. The exploit has been published and may be used.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-77818

Improper neutralization of input during web page generation ('cross-site scripting') vulnerability in Yordam Information Technology Consulting, Training and Electronic Systems Industry and Trade Inc. Library Information and Document Automation Program allows Content Spoofing. This issue affects Library Information and Document Automation Program: from v22.1 before v22.2.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-52691

** UNSUPPORTED WHEN ASSIGNED ** Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Apache Griffin Hive Metastore Module.  This issue affects Apache Griffin Hive Metastore Module: all versions. As this project is retired, we do not plan to release a version that fixes this issue. Users are recommended to find an alternative or restrict access

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-19081

Missing Authorization vulnerability in Gastromenum Gastromenum Ticket and QR Menu System allows Accessing Functionality Not Properly Constrained by ACLs. This issue affects Gastromenum Ticket and QR Menu System: before 2026.08.31.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-19057

Improper neutralization of input during web page generation ('cross-site scripting') vulnerability in Gastromenum Gastromenum Ticket and QR Menu System allows Stored XSS. This issue affects Gastromenum Ticket and QR Menu System: before 2026.08.31.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-12483

The LearnDash LMS plugin for WordPress is vulnerable to Unrestricted File Type Upload in versions up to and including 5.1.5. This is due to insufficient input validation in the 'learndash_fileupload_process' function, which iterates through an entire array and validates only the first file. This makes it possible for authenticated attackers, with subscriber-level access and above who are enrolled

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85649

(Holloway) Chew, Kean Ho's Actualizer v1.2.0 and earlier contains a fail-open password validation vulnerability in the Alpha user and root user password loops of Shell/debian-minbase-install.sh. The installer invokes mkpasswd to generate yescrypt password hashes but does not check the command's return value and unconditionally accepts the result. If mkpasswd fails to generate a yescrypt hash, for

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85516

A vulnerability was detected in code-projects Vehicle Management System 1.0. The affected element is an unknown function of the file /busprofile.php. Performing a manipulation of the argument busid results in sql injection. It is possible to initiate the attack remotely. The exploit is now public and may be used.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85514

A security vulnerability has been detected in StackStorm st2 up to 3.9.0. Impacted is an unknown function of the file st2api/st2api/controllers/v1/auth.py of the component API Key Handler. Such manipulation of the argument api_key_api.user leads to improper privilege management. The attack may be performed from remote. The exploit has been disclosed publicly and may be used. The project was inform

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85513

A weakness has been identified in StackStorm st2 up to 3.9.0. This issue affects the function assert_user_is_admin_if_user_query_param_is_provided of the file st2api/st2api/controllers/v1/actionexecutions.py of the component NoOp RBAC backend. This manipulation of the argument User causes improper privilege management. The attack is possible to be carried out remotely. The exploit has been made av

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-82309

Robots::Validate versions from 0.3.2 before 0.3.11 for Perl allow unbounded outbound DNS queries per validation via a forward-confirmation loop that does not bound the names it queries. _check_dns issues one PTR query for the client address, keeps the returned names matching the rule's domain, and issues a forward query for each until one resolves back to that address. Nothing bounds that list, a

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-74237

GFI Exinda AI and ClearView before 7.6.5 contains an argument injection vulnerability in the Tools Iperf Client functionality. The web_tools_cmd() function constructs an iperf command using the server and options parameters without sanitization, permitting injection of arbitrary iperf flags. An authenticated attacker with Unprivileged (lowest-level) access can supply the iperf -F flag to read an a

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-74236

GFI Exinda AI and ClearView before 7.6.5 contains a path traversal vulnerability in the diagnostic file deletion handler. The unlink_or_email_file() function accepts parameters prefixed with v_file_row_ and appends their values directly to a base directory path without sanitizing for directory traversal sequences. An authenticated attacker with Admin privileges can delete arbitrary files from the

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-74235

GFI Exinda AI and ClearView before 7.6.5 contains a path traversal vulnerability in the system maintenance configuration download handler. The wcf_handle_download() function accepts parameters prefixed with v_del_ and appends their values directly to the base configuration directory path without sanitizing for directory traversal sequences. An authenticated attacker with Admin privileges can read

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-18198

Improper neutralization of special elements used in an SQL command ('SQL injection') vulnerability in TAC Information Services Internal and External Trade Inc. GOLDENHORN ONEIT allows Blind SQL Injection. This issue affects GOLDENHORN ONEIT: before Göbeklitepe.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85617

snipe-it versions before 8.6.3 contain an authorization bypass vulnerability in the bulk delete functionality that allows restricted users to soft-delete users outside their authorized scope. Attackers can include unauthorized user IDs in bulk delete requests to bypass instance-level restrictions and modify or disable accounts they should not access.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85616

Snipe-IT versions before 8.6.2 contain an authorization bypass vulnerability in checkout-acceptance report actions when Full Multiple Company Support is enabled. Authenticated users with reports.view permission can enumerate sequential acceptance IDs and soft-delete or trigger reminder emails for acceptances belonging to other companies by exploiting a null check on the legacy users.company_id col

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85615

Openpanel before 2.3.0 contains an insecure direct object reference vulnerability in the report.getLayouts and report.resetLayout tRPC procedures that fail to bind dashboardId to the authorized projectId. Authenticated attackers can supply an arbitrary victim dashboardId with their own projectId to read report layouts and configurations or delete dashboard grid arrangements across tenants.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85614

OpenPanel before 2.3.0 contains an unauthenticated server-side request forgery vulnerability in the GET /tools/site-checker endpoint that accepts a fully client-controlled URL parameter with no private IP filtering or DNS-rebinding protection. Attackers can make the OpenPanel server issue requests to internal services, localhost, and cloud metadata endpoints, reading internal HTTP response titles,

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85613

OpenPanel before 2.3.0 contains a cross-site scripting vulnerability in the unauthenticated favicon proxy endpoint GET /misc/favicon that allows remote attackers to execute scripts by supplying an SVG file URL. Attackers can host malicious SVG files with embedded scripts that execute in the victim's browser on the API origin, enabling same-origin credentialed requests to authenticated endpoints.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85612

OpenPanel before 2.3.0 contains an unauthenticated server-side request forgery vulnerability in the /misc/favicon and /misc/og endpoints that accept an attacker-supplied url parameter with insufficient validation. Attackers can force the API to fetch arbitrary internal hosts and cloud metadata endpoints, with small responses returned verbatim enabling credential theft and internal service enumerat

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85611

OpenPanel before 2.3.0 contains a cross-tenant broken object level authorization vulnerability in the report.getLayouts and report.resetLayout tRPC procedures that fail to scope dashboard queries to the caller's project. Authenticated attackers can supply their own projectId with a victim organization's guessable dashboardId to read confidential report definitions or permanently delete dashboard l

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85610

OpenPanel before 2.3.0 fails to properly validate chart formula expressions, allowing authenticated project members with read access to execute arbitrary code by recovering the native JavaScript Function constructor through mathjs matrix objects. Attackers can use the recovered constructor to load Node.js built-ins and execute operating system commands with the privileges of the API process, bypas

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85609

Openpanel before 2.3.0 contains an unauthenticated full-read server-side request forgery (SSRF) vulnerability in the GET /tools/site-checker endpoint (apps/api/src/controllers/tools.controller.ts). The endpoint passes a user-supplied url query parameter to fetchWithRedirects() and performs server-side HTTP requests to arbitrary URLs without any SSRF/IP validation. An unauthenticated remote attacke

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85604

Grav before 2.0.19 (affected versions <= 2.0.17) contains a remote code execution vulnerability in the Twig sort filter. The sortFunc wrapper in GravExtension.php hardcodes Twig's isSandboxed argument to false, so unlike |map/|filter/|reduce, |sort accepts a plain function name inside the sandbox; the remaining denylist misses spl_autoload, which performs a PHP include. An authenticated user with

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85603

Grav versions before 1.10.55 contain a path traversal vulnerability in the admin plugin's Save As action that fails to validate the language code parameter. An authenticated admin user with admin.pages.create permission can supply directory traversal sequences in the lang POST field to write arbitrary .md files outside the pages directory with attacker-controlled content.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85602

The Grav Form plugin (getgrav/grav-plugin-form) versions 8.0.6 through 9.1.19 select the reCAPTCHA version to validate based solely on which response field key is present in the submitted payload. On a site configured for reCAPTCHA v3, an anonymous attacker can place their v3 token under the v2 field name (g-recaptcha-response instead of token), causing validation to use the v2 branch, which never

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85601

Grav Admin before 2.0.20 fails to sanitize output from marked.parse() before injecting it into the DOM via Svelte's {@html} directive in MarkdownEditor and MarkdownModal components. Attackers can inject javascript: URI schemes in plugin or theme changelogs to execute arbitrary code in authenticated admin sessions without requiring site access.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85600

Grav Admin (getgrav/grav-plugin-admin2) versions , ", or ', allowing an attacker to register a username containing an HTML payload. When an administrator views a UI surface that renders the username through tHtml()—such as the two-factor force-disable confirmation prompt or the 'page is locked' editor notice—the payload executes in their authenticated session. Fixed in 2.0.21.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85599

Grav Shortcode Core before 6.2.5 contains stored cross-site scripting vulnerabilities in the [lorem] tag parameter and [details] summary parameter that are written to rendered pages without escaping. Attackers with page-edit access can inject arbitrary HTML and JavaScript that executes in the browsers of all page visitors, including administrators.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85598

Grav versions 2.0.0 through 2.0.17 fail to apply save-time XSS detection to modular pages, allowing authenticated page editors to store Twig-assembled XSS payloads. Attackers with page-edit rights can create modular pages with malicious Twig code that executes in visitor browsers when the parent page is rendered, including in administrator sessions.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85596

Traefik versions >= v3.7.0 and <= v3.7.10 contain an authentication bypass in the Kubernetes Ingress NGINX provider. The TLS option generated for an Ingress carrying the nginx.ingress.kubernetes.io/auth-tls-secret annotation was named after the Ingress namespace and name. As a result, two Ingress objects sharing the same host, the same client CA secret, and the same client-authentication mode prod

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85595

Traefik versions before v2.11.55 contain an authentication bypass vulnerability in the digestAuth middleware where unknown usernames receive an empty secret instead of rejection. Attackers can compute a valid digest response using the empty secret and arbitrary credentials to bypass authentication on any digestAuth-protected route without a valid username or password.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85594

Traefik versions from v3.7.1 fail to enforce crossProviderNamespaces restrictions on the traefik.ingress.kubernetes.io/service.middlewares Service annotation in the Kubernetes Ingress provider. A namespace-limited tenant excluded from the allowlist can attach an operator-owned middleware to its Service, and if that middleware injects backend credentials, recover them at a controlled backend.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85593

phpMyFAQ versions before 4.1.8 contain a stored cross-site scripting vulnerability in FaqHelper::convertOldInternalLinks() that calls html_entity_decode() on sanitized FAQ content, reversing entity-encoding protection. Authenticated users with FAQ editing privileges can inject JavaScript payloads that execute in the browsers of all users viewing the affected FAQ pages.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85592

phpMyFAQ before 4.1.8 contains an authorization bypass vulnerability in the question creation endpoint where the isAddingQuestionsAllowed() method grants access to all callers when main.enableAskQuestions is enabled, ignoring the records.allowQuestionsForGuests setting. Unauthenticated attackers can submit questions via the question/create API endpoint to bypass guest submission restrictions and i

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85591

phpMyFAQ versions before 4.1.8 contain an authentication bypass vulnerability in the user control panel API endpoint that allows authenticated attackers to change account passwords without verifying the current password. Attackers with session access can submit a PUT request to the user data update endpoint with only a CSRF token to silently change any user's password, including administrators, ca

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85590

phpMyFAQ before 4.1.8 contains an authentication bypass vulnerability in its two-factor authentication (TOTP) disable functionality. The removeTwofactorConfig() handler (reachable via POST /api/user/remove-twofactor) verifies only that the user is logged in and that a valid CSRF token is supplied, then disables TOTP without requiring password re-entry or a current TOTP code. The same downgrade is

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85589

phpMyFAQ before 4.2.0-alpha.2 contains a missing authorization vulnerability in the admin dashboard API endpoints searches and content-health that enforce only authentication without permission checks. Any authenticated user can access these endpoints to read site-wide search statistics and content-health counters regardless of their privilege level.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85588

phpMyFAQ versions before 4.1.8 include live TOTP shared secrets in plaintext within user data export ZIP files. Attackers obtaining exported archives can extract the TOTP seed and generate valid one-time codes to bypass two-factor authentication.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85587

phpMyFAQ before 4.1.8 enforces incorrect permission checks on admin content pages, allowing lesser-privileged editors to read draft and inactive content. Attackers with only add permissions can access news edit and FAQ translate endpoints to view unpublished content invisible to the public.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85586

phpMyFAQ versions before 4.1.8 fail to validate CAPTCHA when the store parameter is set to 'now' in question submission requests. Unauthenticated attackers can bypass CAPTCHA protection and submit unlimited questions directly, causing database pollution and triggering outgoing mail notifications.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85585

SiYuan before v3.8.2 contains an unbounded resource consumption vulnerability in the request-concurrency middleware that retains mutex entries for every unique request path without eviction. Unauthenticated attackers can send numerous unique request paths to permanently increase process memory and synchronization overhead, degrading availability.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85584

SiYuan versions before v3.8.2 contain a denial of service vulnerability in the publish-service Basic Auth throttle that stores failed-attempt state using attacker-controlled usernames without enforcing capacity limits or eviction policies. Unauthenticated attackers can submit repeated authentication requests with unique invalid usernames to exhaust memory and increase synchronization overhead, deg

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85583

SiYuan versions before v3.8.2 contain a path traversal vulnerability in the reader-accessible file-read endpoint that follows symlinks when opening authorized asset paths. Attackers with reader role can request a logical asset under data/assets/ that is a symlink to a file outside the workspace and receive the target file bytes, bypassing workspace boundary restrictions.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85582

SiYuan versions before v3.8.2 contain an unbounded session creation vulnerability in the publish-service Basic Auth handler that allows authenticated attackers to exhaust memory. Attackers can repeatedly authenticate with valid credentials to create persistent session entries without expiry or capacity limits, causing indefinite process memory growth and denial of service.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85581

SiYuan before v3.8.2 contains a denial of service vulnerability in the unauthenticated /api/system/uiproc endpoint that accepts and retains attacker-controlled process identifiers without size limits or authentication. Attackers can send repeated requests with unique identifiers to exhaust process memory and degrade service availability.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85580

SiYuan versions before v3.8.2 contain a path guard bypass vulnerability in the MCP file-access handler that uses case-sensitive matching on Linux filesystems. Attackers can read the protected publishAccess.json file by requesting case-variant paths like PublishAccess.json to disclose sensitive publish-access configuration and metadata.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85579

SiYuan is affected by an information disclosure vulnerability (confirmed in v3.8.1, fixed in v3.8.2) in the reader-accessible POST /api/transactions/undoState endpoint. The endpoint returns the peekMutatedRootIDs list from the global undo-log stack for a caller-supplied root ID without applying publish-access visibility filtering. An authenticated reader who knows the root ID of a visible document

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85578

SiYuan through 3.8.1 contains an authorization bypass vulnerability in the /api/file/getFile endpoint that allows readers to retrieve files from notebooks explicitly configured as Visible:false. Attackers with reader role can access private workspace files including notebook metadata and internal configuration by knowing the hidden notebook identifier and file path.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85577

AVideo through commit c91b5975d contains a reflected cross-site scripting vulnerability in userLogin.php that allows unauthenticated attackers to inject arbitrary JavaScript by closing the script tag with . Attackers can craft a malicious URL with an error parameter containing script breakout sequences to execute arbitrary JavaScript in the victim's browser context on the login page.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-19080

Observable response discrepancy vulnerability in Menulux Software Inc. Menulux Portal allows Account Footprinting. This issue affects Menulux Portal: before 20260903211448.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-19051

Plaintext storage of a password vulnerability in Menulux Software Inc. Menulux Portal allows Retrieve Embedded Sensitive Data. This issue affects Menulux Portal: before 20260903211448.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-19043

Missing Authorization vulnerability in Menulux Software Inc. Menulux Portal allows Accessing Functionality Not Properly Constrained by ACLs. This issue affects Menulux Portal: before 20260903211448.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-18957

Improper neutralization of input during web page generation ('cross-site scripting') vulnerability in Menulux Software Inc. Menulux Portal allows Stored XSS. This issue affects Menulux Portal: before 20260903211448.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85534

A flaw was found in libsoup. When a client sends an HTTP/2 request body from a non-pollable input stream, the library can buffer more data than the current flow-control window later allows. A malicious HTTP/2 server can shrink SETTINGS_INITIAL_WINDOW_SIZE while that buffered read is still in progress. The client then copies the full buffer into a smaller DATA callback without a runtime bounds chec

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85512

A security flaw has been discovered in SourceCodester Class and Exam Timetabling System 1.0. This vulnerability affects unknown code of the file /admin/session.php. The manipulation of the argument ID results in missing authorization. The attack can be executed remotely. The exploit has been released to the public and may be used for attacks.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-84428

fastify versions before 5.12.2 implement the case-insensitive nature of HTTP header names by lowercasing names in a route's header schema before compiling it, but the transformation is incomplete: it lowercases the properties keys and the root-level required array, and does not lowercase the trigger and dependent names inside the JSON Schema Draft 7 dependencies keyword. Because Node stores reques

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-84045

The E-cab Taxi Booking Manager for Woocommerce WordPress plugin before 2.0.5 does not validate a client-supplied trip distance and base-price value on the server before pricing a booking, allowing unauthenticated attackers to manipulate the order total down to zero and place real taxi-booking orders at an arbitrary price.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-79707

A Path Traversal vulnerability in the builder endpoint in Google Cloud Agent Development Kit (ADK) versions 1.9.0 through 1.21.0 on Python allows an unauthenticated remote attacker to read arbitrary files using a crafted file_path query parameter.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-4644

A Missing Authorization vulnerability in HTTP Connector in Google Cloud Integration Connectors versions prior to 2025-12-11 on Google Cloud Platform allows an authenticated user to escalate privileges and take over a Google Cloud Project using unauthorized service account attachment. This vulnerability was patched on 11 December 2025, and no customer action is needed.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-27347

Missing Authorization vulnerability in Crocoblock JetPopup allows Exploiting Incorrectly Configured Access Control Security Levels. This issue affects JetPopup: from n/a through 2.0.20.2.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85547

A cross-site request forgery (CSRF) vulnerability exists in MISP due to form-security and CSRF protections being disabled based on whether an incoming request was identified as a REST request. MISP's REST detection can be influenced by request properties such as the URL suffix or the HTTP Accept header. Because Accept: application/json can be supplied by a cross-origin page without requiring a CO

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85546

MISP contains a cross-site request forgery (CSRF) vulnerability in the sharing group quick-edit functionality. The addOrg, removeOrg, addServer, and removeServer actions share the __initialiseSGQuickEdit() helper, where the HTTP method validation intended to restrict these operations to POST requests was commented out. As a result, these state-changing actions could be invoked using GET requests.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85541

DreamMaker developed by Interinfo has a Reflected Cross-site Scripting vulnerability. Authenticated remote attackers can execute arbitrary JavaScript codes in user's browser via a malicious website.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85540

DreamMaker developed by Interinfo has a SQL Injection vulnerability. Authenticated remote attackers can inject arbitrary SQL commands to read, modify, and delete database contents.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-84504

fastify versions before 5.12.2 treat the object resolved by a successful Ajv async validator as the value result protocol used by custom validator compilers. If a request that passes its route schema contains a property named value at the root, fastify replaces the entire request body with that property's value before the handler runs, so the handler receives a different object than the one that s

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-84469

fastify versions before 5.12.2 decide whether to compile a request schema based on JavaScript truthiness, but JSON Schema Draft 7 defines the boolean false as a valid schema that rejects every instance. When an application assigns false to a route's body, querystring, params, or headers schema to deny all input, fastify treats it as a missing schema, compiles no validator, and runs the route handl

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-84044

The Restaurant Menu and Food Ordering WordPress plugin before 2.4.12 does not verify that a PayPal payment notification genuinely originates from PayPal, allowing unauthenticated attackers to forge a payment notification and mark their own order as paid and completed without making any payment.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-81666

An integer overflow was found in Corosync's handling of membership commit token messages. The length-validation check for these messages can be bypassed on 32-bit systems due to an integer overflow in the calculation of the expected message length, allowing a crafted network packet to trigger an out-of-bounds memory access that crashes the Corosync daemon. This results in a denial of service for t

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-27086

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Xtemos WoodMart allows DOM-Based XSS. This issue affects WoodMart: from n/a before 8.3.8.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-13148

Missing release of memory after effective lifetime vulnerability in Softing smartLink allows resource leak exposure. This issue affects smartLink HW-PN: from 1.04 before 1.10.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85538

An incorrect authorization vulnerability in MISP allowed authenticated users to delete attributes from events despite lacking the required perm_modify or perm_modify_org permissions. The affected attribute deletion paths relied on organization membership checks performed by MispAttribute::deleteAttribute() but did not consistently enforce MISP's event modification authorization rules. Consequentl

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85533

An authorization flaw in MISP allowed an authenticated user to submit a sharing_group_id without verifying that the user was authorized to use the referenced Sharing Group. In several attribute and Galaxy Cluster creation and editing workflows, validation of the submitted Sharing Group was performed only when the request explicitly set the distribution field to 4 ("Sharing Group"). An attacker co

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85528

Improper input validation of the auto-configuration account identifier in Snowflake JDBC Driver versions 4.2.0 through 4.3.3 allowed a credential-bearing login request to be redirected to an attacker-selected HTTPS endpoint. An attacker able to control the account value could cause the driver to transmit a reusable login credential to a host of their choosing and replay it to obtain the privileges

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85525

Improper OCSP response validation in the Snowflake Python, Go, JDBC, and Node.js drivers allowed a revoked TLS certificate to be accepted as valid, because OCSP responses were not reliably bound to the certificate being validated and definitive verification failures were treated as transient. A man-in-the-middle attacker holding a revoked certificate and its private key for a Snowflake or stage ho

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85311

Missing Authorization vulnerability in Kings Plugins MarketKing allows Exploiting Incorrectly Configured Access Control Security Levels. This issue affects MarketKing: from n/a through 2.1.60.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-81665

A heap-based buffer overflow was found in Corosync's Totem Process Group (totempg) message reassembly. When processing fragmented multicast messages, the buffer used to reassemble fragments lacks a runtime bounds check in release builds. A network-adjacent attacker able to send crafted multicast protocol messages to the cluster could cause a heap buffer overflow with attacker-controlled data. This

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-81302

PALLET CONTROL products contain an incorrect default permission vulnerability, which may allow a local attacker to execute arbitrary code with SYSTEM privileges on the affected product.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-57777

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Automattic WooCommerce allows Blind SQL Injection. This issue affects WooCommerce: from n/a before 11.0.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-32480

Missing Authorization vulnerability in WC Lovers WCFM Membership allows Exploiting Incorrectly Configured Access Control Security Levels. This issue affects WCFM Membership: from n/a through 2.11.11.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-27432

Authorization Bypass Through User-Controlled Key vulnerability in sc Internet Vivoo WP Rentals allows Exploiting Incorrectly Configured Access Control Security Levels. This issue affects WP Rentals: from n/a before 3.16.0.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-15937

Improper certificate validation in Checkmk <2.5.0p10 allows a relay and a push agent that share the same UUID to reuse each other's mTLS certificate to authenticate against agent receiver endpoints in either direction, because the endpoints do not verify that the certificate was issued by their own root certificate.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85229

** UNSUPPORTED WHEN ASSIGNED ** Improper neutralization of input during web page generation ('cross-site scripting') vulnerability in Apache SkyWalking Booster UI. This issue affects Apache SkyWalking UI : from 10.2.0 through 10.4.0. Users are recommended to upgrade to Horizon UI 1.0.0, which fixes the issue.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85197

A flaw was found in libsoup. A malicious HTTP/2 server or a Man-in-the-Middle (MITM) attacker can exploit a heap use-after-free vulnerability in the HTTP/2 client implementation. This occurs when a GNOME application uploads a file using HTTP/2, and the server sends a GOAWAY frame while the file body is being read asynchronously. This can lead to memory corruption, potentially resulting in informat

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80190

Apache Allura: stored XSS via SVN code repositories.  Git repositories are not known to be affected.  The vulnerability is likely mitigated via default CSP headers. This issue affects Apache Allura: through 1.20.0. Users are recommended to upgrade to version 1.21.0, which fixes the issue.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-6217

Use of a One-Way hash without a salt vulnerability in Pik Online Software Solutions Inc. Pik Online Portal allows Cryptanalysis. This issue affects Pik Online Portal: through 3.5.1.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85094

The Canva Android App before 2.376.0 did not restrict the headers returned to an external origin running in a privileged WebView. A threat actor with control of the WebView could access a user’s session.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-84146

The Xpro Addons — 140+ Widgets for Elementor WordPress plugin before 1.7.8 does not perform any capability or post-status check before rendering a WooCommerce product summary from a supplied product identifier, allowing unauthenticated visitors to retrieve the title, price, SKU, description and stock details of products that are not publicly published (draft, pending, private or scheduled status).

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-84066

The Directorist: AI-Powered Business Directory, Listings & Classified Ads WordPress plugin before 8.9 does not verify that the requesting user owns the post being modified before writing uploaded file references to its metadata, allowing users with the subscriber role and above to overwrite image metadata on posts belonging to other users.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-82194

The WPvivid — Backup, Migration & Staging WordPress plugin before 0.9.134 does not validate a user supplied path before using it in a file deletion routine, allowing administrators to delete arbitrary files on the server, including files outside the web root.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-82193

The WPvivid — Backup, Migration & Staging WordPress plugin before 0.9.134 does not validate a user supplied file name before using it to build a write path, allowing administrators to write files of permitted types to arbitrary locations on the server and to overwrite existing files.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-82186

The WPLP Cookie Consent WordPress plugin before 4.4.2 does not properly validate a pagination parameter before using it in a SQL query, allowing users with administrator privileges to perform SQL injection attacks.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-81347

The Frontend Admin by DynamiApps WordPress plugin before 3.29.13 does not properly validate a user-controllable directory path before deleting files within it, allowing unauthenticated attackers to delete index.php and .htaccess files outside the intended directory, including the WordPress root, which can render the site inoperable. Successful exploitation requires a non-default form configuration

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-81270

Apache Allura: exposure of non-public information via search. This issue affects Apache Allura: through 1.20.0. Users are recommended to upgrade to version 1.21.0, which fixes the issue.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80438

The Ninja Forms WordPress plugin before 3.15.2 does not restrict its REST abilities to administrators, accepting a Ninja Forms WordPress plugin before 3.15.2-specific capability as equivalent to full site administration, which allows any user granted that capability to read Ninja Forms WordPress plugin before 3.15.2 settings and stored form submissions, overwrite the Ninja Forms WordPress plug

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80181

Apache Allura's webhooks are vulnerable to Server-Side Request Forgery (SSRF). This issue affects Apache Allura: through 1.20.0. Users are recommended to upgrade to version 1.21.0, which fixes the issue.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-80180

Stored XSS via markdown HTML processing in Apache Allura. This issue affects Apache Allura: from through 1.20.0. Users are recommended to upgrade to version 1.21.0, which fixes the issue.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-79632

The WPFunnels WordPress plugin before 3.13.0 does not perform any authorisation or nonce check in one of its opt-in submission handlers, and takes the notification recipients and subject from the request, allowing unauthenticated users to make the site send emails to arbitrary recipients with an arbitrary subject.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-79631

The WPFunnels WordPress plugin before 3.13.0 does not restrict access to the log files it writes to a predictable location under the public uploads directory, allowing unauthenticated users to download customer order details and opt-in form submissions when logging is enabled.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-79630

The WPFunnels WordPress plugin before 3.13.0 does not verify that the product requested through a checkout order bump is the product that bump's discount was configured for, allowing unauthenticated users to obtain any purchasable product at a discount intended for a different one, with the reduced price carried through to the total of the order they place.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-74853

The Pods WordPress plugin before 3.3.9.2 does not restrict which functions a display callback may resolve to, allowing users with the author role and above to read arbitrary files from the server, including files outside the web root. Only sites using the restricted display-callback mode are affected, which is the automatic default on installations whose first Pods version predates 3.1.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-71216

PagerDuty alarm hook transmits the integration routing key over cleartext HTTP. PagerDuty serves this endpoint over HTTPS and will normally answer plain HTTP with a redirect. That does not remove the exposure. The initial POST -- including the JSON body containing the routing key -- is written to the socket unencrypted before any redirect response is received. Redirection affects only whether t

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-66840

XING CPTrans-ME-X contains an Exposure of Sensitive System Information to an Unauthorized Control Sphere (CWE-497). Sensitive system information may be leaked.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-19224

The Hummingbird Performance WordPress plugin before 3.21.2 does not restrict a network-wide setting to network administrators, allowing an administrator of any single site on a multisite network to execute arbitrary code across the entire network.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-17517

The Content Views WordPress plugin before 4.5.1.2 does not check whether the user requesting a view is allowed to read the posts it returns, allowing unauthenticated attackers to obtain the title and content of non-public posts, such as draft, pending, private and scheduled posts, when a view has been configured to include them.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-16281

The Classified Listing WordPress plugin before 6.1.1 does not verify that the caller owns or can edit the target listing before its AI image-editing AJAX action deletes or attaches media, allowing any authenticated user, including a subscriber, to permanently delete attachments from, and attach files to, any listing owned by another user.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2025-15691

The WPFunnels WordPress plugin before 3.13.0 does not check whether user registration is enabled on the site before creating accounts from opt-in form submissions, relying on a value supplied in the request instead, allowing unauthenticated attackers to create WordPress user accounts even when registration is disabled. This is an incomplete fix for CVE-2025-12353: the check added in 3.6.3 covers

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85505

ipmi-oem in FreeIPMI before 1.6.19 has a stack-based buffer over-read in ipmi_oem_fujitsu_get_sel_entry_long_text in ipmi-oem/ipmi-oem-fujitsu.c when a BMC provides a short response, a different vulnerability than CVE-2026-50031 (which has different affected versions).

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85409

A vulnerability was identified in Eleveo Quality Management 9.7.0. The affected element is the function QuestionnaireService.runDataExportNow of the component Questionnaire Service. Such manipulation of the argument file_name leads to path traversal. The attack may be performed from remote. The exploit is publicly available and might be used. The vendor was contacted early about this disclosure bu

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85408

A vulnerability was determined in Eleveo Quality Management 9.7.0. Impacted is an unknown function of the file /enc-fwk-data/api/v3/conversations//events of the component Conversation Handler. This manipulation of the argument createdBy causes dynamically-determined object attributes. The attack is possible to be carried out remotely. The exploit has been publicly disclosed and may be utilized. Th

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85407

A vulnerability was found in Eleveo Quality Management 9.7.0. This issue affects some unknown processing of the file /enc-fwk-data/api/v3/conversations//events of the component Conversation Handler. The manipulation of the argument labels results in denial of service. The attack can be executed remotely. The exploit has been made public and could be used. The vendor was contacted early about this

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85406

A vulnerability has been found in Eleveo Quality Management 9.7.0. This vulnerability affects unknown code of the component Conversation Review. The manipulation leads to cross site scripting. Remote exploitation of the attack is possible. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85405

A flaw has been found in Eleveo Call Recording Software 9.7.0. This affects an unknown part of the file /callrec/roleAddAction.do. Executing a manipulation of the argument name/username can lead to cross site scripting. The attack may be launched remotely. The exploit has been published and may be used. The vendor was contacted early about this disclosure but did not respond in any way.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85403

A flaw has been found in code-projects Doctor Appointment System 1.0. This issue affects some unknown processing of the file /contactus.php. This manipulation of the argument firstname causes sql injection. Remote exploitation of the attack is possible. The exploit has been published and may be used.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85402

A vulnerability was detected in code-projects Doctor Appointment System 1.0. This vulnerability affects unknown code of the file /patient/booking.php. The manipulation of the argument doc_id results in sql injection. The attack may be launched remotely. The exploit is now public and may be used.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85401

A weakness has been identified in Dolibarr up to 21.0.4/22.0.5/23.0.3. Affected by this issue is some unknown functionality of the file htdocs/core/filemanagerdol/connectors/php/config.inc.php of the component Legacy File Manager. Executing a manipulation can lead to improper access controls. The attack can be launched remotely. The exploit has been made available to the public and could be used f

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85399

A security flaw has been discovered in code-projects Hospital Information System 1.0. Affected by this vulnerability is the function getSinglePresp of the file includes/presp/PrespController.php. Performing a manipulation of the argument ID results in sql injection. The attack can be initiated remotely. The exploit has been released to the public and may be used for attacks.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85398

A vulnerability was identified in code-projects Hospital Information System 1.0. Affected is the function viewReq of the file viewReq.php. Such manipulation of the argument ID leads to sql injection. It is possible to launch the attack remotely. The exploit is publicly available and might be used.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85149

SmartIT Desktop Manager developed by Lightstar has a Use of Hard-coded Credentials vulnerability. Unauthenticated remote attackers can obtain the SFTP service credentials of the SmartIT Agent application from the source code, thereby browsing the file system of the user's host.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85147

SmartIT Desktop Manager developed by Lightstar has a Use of Hard-coded Credentials vulnerability. Unauthenticated remote attackers can obtain a specific password from the source code, which can be used to retrieve the AES encryption key used for communication.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-75754

Missing Authentication for Critical Function, Server-Side Request Forgery (SSRF), and Use of Hard-coded Credentials in ASUS Control Center allow an unauthorized user to obtain the encryption key via an HTTP request, causing a local service to enable SSH on port 2222. The attacker can then log in with the hardcode credentials to obtain a root shell, enabling direct reading, writing, and deletion of

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85397

A vulnerability was determined in code-projects Hospital Information System 1.0. This impacts the function findBySearch of the file addReq.php. This manipulation of the argument Search causes sql injection. It is possible to initiate the attack remotely. The exploit has been publicly disclosed and may be utilized.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85383

A flaw has been found in itsourcecode Sales and Inventory System 1.0. The affected element is an unknown function of the file /pages/inv_del.php. Executing a manipulation of the argument ID can lead to sql injection. The attack can be executed remotely. The exploit has been published and may be used.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85382

A vulnerability was detected in light0011 cms c774dce31c6df0055568a8d5c53d964d99be199d/f72cf46f601efb2a0618c3814cc2f61380b38930. Impacted is the function htmlspecialchars_decode of the file App/Home/View/Default/Chapter/oneChapter.tpl of the component Chapter Content Output. Performing a manipulation of the argument content results in cross site scripting. Remote exploitation of the attack is poss

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85381

A security vulnerability has been detected in light0011 cms c774dce31c6df0055568a8d5c53d964d99be199d/f72cf46f601efb2a0618c3814cc2f61380b38930. This issue affects some unknown processing of the file App/Home/Controller/ChapterController.class.php of the component Chapter Controller. Such manipulation of the argument content leads to authorization bypass. The attack may be launched remotely. The exp

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85380

A weakness has been identified in light0011 cms c774dce31c6df0055568a8d5c53d964d99be199d/f72cf46f601efb2a0618c3814cc2f61380b38930. This vulnerability affects the function catchimage of the file Public/ueditor/php/controller.php of the component UEditor. This manipulation of the argument source[] causes server-side request forgery. The attack may be initiated remotely. The exploit has been made ava

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85379

A security flaw has been discovered in light0011 cms c774dce31c6df0055568a8d5c53d964d99be199d/f72cf46f601efb2a0618c3814cc2f61380b38930. This affects the function ChapterModel::searchChapter of the file App/Home/Controller/ChapterController.class.php of the component Query Builder. The manipulation of the argument content results in sql injection. The attack can be launched remotely. The exploit ha

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-67397

Path traversal in Plesk 18.0.79.9 and earlier and 18.0.80 through 18.0.80.5 allows local users to execute arbitrary code as root.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-49509

Out-of-bounds read vulnerability in Samsung Opensource Escargot allows Overread Buffers. This issue affects Escargot: 25648aef19187b3f87f4d9420b8d761453ad4630.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85456

MOOS-IvP through 24.8.1 fails to properly validate variable names extracted from alog files in the SplitHandler, allowing attackers to write files outside the split directory. Attackers can supply crafted alog files with backslash sequences in variable names to escape the output directory and append to arbitrary files on Windows systems.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85455

MOOS core-moos through 10.4.0 contains a buffer over-read vulnerability in CMOOSCommPkt where a four-byte packet triggers out-of-bounds memory access during deserialization. Attackers can open a TCP connection to the MOOSDB port and send a crafted short packet to read memory before authentication.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85452

MOOS ui-moos through 50b9c6c contains a buffer overflow vulnerability in ScopeTabPane.cpp and ScopeGrid.cpp where client and variable names are formatted into fixed 1024-byte buffers using sprintf without length validation. Attackers can supply arbitrarily long MOOS identifiers that overflow the buffers when an operator selects process list entries or pokes variables, enabling code execution.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85451

MOOS core-moos through 10.4.0 contains a remote process termination vulnerability in the SuicidalSleeper component that uses a hard-coded passphrase for multicast command authorization. Any multicast-reachable peer can enumerate MOOS processes and send termination commands to trigger process shutdown by exploiting the default multicast group and port with the known passphrase.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85450

MOOS core-moos through 10.4.0 contains a denial of service vulnerability in the MOOSDB HTTP server that creates unbounded connections and threads without limits. Attackers can open many connections and send endless header data to exhaust server threads and memory, causing service unavailability.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85447

MOOS-IvP pRealm through version 24.8.1 accepts unbounded REALMCAST_REQ subscriptions without validating duration or variable list limits. Attackers can register long-lived pipeways with many variables to cause pRealm to generate excessive output indefinitely, exhausting system resources.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85445

MOOS-IvP through 24.8.1 contains a denial of service vulnerability in the Demuxer::addMuxPacket() function that trusts the packet count declared in mux headers without validation. Attackers can declare arbitrarily large packet counts to trigger unbounded memory allocation, exhausting system resources and causing service unavailability.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85444

MOOS-IvP through 24.8.1 contains a buffer over-read vulnerability in isQuoted(), isBraced(), and isChevroned() functions that strip whitespace but index using the original string length. Attackers can send NODE_REPORT messages with leading or trailing whitespace to read past buffer bounds and access adjacent memory.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85442

MOOS core-moos through 10.4.0 fails to validate packet length declarations in CMOOSCommPkt::OnBytesWritten(), allowing unauthenticated attackers to trigger unbounded buffer allocation by sending crafted wire packets. Attackers can send packets with large declared lengths to exhaust server memory and cause denial of service before client authentication completes.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85441

MOOS core-moos through 10.4.0 fails to validate that serialized string lengths are non-negative in CMOOSMsg::operator>>. Unauthenticated attackers can send a crafted message with a negative length value to the MOOSDB port, causing an unhandled exception that terminates the database process.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85439

MOOS-IvP through 24.8.1 contains a remote code execution vulnerability in alogsplit's SplitHandler::handlePreCheckSplitDir() function that fails to sanitize shell metacharacters in log file pathnames. Attackers can embed shell syntax in log file names or the --dir parameter to execute arbitrary commands with the privileges of the operator running alogsplit.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85436

MOOS essential-moos through 10.0.1 contains a buffer overflow vulnerability in CMOOSUDPLink::ReadPktFromArray() that allows remote attackers to corrupt heap memory by sending UDP datagrams with negative declared lengths. Attackers can send crafted UDP packets to the configured UDPListen port to trigger an oversized memcpy operation that writes past the destination buffer, causing heap corruption a

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85432

MOOS core-moos through 10.4.0 fails to validate client identity in MOOSDB message processing, allowing authenticated attackers to attribute writes to other clients by supplying arbitrary source identifiers in serialized messages. Attackers can forge message origins and cancel third-party subscriptions by exploiting the disconnect between authenticated connection identity and wire-supplied source a

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85431

MOOS essential-moos through version 10.0.1 contains an unauthenticated UDP packet injection vulnerability in pMOOSBridge when configured with UDPListen. Attackers can send crafted UDP packets to the configured port to inject arbitrary variables into the local MOOS community with spoofed source and community identifiers.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85429

MOOS-IvP uFldNodeComms through 24.8.1 trusts the source node identity from the message body rather than validating it from the connection source. Attackers can craft NODE_MESSAGE packets with spoofed source identities to impersonate other nodes and post arbitrary variable notifications without validation.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85427

MOOS essential-moos pAntler through 10.0.1 contains a remote code execution vulnerability that allows unauthenticated attackers to execute arbitrary programs by publishing a crafted MISSION_FILE message to the MOOSDB. Attackers can publish a mission file containing malicious Run entries that pAntler parses and executes via execvp() without authentication validation.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85378

A vulnerability was identified in light0011 cms c774dce31c6df0055568a8d5c53d964d99be199d/f72cf46f601efb2a0618c3814cc2f61380b38930. Affected by this issue is the function AuthController::_initialize of the file App/Admin/Controller/ChapterController.class.php of the component Chapter Controller. The manipulation leads to authorization bypass. The attack can be initiated remotely. The exploit is pub

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85241

A weakness has been identified in SpecterOps BloodHound up to 9.5.1. The affected element is the function NewV2API of the file cmd/api/src/api/registration/v2.go of the component Graph Write Endpoint. Executing a manipulation can lead to improper authorization. It is possible to launch the attack remotely. Upgrading to version 9.6.0-rc1, 9.6.0 and 9.7.0-rc3 is sufficient to fix this issue. This pa

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85225

A vulnerability was identified in code-projects Doctor Appointment System 1.0. This vulnerability affects unknown code of the file /patient_login.php. The manipulation of the argument email leads to sql injection. The attack may be initiated remotely. The exploit is publicly available and might be used.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-70178

Missing authorization in Microsoft Fabric allows an authorized attacker to elevate privileges over a network.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-69857

Authorization bypass through user-controlled key in Azure Cosmos DB allows an authorized attacker to perform spoofing over a network.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-65818

Server-side request forgery (ssrf) in Power Automate allows an authorized attacker to elevate privileges over a network.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-62906

Improper neutralization of special elements in data query logic in Microsoft Discovery Studio allows an unauthorized attacker to disclose information over a network.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-18330

A hard-coded cryptographic key vulnerability exists in the web module of TP-Link Archer AX55 v4. A LAN attacker who captures an HTTP login session may use the known shared RSA private key to decrypt the administrator password; the weakened AES session key further reduces the effort required to compromise session confidentiality. Successful exploitation may disclose the administrator password

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-18167

A stack-based buffer overflow vulnerability exists in the EasyMesh module of TP-Link Archer AX55 v4. When Mesh mode is enabled, a LAN attacker may submit crafted input that causes the easymesh daemon to crash and may potentially achieve remote code execution on the device. Successful exploitation may cause the EasyMesh daemon to crash and may potentially allow remote code execution when Mesh

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-64200

There is an out-of-bounds read vulnerability in DASYLab due to improper validation of user-supplied data.   This results in a read a past the end of an allocated heap buffer during string conversion.  Successful exploitation requires an attacker to get a user to open a specially crafted .DSB file.  This issue affects all versions before 2026.0.0.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-64199

There is an out-of-bounds read vulnerability in DASYLab due to improper validation of user-supplied data.   This results in a read outside the bounds of an allocated data structure.  Successful exploitation requires an attacker to get a user to open a specially crafted .DSB file.  This issue affects all versions before 2026.0.0.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-64198

There is an out-of-bounds read vulnerability in DASYLab due to improper validation of user-supplied data.   This results in a read a few bytes past the end of an allocated heap buffer during file handling.  Successful exploitation requires an attacker to get a user to open a specially crafted .DSB file.  This issue affects all versions before 2026.0.0.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-64197

There is an out-of-bounds write vulnerability in DASYLab due to improper validation of user-supplied data, resulting in a write past the end of an allocated data structure. Successful exploitation requires an attacker to get a user to open a specially crafted .DSB file.  This issue affects all versions before 2026.0.0.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-64196

There is an out-of-bounds write vulnerability in DASYLab due to improper validation of user-supplied data, resulting in a write past the end of an allocated heap. Successful exploitation requires an attacker to get a user to open a specially crafted .DSB file.  This issue affects all versions before 2026.0.0.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-64195

There is an out-of-bounds write vulnerability in DASYLab due to lack of proper validation of user-supplied data. Successful exploitation requires an attacker to get a user to open a specially crafted .DSB file.  This issue affects all versions before 2026.0.0.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-9745

IBM Netezza Software 11.3.0.3 through Interim Fix 002 has operations that are performed without validating bucket ownership using the ExpectedBucketOwner parameter. This omission may allow a remote attacker to exploit misconfigurations or naming collisions to redirect application requests to an unintended S3 bucket under their control.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-9744

IBM Netezza Software 11.3.0.3 through Interim Fix 002 does not validate or improperly validates TLS certificate validation, which could allow an attacker to obtain sensitive information using man in the middle techniques.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-9736

IBM Netezza Software 11.3.0.3 through Interim Fix 002 could allow an unauthorized user to inject data into log messages due to improper neutralization of special elements when written to log files.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-8862

IBM Netezza Software 11.3.0.3 through Interim Fix 002 has credentials that are hardcoded in the application source code, allowing unauthorized access to the container registry. The exposed secret enables attackers to pull private container images, potentially revealing proprietary code, configuration details, and other sensitive information.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85458

Divide-by-zero in Xpdf 4.06 (and earlier), when a glyph in a Type 3 font has a zero height.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85208

A security flaw has been discovered in itsourcecode Online Medicine Delivery System 1.0. The affected element is the function doInsert of the file /rider/orders/controller.php?action=add of the component Order Management Controller. Performing a manipulation of the argument image results in unrestricted upload. Remote exploitation of the attack is possible. The exploit has been released to the pub

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85063

node-csv is a full-featured CSV parser with a simple API that is tested against large datasets. Prior to 7.0.2, csv-parse with the columns and group_columns_by_name options enabled treats a duplicate __proto__ header as an existing property in packages/csv-parse/lib/api/index.js, assigns an attacker-controlled array through obj['__proto__'], and replaces the parsed record object's prototype. A mal

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-84185

A flaw was found in the jwcrypto library, which is used for implementing Javascript Object Signing and Encryption (JOSE) standards. The issue occurs when the library verifies a General JSON Serialization JWS using a set of keys. Due to a coding error, the library fails to correctly identify the specific key ID (kid) and may instead accept a signature made by any valid key in the set. This can allo

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-82520

parsedmarc before 11.0.1 decompresses gzip and ZIP attachments in a single unbounded read with no limit on decompressed output size. Because parsedmarc automatically processes incoming DMARC report emails without user interaction, an unauthenticated remote attacker can send a crafted email with a highly compressed attachment to the monitored mailbox, causing the parsedmarc process to allocate memo

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-77465

toml-node is a TOML parser for Node.js and the browser. Prior to 4.2.0, toml.parse() uses a Peggy 5.1.0 generated recursive-descent parser in lib/parser.js whose peg$parsevalue, peg$parsearray, and peg$parseinline_table_entry functions recurse through nested arrays and inline tables without a depth limit. A remote unauthenticated application parsing an attacker-controlled TOML document containing

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-71429

stream-json is a micro-library of stream components for processing JSON and JSONC with a minimal memory footprint. Prior to 3.5.0, the path filters pick, ignore, filter, and replace in src/core/filters/filter-base.js recompute the full path string from the nesting stack for every checkable token. Because the stack length equals the current nesting depth and a checkable token is emitted at every le

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-63376

toml-node is a TOML parser for Node.js and the browser. Prior to 4.1.2, toml.parse() in lib/compiler.js can be tricked by a table path such as a.b.y.__proto__.__proto__, allowing traversal from a scalar value into Number.prototype and Object.prototype. The currentPath tracking value uses both arrays and strings, so valueAssignments records a comma-joined path such as a,b.y while deepRef checks the

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85207

A vulnerability was identified in itsourcecode Online Medicine Delivery System 1.0. Impacted is an unknown function of the file /index.php?q=orderdetails. Such manipulation of the argument location leads to cross site scripting. The attack may be launched remotely. The exploit is publicly available and might be used.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85046

Type confusion in V8 in Google Chrome prior to 152.0.7977.82 allowed a remote attacker to execute arbitrary code inside the sandbox via a crafted HTML page. (Chromium security severity: High)

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85044

Use of released resource in Mobile in Google Chrome on on Android prior to 152.0.7977.82 allowed a remote attacker leveraging social engineering to bypass web origin policy via a crafted HTML page. (Chromium security severity: Medium)

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-82527

R2R through 3.6.6 contains a SQL injection vulnerability that allows unauthenticated attackers to inject SQL predicates into the chunks search query by manipulating the filter key parameter in the retrieval search endpoint. Attackers can exploit the direct interpolation of filter keys into the SQL WHERE clause without parameterization or escaping to perform time-based and boolean-based data exfilt

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-44506

Medplum is a developer platform that enables development of healthcare apps. In Medplum versions 4.1.10 through 5.1.6, the /oauth2/register endpoint could return the client_secret of preconfigured OAuth clients defined via the defaultOAuthClients server configuration when a matching redirect_uri was provided. This issue has been patched in version 5.1.7.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-19795

Qiskit could allow a local attacker to cause a denial of service due to a stack overflow during deserialization of QPY payloads. A malicious QPY payload can trigger a segmentation fault, causing the application to crash when deserializing untrusted input.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85395

UnoPim before 2.1.3 fails to include integration store, update, and key-generation routes in its ACL map, allowing any admin user to bypass permission checks. Attackers with minimal admin privileges can create OAuth API integrations, mint client credentials, and escalate permissions by exploiting missing authorization validation in the Bouncer middleware.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85392

Peppermint through 0.5.5 contains an authorization bypass vulnerability in the GET /api/v1/auth/user/:id/logout endpoint that allows authenticated attackers to delete sessions for any user by supplying arbitrary user IDs. Attackers can forcibly log out any user including administrators by calling the logout handler with another user's ID, since the endpoint performs no authorization checks to veri

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85390

Checkmate through 3.11.0 omits the isAllowed role guard middleware on maintenance-window, notification, and check-deletion routes, allowing read-only users to perform administrative actions. Attackers with user-role sessions can create arbitrary maintenance windows to silence alerts, modify notification channels, and delete monitor check history to erase incident evidence.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85205

A vulnerability was determined in itsourcecode Online Medicine Delivery System 1.0. This issue affects the function addwishlist of the file /customer/controller.php?action=addwish of the component Wishlist. This manipulation of the argument proid causes sql injection. The attack may be initiated remotely.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-33630

c-ares is an asynchronous resolver library. From ver 1.32.3 until 1.34.7, a use-after-free / double-free in c-ares' query-completion handling. The same flaw — a query's callback being invoked while the query is still linked in the channel's internal lookup structures — is present at multiple points in the resend/finish path (timeout handling, response handling, and query dispatch). If the query, o

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85187

A security vulnerability has been detected in itsourcecode Online Medicine Delivery System 1.0. Affected by this issue is the function Order::pupdate of the file /rider/orders/controller.php?action=edit&actions=confirm of the component Order Status Update. The manipulation of the argument ID leads to sql injection. It is possible to initiate the attack remotely. The exploit has been disclosed publ

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-84968

An out-of-bounds read in the BSON decoding component of the MongoDB PHP driver may allow an unauthenticated party who supplies specially formed input to have a small amount of adjacent process memory copied into an error message that is returned to application code. This may result in unintended disclosure of limited memory contents.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-83959

Substance3D - Sampler is affected by a Heap-based Buffer Overflow vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-82023

LearnPress WordPress Plugin before 4.4.6 contains a broken object-level authorization vulnerability that allows authenticated attackers with the Instructor role to add answers to quiz questions owned by other instructors by exploiting a missing ownership check on the question answer insert path. Attackers can supply arbitrary question identifiers during answer insertion, bypassing instructor-bound

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85309

Missing Authorization vulnerability in Supsystic Ultimate Maps by Supsystic allows Exploiting Incorrectly Configured Access Control Security Levels. This issue affects Ultimate Maps by Supsystic: from n/a through 1.5.3.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85306

Missing Authorization vulnerability in Cascadia Web Services MountDev AI MCP Connector for WordPress allows Exploiting Incorrectly Configured Access Control Security Levels. This issue affects MountDev AI MCP Connector for WordPress: from n/a through 1.6.5.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85305

Server-Side Request Forgery (SSRF) vulnerability in SEOPress allows Server Side Request Forgery. This issue affects SEOPress: from n/a through 10.1.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-85186

A weakness has been identified in itsourcecode Online Medicine Delivery System 1.0. Affected by this vulnerability is the function doupdateimage of the file /customer/controller.php?action=photos of the component Customer Controller. Executing a manipulation of the argument photo can lead to unrestricted upload. The attack may be performed from remote. The exploit has been made available to the pu

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
推荐 3.4
Conf: 50%
CVE-2026-84848

Unauthenticated Cross Site Scripting (XSS) in Quick Event Manager <= 9.17 versions.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
推荐 3.4
Conf: 50%
CVE-2026-84847

Unauthenticated Broken Access Control in Quick Event Manager <= 9.17 versions.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
推荐 3.4
Conf: 50%
CVE-2026-84812

Unauthenticated Cross Site Scripting (XSS) in BP Better Messages <= 2.15.27 versions.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
推荐 3.4
Conf: 50%
CVE-2026-84776

Unauthenticated Denial of Service Attack in MalCare Security <= 6.69 versions.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
推荐 3.4
Conf: 50%
CVE-2026-84774

Unauthenticated Cross Site Scripting (XSS) in WP Statistics <= 14.16.11 versions.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
推荐 3.4
Conf: 50%
CVE-2026-84767

Unauthenticated Bypass Vulnerability in BookIt <= 2.6.0.3 versions.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
推荐 3.4
Conf: 50%
CVE-2026-84766

Unauthenticated Bypass Vulnerability in FluentBooking Pro <= 2.2.1 versions.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
推荐 3.4
Conf: 50%
CVE-2026-84761

Unauthenticated Server Side Request Forgery (SSRF) in LiteSpeed Cache <= 7.9 versions.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
推荐 3.4
Conf: 50%
CVE-2026-84758

Unauthenticated Broken Access Control in Business Directory <= 6.4.26 versions.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
推荐 3.4
Conf: 50%
CVE-2026-84754

Unauthenticated Broken Access Control in WPFunnels <= 3.12.13 versions.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
推荐 3.4
Conf: 50%
CVE-2026-81776

Unauthenticated Cross Site Scripting (XSS) in WP QuickLaTeX <= 3.8.8 versions.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
推荐 3.4
Conf: 50%
CVE-2026-81281

Subscriber Cross Site Scripting (XSS) in Graphene <= 2.9.4 versions.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)
CVE-2026-75602

OpenList a file list program that supports multiple storage. Prior to 4.2.3, OpenList's offline-download feature at POST /api/fs/add_offline_download with tool: "SimpleHttp" accepts an attacker-supplied URL and saves its bytes under a per-task temporary directory before transferring them to the user's destination storage. The temporary filename comes from the attacker-controlled Content-Dispositio

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Primary 数据源 (+3) | LLM 评分加成 (+0.4)

本文是阿里云发布的2027届实习生招聘公告,来源于先知社区(阿里云安全社区)。公告内容仅为招聘信息,旨在招募顶尖安全人才加入阿里云安全团队,涉及岗位方向可能包括云安全、渗透测试、安全研究等,但原文并未提供任何具体的威胁情报内容、攻击事件、漏洞细节或恶意软件分析。文章主要面向求职者,而非安全防御团队。由于不涉及任何实际威胁活动,本摘要仅作内容归档用途,无法从中提取可操作的情报指标或防御建议。

💡 影响/原因: 本文为招聘公告,不涉及具体威胁事件,对安全团队无直接情报价值。

🎯 建议动作: 无需采取防御动作。若关注阿里云安全团队动态,可留意其后续发布的技术文章或安全公告。

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

Control CenterManage your security and delivery services

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

See all Cybersecurity

推荐 2.4
Conf: 50%

See all Cybersecurity

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

Our Infrastructure

推荐 2.4
Conf: 50%

Our Infrastructure

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

OpenClaw安全使用实践指南

推荐 2.4
Conf: 50%

OpenClaw安全使用实践指南

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

关于OpenClaw安全应用的风险提示

推荐 2.4
Conf: 50%

关于OpenClaw安全应用的风险提示

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

关于“独狼”团伙大规模传播恶意程序的风险提示

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

关于RCtea僵尸网络大范围传播的风险提示

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)

关于“黑猫”团伙利用搜索引擎传播仿冒Notepad++下载远...

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

关于NutsBot新型僵尸网络利用React2Shell漏洞...

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)

关于“黑猫”团伙利用搜索引擎传播捆绑远控木马的知名应用程序安...

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

关于BlackMoon变种HTTPBot僵尸网络的风险提示

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

Diicot挖矿组织近期攻击活动分析

推荐 2.4
Conf: 50%

Diicot挖矿组织近期攻击活动分析

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

关于新型P2P僵尸网络PBot的分析报告

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)

通过个人信息保护合规审计服务认证的专业机构名单(第一批)

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)

关于国家授时中心遭受美国国家安全局网络攻击事件的技术分析报告

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)

第22届中国网络安全年会暨国家网络安全宣传周网络安全协同防御...

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

美情报机构频繁对我国防军工领域实施网络攻击窃密

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

美网络攻击我国某先进材料设计研究院事件调查报告

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)

美网络攻击我国某智慧能源和数字信息大型高科技企业事件调查报告

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

中国和阿盟发布《中阿数据安全合作倡议》

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

以色列芯片巨头TowerJazz被黑,制造部门暂停运转

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

雅虎将为史上最大安全漏洞案支付 5000 万美元赔偿金

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

Facebook表示2900万人信息被黑客窃取 1400万人...

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

冰岛史上最大网络攻击行动:黑客冒充警方欺诈民众

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

Apache Log4j2远程代码执行漏洞排查及修复手册

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

关于Apache Log4j2存在远程代码执行漏洞的安全公告...

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

关于Apache Log4j2存在远程代码执行漏洞的安全公告

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)

关于近期境外黑客组织攻击我国多个企业窃取源代码数据的通报

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

关于VMware多款产品存在远程代码执行漏洞的安全公告

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)

关于Microsoft远程桌面服务存在远程代码执行漏洞的安全...

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)

国家互联网应急中心开通WannaCry勒索病毒感染数据免费查...

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

美情报机构频繁对我国防军工领域实施网...

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

CNCERT发现处置两起美对我大型科...

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

2024年世界互联网大会乌镇峰会网络...

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

第21届中国网络安全年会暨国家网络安...

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

1真爱和自由贡献值:152000

推荐 2.4
Conf: 50%

1真爱和自由贡献值:152000

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

2T0daySeeker贡献值:127200

推荐 2.4
Conf: 50%

2T0daySeeker贡献值:127200

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

4idiot9贡献值:74000

推荐 2.4
Conf: 50%

4idiot9贡献值:74000

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

7fastcoll111贡献值:63800

推荐 2.4
Conf: 50%

7fastcoll111贡献值:63800

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

91341025112991831贡献值:47000

推荐 2.4
Conf: 50%

91341025112991831贡献值:47000

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

10SecurityPaper贡献值:45300

推荐 2.4
Conf: 50%

10SecurityPaper贡献值:45300

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

5Fausto贡献值:67000

推荐 2.4
Conf: 50%

5Fausto贡献值:67000

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

6vghost贡献值:66300

推荐 2.4
Conf: 50%

6vghost贡献值:66300

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

KCTF2026参赛题目提交区

推荐 2.4
Conf: 50%

KCTF2026参赛题目提交区

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

[4月2日更新]能力值、活跃值和雪币介绍

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

讲师招募 | 与看雪一起,点亮职业生涯!

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

沪ICP备2022023406号

推荐 2.4
Conf: 50%

沪ICP备2022023406号

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

沪公网安备 31011502006611号

推荐 2.4
Conf: 50%

沪公网安备 31011502006611号

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

Global Services

推荐 2.4
Conf: 50%

Global Services

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

Managed Databases

推荐 2.4
Conf: 50%

Managed Databases

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

Accelerated Compute

推荐 2.4
Conf: 50%

Accelerated Compute

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

Akamai Functions

推荐 2.4
Conf: 50%

Akamai Functions

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

App & API Protector

推荐 2.4
Conf: 50%

App & API Protector

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

Client-Side Protection & Compliance

推荐 2.4
Conf: 50%

Client-Side Protection & Compliance

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

Account Protector

推荐 2.4
Conf: 50%

Account Protector

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

Content Protector

推荐 2.4
Conf: 50%

Content Protector

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

Akamai Guardicore Segmentation

推荐 2.4
Conf: 50%

Akamai Guardicore Segmentation

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

Secure Internet Access

推荐 2.4
Conf: 50%

Secure Internet Access

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

Enterprise Application Access

推荐 2.4
Conf: 50%

Enterprise Application Access

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

DNS Posture Management

推荐 2.4
Conf: 50%

DNS Posture Management

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

API Acceleration

推荐 2.4
Conf: 50%

API Acceleration

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

Download Delivery

推荐 2.4
Conf: 50%

Download Delivery

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

Image & Video Manager

推荐 2.4
Conf: 50%

Image & Video Manager

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

Media Services Live

推荐 2.4
Conf: 50%

Media Services Live

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

Global Traffic Management

推荐 2.4
Conf: 50%

Global Traffic Management

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

Cybersecurity Compliance

推荐 2.4
Conf: 50%

Cybersecurity Compliance

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

Secure Apps and APIs

推荐 2.4
Conf: 50%

Secure Apps and APIs

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

DNS Delivery and Security

推荐 2.4
Conf: 50%

DNS Delivery and Security

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

DDoS Protection

推荐 2.4
Conf: 50%

DDoS Protection

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

App and API Performance

推荐 2.4
Conf: 50%

App and API Performance

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

Media and Entertainment

推荐 2.4
Conf: 50%

Media and Entertainment

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

Retail, Travel, and Hospitality

推荐 2.4
Conf: 50%

Retail, Travel, and Hospitality

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

Financial Services

推荐 2.4
Conf: 50%

Financial Services

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

Healthcare and Life Sciences

推荐 2.4
Conf: 50%

Healthcare and Life Sciences

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

Online Sports Betting and iGaming

推荐 2.4
Conf: 50%

Online Sports Betting and iGaming

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

Service Providers

推荐 2.4
Conf: 50%

Service Providers

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

[开源] Mira: 让 AI 直接操作 Android/iOS 运行时

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

[讨论][原创]在逆向分析方面-unidbg真的适合 MCP 吗?

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)

[原创] 如何让AI不分析你的混淆后的代码:一种思路(含PoC)

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

[原创]基于eBPF的Android ART运行时DEX采集与方法字节码回填

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

[原创]两步打造AI能理解和严格执行的提示词

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

3Signs贡献值:89600

推荐 2.4
Conf: 50%

3Signs贡献值:89600

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

[原创]对某市场外挂驱动逆向分析

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

AI Brand Presence

推荐 2.4
Conf: 50%

AI Brand Presence

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

[原创]记录一款Unity il2cpp 手游封包的逆向

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

[原创]Albatross Android——快速、优雅的强大安卓hook框架

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)

关于黑产团伙批量搭建高仿真钓鱼网站大规模传播银狐木马的风险提示

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

Bot & Agent Control

推荐 2.4
Conf: 50%

Bot & Agent Control

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

See all products

推荐 2.4
Conf: 50%

See all products

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

Private Networking

推荐 2.4
Conf: 50%

Private Networking

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

See all Content Delivery

推荐 2.4
Conf: 50%

See all Content Delivery

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

See all Industry Solutions

推荐 2.4
Conf: 50%

See all Industry Solutions

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

Frontier AI Security Risks

推荐 2.4
Conf: 50%

Frontier AI Security Risks

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

Akamai Application Protection Platform

推荐 2.4
Conf: 50%

Akamai Application Protection Platform

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

North America pricing

推荐 2.4
Conf: 50%

North America pricing

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

Akamai Workforce Protector (formerly LayerX)

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

网络安全信息与动态周报-2026年第29期

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

关于Dysphoria僵尸网络大范围传播的风险提示

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

网络安全信息与动态周报-2026年第30期

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

关于“FakeSvc”挖矿组织大规模传播恶意程序的风险提示

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)

关于开展“银狐”木马专项打击行动并公开征集威胁信息线索的公告

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

MariaDB 远程代码执行漏洞分析复现

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

8zhousir贡献值:61000

推荐 2.4
Conf: 50%

8zhousir贡献值:61000

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

AI and API Manager

推荐 2.4
Conf: 50%

AI and API Manager

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

网络安全信息与动态周报-2026年第32期

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

网络安全信息与动态周报-2026年第31期

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

从修复 diff 到第五个洞:LobeChat SSRF 盲区审计

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

[Original] # kctf2026 Question 10 — Mao Hour · Dawn Breaks

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

KCTF 第十题:卯时·曦光初现 - PWN Writeup

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

[原创] KCTF260A 第十题 曦光初现 Writeup

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

KCTF2026: 第十题:卯时·曦光初现

推荐 2.4
Conf: 50%

KCTF2026: 第十题:卯时·曦光初现

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

[原创]KCTF2026 第十题:卯时·曦光初现(AI)

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

[原创]某加密企业版 Frida 检测绕过

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)

[原创]Windows 9884个API参考文档,包括示例,每行代码都有中文注释!

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

网络安全信息与动态周报-2026年第34期

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

网络安全信息与动态周报-2026年第33期

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

“银狐”木马专项——恶意域名及恶意IP(一)

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)

中国—东盟网络安全应急响应能力建设研讨会在北京举办

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

CNCERT/CC圆满完成2026年APCERT应急演练

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

[原创]windows内核免杀学习1-不调 API 找 ntdll 基址

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

[原创]风控特征关联平台(入门版本)

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

[原创]安卓ACE反作弊拉黑设备机制技术解析

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

[原创]Frida 整体启动逻辑

推荐 2.4
Conf: 50%

[原创]Frida 整体启动逻辑

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

[原创]安卓驱动跳板 PTE 映射读写物理内存

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

[分享]生物探针与行为神经网络风控

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

[原创]CVE漏洞数据库(NVD)的漏洞指标的解读

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)

2026年中国网络安全年会暨国家网络安全宣传周网络安全协同防...

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

“银狐”木马专项——恶意域名及恶意IP(二)

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

[原创]VT调试器原理揭秘--DebugPort转移与重建调试体系

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

[原创] 关于ciscn决赛第二天 ctfpwn01 vm 题目的简析

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)

[原创]开源x86-64CPU仿真库Cpueaxh:终结基于回调与HOOK的检测对决

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-05

[分享] IDA9.4 + MCP 配置教程

推荐 2.4
Conf: 50%

[分享] IDA9.4 + MCP 配置教程

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)

[原创]一台"锁死"的 Pixel 7 自救记:把 GhostLock 内核漏洞移植到真机 root

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

[原创] Android 内核加载未签名驱动的一次实践

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)

[原创]最强逆向大模型GLM-5.3无道德无限制驱动Frida Stalker绕过银行某梆检测

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-03

The story behind the intelligence

推荐 2.4
Conf: 50%

From engaging with cybercriminals to surviving a live Flamin’ Hot Cheetos taste test, Hazel reflects on the latest Beers with Talos with Azim, where they cover the full spectrum of what it takes to gather threat intel.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)

ISC Stormcast For Friday, September 4th, 2026 https://isc.sans.edu/podcastdetail/10082, (Fri, Sep 4th)

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)

The worst part is how normal these attacks look. A call from IT. A shared file. A trusted app. A simple request to click “Allow.” Why break in when someone might open the door? That idea runs through this edition. Attackers use real tools, fake login pages, old account links, and software guides that point to unsafe downloads. One wrong letter in a web address can be enough. There is also

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

渗透 Agent 拆机:高分背后,六套框架到底做对了什么

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

IFUNC 重定向:内核还没交权,resolver 已经在跑

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)

[原创] 某招聘 App 爱加密抽取壳的内存脱壳与请求签名逆向

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

[原创]360加固完美脱壳重打包调试报告

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

[原创]KCTF2026 第七题 HEXMAZE人话解读

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

[分享]一个IDA修复结构体负偏移的插件通过IDA MicroCode

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

Getting data into a security platform is always easy; getting it back out is where vendors add cost, extra tooling, and latency, and it is the part of the evaluation most teams overlook.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

numbat - AI agent observability, (Fri, Sep 4th)

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)

Microsoft is alerting of a "high-volume phishing campaign" that's using invisible Unicode tag characters to bypass email filters. "Instead of using these characters to hide instructions from people while exposing them to AI models, the attacker used them to split financial lure words such as 'funding' to prevent email filters from parsing them," the Microsoft Security Research team said. The

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)

A previously undocumented Linux toolkit has been found compiled directly into the trojanized HAProxy load balancers of two South Korean organizations, where it intercepted web traffic and served altered pages to selected visitors. The attackers named the implant ted in debug strings left in the binary. It is not a HAProxy vulnerability, and installing it requires code execution on the host and

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)

Plex is urging users to update their instances to the latest version following the release of an update that patches multiple security flaws. The fixes are available in Plex Media Server 1.43.3 and Plex Desktop 1.115.0. The streaming media service did not elaborate on what those issues are, but said CVE identifiers have been requested for them. "We recommend all server owners and Desktop users

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)

OpenAI on Thursday officially unveiled GPT‑6 Astra, which it described as the "world's most intelligent and aligned model." The development comes days after the artificial intelligence (AI) company said the model had reached the "Critical" cybersecurity capability threshold under its Preparedness Framework. "Astra is state-of-the-art on computer use, browsing, software engineering,

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

Catch promises the capabilities of a trusted executive assistant, with built-in controls governing what data and systems it can access. The post Catch Raises $5 Million for AI Executive Assistant With Guardrails appeared first on SecurityWeek.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

The flaws could allow attackers with administrative access to a virtual machine to execute code on the host system. The post VMware Workstation and Fusion Updates Patch Critical Vulnerability appeared first on SecurityWeek.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
INFO
VULNERABILITY 2026-09-04

Google Patches 6th Chrome Zero-Day of 2026

推荐 2.4
Conf: 50%

Google’s Chrome 152 security update resolves 12 vulnerabilities, including a high-severity type confusion flaw in the V8 engine. The post Google Patches 6th Chrome Zero-Day of 2026 appeared first on SecurityWeek.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)
推荐 2.4
Conf: 50%

The deal highlights Nvidia’s push to champion increasingly popular open-source AI models. The post Nvidia Is Buying AI Platform Hugging Face for $13 Billion appeared first on SecurityWeek.

💡 影响/原因: 原文内容(由于配额限制,未进行深度 LLM 分析)

🎯 建议动作: 建议根据原文自行评估

排序因子: Community 数据源 (+1) | 官方/一手情报来源 (+1 叠加到 Primary) | LLM 评分加成 (+0.4)