9 Star 3 Fork 66

src-openEuler/binutils

 / 详情

CVE-2025-1150

已完成
CVE和安全问题 拥有者
创建于  
2025-02-11 04:07

一、漏洞信息
漏洞编号:CVE-2025-1150
漏洞归属组件:binutils
漏洞归属的版本:2.34,2.36.1,2.37,2.40,2.41
CVSS V3.0分值:
BaseScore:3.1 Low
Vector:CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:L
漏洞简述:
A vulnerability was found in GNU Binutils 2.43. It has been declared as problematic. This vulnerability affects the function bfd_malloc of the file libbfd.c of the component ld. The manipulation leads to memory leak. The attack can be initiated remotely. The complexity of an attack is rather high. The exploitation appears to be difficult. The exploit has been disclosed to the public and may be used. It is recommended to apply a patch to fix this issue. The code maintainer explains: I m not going to commit some of the leak fixes I ve been working on to the 2.44 branch due to concern that would destabilise ld. All of the reported leaks in this bugzilla have been fixed on binutils master.
漏洞公开时间:2025-02-11 01:15:18
漏洞创建时间:2025-02-11 04:07:35
漏洞详情参考链接:
https://nvd.nist.gov/vuln/detail/CVE-2025-1150

更多参考(点击展开)
参考来源 参考链接 来源链接
cna.vuldb.com https://sourceware.org/bugzilla/attachment.cgi?id=15887
cna.vuldb.com https://sourceware.org/bugzilla/show_bug.cgi?id=32576
cna.vuldb.com https://vuldb.com/?ctiid.295054
cna.vuldb.com https://vuldb.com/?id.295054
cna.vuldb.com https://www.gnu.org/
suse_bugzilla https://www.gnu.org/ https://bugzilla.suse.com/show_bug.cgi?id=1237005
suse_bugzilla https://sourceware.org/bugzilla/attachment.cgi?id=15887 https://bugzilla.suse.com/show_bug.cgi?id=1237005
suse_bugzilla https://sourceware.org/bugzilla/show_bug.cgi?id=32576 https://bugzilla.suse.com/show_bug.cgi?id=1237005
suse_bugzilla http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2025-1150 https://bugzilla.suse.com/show_bug.cgi?id=1237005
suse_bugzilla https://bugzilla.redhat.com/show_bug.cgi?id=2344681 https://bugzilla.suse.com/show_bug.cgi?id=1237005
suse_bugzilla https://www.cve.org/CVERecord?id=CVE-2025-1150 https://bugzilla.suse.com/show_bug.cgi?id=1237005
suse_bugzilla https://vuldb.com/?ctiid.295054 https://bugzilla.suse.com/show_bug.cgi?id=1237005
suse_bugzilla https://vuldb.com/?id.295054 https://bugzilla.suse.com/show_bug.cgi?id=1237005

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

详情(点击展开)
影响的包 修复版本 修复补丁 问题引入补丁 来源
https://sourceware.org/bugzilla/attachment.cgi?id=15887 nvd
https://sourceware.org/bugzilla/show_bug.cgi?id=32576 nvd
https://vuldb.com/?ctiid.295054 nvd
https://vuldb.com/?id.295054 nvd
https://www.gnu.org/ nvd

二、漏洞分析结构反馈
影响性分析说明:
binutils社区 SECURITY.txt 文档说明如下, A security bug is one that threatens the security of a system or network, or might compromise the security of data stored on it. In the context of GNU Binutils there are two ways in which such bugs might occur. In the first, the programs themselves might be tricked into a direct compromise of security. In the second, the tools might introduce a vulnerability in the generated output that was not already present in the files used as input. Other than that, all other bugs will be treated as non-security issues. This does not mean that they will be ignored, just that they will not be given the priority that is given to security bugs. This stance applies to the creation tools in the GNU Binutils (eg as, ld, gold, objcopy) and the libraries that they use. Bugs in inspection tools (eg readelf, nm objdump) will not be considered to be security bugs, since they do not create executable output files.ld为creation tools,该CVE涉及内存泄露,ld作为短时运行工具不会长期持续运行,并且不涉及生成源码未包含的恶意代码,该问题将被视为普通bug而不是会威胁系统安全的安全漏洞,分析结论为受影响(bug存在)但不进行修复,如有场景触发bug导致运行报错,再考虑回合修复。
openEuler评分:
3.1
Vector:CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:L
受影响版本排查(受影响/不受影响):
1.master(2.41):受影响
2.openEuler-20.03-LTS-SP4(2.34):受影响
3.openEuler-22.03-LTS-SP3(2.37):受影响
4.openEuler-22.03-LTS-SP4(2.37):受影响
5.openEuler-24.03-LTS(2.41):受影响
6.openEuler-24.03-LTS-Next(2.41):受影响
7.openEuler-24.03-LTS-SP1(2.41):受影响

修复是否涉及abi变化(是/否):
1.master(2.41):否
2.openEuler-20.03-LTS-SP4(2.34):否
3.openEuler-22.03-LTS-SP3(2.37):否
4.openEuler-22.03-LTS-SP4(2.37):否
5.openEuler-24.03-LTS(2.41):否
6.openEuler-24.03-LTS-Next(2.41):否
7.openEuler-24.03-LTS-SP1(2.41):否

原因说明:
1.master(2.41):不修复-超出修复范围
2.openEuler-20.03-LTS-SP4(2.34):不修复-超出修复范围
3.openEuler-22.03-LTS-SP3(2.37):不修复-超出修复范围
4.openEuler-22.03-LTS-SP4(2.37):不修复-超出修复范围
5.openEuler-24.03-LTS(2.41):不修复-超出修复范围
6.openEuler-24.03-LTS-Next(2.41):不修复-超出修复范围
7.openEuler-24.03-LTS-SP1(2.41):不修复-超出修复范围

评论 (7)

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

说明:补丁链接仅供初步排查参考,实际可用性请人工再次确认,补丁下载验证可使用CVE补丁工具
若补丁不准确,烦请在此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 修改了描述 2个月前
openeuler-ci-bot 修改了描述 2个月前
openeuler-ci-bot 修改了描述 2个月前
openeuler-ci-bot 修改了描述 2个月前
openeuler-ci-bot 计划开始日期设置为2025-02-11 2个月前
openeuler-ci-bot 计划截止日期设置为2025-03-13 2个月前
openeuler-ci-bot 优先级设置为不重要 2个月前
eastb233 负责人周磊 修改为eastb233 2个月前

影响性分析说明:
binutils社区 SECURITY.txt 文档说明如下,

    A security bug is one that threatens the security of a system or
    network, or might compromise the security of data stored on it.
    In the context of GNU Binutils there are two ways in which such
    bugs might occur.  In the first, the programs themselves might be
    tricked into a direct compromise of security.  In the second, the
    tools might introduce a vulnerability in the generated output that
    was not already present in the files used as input.

    Other than that, all other bugs will be treated as non-security
    issues.  This does not mean that they will be ignored, just that
    they will not be given the priority that is given to security bugs.

    This stance applies to the creation tools in the GNU Binutils (eg
    as, ld, gold, objcopy) and the libraries that they use.  Bugs in
    inspection tools (eg readelf, nm objdump) will not be considered
    to be security bugs, since they do not create executable output
    files.

ld作为inspection tools,该CVE被视为普通bug而不是会威胁系统安全的安全漏洞,分析结论为受影响(bug存在)但不进行修复,如有场景触发bug导致运行报错,再考虑回合修复。

openEuler评分: (评分和向量)
BaseScore:3.1 Low
Vector:CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:L

受影响版本排查(受影响/不受影响):
1.master: 受影响
2.openEuler-20.03-LTS-SP4(2.34): 受影响
3.openEuler-22.03-LTS-SP3: 受影响
4.openEuler-22.03-LTS-SP4: 受影响
5.openEuler-24.03-LTS: 受影响
6.openEuler-24.03-LTS-Next: 受影响
7.openEuler-24.03-LTS-SP1(2.41): 受影响

修复是否涉及abi变化(是/否):
1.master: 否
2.openEuler-20.03-LTS-SP4(2.34): 否
3.openEuler-22.03-LTS-SP3: 否
4.openEuler-22.03-LTS-SP4: 否
5.openEuler-24.03-LTS: 否
6.openEuler-24.03-LTS-Next: 否
7.openEuler-24.03-LTS-SP1(2.41): 否

原因说明:
1.master: 不修复-超出修复范围
2.openEuler-20.03-LTS-SP4(2.34): 不修复-超出修复范围
3.openEuler-22.03-LTS-SP3: 不修复-超出修复范围
4.openEuler-22.03-LTS-SP4: 不修复-超出修复范围
5.openEuler-24.03-LTS: 不修复-超出修复范围
6.openEuler-24.03-LTS-Next: 不修复-超出修复范围
7.openEuler-24.03-LTS-SP1(2.41): 不修复-超出修复范围

openeuler-ci-bot 修改了描述 2个月前
openeuler-ci-bot 任务状态待办的 修改为已完成 2个月前
openeuler-ci-bot 移除了
 
CVE/UNFIXED
标签
2个月前
openeuler-ci-bot 移除了
 
sig/Compiler
标签
2个月前
openeuler-ci-bot 添加了
 
CVE/FIXED
标签
2个月前
openeuler-ci-bot 添加了
 
sig/Compiler
标签
2个月前
eastb233 任务状态已完成 修改为待办的 2个月前
openeuler-ci-bot 移除了
 
CVE/FIXED
标签
2个月前
openeuler-ci-bot 移除了
 
sig/Compiler
标签
2个月前
openeuler-ci-bot 添加了
 
CVE/UNFIXED
标签
2个月前
openeuler-ci-bot 添加了
 
sig/Compiler
标签
2个月前

影响性分析说明:
binutils社区 SECURITY.txt 文档说明如下,

    A security bug is one that threatens the security of a system or
    network, or might compromise the security of data stored on it.
    In the context of GNU Binutils there are two ways in which such
    bugs might occur.  In the first, the programs themselves might be
    tricked into a direct compromise of security.  In the second, the
    tools might introduce a vulnerability in the generated output that
    was not already present in the files used as input.

    Other than that, all other bugs will be treated as non-security
    issues.  This does not mean that they will be ignored, just that
    they will not be given the priority that is given to security bugs.

    This stance applies to the creation tools in the GNU Binutils (eg
    as, ld, gold, objcopy) and the libraries that they use.  Bugs in
    inspection tools (eg readelf, nm objdump) will not be considered
    to be security bugs, since they do not create executable output
    files.

ld为creation tools,该CVE涉及内存泄露,ld作为短时运行工具不会长期持续运行,并且不涉及生成源码未包含的恶意代码,该问题将被视为普通bug而不是会威胁系统安全的安全漏洞,分析结论为受影响(bug存在)但不进行修复,如有场景触发bug导致运行报错,再考虑回合修复。

openEuler评分: (评分和向量)
BaseScore:3.1 Low
Vector:CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:L

受影响版本排查(受影响/不受影响):
1.master: 受影响
2.openEuler-20.03-LTS-SP4(2.34): 受影响
3.openEuler-22.03-LTS-SP3: 受影响
4.openEuler-22.03-LTS-SP4: 受影响
5.openEuler-24.03-LTS: 受影响
6.openEuler-24.03-LTS-Next: 受影响
7.openEuler-24.03-LTS-SP1(2.41): 受影响

修复是否涉及abi变化(是/否):
1.master: 否
2.openEuler-20.03-LTS-SP4(2.34): 否
3.openEuler-22.03-LTS-SP3: 否
4.openEuler-22.03-LTS-SP4: 否
5.openEuler-24.03-LTS: 否
6.openEuler-24.03-LTS-Next: 否
7.openEuler-24.03-LTS-SP1(2.41): 否

原因说明:
1.master: 不修复-超出修复范围
2.openEuler-20.03-LTS-SP4(2.34): 不修复-超出修复范围
3.openEuler-22.03-LTS-SP3: 不修复-超出修复范围
4.openEuler-22.03-LTS-SP4: 不修复-超出修复范围
5.openEuler-24.03-LTS: 不修复-超出修复范围
6.openEuler-24.03-LTS-Next: 不修复-超出修复范围
7.openEuler-24.03-LTS-SP1(2.41): 不修复-超出修复范围

openeuler-ci-bot 修改了描述 2个月前
openeuler-ci-bot 任务状态待办的 修改为已完成 2个月前
openeuler-ci-bot 移除了
 
CVE/UNFIXED
标签
2个月前
openeuler-ci-bot 移除了
 
sig/Compiler
标签
2个月前
openeuler-ci-bot 添加了
 
CVE/FIXED
标签
2个月前
openeuler-ci-bot 添加了
 
sig/Compiler
标签
2个月前
openeuler-ci-bot 修改了描述 1个月前

登录 后才可以发表评论

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

搜索帮助