issue处理注意事项:
1. 当前issue受影响的分支提交pr时, 须在pr描述中填写当前issue编号进行关联, 否则无法关闭当前issue;
2. 模板内容需要填写完整, 无论是受影响或者不受影响都需要填写完整内容,未引入的分支不需要填写, 否则无法关闭当前issue;
3. 以下为模板中需要填写完整的内容, 请复制到评论区回复, 注: 内容的标题名称(影响性分析说明, opengauss评分, 受影响版本排查(受影响/不受影响))不能省略,省略后cve-manager将无法正常解析填写内容.
影响性分析说明:
漏洞评分(opengauss评分):
BaseScore: x.x(浮点格式)
Vector:
受影响版本排查(受影响/不受影响):
1.master:


This issue requires an assignee. Since you haven't specified one, we've assigned TestManager as the default assignee for this issue.


Welcome To openGauss Community
Hey @opengauss_bot , thanks for your contribution to the community.
Bot Usage Manual
I'm the Bot here serving you. You can find the instructions on how to interact with me at Here . That means you can comment below every pull request or issue to trigger Bot Commands. You can self-configure the PR merge rules for this repository. For more details, please refer to Here.
Contact Guide
If you have any questions, please contact the SIG: Tools ,
and any of the maintainers: @CarrotGo, @chendong76, @chenxiaobin19, @congzhou2603, @dodders, @hwworkholic, @jemappellehc, @libiao2024, @muyulinzhong, @quemingjian, @shenzheng4, @shirley_zhengx, @superlchf, @totaj, @wlff234, @wofanzheng, @ywzq1161327784 ,
and any of the committers: @Louisyzh, @hw_hbj, @justbk, @libiao2024, @wang4721, @wang_xingmiao, @zengseliang, @zhangxubo .


This issue requires an assignee. Since you haven't specified one, we've assigned TestManager as the default assignee for this issue.


自验证:



影响性分析说明: jackson-databind 的 DefaultBaseTypeLimitingValidator 未将 java.lang.Comparable 列入 unsafe base types;当 @JsonTypeInfo 以 Comparable 为基类型且无自定义 PTV 时,攻击者可实例化大量实现 Comparable 的类型(如 java.io.File),形成对象注入原语(CWE-502)。activateDefaultTyping 不在本 CVE 所述路径内。修复线 2.18.10 / 2.21.6 / 2.22.2(见 CVE-2026-83557)。
与本仓库 master 的对应关系:
jackson.version 为 2.21.5(<2.21.6),属于受影响区间。仓库内存在 ObjectMapper / 多态反序列化用法;是否声明 Comparable+@JsonTypeInfo 需个案确认,但依赖版本已落入官方受影响范围。
漏洞评分(openGauss评分):
BaseScore: 5.6
Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L
受影响版本排查(受影响/不受影响):
1.master: 受影响


经过cve-manager解析,已分析的内容如下表所示:
| 状态 | 分析项目 | 内容 |
|---|---|---|
| 已分析 | 影响性分析说明 | jackson-databind 的 DefaultBaseTypeLimitingValidator 未将 java.lang.Comparable 列入 unsafe base types;当 @JsonTypeInfo 以 Comparable 为基类型且无自定义 PTV 时,攻击者可实例化大量实现 Comparable 的类型(如 java.io.File),形成对象注入原语(CWE-502)。activateDefaultTyping 不在本 CVE 所述路径内。修复线 2.18.10 / 2.21.6 / 2.22.2(见 CVE-2026-83557)。与本仓库 master 的对应关系:jackson.version 为 2.21.5(<2.21.6),属于受影响区间。仓库内存在 ObjectMapper / 多态反序列化用法;是否声明 Comparable+@JsonTypeInfo 需个案确认,但依赖版本已落入官方受影响范围。 |
| 已分析 | BaseScore | 5.6 |
| 已分析 | Vector | CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L |
| 已分析 | 受影响版本排查 | master:受影响 |
请确认分析内容的准确性, 确认无误后, 您可以进行后续步骤, 否则您可以继续分析.


pr已合入,问题单关闭


一、漏洞信息
漏洞编号:CVE-2026-83557
漏洞归属组件:jackson-databind, https://gitcode.com/opengauss/openGauss-workbench
漏洞归属的版本:2.13.4,2.21.5,UNKNOWN
CVSS分值:
BaseScore: N/A None
Vector: N/A
漏洞简述:
A vulnerability was found in FasterXML jackson-databind up to 2.18.9/2.21.5/2.22.1/3.1.5/3.2.1 (Programming Language Software). It has been declared as critical. Affected by this vulnerability is the function isSafeSubType of the component DefaultBaseTypeLimitingValidator. Upgrading to version 2.18.10, 2.21.6, 2.22.2, 3.1.6 or 3.2.2 eliminates this vulnerability.
漏洞公开时间:2026-09-01 23:11:04
漏洞创建时间:2026-09-01 23:40:15
漏洞详情参考链接:
https://nvd.nist.gov/vuln/detail/CVE-2026-83557
漏洞补丁信息:
二、漏洞分析结构反馈
影响性分析说明:
jackson-databind 的 DefaultBaseTypeLimitingValidator 未将 java.lang.Comparable 列入 unsafe base types;当 @JsonTypeInfo 以 Comparable 为基类型且无自定义 PTV 时,攻击者可实例化大量实现 Comparable 的类型(如 java.io.File),形成对象注入原语(CWE-502)。activateDefaultTyping 不在本 CVE 所述路径内。修复线 2.18.10 / 2.21.6 / 2.22.2(见 CVE-2026-83557)。
与本仓库 master 的对应关系:
jackson.version 为 2.21.5(<2.21.6),属于受影响区间。仓库内存在 ObjectMapper / 多态反序列化用法;是否声明 Comparable+@JsonTypeInfo 需个案确认,但依赖版本已落入官方受影响范围。
漏洞评分(openGauss评分):
BaseScore: 5.6
Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L
受影响版本排查(受影响/不受影响):
1.master:受影响