CVE-2022-50725
Last modified
CVE-2022-50725 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: media: vidtv: Fix use-after-free in vidtv_bridge_dvb_init() KASAN reports a use-after-free: BUG: KASAN: use-after-free in dvb_dmxdev_release+0x4d5/0x5d0 [dvb_core] Call Trace: ... dvb_dmxdev_release+0x4d5/0x5d0 [dvb_core] vidtv_bridge_probe+0x7bf/0xa40 [dvb_vidtv_bridge] platform_probe+0xb6/0x170 ... Allocated by task 1238: ... dvb_register_device+0x1a7/0xa70 [dvb_core] dvb_dmxdev_init+0x2af/0x4a0 [dvb_core] vidtv_bridge_probe+0x766/0xa40 [dvb_vidtv_bridge] ... Freed by task 1238: dvb_register_device+0x6d2/0xa70 [dvb_core] dvb_dmxdev_init+0x2af/0x4a0 [dvb_core] vidtv_bridge_probe+0x766/0xa40 [dvb_vidtv_bridge] ... It is because the error handling in vidtv_bridge_dvb_init() is wrong. First, vidtv_bridge_dmx(dev)_init() will clean themselves when fail, but goto fail_dmx(_dev): calls release functions again, which causes use-after-free. Also, in fail_fe, fail_tuner_probe and fail_demod_probe, j = i will cause out-of-bound when i finished its loop (i == NUM_FE). And the loop releasing is wrong, although now NUM_FE is 1 so it won't cause problem. Fix this by correctly releasing everything.. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: media: vidtv: Fix use-after-free in vidtv_bridge_dvb_init() KASAN reports a use-after-free: BUG: KASAN: use-after-free in dvb_dmxdev_release+0x4d5/0x5d0 [dvb_core] Call Trace: ... dvb_dmxdev_release+0x4d5/0x5d0 [dvb_core] vidtv_bridge_probe+0x7bf/0xa40 [dvb_vidtv_bridge] platform_probe+0xb6/0x170 ... Allocated by task 1238: ... dvb_register_device+0x1a7/0xa70 [dvb_core] dvb_dmxdev_init+0x2af/0x4a0 [dvb_core] vidtv_bridge_probe+0x766/0xa40 [dvb_vidtv_bridge] ... Freed by task 1238: dvb_register_device+0x6d2/0xa70 [dvb_core] dvb_dmxdev_init+0x2af/0x4a0 [dvb_core] vidtv_bridge_probe+0x766/0xa40 [dvb_vidtv_bridge] ... It is because the error handling in vidtv_bridge_dvb_init() is wrong. First, vidtv_bridge_dmx(dev)_init() will clean themselves when fail, but goto fail_dmx(_dev): calls release functions again, which causes use-after-free. Also, in fail_fe, fail_tuner_probe and fail_demod_probe, j = i will cause out-of-bound when i finished its loop (i == NUM_FE). And the loop releasing is wrong, although now NUM_FE is 1 so it won't cause problem. Fix this by correctly releasing everything.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= f90cf6079bf67988f8b1ad1ade70fc89d0080905, < 0369af6fe33d4053899b121b32e91f870b2cf0ae; >= f90cf6079bf67988f8b1ad1ade70fc89d0080905, < c290aa527fd832d278c6388a3ba53a9890fbd74a; >= f90cf6079bf67988f8b1ad1ade70fc89d0080905, < 06398ce69571a43a8a0dd0f1bfe35d221f726a6a; >= f90cf6079bf67988f8b1ad1ade70fc89d0080905, < 8a204a0b4a0d105229735222c515759ea2b126c1; >= f90cf6079bf67988f8b1ad1ade70fc89d0080905, < ba8d9405935097e296bcf7a942c3a01df0edb865 |
| Linux | Linux | 5.10 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2022-50725?
How severe is CVE-2022-50725?
How do I fix CVE-2022-50725?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2022
- CVE-2022-50719In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-50720In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50721In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50722In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50723In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50724In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50726In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-50727In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50728In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50729In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50730In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50731In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2022-50725?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
