已关闭
CVE-2026-22795 #162
opengauss_bot创建于  1月28日关闭于  2月28日
opengauss_bot
opengauss_bot成员
1月28日 创建

一、漏洞信息
漏洞编号:CVE-2026-22795
漏洞归属组件:openssl, https://gitcode.com/opengauss/openGauss-third_party
漏洞归属的版本:3.0.9
CVSS分值:
 BaseScore: 5.5 Medium
 Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H

漏洞简述:
Issue summary: An invalid or NULL pointer dereference can happen in
an application processing a malformed PKCS#12 file.

Impact summary: An application processing a malformed PKCS#12 file can be
caused to dereference an invalid or NULL pointer on memory read, resulting
in a Denial of Service.

A type confusion vulnerability exists in PKCS#12 parsing code where
an ASN1_TYPE union member is accessed without first validating the type,
causing an invalid pointer read.

The location is constrained to a 1-byte address space, meaning any
attempted pointer manipulation can only target addresses between 0x00 and 0xFF.
This range corresponds to the zero page, which is unmapped on most modern
operating systems and will reliably result in a crash, leading only to a
Denial of Service. Exploiting this issue also requires a user or application
to process a maliciously crafted PKCS#12 file. It is uncommon to accept
untrusted PKCS#12 files in applications as they are usually used to store
private keys which are trusted by definition. For these reasons, the issue
was assessed as Low severity.

The FIPS modules in 3.5, precision4, 3.3 and 3.0 are not affected by this issue,
as the PKCS12 implementation is outside the OpenSSL FIPS module boundary.

OpenSSL 3.6, 3.5, 3.4, 3.3, 3.0 and 1.1.1 are vulnerable to this issue.

OpenSSL 1.0.2 is not affected by this issue.

漏洞公开时间:2026-01-28 00:16:35
漏洞创建时间:2026-01-28 01:41:18
漏洞详情参考链接:
https://nvd.nist.gov/vuln/detail/CVE-2026-22795
漏洞补丁信息:

详情(点击展开)
影响的包 修复版本 修复补丁 问题引入补丁 来源
openssl/openssl https://github.com/openssl/openssl/commit/ef2fb66ec571564d64d1c74a12e388a2a54d05d2.patch ljqc
openssl/openssl https://github.com/openssl/openssl/commit/2502e7b7d4c0cf4f972a881641fe09edc67aeec4 ljqc
openssl/openssl https://github.com/openssl/openssl/commit/7bbca05be55b129651d9df4bdb92becc45002c12 ljqc
openssl/openssl https://github.com/openssl/openssl/commit/eeee3cbd4d682095ed431052f00403004596373e ljqc
openssl/openssl https://github.com/openssl/openssl/commit/572844beca95068394c916626a6d3a490f831a49 ljqc
https://github.com/openssl/openssl/commit/572844beca95068394c916626a6d3a490f831a49 cvelistv5
https://github.com/openssl/openssl/commit/eeee3cbd4d682095ed431052f00403004596373e cvelistv5
https://github.com/openssl/openssl/commit/2502e7b7d4c0cf4f972a881641fe09edc67aeec4 cvelistv5
https://github.com/openssl/openssl/commit/ef2fb66ec571564d64d1c74a12e388a2a54d05d2 cvelistv5
https://github.com/openssl/openssl/commit/7bbca05be55b129651d9df4bdb92becc45002c12 cvelistv5

二、漏洞分析结构反馈
影响性分析说明:
Issue summary: An invalid or NULL pointer dereference can happen inan application processing a malformed PKCS#12 file.Impact summary: An application processing a malformed PKCS#12 file can becaused to dereference an invalid or NULL pointer on memory read, resultingin a Denial of Service.A type confusion vulnerability exists in PKCS#12 parsing code wherean ASN1_TYPE union member is accessed without first validating the type,causing an invalid pointer read.The location is constrained to a 1-byte address space, meaning anyattempted pointer manipulation can only target addresses between 0x00 and 0xFF.This range corresponds to the zero page, which is unmapped on most modernoperating systems and will reliably result in a crash, leading only to aDenial of Service. Exploiting this issue also requires a user or applicationto process a maliciously crafted PKCS#12 file. It is uncommon to acceptuntrusted PKCS#12 files in applications as they are usually used to storeprivate keys which are trusted by definition. For these reasons, the issuewas assessed as Low severity.The FIPS modules in 3.5, 3.4, 3.3 and 3.0 are not affected by this issue,as the PKCS12 implementation is outside the OpenSSL FIPS module boundary.OpenSSL 3.6, 3.5, 3.4, 3.3, 3.0 and 1.1.1 are vulnerable to this issue.OpenSSL 1.0.2 is not affected by this issue.

漏洞评分(openGauss评分):
 BaseScore: 5.5
 Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H

受影响版本排查(受影响/不受影响):
1.master:受影响
2.6.0.0:受影响
3.5.0.0:受影响

likedislike
opengauss_botopengauss_bot成员
1月28日 添加了label:CVE/UNFIXED
opengauss_botopengauss_bot成员
1月28日 添加了label:sig/StorageEngine
opengauss_bot
opengauss_bot成员
1月28日 评论:

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

likedislike
opengauss_bot
opengauss_bot成员
1月28日 评论:

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


影响性分析说明:

漏洞评分(opengauss评分):
BaseScore: x.x(浮点格式)
Vector:

受影响版本排查(受影响/不受影响):
1.master:


likedislike
opengauss_botopengauss_bot成员
1月28日 将 TestManager 设为负责人
opengauss_bot
opengauss_bot成员
1月28日 评论:

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.

Contact Guide

If you have any questions, please contact the SIG: StorageEngine ,
and any of the maintainers: @hwworkholic ,
and any of the committers: @chendong76, @chenxiaobin19, @congzhou2603, @jemappellehc, @libiao2024, @quemingjian, @superlchf, @wangfeihuo, @wuyuechuan, @xiong_xjun, @zhangfengzhi123 .

likedislike
sungang14sungang14成员
1月31日 关联了看板:临时看板
sungang14sungang14成员
1月31日 issue优先级由 无优先级 改变为 次要
sungang14sungang14成员
1月31日 移除了负责人 TestManager
opengauss_bot
opengauss_bot成员
1月31日 评论:

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

likedislike
opengauss_botopengauss_bot成员
1月31日 将 TestManager 设为负责人
sungang14sungang14成员
1月31日 将 muyulinzhong 设为负责人,移除负责人 TestManager
chendong76chendong76成员
2月3日 关联了看板:openGauss 7.0.0-RC3
chendong76chendong76成员
2月3日 移除了看板:临时看板
muyulinzhongmuyulinzhong成员
2月6日 移除了负责人 muyulinzhong
opengauss_bot
opengauss_bot成员
2月6日 评论:

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

likedislike
opengauss_botopengauss_bot成员
2月6日 将 TestManager 设为负责人
muyulinzhongmuyulinzhong成员
2月6日 将 Miyano 设为负责人,移除负责人 TestManager
opengauss_botopengauss_bot成员
2月6日 修改了issue 的描述
刘凯刘凯成员
2月9日 关联了pull request:Fix CVE-2025-15467、CVE-2025-69419、CVE-2026-22795、CVE-2026-22796
刘凯刘凯成员
2月9日 关联了pull request:[6.0.0] Fix CVE-2025-15467、CVE-2025-69419、CVE-2026-22795、CVE-2026-22796
刘凯刘凯成员
2月9日 关联了pull request:[5.0.0] Fix CVE-2025-69419、CVE-2026-22795、CVE-2026-22796
刘凯
刘凯成员
2月9日 评论:

影响性分析说明:
Issue summary: An invalid or NULL pointer dereference can happen inan application processing a malformed PKCS#12 file.Impact summary: An application processing a malformed PKCS#12 file can becaused to dereference an invalid or NULL pointer on memory read, resultingin a Denial of Service.A type confusion vulnerability exists in PKCS#12 parsing code wherean ASN1_TYPE union member is accessed without first validating the type,causing an invalid pointer read.The location is constrained to a 1-byte address space, meaning anyattempted pointer manipulation can only target addresses between 0x00 and 0xFF.This range corresponds to the zero page, which is unmapped on most modernoperating systems and will reliably result in a crash, leading only to aDenial of Service. Exploiting this issue also requires a user or applicationto process a maliciously crafted PKCS#12 file. It is uncommon to acceptuntrusted PKCS#12 files in applications as they are usually used to storeprivate keys which are trusted by definition. For these reasons, the issuewas assessed as Low severity.The FIPS modules in 3.5, 3.4, 3.3 and 3.0 are not affected by this issue,as the PKCS12 implementation is outside the OpenSSL FIPS module boundary.OpenSSL 3.6, 3.5, 3.4, 3.3, 3.0 and 1.1.1 are vulnerable to this issue.OpenSSL 1.0.2 is not affected by this issue.

漏洞评分(openGauss评分):
BaseScore:5.5 Medium
Vector:CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H

受影响版本排查(受影响/不受影响):
1.master:受影响,正常修复
2.6.0.0:受影响,正常修复
3.5.0.0:受影响,正常修复

likedislike
opengauss_bot
opengauss_bot成员
2月9日 评论:

经过cve-manager解析,已分析的内容如下表所示:

状态 分析项目 内容
已分析 影响性分析说明 Issue summary: An invalid or NULL pointer dereference can happen inan application processing a malformed PKCS#12 file.Impact summary: An application processing a malformed PKCS#12 file can becaused to dereference an invalid or NULL pointer on memory read, resultingin a Denial of Service.A type confusion vulnerability exists in PKCS#12 parsing code wherean ASN1_TYPE union member is accessed without first validating the type,causing an invalid pointer read.The location is constrained to a 1-byte address space, meaning anyattempted pointer manipulation can only target addresses between 0x00 and 0xFF.This range corresponds to the zero page, which is unmapped on most modernoperating systems and will reliably result in a crash, leading only to aDenial of Service. Exploiting this issue also requires a user or applicationto process a maliciously crafted PKCS#12 file. It is uncommon to acceptuntrusted PKCS#12 files in applications as they are usually used to storeprivate keys which are trusted by definition. For these reasons, the issuewas assessed as Low severity.The FIPS modules in 3.5, 3.4, 3.3 and 3.0 are not affected by this issue,as the PKCS12 implementation is outside the OpenSSL FIPS module boundary.OpenSSL 3.6, 3.5, 3.4, 3.3, 3.0 and 1.1.1 are vulnerable to this issue.OpenSSL 1.0.2 is not affected by this issue.
已分析 BaseScore 5.5
已分析 Vector CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
已分析 受影响版本排查 master:受影响,6.0.0:受影响,5.0.0:受影响

请确认分析内容的准确性, 确认无误后, 您可以进行后续步骤, 否则您可以继续分析.

likedislike
opengauss_botopengauss_bot成员
2月9日 修改了issue 的描述
刘凯刘凯成员
2月24日 issue状态由 待办的 改变为 已完成
刘凯刘凯成员
2月24日 issue状态由 已完成 改变为 待回归
jianghongbo
jianghongbo
2月28日 评论:

修复patch已合入,关闭

likedislike
jianghongbojianghongbo
2月28日 issue状态由 待回归 改变为 已验收
jianghongbojianghongbo
2月28日 关闭了 issue
opengauss_botopengauss_bot成员
2月28日 删除了label:CVE/UNFIXED
opengauss_botopengauss_bot成员
2月28日 添加了label:CVE/FIXED