CVE 2026 16723 是阿里巴巴 Fastjson 1.x(1.2.68 至 1.2.83)中严重的远程代码执行漏洞,CVSS 评分为 9.0。与以往漏洞不同,它无需启用 AutoType 或依赖第三方 gadget 类,在默认配置下即可被利用。 截至 2026 年 7 月 26 日,阿里巴巴尚未发布受影响的 1.x 系列的修补版本。各组织必须立即启用 SafeMode( Dfastjson.parser.safeMode=true)、改用特殊的 1.2.83 noneautotype 构建包,或迁移至 Fastjson 2.x。

Create a landscape editorial hero image for this Studio Global article: Search & fact-check with cited sources for What are the details of the critical actively exploited remote code execution vulnerability (CVE-. Article summary: CVE-2026-16723 is a critical, actively exploited remote code execution vulnerability in Alibaba Fastjson 1.x versions 1.2.68 through 1.2.83, carrying a CVSS 9.0 score. All the major claims you listed are confirmed by aut. Topic tags: general, government, general web, user generated, documentation. Style: premium digital editorial illustration, source-backed research mood, clean composition, high detail, modern web publication hero. Use reference image context only for broad subject, composition, and topical grounding; do not copy the exact image. Avoid: logos, brand marks, copyrighted characters, real person likenesses, fake screenshots, UI text, readable text,
CVE-2026-16723 是阿里巴巴 Fastjson 1.x 版本(1.2.68 至 1.2.83)中的一个严重远程代码执行漏洞,CVSS 评分为 9.0。安全公司已确认该漏洞正被积极利用,且截至 2026 年 7 月下旬,阿里巴巴尚未发布针对 1.x 系列的官方修补版本 。
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H,意味着攻击向量为网络,无需权限,无需用户交互,影响范围已改变(牵连其他组件),对机密性、完整性和可用性均造成严重影响 此漏洞在以下三个方面区别于以往的 Fastjson 漏洞:
此攻击并非影响所有使用 Fastjson 的场景。它需要满足以下全部条件才能成功 :
JSON.parse、JSON.parseObject)。标准的非 fat-JAR 部署、基于 Tomcat/Jetty 的 WAR 包部署以及通用的 uber-JAR 均不受影响 。
鉴于阿里巴巴未发布受影响的 1.x 系列补丁,各组织必须采用以下临时解决方案之一进行缓解 :
-Dfastjson.parser.safeMode=true。这将禁用所有任意类的反序列化功能 com.alibaba:fastjson:1.2.83_noneautotype,这是一个完全移除 AutoType 支持的特殊构建版本 其他检测指导:建议监视日志中可疑的 @type 值、JSON 包中嵌套的 JAR URL 以及应用服务器发起的非预期出站网络连接 。
Studio Global AI
Use this topic as a starting point for a fresh source-backed answer, then compare citations before you share it.
CVE 2026 16723 是阿里巴巴 Fastjson 1.x(1.2.68 至 1.2.83)中严重的远程代码执行漏洞,CVSS 评分为 9.0。与以往漏洞不同,它无需启用 AutoType 或依赖第三方 gadget 类,在默认配置下即可被利用。
CVE 2026 16723 是阿里巴巴 Fastjson 1.x(1.2.68 至 1.2.83)中严重的远程代码执行漏洞,CVSS 评分为 9.0。与以往漏洞不同,它无需启用 AutoType 或依赖第三方 gadget 类,在默认配置下即可被利用。 截至 2026 年 7 月 26 日,阿里巴巴尚未发布受影响的 1.x 系列的修补版本。各组织必须立即启用 SafeMode( Dfastjson.parser.safeMode=true)、改用特殊的 1.2.83 noneautotype 构建包,或迁移至 Fastjson 2.x。
该漏洞并非通用:仅在 Spring Boot 可执行 fat JAR 部署、SafeMode 处于默认关闭状态且外部可控的 JSON 数据可传输至 Fastjson 解析器时有效。