CVE-2025-38210
Published: Jul 4, 2025
Modified: May 11, 2026
Description
In the Linux kernel, the following vulnerability has been resolved: configfs-tsm-report: Fix NULL dereference of tsm_ops Unlike sysfs, the lifetime of configfs objects is controlled by userspace. There is no mechanism for the kernel to find and delete all created config-items. Instead, the configfs-tsm-report mechanism has an expectation that tsm_unregister() can happen at any time and cause established config-item access to start failing. That expectation is not fully satisfied. While tsm_report_read(), tsm_report_{is,is_bin}_visible(), and tsm_report_make_item() safely fail if tsm_ops have been unregistered, tsm_report_privlevel_store() tsm_report_provider_show() fail to check for ops registration. Add the missing checks for tsm_ops having been removed. Now, in supporting the ability for tsm_unregister() to always succeed, it leaves the problem of what to do with lingering config-items. The expectation is that the admin that arranges for the ->remove() (unbind) of the ${tsm_arch}-guest driver is also responsible for deletion of all open config-items. Until that deletion happens, ->probe() (reload / bind) of the ${tsm_arch}-guest driver fails. This allows for emergency shutdown / revocation of attestation interfaces, and requires coordinated restart.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected 70e6f7e2b98575621019aa40ac616be58ff984e0 - < 015f04ac884a454d4d8aaa7b67758f047742b1cfaffected 70e6f7e2b98575621019aa40ac616be58ff984e0 - < cefbafcbdef011d6ef9414902311afdfba3c33ebaffected 70e6f7e2b98575621019aa40ac616be58ff984e0 - < fba4ceaa242d2bdf4c04b77bda41d32d02d3925d |
Linux | Linux | affected 6.7unaffected 0 - < 6.7unaffected 6.12.35 - <= 6.12.*unaffected 6.15.4 - <= 6.15.*unaffected 6.16 - <= * |
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now