登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
Gitee AI
NEW
我知道了
查看详情
登录
注册
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
30
Star
25
Fork
111
openKylin
/
linux
代码
Issues
33
Pull Requests
21
Wiki
统计
流水线
服务
Gitee Pages
JavaDoc
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
我知道了,不再自动展开
更新失败,请稍后重试!
Issues
/
详情
移除标识
内容风险标识
本任务被
标识为内容中包含有代码安全 Bug 、隐私泄露等敏感信息,仓库外成员不可访问
CVE-2024-56748
已完成
#IBERID
任务
yuxuan1028
创建于
2024-12-31 00:48
一、漏洞信息 漏洞编号:CVE-2024-56748 漏洞组件:linux 漏洞简述: In the Linux kernel, the following vulnerability has been resolved: scsi: qedf: Fix a possible memory leak in qedf_alloc_and_init_sb() Hook "qed_ops->common->sb_init = qed_sb_init" does not release the DMA memory sb_virt when it fails. Add dma_free_coherent() to free it. This is the same way as qedr_alloc_mem_sb() and qede_alloc_mem_sb(). 漏洞详情参考链接: https://www.cve.org/CVERecord?id=CVE-2024-56748 漏洞数据来源: 查询CVE官网收集 二、修复参考 漏洞补丁信息: https://git.kernel.org/stable/c/97384449ddfc07f12ca75f510eb070020d7abb34 https://git.kernel.org/stable/c/a56777a3ef5b35e24a20c4418bcf88bad033807a https://git.kernel.org/stable/c/64654bf5efb3f748e6fc41227adda689618ce9c4 https://git.kernel.org/stable/c/b514f45e0fe18d763a1afc34401b1585333cb329 https://git.kernel.org/stable/c/7c1832287b21ff68c4e3625e63cc7619edf5908b https://git.kernel.org/stable/c/0e04bd5a11dffe8c1c0e4c9fc79f7d3cd6182dd5 https://git.kernel.org/stable/c/78a169dc69fbdaf114c40e2d56955bf6bd4fc3c0 https://git.kernel.org/stable/c/c62c30429db3eb4ced35c7fcf6f04a61ce3a01bb 三、 影响性参考 是否受影响:是 分析说明:此仓库的kernel为 6.6.48,根据CVE官网给出的影响列表: Unaffected unaffected from 0 before 4.11 unaffected from 5.4.287 through 5.4.* unaffected from 5.10.231 through 5.10.* unaffected from 5.15.174 through 5.15.* unaffected from 6.1.120 through 6.1.* unaffected from 6.6.64 through 6.6.* unaffected from 6.11.11 through 6.11.* unaffected from 6.12.2 through 6.12.* unaffected from 6.13-rc1 , 并没有在 "未受影响" 的范围内列出。所以,根据提供的信息,6.6.48 受影响,且查询系统代码文件drivers/scsi/qedf/qedf_main.c第2739-2742行存在漏洞代码.
一、漏洞信息 漏洞编号:CVE-2024-56748 漏洞组件:linux 漏洞简述: In the Linux kernel, the following vulnerability has been resolved: scsi: qedf: Fix a possible memory leak in qedf_alloc_and_init_sb() Hook "qed_ops->common->sb_init = qed_sb_init" does not release the DMA memory sb_virt when it fails. Add dma_free_coherent() to free it. This is the same way as qedr_alloc_mem_sb() and qede_alloc_mem_sb(). 漏洞详情参考链接: https://www.cve.org/CVERecord?id=CVE-2024-56748 漏洞数据来源: 查询CVE官网收集 二、修复参考 漏洞补丁信息: https://git.kernel.org/stable/c/97384449ddfc07f12ca75f510eb070020d7abb34 https://git.kernel.org/stable/c/a56777a3ef5b35e24a20c4418bcf88bad033807a https://git.kernel.org/stable/c/64654bf5efb3f748e6fc41227adda689618ce9c4 https://git.kernel.org/stable/c/b514f45e0fe18d763a1afc34401b1585333cb329 https://git.kernel.org/stable/c/7c1832287b21ff68c4e3625e63cc7619edf5908b https://git.kernel.org/stable/c/0e04bd5a11dffe8c1c0e4c9fc79f7d3cd6182dd5 https://git.kernel.org/stable/c/78a169dc69fbdaf114c40e2d56955bf6bd4fc3c0 https://git.kernel.org/stable/c/c62c30429db3eb4ced35c7fcf6f04a61ce3a01bb 三、 影响性参考 是否受影响:是 分析说明:此仓库的kernel为 6.6.48,根据CVE官网给出的影响列表: Unaffected unaffected from 0 before 4.11 unaffected from 5.4.287 through 5.4.* unaffected from 5.10.231 through 5.10.* unaffected from 5.15.174 through 5.15.* unaffected from 6.1.120 through 6.1.* unaffected from 6.6.64 through 6.6.* unaffected from 6.11.11 through 6.11.* unaffected from 6.12.2 through 6.12.* unaffected from 6.13-rc1 , 并没有在 "未受影响" 的范围内列出。所以,根据提供的信息,6.6.48 受影响,且查询系统代码文件drivers/scsi/qedf/qedf_main.c第2739-2742行存在漏洞代码.
评论 (
0
)
yuxuan1028
创建了
任务
yuxuan1028
关联了
openKylin/linux Pull Request !340
yuxuan1028
取消关联
openKylin/linux Pull Request !340
yuxuan1028
关联了
openKylin/linux Pull Request !340
yuxuan1028
通过
openkylin/linux Pull Request !340
将
任务状态
从
待办的
修改为
已完成
展开全部操作日志
折叠全部操作日志
登录
后才可以发表评论
状态
已完成
待办的
进行中
已完成
已取消
负责人
未设置
标签
未设置
项目
未立项任务
未立项任务
里程碑
未关联里程碑
未关联里程碑
Pull Requests
未关联
未关联
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
未关联
分支 (19)
标签 (27)
linux-6.6-next
revert-a1a8fc7
linux-hwe-5.15
packaging/openkylin/nile
openkylin/nile
linux-6.6-stable
pristine-tar
linux-zhaoxin-5.15-update
linux-6.1-next
upstream
linux-6.6-next-devel
linux-6.1-next-devel
openkylin/yangtze
sandbox/intel/openKylin/linux-6.1-next
linux-zhaoxin-5.15
openkylin/yangtze-5.15
linux-hwe-5.15-devel
master
cherry-pick-1681800414
build/6.6.0-15.0ok2
build/6.6.0-15.0ok1
build/6.6.0-1.0ok10
build/6.6.0-1.0ok9
debian/6.8.0-ok1
upstream/6.8.0
build/6.6.0-1.0ok5
build/6.6.0-1.0ok3
build/6.6.0-1.0ok1
upstream/6.6.0
build/6.1.0-4.5ok1
build/5.15.0-23.23ok10
build/6.1.0-3.4ok2
build/5.15.0-23.23ok9
build/6.1.0-3.4ok1
build/6.1.0-2.3ok4
build/6.1.0-2.3ok3
build/5.15.0-23.23ok8
build/5.15.0-23.23ok7
build/6.1.0-2.3ok2
build/6.1.0-2.3ok1
upstream/5.15.0
upstream/6.1.0
build/5.15.0-23.23ok6
build/5.15.0-23.23ok5
build/5.15.0-23.23ok4
Ubuntu-5.15.0-23.23ok3
开始日期   -   截止日期
-
置顶选项
不置顶
置顶等级:高
置顶等级:中
置顶等级:低
优先级
不指定
严重
主要
次要
不重要
预计工期
(小时)
参与者(1)
1
https://gitee.com/openkylin/linux.git
[email protected]
:openkylin/linux.git
openkylin
linux
linux
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册