登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
AI 队友
登录
注册
代码拉取完成,页面将自动刷新
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
33
Star
44
Fork
182
openKylin(孵化期)
/
linux
代码
Issues
10
Pull Requests
29
Wiki
统计
流水线
服务
JavaDoc
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
开发画像分析
我知道了,不再自动展开
更新失败,请稍后重试!
移除标识
内容风险标识
本任务被
标识为内容中包含有代码安全 Bug 、隐私泄露等敏感信息,仓库外成员不可访问
CVE-2024-53138
待办的
#IBCUHV
任务
曲嘉恒
创建于
2024-12-21 19:26
一、漏洞信息 漏洞编号:CVE-2024-53138 漏洞组件:linux CVSS评分:暂无 漏洞简述: In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: kTLS, Fix incorrect page refcounting The kTLS tx handling code is using a mix of get_page() and page_ref_inc() APIs to increment the page reference. But on the release path (mlx5e_ktls_tx_handle_resync_dump_comp()), only put_page() is used. This is an issue when using pages from large folios: the get_page() references are stored on the folio page while the page_ref_inc() references are stored directly in the given page. On release the folio page will be dereferenced too many times. This was found while doing kTLS testing with sendfile() + ZC when the served file was read from NFS on a kernel with NFS large folios support (commit 49b29a573da8 ("nfs: add support for large folios")). 漏洞详情参考链接: https://nvd.nist.gov/vuln/detail/CVE-2024-53138 漏洞数据来源: 查询CVE官网收集 二、修复参考 漏洞补丁信息: https://git.kernel.org/stable/c/d17c631ba04e960eb6f8728b10d585de20ac4f71 https://git.kernel.org/stable/c/830c03e58beb70b99349760f822e505ecb4eeb7e https://git.kernel.org/stable/c/ad7adfb95f64a761e4784381e47bee1a362eb30d https://git.kernel.org/stable/c/5291ff856d2c5177b4fe9c18828312be30213193 https://git.kernel.org/stable/c/b25e11f978b63cb7857890edb3a698599cddb10e https://www.zerodayinitiative.com/advisories/ZDI-24-1229/ 三、 影响性参考 是否受影响:是 分析说明:CVE官网给出的不受影响列表中,kernel_6.6.55及以后的kernel_6.6.*版本不受影响,此仓库的kernel为6.6.48,且对应的代码文件5352行存在漏洞代码,推测受影响。
一、漏洞信息 漏洞编号:CVE-2024-53138 漏洞组件:linux CVSS评分:暂无 漏洞简述: In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: kTLS, Fix incorrect page refcounting The kTLS tx handling code is using a mix of get_page() and page_ref_inc() APIs to increment the page reference. But on the release path (mlx5e_ktls_tx_handle_resync_dump_comp()), only put_page() is used. This is an issue when using pages from large folios: the get_page() references are stored on the folio page while the page_ref_inc() references are stored directly in the given page. On release the folio page will be dereferenced too many times. This was found while doing kTLS testing with sendfile() + ZC when the served file was read from NFS on a kernel with NFS large folios support (commit 49b29a573da8 ("nfs: add support for large folios")). 漏洞详情参考链接: https://nvd.nist.gov/vuln/detail/CVE-2024-53138 漏洞数据来源: 查询CVE官网收集 二、修复参考 漏洞补丁信息: https://git.kernel.org/stable/c/d17c631ba04e960eb6f8728b10d585de20ac4f71 https://git.kernel.org/stable/c/830c03e58beb70b99349760f822e505ecb4eeb7e https://git.kernel.org/stable/c/ad7adfb95f64a761e4784381e47bee1a362eb30d https://git.kernel.org/stable/c/5291ff856d2c5177b4fe9c18828312be30213193 https://git.kernel.org/stable/c/b25e11f978b63cb7857890edb3a698599cddb10e https://www.zerodayinitiative.com/advisories/ZDI-24-1229/ 三、 影响性参考 是否受影响:是 分析说明:CVE官网给出的不受影响列表中,kernel_6.6.55及以后的kernel_6.6.*版本不受影响,此仓库的kernel为6.6.48,且对应的代码文件5352行存在漏洞代码,推测受影响。
评论 (
2
)
登录
后才可以发表评论
状态
待办的
待办的
进行中
已完成
已取消
负责人
未设置
标签
未设置
项目
未立项任务
未立项任务
里程碑
未关联里程碑
未关联里程碑
Pull Requests
未关联
未关联
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
未关联
分支 (
-
)
标签 (
-
)
开始日期   -   截止日期
-
置顶选项
不置顶
置顶等级:高
置顶等级:中
置顶等级:低
优先级
不指定
严重
主要
次要
不重要
预计工期
(小时)
参与者(3)
1
https://gitee.com/openkylin/linux.git
git@gitee.com:openkylin/linux.git
openkylin
linux
linux
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册