登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
登录
注册
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
12
Star
0
Fork
30
src-openEuler
/
etcd
代码
Issues
20
Pull Requests
1
Wiki
统计
流水线
服务
JavaDoc
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
我知道了,不再自动展开
更新失败,请稍后重试!
移除标识
内容风险标识
本任务被
标识为内容中包含有代码安全 Bug 、隐私泄露等敏感信息,仓库外成员不可访问
CVE-2023-39325
已完成
#I8X4DF
CVE和安全问题
majun-bot
创建于
2024-01-18 12:46
一、漏洞信息 漏洞编号:[CVE-2023-39325](https://nvd.nist.gov/vuln/detail/CVE-2023-39325) 漏洞归属组件:[etcd](https://gitee.com/src-openeuler/etcd) 漏洞归属的版本:3.4.14,3.4.7 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 漏洞简述: A malicious HTTP/2 client which rapidly creates requests and immediately resets them can cause excessive server resource consumption. While the total number of requests is bounded by the http2.Server.MaxConcurrentStreams setting, resetting an in-progress request allows the attacker to create a new request while the existing one is still executing. With the fix applied, HTTP/2 servers now bound the number of simultaneously executing handler goroutines to the stream concurrency limit (MaxConcurrentStreams). New requests arriving when at the limit (which can only happen after the client has reset an existing, in-flight request) will be queued until a handler exits. If the request queue grows too large, the server will terminate the connection. This issue is also fixed in golang.org/x/net/http2 for users manually configuring HTTP/2. The default stream concurrency limit is 250 streams (requests) per HTTP/2 connection. This value may be adjusted using the golang.org/x/net/http2 package; see the Server.MaxConcurrentStreams setting and the ConfigureServer function. 漏洞公开时间:2023-10-12 06:15:09 漏洞创建时间:2024-01-18 04:46:46 漏洞详情参考链接: https://nvd.nist.gov/vuln/detail/CVE-2023-39325 <details> <summary>更多参考(点击展开)</summary> | 参考来源 | 参考链接 | 来源链接 | | ------- | -------- | -------- | | security.golang.org | https://go.dev/cl/534215 | | | security.golang.org | https://go.dev/cl/534235 | | | security.golang.org | https://go.dev/issue/63417 | | | security.golang.org | https://groups.google.com/g/golang-announce/c/iNNxDTCjZvo/m/UDd7VKQuAAAJ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3OVW5V2DM5K5IC3H7O42YDUGNJ74J35O/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3SZN67IL7HMGMNAVLOTIXLIHUDXZK4LH/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3WJ4QVX2AMUJ2F2S27POOAHRC4K3CHU4/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4BUK2ZIAGCULOOYDNH25JPU6JBES5NF2/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/5RSKA2II6QTD4YUKUNDVJQSRYSFC4VFR/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/AVZDNSMVDAQJ64LJC5I5U5LDM5753647/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/CHHITS4PUOZAKFIUBQAQZC7JWXMOYE4B/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/CLB4TW7KALB3EEQWNWCN7OUIWWVWWCG2/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/D2BBIDR2ZMB3X5BC7SR4SLQMHRMVPY6L/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ECRC75BQJP6FJN2L7KCKYZW4DSBD7QSD/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FTMJ3NJIDAZFWJQQSP3L22MUFJ3UP2PT/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/GSY7SXFFTPZFWDM6XELSDSHZLVW3AHK7/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/HZQIELEIRSZUYTFFH5KTH2YJ4IIQG2KE/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IPWCNYB5PQ5PCVZ4NJT6G56ZYFZ5QBU6/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KEOTKBUPZXHE3F352JBYNTSNRXYLWD6P/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KSEGD2IWKNUO3DWY4KQGUQM5BISRWHQE/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/L5E5JSJBZLYXOTZWXHJKRVCIXIHVWKJ6/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MZQYOOKHQDQ57LV2IAG6NRFOVXKHJJ3Z/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NG7IMPL55MVWU3LCI4JQJT3K2U5CHDV7/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ODBY7RVMGZCBSTWF2OZGIZS57FNFUL67/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/OXGWPQOJ3JNDW2XIYKIVJ7N7QUIFNM2Q/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PJCUNGIQDUMZ4Z6HWVYIMR66A35F5S74/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QF5QSYAOPDOWLY6DUHID56Q4HQFYB45I/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QXOU2JZUBEBP7GBKAYIJRPRBZSJCD7ST/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/R3UETKPUB3V5JS5TLZOF3SMTGT5K5APS/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/REMHVVIBDNKSRKNOTV7EQSB7CYQWOUOU/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/T7N5GV4CHH6WAGX3GFMDD3COEOVCZ4RI/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ULQQONMSCQSH5Z5OWFFQHCGEZ3NL4DRJ/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UTT7DG3QOF5ZNJLUGHDNLRUIN6OWZARP/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/W2LZSWTV4NV4SNQARNXG5T6LRHP26EW2/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WCNCBYKZXLDFGAJUB7ZP5VLC3YTHJNVH/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XFOIBB4YFICHDM7IBOP7PWXW3FX4HLL2/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XTNLSL44Y5FB6JWADSZH6DCV4JJAAEQY/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/YJWHBLVZDM5KQSDFRBFRKU5KSSOLIRQ4/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/YRKEXKANQ7BKJW2YTAMP625LJUJZLJ4P/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZSVEMQV5ROY5YW5QE3I57HT3ITWG5GCV/ | | | security.golang.org | https://pkg.go.dev/vuln/GO-2023-2102 | | | security.golang.org | https://security.gentoo.org/glsa/202311-09 | | | security.golang.org | https://security.netapp.com/advisory/ntap-20231110-0008/ | | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5719 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5721 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5738 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5805 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5672 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5675 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5809 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5810 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5677 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5679 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5835 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5738 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5721 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://catalog.redhat.com/software/containers/rhel8/go-toolset/5b9c810add19c70b45cbd666 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5697 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5717 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5851 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5864 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5866 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5865 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5867 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5863 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5931 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5935 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5950 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5951 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5952 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5541 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5530 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5969 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5971 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5970 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5967 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5965 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5964 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5974 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5976 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5979 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5980 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5982 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:6031 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5721 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://catalog.redhat.com/software/containers/rhel8/go-toolset/5b9c810add19c70b45cbd666 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://github.com/golang/go/commit/e175f27f58aa7b9cd4d79607ae65d2cd5baaee68 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:6039 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:6040 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:6041 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:6042 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:6044 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:6048 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:6057 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:6059 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:6061 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:6071 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5542 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:6077 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:6084 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | </details> 漏洞分析指导链接: https://gitee.com/openeuler/cve-manager/blob/master/cve-vulner-manager/doc/md/manual.md 漏洞数据来源: 其它 漏洞补丁信息: <details> <summary>详情(点击展开)</summary> | 影响的包 | 修复版本 | 修复补丁 | 问题引入补丁 | 来源 | | ------- | -------- | ------- | -------- | --------- | | | | https://github.com/golang/go/commit/e175f27f58aa7b9cd4d79607ae65d2cd5baaee68 | | redhat_bugzilla | | | | https://github.com/golang/net/commit/695775ce641b0f80c9cf03e8a796595355422dd3 | | snyk | | | | https://github.com/golang/net/commit/b225e7ca6dde1ef5a5ae5ce922861bda011cfabd | | snyk | | | | https://github.com/containerd/containerd/pull/9387 | | snyk | | | | https://go.dev/cl/534215 | | nvd | | | | https://go.dev/cl/534235 | | nvd | | | | https://go.dev/issue/63417 | | nvd | | | | https://groups.google.com/g/golang-announce/c/iNNxDTCjZvo/m/UDd7VKQuAAAJ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3OVW5V2DM5K5IC3H7O42YDUGNJ74J35O/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3SZN67IL7HMGMNAVLOTIXLIHUDXZK4LH/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4BUK2ZIAGCULOOYDNH25JPU6JBES5NF2/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/5RSKA2II6QTD4YUKUNDVJQSRYSFC4VFR/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/AVZDNSMVDAQJ64LJC5I5U5LDM5753647/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/CHHITS4PUOZAKFIUBQAQZC7JWXMOYE4B/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/CLB4TW7KALB3EEQWNWCN7OUIWWVWWCG2/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/D2BBIDR2ZMB3X5BC7SR4SLQMHRMVPY6L/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ECRC75BQJP6FJN2L7KCKYZW4DSBD7QSD/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FTMJ3NJIDAZFWJQQSP3L22MUFJ3UP2PT/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/GSY7SXFFTPZFWDM6XELSDSHZLVW3AHK7/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/HZQIELEIRSZUYTFFH5KTH2YJ4IIQG2KE/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IPWCNYB5PQ5PCVZ4NJT6G56ZYFZ5QBU6/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KEOTKBUPZXHE3F352JBYNTSNRXYLWD6P/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KSEGD2IWKNUO3DWY4KQGUQM5BISRWHQE/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MZQYOOKHQDQ57LV2IAG6NRFOVXKHJJ3Z/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NG7IMPL55MVWU3LCI4JQJT3K2U5CHDV7/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/OXGWPQOJ3JNDW2XIYKIVJ7N7QUIFNM2Q/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QF5QSYAOPDOWLY6DUHID56Q4HQFYB45I/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/R3UETKPUB3V5JS5TLZOF3SMTGT5K5APS/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/REMHVVIBDNKSRKNOTV7EQSB7CYQWOUOU/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/T7N5GV4CHH6WAGX3GFMDD3COEOVCZ4RI/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ULQQONMSCQSH5Z5OWFFQHCGEZ3NL4DRJ/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UTT7DG3QOF5ZNJLUGHDNLRUIN6OWZARP/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WCNCBYKZXLDFGAJUB7ZP5VLC3YTHJNVH/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XFOIBB4YFICHDM7IBOP7PWXW3FX4HLL2/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XTNLSL44Y5FB6JWADSZH6DCV4JJAAEQY/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/YRKEXKANQ7BKJW2YTAMP625LJUJZLJ4P/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZSVEMQV5ROY5YW5QE3I57HT3ITWG5GCV/ | | nvd | | | | https://pkg.go.dev/vuln/GO-2023-2102 | | nvd | | | | https://security.gentoo.org/glsa/202311-09 | | nvd | | | | https://security.netapp.com/advisory/ntap-20231110-0008/ | | nvd | </details> 二、漏洞分析结构反馈 影响性分析说明: 该漏洞允许通过快速重置大量流来消耗服务器资源。此漏洞在2023年8月至10月期间被实际利用,造成了服务器资源的过度消耗,进而导致服务不可用。原理:在HTTP/2中,多个数据流可以并行地在同一个TCP连接上运行。如果客户端能够快速地取消或重置大量的流,这可能导致服务器花费过多的时间和资源处理这些请求的建立和随后的取消或重置操作。攻击者利用这一点,可以通过发送一系列迅速被取消的请求来耗尽服务器资源,从而实现拒绝服务攻击。 上游修复链接:https://go-review.googlesource.com/c/net/+/534236/2/http2/server.go#2047 openEuler master和24.03相关分支已修复该问题,20.03和22.03等相关分支需要合并patch进行修复。 openEuler评分: 7.5 Vector:CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H 受影响版本排查(受影响/不受影响): 1.openEuler-20.03-LTS-SP4(3.4.14):受影响 2.openEuler-22.03-LTS(3.4.14):受影响 3.openEuler-22.03-LTS-Next(3.4.14):受影响 4.openEuler-22.03-LTS-SP1(3.4.14):受影响 5.openEuler-22.03-LTS-SP2(3.4.14):受影响 6.openEuler-22.03-LTS-SP3(3.4.14):受影响 7.openEuler-22.03-LTS-SP4(3.4.14):受影响 8.master(3.4.14):不受影响 9.openEuler-20.03-LTS-SP1:不受影响 10.openEuler-24.03-LTS(3.4.14):不受影响 11.openEuler-24.03-LTS-Next(3.4.14):不受影响 12.openEuler-24.03-LTS-SP1(3.4.14):不受影响 修复是否涉及abi变化(是/否): 1.master(3.4.14):否 2.openEuler-20.03-LTS-SP1:否 3.openEuler-20.03-LTS-SP4(3.4.14):否 4.openEuler-22.03-LTS(3.4.14):否 5.openEuler-22.03-LTS-Next(3.4.14):否 6.openEuler-22.03-LTS-SP1(3.4.14):否 7.openEuler-22.03-LTS-SP2(3.4.14):否 8.openEuler-22.03-LTS-SP3(3.4.14):否 9.openEuler-22.03-LTS-SP4(3.4.14):否 10.openEuler-24.03-LTS(3.4.14):否 11.openEuler-24.03-LTS-Next(3.4.14):否 12.openEuler-24.03-LTS-SP1(3.4.14):否 原因说明: 1.master(3.4.14): 2.openEuler-20.03-LTS-SP4(3.4.14): 3.openEuler-22.03-LTS-SP3(3.4.14): 4.openEuler-22.03-LTS-SP4(3.4.14): 5.openEuler-24.03-LTS(3.4.14): 6.openEuler-24.03-LTS-Next(3.4.14): 7.openEuler-24.03-LTS-SP1(3.4.14): 三、漏洞修复 安全公告链接:https://www.openeuler.org/zh/security/safety-bulletin/detail/?id=openEuler-SA-2025-1185
一、漏洞信息 漏洞编号:[CVE-2023-39325](https://nvd.nist.gov/vuln/detail/CVE-2023-39325) 漏洞归属组件:[etcd](https://gitee.com/src-openeuler/etcd) 漏洞归属的版本:3.4.14,3.4.7 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 漏洞简述: A malicious HTTP/2 client which rapidly creates requests and immediately resets them can cause excessive server resource consumption. While the total number of requests is bounded by the http2.Server.MaxConcurrentStreams setting, resetting an in-progress request allows the attacker to create a new request while the existing one is still executing. With the fix applied, HTTP/2 servers now bound the number of simultaneously executing handler goroutines to the stream concurrency limit (MaxConcurrentStreams). New requests arriving when at the limit (which can only happen after the client has reset an existing, in-flight request) will be queued until a handler exits. If the request queue grows too large, the server will terminate the connection. This issue is also fixed in golang.org/x/net/http2 for users manually configuring HTTP/2. The default stream concurrency limit is 250 streams (requests) per HTTP/2 connection. This value may be adjusted using the golang.org/x/net/http2 package; see the Server.MaxConcurrentStreams setting and the ConfigureServer function. 漏洞公开时间:2023-10-12 06:15:09 漏洞创建时间:2024-01-18 04:46:46 漏洞详情参考链接: https://nvd.nist.gov/vuln/detail/CVE-2023-39325 <details> <summary>更多参考(点击展开)</summary> | 参考来源 | 参考链接 | 来源链接 | | ------- | -------- | -------- | | security.golang.org | https://go.dev/cl/534215 | | | security.golang.org | https://go.dev/cl/534235 | | | security.golang.org | https://go.dev/issue/63417 | | | security.golang.org | https://groups.google.com/g/golang-announce/c/iNNxDTCjZvo/m/UDd7VKQuAAAJ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3OVW5V2DM5K5IC3H7O42YDUGNJ74J35O/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3SZN67IL7HMGMNAVLOTIXLIHUDXZK4LH/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3WJ4QVX2AMUJ2F2S27POOAHRC4K3CHU4/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4BUK2ZIAGCULOOYDNH25JPU6JBES5NF2/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/5RSKA2II6QTD4YUKUNDVJQSRYSFC4VFR/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/AVZDNSMVDAQJ64LJC5I5U5LDM5753647/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/CHHITS4PUOZAKFIUBQAQZC7JWXMOYE4B/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/CLB4TW7KALB3EEQWNWCN7OUIWWVWWCG2/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/D2BBIDR2ZMB3X5BC7SR4SLQMHRMVPY6L/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ECRC75BQJP6FJN2L7KCKYZW4DSBD7QSD/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FTMJ3NJIDAZFWJQQSP3L22MUFJ3UP2PT/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/GSY7SXFFTPZFWDM6XELSDSHZLVW3AHK7/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/HZQIELEIRSZUYTFFH5KTH2YJ4IIQG2KE/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IPWCNYB5PQ5PCVZ4NJT6G56ZYFZ5QBU6/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KEOTKBUPZXHE3F352JBYNTSNRXYLWD6P/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KSEGD2IWKNUO3DWY4KQGUQM5BISRWHQE/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/L5E5JSJBZLYXOTZWXHJKRVCIXIHVWKJ6/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MZQYOOKHQDQ57LV2IAG6NRFOVXKHJJ3Z/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NG7IMPL55MVWU3LCI4JQJT3K2U5CHDV7/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ODBY7RVMGZCBSTWF2OZGIZS57FNFUL67/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/OXGWPQOJ3JNDW2XIYKIVJ7N7QUIFNM2Q/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PJCUNGIQDUMZ4Z6HWVYIMR66A35F5S74/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QF5QSYAOPDOWLY6DUHID56Q4HQFYB45I/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QXOU2JZUBEBP7GBKAYIJRPRBZSJCD7ST/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/R3UETKPUB3V5JS5TLZOF3SMTGT5K5APS/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/REMHVVIBDNKSRKNOTV7EQSB7CYQWOUOU/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/T7N5GV4CHH6WAGX3GFMDD3COEOVCZ4RI/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ULQQONMSCQSH5Z5OWFFQHCGEZ3NL4DRJ/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UTT7DG3QOF5ZNJLUGHDNLRUIN6OWZARP/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/W2LZSWTV4NV4SNQARNXG5T6LRHP26EW2/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WCNCBYKZXLDFGAJUB7ZP5VLC3YTHJNVH/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XFOIBB4YFICHDM7IBOP7PWXW3FX4HLL2/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XTNLSL44Y5FB6JWADSZH6DCV4JJAAEQY/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/YJWHBLVZDM5KQSDFRBFRKU5KSSOLIRQ4/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/YRKEXKANQ7BKJW2YTAMP625LJUJZLJ4P/ | | | security.golang.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZSVEMQV5ROY5YW5QE3I57HT3ITWG5GCV/ | | | security.golang.org | https://pkg.go.dev/vuln/GO-2023-2102 | | | security.golang.org | https://security.gentoo.org/glsa/202311-09 | | | security.golang.org | https://security.netapp.com/advisory/ntap-20231110-0008/ | | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5719 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5721 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5738 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5805 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5672 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5675 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5809 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5810 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5677 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5679 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5835 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5738 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5721 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://catalog.redhat.com/software/containers/rhel8/go-toolset/5b9c810add19c70b45cbd666 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5697 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5717 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5851 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5864 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5866 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5865 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5867 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5863 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5931 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5935 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5950 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5951 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5952 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5541 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5530 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5969 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5971 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5970 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5967 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5965 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5964 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5974 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5976 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5979 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5980 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5982 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:6031 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5721 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://catalog.redhat.com/software/containers/rhel8/go-toolset/5b9c810add19c70b45cbd666 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://github.com/golang/go/commit/e175f27f58aa7b9cd4d79607ae65d2cd5baaee68 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:6039 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:6040 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:6041 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:6042 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:6044 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:6048 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:6057 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:6059 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:6061 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:6071 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:5542 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:6077 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2023:6084 | https://bugzilla.redhat.com/show_bug.cgi?id=2243296 | </details> 漏洞分析指导链接: https://gitee.com/openeuler/cve-manager/blob/master/cve-vulner-manager/doc/md/manual.md 漏洞数据来源: 其它 漏洞补丁信息: <details> <summary>详情(点击展开)</summary> | 影响的包 | 修复版本 | 修复补丁 | 问题引入补丁 | 来源 | | ------- | -------- | ------- | -------- | --------- | | | | https://github.com/golang/go/commit/e175f27f58aa7b9cd4d79607ae65d2cd5baaee68 | | redhat_bugzilla | | | | https://github.com/golang/net/commit/695775ce641b0f80c9cf03e8a796595355422dd3 | | snyk | | | | https://github.com/golang/net/commit/b225e7ca6dde1ef5a5ae5ce922861bda011cfabd | | snyk | | | | https://github.com/containerd/containerd/pull/9387 | | snyk | | | | https://go.dev/cl/534215 | | nvd | | | | https://go.dev/cl/534235 | | nvd | | | | https://go.dev/issue/63417 | | nvd | | | | https://groups.google.com/g/golang-announce/c/iNNxDTCjZvo/m/UDd7VKQuAAAJ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3OVW5V2DM5K5IC3H7O42YDUGNJ74J35O/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3SZN67IL7HMGMNAVLOTIXLIHUDXZK4LH/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4BUK2ZIAGCULOOYDNH25JPU6JBES5NF2/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/5RSKA2II6QTD4YUKUNDVJQSRYSFC4VFR/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/AVZDNSMVDAQJ64LJC5I5U5LDM5753647/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/CHHITS4PUOZAKFIUBQAQZC7JWXMOYE4B/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/CLB4TW7KALB3EEQWNWCN7OUIWWVWWCG2/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/D2BBIDR2ZMB3X5BC7SR4SLQMHRMVPY6L/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ECRC75BQJP6FJN2L7KCKYZW4DSBD7QSD/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FTMJ3NJIDAZFWJQQSP3L22MUFJ3UP2PT/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/GSY7SXFFTPZFWDM6XELSDSHZLVW3AHK7/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/HZQIELEIRSZUYTFFH5KTH2YJ4IIQG2KE/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IPWCNYB5PQ5PCVZ4NJT6G56ZYFZ5QBU6/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KEOTKBUPZXHE3F352JBYNTSNRXYLWD6P/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KSEGD2IWKNUO3DWY4KQGUQM5BISRWHQE/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MZQYOOKHQDQ57LV2IAG6NRFOVXKHJJ3Z/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NG7IMPL55MVWU3LCI4JQJT3K2U5CHDV7/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/OXGWPQOJ3JNDW2XIYKIVJ7N7QUIFNM2Q/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QF5QSYAOPDOWLY6DUHID56Q4HQFYB45I/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/R3UETKPUB3V5JS5TLZOF3SMTGT5K5APS/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/REMHVVIBDNKSRKNOTV7EQSB7CYQWOUOU/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/T7N5GV4CHH6WAGX3GFMDD3COEOVCZ4RI/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ULQQONMSCQSH5Z5OWFFQHCGEZ3NL4DRJ/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UTT7DG3QOF5ZNJLUGHDNLRUIN6OWZARP/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WCNCBYKZXLDFGAJUB7ZP5VLC3YTHJNVH/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XFOIBB4YFICHDM7IBOP7PWXW3FX4HLL2/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XTNLSL44Y5FB6JWADSZH6DCV4JJAAEQY/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/YRKEXKANQ7BKJW2YTAMP625LJUJZLJ4P/ | | nvd | | | | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZSVEMQV5ROY5YW5QE3I57HT3ITWG5GCV/ | | nvd | | | | https://pkg.go.dev/vuln/GO-2023-2102 | | nvd | | | | https://security.gentoo.org/glsa/202311-09 | | nvd | | | | https://security.netapp.com/advisory/ntap-20231110-0008/ | | nvd | </details> 二、漏洞分析结构反馈 影响性分析说明: 该漏洞允许通过快速重置大量流来消耗服务器资源。此漏洞在2023年8月至10月期间被实际利用,造成了服务器资源的过度消耗,进而导致服务不可用。原理:在HTTP/2中,多个数据流可以并行地在同一个TCP连接上运行。如果客户端能够快速地取消或重置大量的流,这可能导致服务器花费过多的时间和资源处理这些请求的建立和随后的取消或重置操作。攻击者利用这一点,可以通过发送一系列迅速被取消的请求来耗尽服务器资源,从而实现拒绝服务攻击。 上游修复链接:https://go-review.googlesource.com/c/net/+/534236/2/http2/server.go#2047 openEuler master和24.03相关分支已修复该问题,20.03和22.03等相关分支需要合并patch进行修复。 openEuler评分: 7.5 Vector:CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H 受影响版本排查(受影响/不受影响): 1.openEuler-20.03-LTS-SP4(3.4.14):受影响 2.openEuler-22.03-LTS(3.4.14):受影响 3.openEuler-22.03-LTS-Next(3.4.14):受影响 4.openEuler-22.03-LTS-SP1(3.4.14):受影响 5.openEuler-22.03-LTS-SP2(3.4.14):受影响 6.openEuler-22.03-LTS-SP3(3.4.14):受影响 7.openEuler-22.03-LTS-SP4(3.4.14):受影响 8.master(3.4.14):不受影响 9.openEuler-20.03-LTS-SP1:不受影响 10.openEuler-24.03-LTS(3.4.14):不受影响 11.openEuler-24.03-LTS-Next(3.4.14):不受影响 12.openEuler-24.03-LTS-SP1(3.4.14):不受影响 修复是否涉及abi变化(是/否): 1.master(3.4.14):否 2.openEuler-20.03-LTS-SP1:否 3.openEuler-20.03-LTS-SP4(3.4.14):否 4.openEuler-22.03-LTS(3.4.14):否 5.openEuler-22.03-LTS-Next(3.4.14):否 6.openEuler-22.03-LTS-SP1(3.4.14):否 7.openEuler-22.03-LTS-SP2(3.4.14):否 8.openEuler-22.03-LTS-SP3(3.4.14):否 9.openEuler-22.03-LTS-SP4(3.4.14):否 10.openEuler-24.03-LTS(3.4.14):否 11.openEuler-24.03-LTS-Next(3.4.14):否 12.openEuler-24.03-LTS-SP1(3.4.14):否 原因说明: 1.master(3.4.14): 2.openEuler-20.03-LTS-SP4(3.4.14): 3.openEuler-22.03-LTS-SP3(3.4.14): 4.openEuler-22.03-LTS-SP4(3.4.14): 5.openEuler-24.03-LTS(3.4.14): 6.openEuler-24.03-LTS-Next(3.4.14): 7.openEuler-24.03-LTS-SP1(3.4.14): 三、漏洞修复 安全公告链接:https://www.openeuler.org/zh/security/safety-bulletin/detail/?id=openEuler-SA-2025-1185
评论 (
9
)
登录
后才可以发表评论
状态
已完成
待办的
已挂起
进行中
已完成
已拒绝
负责人
未设置
jiangxinyu
jxy_git
负责人
协作者
+负责人
+协作者
标签
CVE/FIXED
sig/sig-CloudNative
未设置
项目
未立项任务
未立项任务
里程碑
未关联里程碑
未关联里程碑
Pull Requests
未关联
未关联
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
未关联
分支 (26)
标签 (40)
master
openEuler-25.09
openEuler-24.03-LTS-SP2
openEuler-24.03-LTS-SP1
openEuler-24.03-LTS-Next
openEuler-22.03-LTS-SP4
openEuler-22.03-LTS-SP3
openEuler-24.03-LTS
openEuler-20.03-LTS-SP4
openEuler-22.03-LTS-SP1
openEuler-22.03-LTS-SP2
openEuler-25.03
sync-pr91-openEuler-22.03-LTS-SP1-to-openEuler-20.03-LTS-SP4
openEuler-24.09
revert-merge-57-openEuler-24.03-LTS
openEuler-20.03-LTS-SP3
openEuler-22.03-LTS-Next
openEuler-22.03-LTS
openEuler-23.03
openEuler-23.09
openEuler-20.03-LTS-Next
openEuler-21.03
openEuler-21.09
openEuler-20.03-LTS-SP2
openEuler-20.09
openEuler-22.09
openEuler-20.03-LTS-SP4-update-20250711
openEuler-22.03-LTS-SP3-update-20250711
openEuler-22.03-LTS-SP4-update-20250711
openEuler-24.03-LTS-update-20250711
openEuler-24.03-LTS-SP1-update-20250711
openEuler-24.03-LTS-SP2-update-20250711
openEuler-24.03-LTS-SP2-release
openEuler-24.03-LTS-update-20250425
openEuler-25.03-release
openEuler-24.03-LTS-SP1-update-20250228
openEuler-22.03-LTS-SP3-update-20250228
openEuler-22.03-LTS-SP4-update-20250228
openEuler-20.03-LTS-SP4-update-20250228
openEuler-24.03-LTS-SP1-update-20250221
openEuler-22.03-LTS-SP4-update-20250221
openEuler-22.03-LTS-SP3-update-20250221
openEuler-20.03-LTS-SP4-update-20250221
openEuler-24.03-LTS-update-20250214
openEuler-22.03-LTS-SP4-update-20250214
openEuler-22.03-LTS-SP3-update-20250214
openEuler-24.03-LTS-SP1-release
openEuler-22.03-LTS-SP4-update-20241213
openEuler-22.03-LTS-SP3-update-20241213
openEuler-22.03-LTS-SP4-release
openEuler-24.09-release
openEuler-24.03-LTS-release
openEuler-22.03-LTS-SP3-release
openEuler-23.09-rc5
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
openEuler-20.03-LTS-SP3-release
openEuler-20.03-LTS-SP2-20210624
openEuler-21.03-20210330
开始日期   -   截止日期
-
置顶选项
不置顶
置顶等级:高
置顶等级:中
置顶等级:低
优先级
不指定
严重
主要
次要
不重要
预计工期
(小时)
参与者(1)
1
https://gitee.com/src-openeuler/etcd.git
git@gitee.com:src-openeuler/etcd.git
src-openeuler
etcd
etcd
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册