| Title | LinuxのLinux Kernelにおけるリソースのロックに関する脆弱性 |
|---|---|
| Summary | Linuxカーネルにおいて、regulator_resolve_supply()関数のエラーパスでのロック解除の問題を修正しました。regulator_put()の呼び出し時にlockdep警告が発生していたため、適切なロック処理を追加して問題を解決しています。これにより、supplyレギュレーターの遅延有効化に失敗した際に発生するロック競合を防止します。 |
| Possible impacts | ・当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 ・当該ソフトウェアが扱う情報について、書き換えは発生しません。 ・当該ソフトウェアが完全に停止する可能性があります。 |
| Solution | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| Publication Date | June 3, 2026, midnight |
| Registration Date | June 10, 2026, 2:26 p.m. |
| Last Update | June 10, 2026, 2:26 p.m. |
| CVSS3.0 : 警告 | |
| Score | 5.5 |
|---|---|
| Vector | CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
| Linux |
| Linux Kernel 4.2 |
| Linux Kernel 4.2.1 以上 6.19.4 未満 |
| No | Changed Details | Date of change |
|---|---|---|
| 1 | [2026年06月10日] 掲載 |
June 10, 2026, 2:26 p.m. |
| Summary | In the Linux kernel, the following vulnerability has been resolved: regulator: core: fix locking in regulator_resolve_supply() error path If late enabling of a supply regulator fails in WARNING: drivers/regulator/core.c:2649 at _regulator_put+0x80/0xa0, CPU#6: kworker/u32:4/596 as the regulator_list_mutex must be held when calling _regulator_put(). To solve this, simply switch to using regulator_put(). While at it, we should also make sure that no concurrent access happens While the code in question will be removed altogether in a follow-up |
|---|---|
| Publication Date | June 4, 2026, 3:16 a.m. |
| Registration Date | June 4, 2026, 4:17 a.m. |
| Last Update | June 6, 2026, 5:51 a.m. |