15 Star 6 Fork 61

src-openEuler/edk2

CVE-2024-1298

已完成
CVE和安全问题 拥有者
创建于  
2024-05-31 05:30

一、漏洞信息
漏洞编号:CVE-2024-1298
漏洞归属组件:edk2
漏洞归属的版本:202002,202011,202308
CVSS V3.0分值:
BaseScore:6.0 Medium
Vector:CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:C/C:N/I:N/A:H
漏洞简述:
EDK2 contains a vulnerability when S3 sleep is activated where an Attacker may cause a Division-By-Zero due to a UNIT32 overflow via local access. A successful exploit of this vulnerability may lead to a loss of Availability.
漏洞公开时间:2024-05-31 05:15:09
漏洞创建时间:2024-05-31 05:30:57
漏洞详情参考链接:
https://nvd.nist.gov/vuln/detail/CVE-2024-1298

更多参考(点击展开)
参考来源 参考链接 来源链接
infosec.edk2.groups.io https://github.com/tianocore/edk2/security/advisories/GHSA-chfw-xj8f-6m53
infosec.edk2.groups.io https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/F7NUL7NSZQ76A5OKDUCODQNY7WSX4SST/
infosec.edk2.groups.io https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VIMEZWDKEIQKU7NMHKL57DOCITPGEXYN/
suse_bugzilla http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2024-1298 https://bugzilla.suse.com/show_bug.cgi?id=1225889
suse_bugzilla https://www.cve.org/CVERecord?id=CVE-2024-1298 https://bugzilla.suse.com/show_bug.cgi?id=1225889
suse_bugzilla https://github.com/tianocore/edk2/security/advisories/GHSA-chfw-xj8f-6m53 https://bugzilla.suse.com/show_bug.cgi?id=1225889
suse_bugzilla https://bugzilla.redhat.com/show_bug.cgi?id=2284243 https://bugzilla.suse.com/show_bug.cgi?id=1225889
redhat_bugzilla https://github.com/tianocore/edk2/security/advisories/GHSA-chfw-xj8f-6m53 https://bugzilla.redhat.com/show_bug.cgi?id=2284243
ubuntu https://www.cve.org/CVERecord?id=CVE-2024-1298 https://ubuntu.com/security/CVE-2024-1298
ubuntu https://github.com/tianocore/edk2/security/advisories/GHSA-chfw-xj8f-6m53 https://ubuntu.com/security/CVE-2024-1298
ubuntu https://bugzilla.tianocore.org/show_bug.cgi?id=4677 https://ubuntu.com/security/CVE-2024-1298
ubuntu https://github.com/tianocore/edk2/pull/5659 https://ubuntu.com/security/CVE-2024-1298
ubuntu https://nvd.nist.gov/vuln/detail/CVE-2024-1298 https://ubuntu.com/security/CVE-2024-1298
ubuntu https://launchpad.net/bugs/cve/CVE-2024-1298 https://ubuntu.com/security/CVE-2024-1298
ubuntu https://security-tracker.debian.org/tracker/CVE-2024-1298 https://ubuntu.com/security/CVE-2024-1298
debian https://security-tracker.debian.org/tracker/CVE-2024-1298
cve_search https://github.com/tianocore/edk2/security/advisories/GHSA-chfw-xj8f-6m53
amazon_linux_explore https://access.redhat.com/security/cve/CVE-2024-1298 https://explore.alas.aws.amazon.com/CVE-2024-1298.html
amazon_linux_explore https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-1298 https://explore.alas.aws.amazon.com/CVE-2024-1298.html
snyk https://github.com/tianocore/edk2/commit/284dbac43da752ee34825c8b3f6f9e8281cb5a19 https://security.snyk.io/vuln/SNYK-UNMANAGED-TIANOCOREEDK2-7173086

漏洞分析指导链接:
https://gitee.com/openeuler/cve-manager/blob/master/cve-vulner-manager/doc/md/manual.md
漏洞数据来源:
openBrain开源漏洞感知系统
漏洞补丁信息:

详情(点击展开)
影响的包 修复版本 修复补丁 问题引入补丁 来源
https://bugzilla.tianocore.org/attachment.cgi?id=1495 bugzilla
https://github.com/tianocore/edk2/pull/5659 ubuntu
https://github.com/tianocore/edk2/commit/284dbac43da752ee34825c8b3f6f9e8281cb5a19 snyk
https://github.com/tianocore/edk2/commit/284dbac43da752ee34825c8b3f6f9e8281cb5a19 debian

二、漏洞分析结构反馈
影响性分析说明:
By modifying the physical memory from runtime, an attacker can trigger a division by 0 due to a UINT32 overflow. This vulnerability is exploitable on both client and server platforms where S3 sleep is activated.
openEuler评分:
6.0
Vector:CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:C/C:N/I:N/A:H
受影响版本排查(受影响/不受影响):
1.master(202308):受影响
2.openEuler-20.03-LTS-SP1(202002):受影响
3.openEuler-20.03-LTS-SP4(202002):受影响
4.openEuler-22.03-LTS(202011):受影响
5.openEuler-22.03-LTS-Next(202011):受影响
6.openEuler-22.03-LTS-SP1(202011):受影响
7.openEuler-22.03-LTS-SP2(202011):受影响
8.openEuler-22.03-LTS-SP3(202011):受影响
9.openEuler-22.03-LTS-SP4(202011):受影响
10.openEuler-24.03-LTS(202308):受影响
11.openEuler-24.03-LTS-Next(202308):受影响

修复是否涉及abi变化(是/否):
1.master(202308):否
2.openEuler-20.03-LTS-SP1(202002):否
3.openEuler-20.03-LTS-SP4(202002):否
4.openEuler-22.03-LTS(202011):否
5.openEuler-22.03-LTS-Next(202011):否
6.openEuler-22.03-LTS-SP1(202011):否
7.openEuler-22.03-LTS-SP2(202011):否
8.openEuler-22.03-LTS-SP3(202011):否
9.openEuler-22.03-LTS-SP4(202011):否
10.openEuler-24.03-LTS(202308):否
11.openEuler-24.03-LTS-Next(202308):否

三、漏洞修复
安全公告链接:https://www.openeuler.org/zh/security/safety-bulletin/detail/?id=openEuler-SA-2024-1752

评论 (15)

openeuler-ci-bot 创建了CVE和安全问题 12个月前
openeuler-ci-bot 添加了
 
CVE/UNFIXED
标签
12个月前
展开全部操作日志
openeuler-ci-bot 添加了
 
sig/Virt
标签
12个月前
参考网址 关联pr 状态 补丁链接
https://nvd.nist.gov/vuln/detail/CVE-2024-1298
https://ubuntu.com/security/CVE-2024-1298
https://www.opencve.io/cve/CVE-2024-1298
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2024-1298
https://security-tracker.debian.org/tracker/CVE-2024-1298

说明:抱歉,当前工具暂未找到推荐补丁,请人工查找或者之后评论'/find-patch'尝试再次查找。
若人工查找到补丁,烦请在此issue下评论 '/report-patch 参考网址 补丁链接1,补丁链接2' 便于我们不断优化工具,不胜感激。
如 /report-patch https://security-tracker.debian.org/tracker/CVE-2021-3997 https://github.com/systemd/systemd/commit/5b1cf7a9be37e20133c0208005274ce4a5b5c6a1

openeuler-ci-bot 修改了描述 12个月前
openeuler-ci-bot 计划开始日期设置为2024-05-31 12个月前
openeuler-ci-bot 计划截止日期设置为2024-06-30 12个月前
openeuler-ci-bot 优先级设置为次要 12个月前
openeuler-ci-bot 修改了描述 12个月前
openeuler-ci-bot 计划开始日期2024-05-31 修改为2024-06-01 12个月前
openeuler-ci-bot 计划截止日期2024-06-30 修改为2024-07-01 12个月前
openeuler-ci-bot 负责人设置为Chuan 12个月前
openeuler-ci-bot 修改了描述 12个月前

影响性分析说明:
By modifying the physical memory from runtime, an attacker can trigger a division by 0 due to a UINT32 overflow. This vulnerability is exploitable on both client and server platforms where S3 sleep is activated.

openEuler评分:
6.0
Vector:CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:C/C:N/I:N/A:H
受影响版本排查(受影响/不受影响):
1.master(202011):受影响
2.openEuler-20.03-LTS-SP1(202002):受影响
3.openEuler-20.03-LTS-SP4:受影响
4.openEuler-22.03-LTS(202011):受影响
5.openEuler-22.03-LTS-Next(202011):受影响
6.openEuler-22.03-LTS-SP1(202011):受影响
7.openEuler-22.03-LTS-SP2:受影响
8.openEuler-22.03-LTS-SP3:受影响
9.openEuler-22.03-LTS-SP4:受影响
10.openEuler-24.03-LTS(202308):受影响
11.openEuler-24.03-LTS-Next(202308):受影响

修复是否涉及abi变化(是/否):
1.master(202011):否
2.openEuler-20.03-LTS-SP1(202002):否
3.openEuler-20.03-LTS-SP4:否
4.openEuler-22.03-LTS(202011):否
5.openEuler-22.03-LTS-Next(202011):否
6.openEuler-22.03-LTS-SP1(202011):否
7.openEuler-22.03-LTS-SP2:否
8.openEuler-22.03-LTS-SP3:否
9.openEuler-22.03-LTS-SP4:否
10.openEuler-24.03-LTS(202308):否
11.openEuler-24.03-LTS-Next(202308):否

openeuler-ci-bot 修改了描述 12个月前
openeuler-ci-bot 修改了描述 12个月前
openeuler-ci-bot 修改了描述 12个月前
openeuler-ci-bot 修改了描述 12个月前
openeuler-ci-bot 修改了描述 12个月前
openeuler-ci-bot 修改了描述 12个月前
openeuler-ci-bot 修改了描述 12个月前
openeuler-ci-bot 修改了描述 12个月前
openeuler-ci-bot 修改了描述 12个月前
openeuler-ci-bot 修改了描述 12个月前
ShenYage 通过合并 Pull Request !228: Fix CVE-2024-1298任务状态待办的 修改为已完成 12个月前
openeuler-ci-bot 任务状态已完成 修改为待办的 12个月前
openeuler-ci-bot 修改了描述 12个月前
openeuler-ci-bot 移除了
 
CVE/UNFIXED
标签
12个月前
openeuler-ci-bot 移除了
 
sig/Virt
标签
12个月前
openeuler-ci-bot 添加了
 
CVE/UNFIXED
标签
12个月前
openeuler-ci-bot 添加了
 
sig/Virt
标签
12个月前
ShenYage 通过合并 Pull Request !229: Fix CVE-2024-1298任务状态待办的 修改为已完成 12个月前
openeuler-ci-bot 任务状态已完成 修改为待办的 12个月前
openeuler-ci-bot 移除了
 
CVE/UNFIXED
标签
12个月前
openeuler-ci-bot 移除了
 
sig/Virt
标签
12个月前
openeuler-ci-bot 添加了
 
CVE/UNFIXED
标签
12个月前
openeuler-ci-bot 添加了
 
sig/Virt
标签
12个月前
ShenYage 通过合并 Pull Request !230: Fix CVE-2024-1298任务状态待办的 修改为已完成 12个月前
openeuler-ci-bot 任务状态已完成 修改为待办的 12个月前
openeuler-ci-bot 移除了
 
CVE/UNFIXED
标签
12个月前
openeuler-ci-bot 移除了
 
sig/Virt
标签
12个月前
openeuler-ci-bot 添加了
 
CVE/UNFIXED
标签
12个月前
openeuler-ci-bot 添加了
 
sig/Virt
标签
12个月前
ShenYage 通过合并 Pull Request !231: Fix CVE-2024-1298任务状态待办的 修改为已完成 12个月前
openeuler-ci-bot 任务状态已完成 修改为待办的 12个月前
openeuler-ci-bot 移除了
 
CVE/UNFIXED
标签
12个月前
openeuler-ci-bot 移除了
 
sig/Virt
标签
12个月前
openeuler-ci-bot 添加了
 
CVE/UNFIXED
标签
12个月前
openeuler-ci-bot 添加了
 
sig/Virt
标签
12个月前
ShenYage 通过合并 Pull Request !232: Fix CVE-2024-1298任务状态待办的 修改为已完成 12个月前
openeuler-ci-bot 任务状态已完成 修改为待办的 12个月前
openeuler-ci-bot 移除了
 
CVE/UNFIXED
标签
12个月前
openeuler-ci-bot 移除了
 
sig/Virt
标签
12个月前
openeuler-ci-bot 添加了
 
CVE/UNFIXED
标签
12个月前
openeuler-ci-bot 添加了
 
sig/Virt
标签
12个月前
openeuler-sync-bot 通过合并 Pull Request !233: [sync] PR-228: Fix CVE-2024-1298任务状态待办的 修改为已完成 12个月前
openeuler-ci-bot 任务状态已完成 修改为待办的 12个月前
openeuler-ci-bot 移除了
 
CVE/UNFIXED
标签
12个月前
openeuler-ci-bot 移除了
 
sig/Virt
标签
12个月前
openeuler-ci-bot 添加了
 
CVE/UNFIXED
标签
12个月前
openeuler-ci-bot 添加了
 
sig/Virt
标签
12个月前
openeuler-sync-bot 通过合并 Pull Request !234: [sync] PR-230: Fix CVE-2024-1298任务状态待办的 修改为已完成 12个月前
openeuler-ci-bot 任务状态已完成 修改为待办的 12个月前
openeuler-ci-bot 移除了
 
CVE/UNFIXED
标签
12个月前
openeuler-ci-bot 移除了
 
sig/Virt
标签
12个月前
openeuler-ci-bot 添加了
 
CVE/UNFIXED
标签
12个月前
openeuler-ci-bot 添加了
 
sig/Virt
标签
12个月前
openeuler-sync-bot 通过合并 Pull Request !235: [sync] PR-230: Fix CVE-2024-1298任务状态待办的 修改为已完成 12个月前
openeuler-ci-bot 任务状态已完成 修改为待办的 12个月前
openeuler-ci-bot 移除了
 
CVE/UNFIXED
标签
12个月前
openeuler-ci-bot 移除了
 
sig/Virt
标签
12个月前
openeuler-ci-bot 添加了
 
CVE/UNFIXED
标签
12个月前
openeuler-ci-bot 添加了
 
sig/Virt
标签
12个月前
openeuler-sync-bot 通过合并 Pull Request !236: [sync] PR-230: Fix CVE-2024-1298任务状态待办的 修改为已完成 12个月前
openeuler-ci-bot 任务状态已完成 修改为待办的 12个月前
openeuler-ci-bot 移除了
 
CVE/UNFIXED
标签
12个月前
openeuler-ci-bot 移除了
 
sig/Virt
标签
12个月前
openeuler-ci-bot 添加了
 
CVE/UNFIXED
标签
12个月前
openeuler-ci-bot 添加了
 
sig/Virt
标签
12个月前
openeuler-sync-bot 通过合并 Pull Request !237: [sync] PR-230: Fix CVE-2024-1298任务状态待办的 修改为已完成 12个月前
openeuler-ci-bot 任务状态已完成 修改为待办的 12个月前
openeuler-ci-bot 移除了
 
CVE/UNFIXED
标签
12个月前
openeuler-ci-bot 移除了
 
sig/Virt
标签
12个月前
openeuler-ci-bot 添加了
 
CVE/UNFIXED
标签
12个月前
openeuler-ci-bot 添加了
 
sig/Virt
标签
12个月前
openeuler-sync-bot 通过合并 Pull Request !238: [sync] PR-230: Fix CVE-2024-1298任务状态待办的 修改为已完成 12个月前
openeuler-ci-bot 移除了
 
CVE/UNFIXED
标签
12个月前
openeuler-ci-bot 移除了
 
sig/Virt
标签
12个月前
openeuler-ci-bot 添加了
 
CVE/FIXED
标签
12个月前
openeuler-ci-bot 添加了
 
sig/Virt
标签
12个月前
openeuler-ci-bot 修改了描述 11个月前

登录 后才可以发表评论

状态
负责人
项目
Pull Requests
关联的 Pull Requests 被合并后可能会关闭此 issue
预计工期 (小时)
开始日期   -   截止日期
-
置顶选项
优先级
里程碑
分支
参与者(2)
5329419 openeuler ci bot 1632792936 ShenYage-jacob1996
1
https://gitee.com/src-openeuler/edk2.git
git@gitee.com:src-openeuler/edk2.git
src-openeuler
edk2
edk2

搜索帮助