Sign in
Sign up
Explore
Enterprise
Education
Search
Help
Terms of use
About Us
Explore
Enterprise
Education
Gitee Premium
Gitee AI
AI teammates
Sign in
Sign up
Fetch the repository succeeded.
description of repo status
Open Source
>
Other
>
Operation System
&&
Watch
Unwatch
Watching
Releases Only
Ignoring
128
Star
73
Fork
331
src-openEuler
/
kernel
Closed
Code
Issues
1197
Pull Requests
35
Wiki
Insights
Pipelines
Service
JavaDoc
PHPDoc
Quality Analysis
Jenkins for Gitee
Tencent CloudBase
Tencent Cloud Serverless
悬镜安全
Aliyun SAE
Codeblitz
SBOM
DevLens
Don’t show this again
Update failed. Please try again later!
Remove this flag
Content Risk Flag
This task is identified by
as the content contains sensitive information such as code security bugs, privacy leaks, etc., so it is only accessible to contributors of this repository.
CVE-2025-38131
Backlog
#ICJTBB
CVE和安全问题
openeuler-ci-bot
owner
Opened this issue
2025-07-03 18:22
一、漏洞信息 漏洞编号:[CVE-2025-38131](https://nvd.nist.gov/vuln/detail/CVE-2025-38131) 漏洞归属组件:[kernel](https://gitee.com/src-openeuler/kernel) 漏洞归属的版本:4.19.140,4.19.194,4.19.90,5.10.0,6.1.19,6.4.0,6.6.0 CVSS V3.x分值: BaseScore:7.8 High Vector:CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H 漏洞简述: In the Linux kernel, the following vulnerability has been resolved:coresight: prevent deactivate active config while enabling the configWhile enable active config via cscfg_csdev_enable_active_config(),active config could be deactivated via configfs sysfs interface.This could make UAF issue in below scenario:CPU0 CPU1(sysfs enable) load module cscfg_load_config_sets() activate config. // sysfs (sys_active_cnt == 1)...cscfg_csdev_enable_active_config()lock(csdev->cscfg_csdev_lock)// here load config activate by CPU1unlock(csdev->cscfg_csdev_lock) deactivate config // sysfs (sys_activec_cnt == 0) cscfg_unload_config_sets() unload module// access to config_desc which freed// while unloading module.cscfg_csdev_enable_configTo address this, use cscfg_config_desc s active_cnt as a reference count which will be holded when - activate the config. - enable the activated config.and put the module reference when config_active_cnt == 0. 漏洞公开时间:2025-07-03 17:15:27 漏洞创建时间:2025-07-03 18:22:31 漏洞详情参考链接: https://nvd.nist.gov/vuln/detail/CVE-2025-38131 <details> <summary>更多参考(点击展开)</summary> | 参考来源 | 参考链接 | 来源链接 | | ------- | -------- | -------- | | | https://git.kernel.org/stable/c/31028812724cef7bd57a51525ce58a32a6d73b22 | | | | https://www.suse.com/security/cve/CVE-2025-38131.html | | | | https://nvd.nist.gov/vuln/detail/CVE-2025-38131 | | | | https://bugzilla.redhat.com/show_bug.cgi?id=2376094 | | | | https://linux.oracle.com/cve/CVE-2025-38131.html | | | | https://git.kernel.org/stable/c/b3b4efa2e623aecaebd7c9b9e4171f5c659e9724 | | | | https://git.kernel.org/stable/c/dfe8224c9c7a43d356eb9f74b06868aa05f90223 | | | | https://security-tracker.debian.org/tracker/CVE-2025-38131 | | | | https://lore.kernel.org/linux-cve-announce/2025070330-CVE-2025-38131-2350@gregkh/T | | | | https://lists.debian.org/debian-lts-announce/2025/10/msg00008.html | | | | https://advisory.echohq.com/cve/CVE-2025-38131 | | | | https://git.kernel.org/stable/c/408c97c4a5e0b634dcd15bf8b8808b382e888164 | | | | https://git.kernel.org/stable/c/ed42ee1ed05ff2f4c36938379057413a40c56680 | | | | https://bugzilla.suse.com/1245677 | | | | https://www.cve.org/CVERecord?id=CVE-2025-38131 | | | | https://linux.oracle.com/errata/ELSA-2025-20551.html | | </details> 漏洞分析指导链接: https://gitee.com/openeuler/cve-manager/blob/master/cve-vulner-manager/doc/md/manual.md 漏洞数据来源: 七彩瞬析开源风险感知平台 漏洞补丁信息: <details> <summary>详情(点击展开)</summary> | 影响的包 | 修复版本 | 修复补丁 | 问题引入补丁 | 来源 | | ------- | -------- | ------- | -------- | --------- | | gregkh/linux | | https://github.com/gregkh/linux/commit/31028812724cef7bd57a51525ce58a32a6d73b22.patch | | ljqc | | | | https://git.kernel.org/stable/c/31028812724cef7bd57a51525ce58a32a6d73b22 | | nvd | | | | https://git.kernel.org/stable/c/b3b4efa2e623aecaebd7c9b9e4171f5c659e9724 | | nvd | | | | https://git.kernel.org/stable/c/dfe8224c9c7a43d356eb9f74b06868aa05f90223 | | nvd | | | | https://git.kernel.org/stable/c/408c97c4a5e0b634dcd15bf8b8808b382e888164 | | nvd | | | | https://git.kernel.org/stable/c/ed42ee1ed05ff2f4c36938379057413a40c56680 | | nvd | </details> 二、漏洞分析结构反馈 影响性分析说明: openEuler评分: 受影响版本排查(受影响/不受影响): 1.master(6.12.33): 2.openEuler-20.03-LTS-SP4(4.19.90): 3.openEuler-22.03-LTS-SP3(5.10.0): 4.openEuler-22.03-LTS-SP4(5.10.0): 5.openEuler-24.03-LTS(6.6.0): 6.openEuler-24.03-LTS-Next(6.6.0): 7.openEuler-24.03-LTS-SP1(6.6.0): 8.openEuler-24.03-LTS-SP2(6.6.0): 修复是否涉及abi变化(是/否): 1.master(6.12.33): 2.openEuler-20.03-LTS-SP4(4.19.90): 3.openEuler-22.03-LTS-SP3(5.10.0): 4.openEuler-22.03-LTS-SP4(5.10.0): 5.openEuler-24.03-LTS(6.6.0): 6.openEuler-24.03-LTS-Next(6.6.0): 7.openEuler-24.03-LTS-SP1(6.6.0): 8.openEuler-24.03-LTS-SP2(6.6.0): 原因说明: 1.master(6.12.33): 2.openEuler-20.03-LTS-SP4(4.19.90): 3.openEuler-22.03-LTS-SP3(5.10.0): 4.openEuler-22.03-LTS-SP4(5.10.0): 5.openEuler-24.03-LTS(6.6.0): 6.openEuler-24.03-LTS-Next(6.6.0): 7.openEuler-24.03-LTS-SP1(6.6.0): 8.openEuler-24.03-LTS-SP2(6.6.0):
一、漏洞信息 漏洞编号:[CVE-2025-38131](https://nvd.nist.gov/vuln/detail/CVE-2025-38131) 漏洞归属组件:[kernel](https://gitee.com/src-openeuler/kernel) 漏洞归属的版本:4.19.140,4.19.194,4.19.90,5.10.0,6.1.19,6.4.0,6.6.0 CVSS V3.x分值: BaseScore:7.8 High Vector:CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H 漏洞简述: In the Linux kernel, the following vulnerability has been resolved:coresight: prevent deactivate active config while enabling the configWhile enable active config via cscfg_csdev_enable_active_config(),active config could be deactivated via configfs sysfs interface.This could make UAF issue in below scenario:CPU0 CPU1(sysfs enable) load module cscfg_load_config_sets() activate config. // sysfs (sys_active_cnt == 1)...cscfg_csdev_enable_active_config()lock(csdev->cscfg_csdev_lock)// here load config activate by CPU1unlock(csdev->cscfg_csdev_lock) deactivate config // sysfs (sys_activec_cnt == 0) cscfg_unload_config_sets() unload module// access to config_desc which freed// while unloading module.cscfg_csdev_enable_configTo address this, use cscfg_config_desc s active_cnt as a reference count which will be holded when - activate the config. - enable the activated config.and put the module reference when config_active_cnt == 0. 漏洞公开时间:2025-07-03 17:15:27 漏洞创建时间:2025-07-03 18:22:31 漏洞详情参考链接: https://nvd.nist.gov/vuln/detail/CVE-2025-38131 <details> <summary>更多参考(点击展开)</summary> | 参考来源 | 参考链接 | 来源链接 | | ------- | -------- | -------- | | | https://git.kernel.org/stable/c/31028812724cef7bd57a51525ce58a32a6d73b22 | | | | https://www.suse.com/security/cve/CVE-2025-38131.html | | | | https://nvd.nist.gov/vuln/detail/CVE-2025-38131 | | | | https://bugzilla.redhat.com/show_bug.cgi?id=2376094 | | | | https://linux.oracle.com/cve/CVE-2025-38131.html | | | | https://git.kernel.org/stable/c/b3b4efa2e623aecaebd7c9b9e4171f5c659e9724 | | | | https://git.kernel.org/stable/c/dfe8224c9c7a43d356eb9f74b06868aa05f90223 | | | | https://security-tracker.debian.org/tracker/CVE-2025-38131 | | | | https://lore.kernel.org/linux-cve-announce/2025070330-CVE-2025-38131-2350@gregkh/T | | | | https://lists.debian.org/debian-lts-announce/2025/10/msg00008.html | | | | https://advisory.echohq.com/cve/CVE-2025-38131 | | | | https://git.kernel.org/stable/c/408c97c4a5e0b634dcd15bf8b8808b382e888164 | | | | https://git.kernel.org/stable/c/ed42ee1ed05ff2f4c36938379057413a40c56680 | | | | https://bugzilla.suse.com/1245677 | | | | https://www.cve.org/CVERecord?id=CVE-2025-38131 | | | | https://linux.oracle.com/errata/ELSA-2025-20551.html | | </details> 漏洞分析指导链接: https://gitee.com/openeuler/cve-manager/blob/master/cve-vulner-manager/doc/md/manual.md 漏洞数据来源: 七彩瞬析开源风险感知平台 漏洞补丁信息: <details> <summary>详情(点击展开)</summary> | 影响的包 | 修复版本 | 修复补丁 | 问题引入补丁 | 来源 | | ------- | -------- | ------- | -------- | --------- | | gregkh/linux | | https://github.com/gregkh/linux/commit/31028812724cef7bd57a51525ce58a32a6d73b22.patch | | ljqc | | | | https://git.kernel.org/stable/c/31028812724cef7bd57a51525ce58a32a6d73b22 | | nvd | | | | https://git.kernel.org/stable/c/b3b4efa2e623aecaebd7c9b9e4171f5c659e9724 | | nvd | | | | https://git.kernel.org/stable/c/dfe8224c9c7a43d356eb9f74b06868aa05f90223 | | nvd | | | | https://git.kernel.org/stable/c/408c97c4a5e0b634dcd15bf8b8808b382e888164 | | nvd | | | | https://git.kernel.org/stable/c/ed42ee1ed05ff2f4c36938379057413a40c56680 | | nvd | </details> 二、漏洞分析结构反馈 影响性分析说明: openEuler评分: 受影响版本排查(受影响/不受影响): 1.master(6.12.33): 2.openEuler-20.03-LTS-SP4(4.19.90): 3.openEuler-22.03-LTS-SP3(5.10.0): 4.openEuler-22.03-LTS-SP4(5.10.0): 5.openEuler-24.03-LTS(6.6.0): 6.openEuler-24.03-LTS-Next(6.6.0): 7.openEuler-24.03-LTS-SP1(6.6.0): 8.openEuler-24.03-LTS-SP2(6.6.0): 修复是否涉及abi变化(是/否): 1.master(6.12.33): 2.openEuler-20.03-LTS-SP4(4.19.90): 3.openEuler-22.03-LTS-SP3(5.10.0): 4.openEuler-22.03-LTS-SP4(5.10.0): 5.openEuler-24.03-LTS(6.6.0): 6.openEuler-24.03-LTS-Next(6.6.0): 7.openEuler-24.03-LTS-SP1(6.6.0): 8.openEuler-24.03-LTS-SP2(6.6.0): 原因说明: 1.master(6.12.33): 2.openEuler-20.03-LTS-SP4(4.19.90): 3.openEuler-22.03-LTS-SP3(5.10.0): 4.openEuler-22.03-LTS-SP4(5.10.0): 5.openEuler-24.03-LTS(6.6.0): 6.openEuler-24.03-LTS-Next(6.6.0): 7.openEuler-24.03-LTS-SP1(6.6.0): 8.openEuler-24.03-LTS-SP2(6.6.0):
Comments (
3
)
Sign in
to comment
Status
Backlog
Backlog
已挂起
Doing
Done
Declined
Assignees
Not set
CTC-Xibo.Wang
CTC-XiboWang
Assignee
Collaborator
+Assign
+Mention
Labels
CVE/UNFIXED
sig/Kernel
Not set
Projects
Unprojected
Unprojected
Milestones
No related milestones
No related milestones
Pull Requests
None yet
None yet
Successfully merging a pull request will close this issue.
Branches
No related branch
Branches (
-
)
Tags (
-
)
Planed to start   -   Planed to end
-
Top level
Not Top
Top Level: High
Top Level: Medium
Top Level: Low
Priority
Not specified
Serious
Main
Secondary
Unimportant
Duration
(hours)
参与者(1)
1
https://gitee.com/src-openeuler/kernel.git
git@gitee.com:src-openeuler/kernel.git
src-openeuler
kernel
kernel
Going to Help Center
Search
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
Comment
Repository Report
Back to the top
Login prompt
This operation requires login to the code cloud account. Please log in before operating.
Go to login
No account. Register