登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
登录
注册
9月17日,Gitee Xtreme 极智AI重磅发布,来Gitee直播间一起探索AI时代的软件研发新模式
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
18
Star
0
Fork
12
src-openEuler
/
openresty-openssl111
代码
Issues
11
Pull Requests
0
Wiki
统计
流水线
服务
JavaDoc
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
我知道了,不再自动展开
更新失败,请稍后重试!
移除标识
内容风险标识
本任务被
标识为内容中包含有代码安全 Bug 、隐私泄露等敏感信息,仓库外成员不可访问
CVE-2022-4450
待办的
#I8QIYQ
任务
wangxinjian
创建于
2023-12-22 11:28
一、漏洞信息 漏洞编号:[CVE-2022-4450](https://nvd.nist.gov/vuln/detail/CVE-2022-4450) 漏洞归属组件:[openresty-openssl111](https://gitee.com/src-openeuler/openresty-openssl111) 漏洞归属的版本:OpenSSL3.0和1.1.1容易受到此问题的影响。OpenSSLasn1parse命令行应用程序也受此问题影响。 CVSS V3.0分值: BaseScore:7.5 High Vector:CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H 漏洞简述: The function PEM_read_bio_ex() reads a PEM file from a BIO and parses anddecodes the name (e.g. CERTIFICATE ), any header data and the payload data.If the function succeeds then the name_out , header and data arguments arepopulated with pointers to buffers containing the relevant decoded data. Thecaller is responsible for freeing those buffers. It is possible to construct aPEM file that results in 0 bytes of payload data. In this case PEM_read_bio_ex()will return a failure code but will populate the header argument with a pointerto a buffer that has already been freed. If the caller also frees this bufferthen a double free will occur. This will most likely lead to a crash. Thiscould be exploited by an attacker who has the ability to supply malicious PEMfiles for parsing to achieve a denial of service attack.The functions PEM_read_bio() and PEM_read() are simple wrappers aroundPEM_read_bio_ex() and therefore these functions are also directly affected.These functions are also called indirectly by a number of other OpenSSLfunctions including PEM_X509_INFO_read_bio_ex() andSSL_CTX_use_serverinfo_file() which are also vulnerable. Some OpenSSL internaluses of these functions are not vulnerable because the caller does not free theheader argument if PEM_read_bio_ex() returns a failure code. These locationsinclude the PEM_read_bio_TYPE() functions as well as the decoders introduced inOpenSSL 3.0.The OpenSSL asn1parse command line application is also impacted by this issue. 漏洞公开时间:2023-02-09 04:15 漏洞创建时间:2023-12-22 03:28:09 漏洞详情参考链接: https://nvd.nist.gov/vuln/detail/CVE-2022-4450 <details> <summary>更多参考(点击展开)</summary> | 参考来源 | 参考链接 | 来源链接 | | ------- | -------- | -------- | | openssl-security.openssl.org | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=63bcf189be73a9cc1264059bed6f57974be74a83 | | | openssl-security.openssl.org | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=bbcf509bd046b34cca19c766bbddc31683d0858b | | | openssl-security.openssl.org | https://security.gentoo.org/glsa/202402-08 | | | openssl-security.openssl.org | https://www.openssl.org/news/secadv/20230207.txt | | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:0946 | https://bugzilla.redhat.com/show_bug.cgi?id=2164494 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:1199 | https://bugzilla.redhat.com/show_bug.cgi?id=2164494 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:1405 | https://bugzilla.redhat.com/show_bug.cgi?id=2164494 | | redhat_bugzilla | https://access.redhat.com/security/cve/cve-2022-4450 | https://bugzilla.redhat.com/show_bug.cgi?id=2164494 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:2165 | https://bugzilla.redhat.com/show_bug.cgi?id=2164494 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:2932 | https://bugzilla.redhat.com/show_bug.cgi?id=2164494 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:3408 | https://bugzilla.redhat.com/show_bug.cgi?id=2164494 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:3355 | https://bugzilla.redhat.com/show_bug.cgi?id=2164494 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:3354 | https://bugzilla.redhat.com/show_bug.cgi?id=2164494 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:3420 | https://bugzilla.redhat.com/show_bug.cgi?id=2164494 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:3421 | https://bugzilla.redhat.com/show_bug.cgi?id=2164494 | | ubuntu | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-4450 | https://ubuntu.com/security/CVE-2022-4450 | | ubuntu | https://www.openssl.org/news/secadv/20230207.txt | https://ubuntu.com/security/CVE-2022-4450 | | ubuntu | https://ubuntu.com/security/notices/USN-5844-1 | https://ubuntu.com/security/CVE-2022-4450 | | ubuntu | https://nvd.nist.gov/vuln/detail/CVE-2022-4450 | https://ubuntu.com/security/CVE-2022-4450 | | ubuntu | https://launchpad.net/bugs/cve/CVE-2022-4450 | https://ubuntu.com/security/CVE-2022-4450 | | ubuntu | https://security-tracker.debian.org/tracker/CVE-2022-4450 | https://ubuntu.com/security/CVE-2022-4450 | | debian | | https://security-tracker.debian.org/tracker/CVE-2022-4450 | | oracle | | https://www.oracle.com/security-alerts/linuxbulletinapr2023.html | | gentoo | | https://security.gentoo.org/glsa/202402-08 | | anolis | | https://anas.openanolis.cn/cves/detail/CVE-2022-4450 | | cve_search | | https://www.openssl.org/news/secadv/20230207.txt | | cve_search | | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=63bcf189be73a9cc1264059bed6f57974be74a83 | | cve_search | | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=bbcf509bd046b34cca19c766bbddc31683d0858b | | cve_search | | https://security.gentoo.org/glsa/202402-08 | | github_advisory | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=63bcf189be73a9cc1264059bed6f57974be74a83 | https://github.com/advisories/GHSA-v5w6-wcm8-jm4q | | github_advisory | https://nvd.nist.gov/vuln/detail/CVE-2022-4450 | https://github.com/advisories/GHSA-v5w6-wcm8-jm4q | | github_advisory | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=bbcf509bd046b34cca19c766bbddc31683d0858b | https://github.com/advisories/GHSA-v5w6-wcm8-jm4q | | github_advisory | https://rustsec.org/advisories/RUSTSEC-2023-0010.html | https://github.com/advisories/GHSA-v5w6-wcm8-jm4q | | github_advisory | https://www.openssl.org/news/secadv/20230207.txt | https://github.com/advisories/GHSA-v5w6-wcm8-jm4q | | mageia | | http://advisories.mageia.org/MGASA-2023-0130.html | | freebsd | https://www.openssl.org/news/secadv/20230207.txt | https://www.freebsd.org/security/advisories/FreeBSD-SA-23:03.openssl.asc | | freebsd | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-0286 | https://www.freebsd.org/security/advisories/FreeBSD-SA-23:03.openssl.asc | | freebsd | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-0215 | https://www.freebsd.org/security/advisories/FreeBSD-SA-23:03.openssl.asc | | freebsd | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-4450 | https://www.freebsd.org/security/advisories/FreeBSD-SA-23:03.openssl.asc | | freebsd | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-4304 | https://www.freebsd.org/security/advisories/FreeBSD-SA-23:03.openssl.asc | | freebsd | https://security.FreeBSD.org/ | https://www.freebsd.org/security/advisories/FreeBSD-SA-23:03.openssl.asc | | freebsd | https://security.FreeBSD.org/advisories/FreeBSD-SA-23:03.openssl.asc | https://www.freebsd.org/security/advisories/FreeBSD-SA-23:03.openssl.asc | | osv | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=63bcf189be73a9cc1264059bed6f57974be74a83 | https://osv.dev/vulnerability/CVE-2022-4450 | | osv | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=bbcf509bd046b34cca19c766bbddc31683d0858b | https://osv.dev/vulnerability/CVE-2022-4450 | | osv | https://www.openssl.org/news/secadv/20230207.txt | https://osv.dev/vulnerability/CVE-2022-4450 | | amazon_linux_explore | https://access.redhat.com/security/cve/CVE-2022-4450 | https://explore.alas.aws.amazon.com/CVE-2022-4450.html | | amazon_linux_explore | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-4450 | https://explore.alas.aws.amazon.com/CVE-2022-4450.html | | alpine | https://www.openssl.org/news/secadv/20230207.txt | https://security.alpinelinux.org/vuln/CVE-2022-4450 | | alpine | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=63bcf189be73a9cc1264059bed6f57974be74a83 | https://security.alpinelinux.org/vuln/CVE-2022-4450 | | alpine | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=bbcf509bd046b34cca19c766bbddc31683d0858b | https://security.alpinelinux.org/vuln/CVE-2022-4450 | | osv | https://errata.rockylinux.org/RLSA-2023:1405 | https://osv.dev/vulnerability/RLSA-2023:1405 | | osv | https://bugzilla.redhat.com/show_bug.cgi?id=2164440 | https://osv.dev/vulnerability/RLSA-2023:1405 | | osv | https://bugzilla.redhat.com/show_bug.cgi?id=2164487 | https://osv.dev/vulnerability/RLSA-2023:1405 | | osv | https://bugzilla.redhat.com/show_bug.cgi?id=2164492 | https://osv.dev/vulnerability/RLSA-2023:1405 | | osv | https://bugzilla.redhat.com/show_bug.cgi?id=2164494 | https://osv.dev/vulnerability/RLSA-2023:1405 | | nvd | https://www.openssl.org/news/secadv/20230207.txt | | | nvd | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=63bcf189be73a9cc1264059bed6f57974be74a83 | | | nvd | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=bbcf509bd046b34cca19c766bbddc31683d0858b | | | redhat | https://access.redhat.com/security/cve/CVE-2022-4450 | | | nvd | https://www.openssl.org/news/secadv/20230207.txt | | </details> 漏洞分析指导链接: https://gitee.com/openeuler/cve-manager/blob/master/cve-vulner-manager/doc/md/manual.md 漏洞数据来源: 其它 漏洞补丁信息: <details> <summary>详情(点击展开)</summary> | 影响的包 | 修复版本 | 修复补丁 | 问题引入补丁 | 来源 | | ------- | -------- | ------- | -------- | --------- | | | | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=63bcf189be73a9cc1264059bed6f57974be74a83 | | openssl-security.openssl.org | | | | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=bbcf509bd046b34cca19c766bbddc31683d0858b | | openssl-security.openssl.org | | | | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=63bcf189be73a9cc1264059bed6f57974be74a83 | | github_advisory | | | | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=bbcf509bd046b34cca19c766bbddc31683d0858b | | github_advisory | | | | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=63bcf189be73a9cc1264059bed6f57974be74a83 | | osv | | | | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=bbcf509bd046b34cca19c766bbddc31683d0858b | | osv | | | | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=63bcf189be73a9cc1264059bed6f57974be74a83 | | alpine | | | | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=bbcf509bd046b34cca19c766bbddc31683d0858b | | alpine | | | | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=63bcf189be73a9cc1264059bed6f57974be74a83 | | nvd | | | | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=bbcf509bd046b34cca19c766bbddc31683d0858b | | nvd | | | | https://www.openssl.org/news/secadv/20230207.txt | | nvd | </details> 二、漏洞分析结构反馈 影响性分析说明: The function PEM_read_bio_ex() reads a PEM file from a BIO and parses and decodes the name (e.g. CERTIFICATE ), any header data and the payload data. If the function succeeds then the name_out , header and data arguments are populated with pointers to buffers containing the relevant decoded data. The caller is responsible for freeing those buffers. It is possible to construct a PEM file that results in 0 bytes of payload data. In this case PEM_read_bio_ex() will return a failure code but will populate the header argument with a pointer to a buffer that has already been freed. If the caller also frees this buffer then a double free will occur. This will most likely lead to a crash. This could be exploited by an attacker who has the ability to supply malicious PEM files for parsing to achieve a denial of service attack. The functions PEM_read_bio() and PEM_read() are simple wrappers around PEM_read_bio_ex() and therefore these functions are also directly affected. These functions are also called indirectly by a number of other OpenSSL functions including PEM_X509_INFO_read_bio_ex() and SSL_CTX_use_serverinfo_file() which are also vulnerable. Some OpenSSL internal uses of these functions are not vulnerable because the caller does not free the header argument if PEM_read_bio_ex() returns a failure code. These locations include the PEM_read_bio_TYPE() functions as well as the decoders introduced in OpenSSL 3.0. The OpenSSL asn1parse command line application is also impacted by this issue. openEuler评分: 7.5 Vector:CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H 受影响版本排查(受影响/不受影响): 1.master(1.1.1h):受影响 2.openEuler-22.03-LTS-SP1(1.1.1h):受影响 3.openEuler-22.03-LTS-SP3(1.1.1h):受影响 4.openEuler-22.03-LTS-SP4:受影响 修复是否涉及abi变化(是/否): 1.master(1.1.1h):否 2.openEuler-22.03-LTS-SP1(1.1.1h):否 3.openEuler-22.03-LTS-SP3(1.1.1h):否 4.openEuler-22.03-LTS-SP4:否 5.openEuler-24.03-LTS:否 6.openEuler-24.03-LTS-Next:否 7.openEuler-20.03-LTS-SP4:否 原因说明: 1.master(1.1.1h): 2.openEuler-20.03-LTS-SP4: 3.openEuler-22.03-LTS-SP1(1.1.1h): 4.openEuler-22.03-LTS-SP3(1.1.1h): 5.openEuler-22.03-LTS-SP4: 6.openEuler-24.03-LTS: 7.openEuler-24.03-LTS-Next:
一、漏洞信息 漏洞编号:[CVE-2022-4450](https://nvd.nist.gov/vuln/detail/CVE-2022-4450) 漏洞归属组件:[openresty-openssl111](https://gitee.com/src-openeuler/openresty-openssl111) 漏洞归属的版本:OpenSSL3.0和1.1.1容易受到此问题的影响。OpenSSLasn1parse命令行应用程序也受此问题影响。 CVSS V3.0分值: BaseScore:7.5 High Vector:CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H 漏洞简述: The function PEM_read_bio_ex() reads a PEM file from a BIO and parses anddecodes the name (e.g. CERTIFICATE ), any header data and the payload data.If the function succeeds then the name_out , header and data arguments arepopulated with pointers to buffers containing the relevant decoded data. Thecaller is responsible for freeing those buffers. It is possible to construct aPEM file that results in 0 bytes of payload data. In this case PEM_read_bio_ex()will return a failure code but will populate the header argument with a pointerto a buffer that has already been freed. If the caller also frees this bufferthen a double free will occur. This will most likely lead to a crash. Thiscould be exploited by an attacker who has the ability to supply malicious PEMfiles for parsing to achieve a denial of service attack.The functions PEM_read_bio() and PEM_read() are simple wrappers aroundPEM_read_bio_ex() and therefore these functions are also directly affected.These functions are also called indirectly by a number of other OpenSSLfunctions including PEM_X509_INFO_read_bio_ex() andSSL_CTX_use_serverinfo_file() which are also vulnerable. Some OpenSSL internaluses of these functions are not vulnerable because the caller does not free theheader argument if PEM_read_bio_ex() returns a failure code. These locationsinclude the PEM_read_bio_TYPE() functions as well as the decoders introduced inOpenSSL 3.0.The OpenSSL asn1parse command line application is also impacted by this issue. 漏洞公开时间:2023-02-09 04:15 漏洞创建时间:2023-12-22 03:28:09 漏洞详情参考链接: https://nvd.nist.gov/vuln/detail/CVE-2022-4450 <details> <summary>更多参考(点击展开)</summary> | 参考来源 | 参考链接 | 来源链接 | | ------- | -------- | -------- | | openssl-security.openssl.org | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=63bcf189be73a9cc1264059bed6f57974be74a83 | | | openssl-security.openssl.org | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=bbcf509bd046b34cca19c766bbddc31683d0858b | | | openssl-security.openssl.org | https://security.gentoo.org/glsa/202402-08 | | | openssl-security.openssl.org | https://www.openssl.org/news/secadv/20230207.txt | | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:0946 | https://bugzilla.redhat.com/show_bug.cgi?id=2164494 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:1199 | https://bugzilla.redhat.com/show_bug.cgi?id=2164494 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:1405 | https://bugzilla.redhat.com/show_bug.cgi?id=2164494 | | redhat_bugzilla | https://access.redhat.com/security/cve/cve-2022-4450 | https://bugzilla.redhat.com/show_bug.cgi?id=2164494 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:2165 | https://bugzilla.redhat.com/show_bug.cgi?id=2164494 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:2932 | https://bugzilla.redhat.com/show_bug.cgi?id=2164494 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:3408 | https://bugzilla.redhat.com/show_bug.cgi?id=2164494 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:3355 | https://bugzilla.redhat.com/show_bug.cgi?id=2164494 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:3354 | https://bugzilla.redhat.com/show_bug.cgi?id=2164494 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:3420 | https://bugzilla.redhat.com/show_bug.cgi?id=2164494 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:3421 | https://bugzilla.redhat.com/show_bug.cgi?id=2164494 | | ubuntu | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-4450 | https://ubuntu.com/security/CVE-2022-4450 | | ubuntu | https://www.openssl.org/news/secadv/20230207.txt | https://ubuntu.com/security/CVE-2022-4450 | | ubuntu | https://ubuntu.com/security/notices/USN-5844-1 | https://ubuntu.com/security/CVE-2022-4450 | | ubuntu | https://nvd.nist.gov/vuln/detail/CVE-2022-4450 | https://ubuntu.com/security/CVE-2022-4450 | | ubuntu | https://launchpad.net/bugs/cve/CVE-2022-4450 | https://ubuntu.com/security/CVE-2022-4450 | | ubuntu | https://security-tracker.debian.org/tracker/CVE-2022-4450 | https://ubuntu.com/security/CVE-2022-4450 | | debian | | https://security-tracker.debian.org/tracker/CVE-2022-4450 | | oracle | | https://www.oracle.com/security-alerts/linuxbulletinapr2023.html | | gentoo | | https://security.gentoo.org/glsa/202402-08 | | anolis | | https://anas.openanolis.cn/cves/detail/CVE-2022-4450 | | cve_search | | https://www.openssl.org/news/secadv/20230207.txt | | cve_search | | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=63bcf189be73a9cc1264059bed6f57974be74a83 | | cve_search | | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=bbcf509bd046b34cca19c766bbddc31683d0858b | | cve_search | | https://security.gentoo.org/glsa/202402-08 | | github_advisory | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=63bcf189be73a9cc1264059bed6f57974be74a83 | https://github.com/advisories/GHSA-v5w6-wcm8-jm4q | | github_advisory | https://nvd.nist.gov/vuln/detail/CVE-2022-4450 | https://github.com/advisories/GHSA-v5w6-wcm8-jm4q | | github_advisory | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=bbcf509bd046b34cca19c766bbddc31683d0858b | https://github.com/advisories/GHSA-v5w6-wcm8-jm4q | | github_advisory | https://rustsec.org/advisories/RUSTSEC-2023-0010.html | https://github.com/advisories/GHSA-v5w6-wcm8-jm4q | | github_advisory | https://www.openssl.org/news/secadv/20230207.txt | https://github.com/advisories/GHSA-v5w6-wcm8-jm4q | | mageia | | http://advisories.mageia.org/MGASA-2023-0130.html | | freebsd | https://www.openssl.org/news/secadv/20230207.txt | https://www.freebsd.org/security/advisories/FreeBSD-SA-23:03.openssl.asc | | freebsd | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-0286 | https://www.freebsd.org/security/advisories/FreeBSD-SA-23:03.openssl.asc | | freebsd | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-0215 | https://www.freebsd.org/security/advisories/FreeBSD-SA-23:03.openssl.asc | | freebsd | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-4450 | https://www.freebsd.org/security/advisories/FreeBSD-SA-23:03.openssl.asc | | freebsd | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-4304 | https://www.freebsd.org/security/advisories/FreeBSD-SA-23:03.openssl.asc | | freebsd | https://security.FreeBSD.org/ | https://www.freebsd.org/security/advisories/FreeBSD-SA-23:03.openssl.asc | | freebsd | https://security.FreeBSD.org/advisories/FreeBSD-SA-23:03.openssl.asc | https://www.freebsd.org/security/advisories/FreeBSD-SA-23:03.openssl.asc | | osv | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=63bcf189be73a9cc1264059bed6f57974be74a83 | https://osv.dev/vulnerability/CVE-2022-4450 | | osv | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=bbcf509bd046b34cca19c766bbddc31683d0858b | https://osv.dev/vulnerability/CVE-2022-4450 | | osv | https://www.openssl.org/news/secadv/20230207.txt | https://osv.dev/vulnerability/CVE-2022-4450 | | amazon_linux_explore | https://access.redhat.com/security/cve/CVE-2022-4450 | https://explore.alas.aws.amazon.com/CVE-2022-4450.html | | amazon_linux_explore | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-4450 | https://explore.alas.aws.amazon.com/CVE-2022-4450.html | | alpine | https://www.openssl.org/news/secadv/20230207.txt | https://security.alpinelinux.org/vuln/CVE-2022-4450 | | alpine | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=63bcf189be73a9cc1264059bed6f57974be74a83 | https://security.alpinelinux.org/vuln/CVE-2022-4450 | | alpine | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=bbcf509bd046b34cca19c766bbddc31683d0858b | https://security.alpinelinux.org/vuln/CVE-2022-4450 | | osv | https://errata.rockylinux.org/RLSA-2023:1405 | https://osv.dev/vulnerability/RLSA-2023:1405 | | osv | https://bugzilla.redhat.com/show_bug.cgi?id=2164440 | https://osv.dev/vulnerability/RLSA-2023:1405 | | osv | https://bugzilla.redhat.com/show_bug.cgi?id=2164487 | https://osv.dev/vulnerability/RLSA-2023:1405 | | osv | https://bugzilla.redhat.com/show_bug.cgi?id=2164492 | https://osv.dev/vulnerability/RLSA-2023:1405 | | osv | https://bugzilla.redhat.com/show_bug.cgi?id=2164494 | https://osv.dev/vulnerability/RLSA-2023:1405 | | nvd | https://www.openssl.org/news/secadv/20230207.txt | | | nvd | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=63bcf189be73a9cc1264059bed6f57974be74a83 | | | nvd | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=bbcf509bd046b34cca19c766bbddc31683d0858b | | | redhat | https://access.redhat.com/security/cve/CVE-2022-4450 | | | nvd | https://www.openssl.org/news/secadv/20230207.txt | | </details> 漏洞分析指导链接: https://gitee.com/openeuler/cve-manager/blob/master/cve-vulner-manager/doc/md/manual.md 漏洞数据来源: 其它 漏洞补丁信息: <details> <summary>详情(点击展开)</summary> | 影响的包 | 修复版本 | 修复补丁 | 问题引入补丁 | 来源 | | ------- | -------- | ------- | -------- | --------- | | | | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=63bcf189be73a9cc1264059bed6f57974be74a83 | | openssl-security.openssl.org | | | | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=bbcf509bd046b34cca19c766bbddc31683d0858b | | openssl-security.openssl.org | | | | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=63bcf189be73a9cc1264059bed6f57974be74a83 | | github_advisory | | | | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=bbcf509bd046b34cca19c766bbddc31683d0858b | | github_advisory | | | | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=63bcf189be73a9cc1264059bed6f57974be74a83 | | osv | | | | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=bbcf509bd046b34cca19c766bbddc31683d0858b | | osv | | | | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=63bcf189be73a9cc1264059bed6f57974be74a83 | | alpine | | | | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=bbcf509bd046b34cca19c766bbddc31683d0858b | | alpine | | | | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=63bcf189be73a9cc1264059bed6f57974be74a83 | | nvd | | | | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=bbcf509bd046b34cca19c766bbddc31683d0858b | | nvd | | | | https://www.openssl.org/news/secadv/20230207.txt | | nvd | </details> 二、漏洞分析结构反馈 影响性分析说明: The function PEM_read_bio_ex() reads a PEM file from a BIO and parses and decodes the name (e.g. CERTIFICATE ), any header data and the payload data. If the function succeeds then the name_out , header and data arguments are populated with pointers to buffers containing the relevant decoded data. The caller is responsible for freeing those buffers. It is possible to construct a PEM file that results in 0 bytes of payload data. In this case PEM_read_bio_ex() will return a failure code but will populate the header argument with a pointer to a buffer that has already been freed. If the caller also frees this buffer then a double free will occur. This will most likely lead to a crash. This could be exploited by an attacker who has the ability to supply malicious PEM files for parsing to achieve a denial of service attack. The functions PEM_read_bio() and PEM_read() are simple wrappers around PEM_read_bio_ex() and therefore these functions are also directly affected. These functions are also called indirectly by a number of other OpenSSL functions including PEM_X509_INFO_read_bio_ex() and SSL_CTX_use_serverinfo_file() which are also vulnerable. Some OpenSSL internal uses of these functions are not vulnerable because the caller does not free the header argument if PEM_read_bio_ex() returns a failure code. These locations include the PEM_read_bio_TYPE() functions as well as the decoders introduced in OpenSSL 3.0. The OpenSSL asn1parse command line application is also impacted by this issue. openEuler评分: 7.5 Vector:CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H 受影响版本排查(受影响/不受影响): 1.master(1.1.1h):受影响 2.openEuler-22.03-LTS-SP1(1.1.1h):受影响 3.openEuler-22.03-LTS-SP3(1.1.1h):受影响 4.openEuler-22.03-LTS-SP4:受影响 修复是否涉及abi变化(是/否): 1.master(1.1.1h):否 2.openEuler-22.03-LTS-SP1(1.1.1h):否 3.openEuler-22.03-LTS-SP3(1.1.1h):否 4.openEuler-22.03-LTS-SP4:否 5.openEuler-24.03-LTS:否 6.openEuler-24.03-LTS-Next:否 7.openEuler-20.03-LTS-SP4:否 原因说明: 1.master(1.1.1h): 2.openEuler-20.03-LTS-SP4: 3.openEuler-22.03-LTS-SP1(1.1.1h): 4.openEuler-22.03-LTS-SP3(1.1.1h): 5.openEuler-22.03-LTS-SP4: 6.openEuler-24.03-LTS: 7.openEuler-24.03-LTS-Next:
评论 (
17
)
登录
后才可以发表评论
状态
待办的
待办的
进行中
已完成
已拒绝
负责人
未设置
biannm
biannm
负责人
协作者
+负责人
+协作者
标签
CVE/UNFIXED
sig/sig-OpenResty
未设置
项目
未立项任务
未立项任务
里程碑
未关联里程碑
未关联里程碑
Pull Requests
未关联
未关联
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
未关联
分支 (10)
标签 (12)
master
openEuler-22.03-LTS-SP3
openEuler-22.03-LTS-SP2
openEuler-22.03-LTS-Next
openEuler-22.03-LTS-SP4
openEuler-22.03-LTS
openEuler-22.03-LTS-SP1
openEuler-23.03
openEuler-21.09
openEuler-22.09
openEuler-22.03-LTS-SP1-update-20241101
openEuler-22.03-LTS-SP3-update-20241101
openEuler-22.03-LTS-SP3-release
openEuler-22.03-LTS-SP1-release
openEuler-22.09-release
openEuler-22.09-rc5
openEuler-22.09-20220829
openEuler-22.03-LTS-20220331
openEuler-22.03-LTS-round5
openEuler-22.03-LTS-round3
openEuler-22.03-LTS-round2
openEuler-22.03-LTS-round1
开始日期   -   截止日期
-
置顶选项
不置顶
置顶等级:高
置顶等级:中
置顶等级:低
优先级
不指定
严重
主要
次要
不重要
预计工期
(小时)
参与者(1)
1
https://gitee.com/src-openeuler/openresty-openssl111.git
git@gitee.com:src-openeuler/openresty-openssl111.git
src-openeuler
openresty-openssl111
openresty-openssl111
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册