CISA-2022-50340
Reported by Linux · Published September 16, 2025
In the Linux kernel, the following vulnerability has been resolved: media: vimc: Fix wrong function called when vimc_init() fails In vimc_init(), when platform_driver_register(&vimc_pdrv) fails, platform_driver_unregister(&vimc_pdrv) is wrongly called rather than platform_device_unregister(&vimc_pdev), which causes kernel warning: Unexpected driver unregister! WARNING: CPU: 1 PID: 14517 at drivers/base/driver.c:270 driver_unregister+0x8f/0xb0 RIP: 0010:driver_unregister+0x8f/0xb0 Call Trace: <TASK> vimc_init+0x7d/0x1000 [vimc] do_one_initcall+0xd0/0x4e0 do_init_module+0x1cf/0x6b0 load_module+0x65c2/0x7820
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | 4a29b70907496aa9da79112ec31cf9cf2b972c3f, 4a29b70907496aa9da79112ec31cf9cf2b972c3f, 4a29b70907496aa9da79112ec31cf9cf2b972c3f |
| Linux | Linux | 4.13, 0, 5.10.163 |
| Linux | Linux | 6.2, 4a29b70907496aa9da79112ec31cf9cf2b972c3f, 4a29b70907496aa9da79112ec31cf9cf2b972c3f |
| linux | linux_kernel | 4.13, 4.13, 4.13 |
Timeline
- Sep 16, 2025 CVE Published
- Jan 14, 2026 CVE Updated