CVE-2023-53349
published 2025-09-17CVE-2023-53349: In the Linux kernel, the following vulnerability has been resolved: media: ov2740: Fix memleak in ov2740_init_controls() There is a kmemleak when testing the…
PriorityP419medium5.5CVSS 3.1
AVLACLPRLUINSUCNINAH
EPSS
0.18%
8.2th percentile
In the Linux kernel, the following vulnerability has been resolved:
media: ov2740: Fix memleak in ov2740_init_controls()
There is a kmemleak when testing the media/i2c/ov2740.c with bpf mock
device:
unreferenced object 0xffff8881090e19e0 (size 16):
comm "51-i2c-ov2740", pid 278, jiffies 4294781584 (age 23.613s)
hex dump (first 16 bytes):
00 f3 7c 0b 81 88 ff ff 80 75 6a 09 81 88 ff ff ..|......uj.....
backtrace:
[] __kmalloc_node+0x44/0x1b0
[] kvmalloc_node+0x34/0x180
[] v4l2_ctrl_handler_init_class+0x11d/0x180
[videodev]
[] ov2740_probe+0x37d/0x84f [ov2740]
[] i2c_device_probe+0x28d/0x680
[] really_probe+0x17c/0x3f0
[] __driver_probe_device+0xe3/0x170
[] device_driver_attach+0x34/0x80
[] bind_store+0x10b/0x1a0
[] drv_attr_store+0x49/0x70
[] sysfs_kf_write+0x8c/0xb0
[] kernfs_fop_write_iter+0x216/0x2e0
[] vfs_write+0x658/0x810
[] ksys_write+0xd6/0x1b0
[] do_syscall_64+0x38/0x90
[] entry_SYSCALL_64_after_hwframe+0x63/0xcd
ov2740_init_controls() won't clean all the allocated resources in fail
path, which may causes the memleaks. Add v4l2_ctrl_handler_free() to
prevent memleak.
Affected
15 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| debian | linux | < linux 6.1.20-1 (bookworm) | linux 6.1.20-1 (bookworm) |
| linux | linux | — | — |
| linux | linux | >= 866edc895171f1256aad3e81dce193447955c202 < a163ee11345d8322321c28bd61631de32455b987 | a163ee11345d8322321c28bd61631de32455b987 |
| linux | linux | >= 866edc895171f1256aad3e81dce193447955c202 < 3969b2ebc66039306f505c7c630c5530800f83c0 | 3969b2ebc66039306f505c7c630c5530800f83c0 |
| linux | linux | >= 866edc895171f1256aad3e81dce193447955c202 < fc33380ae06f438b652f66b9370b543976ac8a03 | fc33380ae06f438b652f66b9370b543976ac8a03 |
| linux | linux | >= 866edc895171f1256aad3e81dce193447955c202 < 7c405ee63447f14eefcfe12a18aa749abbd596ea | 7c405ee63447f14eefcfe12a18aa749abbd596ea |
| linux | linux | >= 866edc895171f1256aad3e81dce193447955c202 < 2d899592ed7829d0d5140853bac4d58742a6b8af | 2d899592ed7829d0d5140853bac4d58742a6b8af |
| linux | linux_kernel | >= 0 < 5.10.178-1 | 5.10.178-1 |
| linux | linux_kernel | >= 0 < 6.1.20-1 | 6.1.20-1 |
| linux | linux_kernel | >= 0 < 6.1.20-1 | 6.1.20-1 |
| linux | linux_kernel | >= 0 < 6.1.20-1 | 6.1.20-1 |
| linux | linux_kernel | >= 5.11 < 5.15.99 | 5.15.99 |
| linux | linux_kernel | >= 5.16 < 6.1.16 | 6.1.16 |
| linux | linux_kernel | >= 5.8 < 5.10.173 | 5.10.173 |
| linux | linux_kernel | >= 6.2 < 6.2.3 | 6.2.3 |
CVSS provenance
nvdv3.15.5MEDIUMCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
osv5.5MEDIUM
vendor_debian5.5MEDIUM
vendor_redhat5.5MEDIUM
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
GHSA-8g4h-m7m7-62x8: In the Linux kernel, the following vulnerability has been resolved:
media: ov2740: Fix memleak in ov2740_init_controls()
There is a kmemleak when te
ghsa_unreviewed·2025-09-17
CVE-2023-53349 [MEDIUM] CWE-401 GHSA-8g4h-m7m7-62x8: In the Linux kernel, the following vulnerability has been resolved:
media: ov2740: Fix memleak in ov2740_init_controls()
There is a kmemleak when te
In the Linux kernel, the following vulnerability has been resolved:
media: ov2740: Fix memleak in ov2740_init_controls()
There is a kmemleak when testing the media/i2c/ov2740.c with bpf mock
device:
unreferenced object 0xffff8881090e19e0 (size 16):
comm "51-i2c-ov2740", pid 278, jiffies 4294781584 (age 23.613s)
hex dump (first 16 bytes):
00 f3 7c 0b 81 88 ff ff 80 75 6a 09 81 88 ff ff ..|......uj.....
backtrace:
[] __kmalloc_node+0x44/0x1b0
[] kvmalloc_node+0x34/0x180
[] v4l2_ctrl_handler_init_class+0x11d/0x180
[videodev]
[] ov2740_probe+0x37d/0x84f [ov2740]
[] i2c_device_probe+0x28d/0x680
[] really_probe+0x17c/0x3f0
[] __driver_probe_device+0xe3/0x170
[] device_driver_attach+0x34/0x80
[] bind_store+0x10b/0x1a0
[] drv_attr_store+0x49/0x70
[] sysfs_kf_write+0x8c/0xb0
[] kernfs_fop_write_
OSV
CVE-2023-53349: In the Linux kernel, the following vulnerability has been resolved: media: ov2740: Fix memleak in ov2740_init_controls() There is a kmemleak when test
osv·2025-09-17·CVSS 5.5
CVE-2023-53349 [MEDIUM] CVE-2023-53349: In the Linux kernel, the following vulnerability has been resolved: media: ov2740: Fix memleak in ov2740_init_controls() There is a kmemleak when test
In the Linux kernel, the following vulnerability has been resolved: media: ov2740: Fix memleak in ov2740_init_controls() There is a kmemleak when testing the media/i2c/ov2740.c with bpf mock device: unreferenced object 0xffff8881090e19e0 (size 16): comm "51-i2c-ov2740", pid 278, jiffies 4294781584 (age 23.613s) hex dump (first 16 bytes): 00 f3 7c 0b 81 88 ff ff 80 75 6a 09 81 88 ff ff ..|......uj..... backtrace: [] __kmalloc_node+0x44/0x1b0 [] kvmalloc_node+0x34/0x180 [] v4l2_ctrl_handler_init_class+0x11d/0x180 [videodev] [] ov2740_probe+0x37d/0x84f [ov2740] [] i2c_device_probe+0x28d/0x680 [] really_probe+0x17c/0x3f0 [] __driver_probe_device+0xe3/0x170 [] device_driver_attach+0x34/0x80 [] bind_store+0x10b/0x1a0 [] drv_attr_store+0x49/0x70 [] sysfs_kf_write+0x8c/0xb0 [] kernfs_fop_write_ite
Red Hat
kernel: media: ov2740: Fix memleak in ov2740_init_controls()
vendor_redhat·2025-09-17·CVSS 5.5
CVE-2023-53349 [MEDIUM] kernel: media: ov2740: Fix memleak in ov2740_init_controls()
kernel: media: ov2740: Fix memleak in ov2740_init_controls()
In the Linux kernel, the following vulnerability has been resolved:
media: ov2740: Fix memleak in ov2740_init_controls()
There is a kmemleak when testing the media/i2c/ov2740.c with bpf mock
device:
unreferenced object 0xffff8881090e19e0 (size 16):
comm "51-i2c-ov2740", pid 278, jiffies 4294781584 (age 23.613s)
hex dump (first 16 bytes):
00 f3 7c 0b 81 88 ff ff 80 75 6a 09 81 88 ff ff ..|......uj.....
backtrace:
[] __kmalloc_node+0x44/0x1b0
[] kvmalloc_node+0x34/0x180
[] v4l2_ctrl_handler_init_class+0x11d/0x180
[videodev]
[] ov2740_probe+0x37d/0x84f [ov2740]
[] i2c_device_probe+0x28d/0x680
[] really_probe+0x17c/0x3f0
[] __driver_probe_device+0xe3/0x170
[] device_driver_attach+0x34/0x80
[] bind_store+0x10b/0x1a0
[] drv_attr_store
Debian
CVE-2023-53349: linux - In the Linux kernel, the following vulnerability has been resolved: media: ov27...
vendor_debian·2023·CVSS 5.5
CVE-2023-53349 [MEDIUM] CVE-2023-53349: linux - In the Linux kernel, the following vulnerability has been resolved: media: ov27...
In the Linux kernel, the following vulnerability has been resolved: media: ov2740: Fix memleak in ov2740_init_controls() There is a kmemleak when testing the media/i2c/ov2740.c with bpf mock device: unreferenced object 0xffff8881090e19e0 (size 16): comm "51-i2c-ov2740", pid 278, jiffies 4294781584 (age 23.613s) hex dump (first 16 bytes): 00 f3 7c 0b 81 88 ff ff 80 75 6a 09 81 88 ff ff ..|......uj..... backtrace: [] __kmalloc_node+0x44/0x1b0 [] kvmalloc_node+0x34/0x180 [] v4l2_ctrl_handler_init_class+0x11d/0x180 [videodev] [] ov2740_probe+0x37d/0x84f [ov2740] [] i2c_device_probe+0x28d/0x680 [] really_probe+0x17c/0x3f0 [] __driver_probe_device+0xe3/0x170 [] device_driver_attach+0x34/0x80 [] bind_store+0x10b/0x1a0 [] drv_attr_store+0x49/0x70 [] sysfs_kf_write+0x8c/0xb0 [] kernfs_fop_write_ite
No detection rules found.
No public exploits indexed.
https://git.kernel.org/stable/c/2d899592ed7829d0d5140853bac4d58742a6b8afhttps://git.kernel.org/stable/c/3969b2ebc66039306f505c7c630c5530800f83c0https://git.kernel.org/stable/c/7c405ee63447f14eefcfe12a18aa749abbd596eahttps://git.kernel.org/stable/c/a163ee11345d8322321c28bd61631de32455b987https://git.kernel.org/stable/c/fc33380ae06f438b652f66b9370b543976ac8a03
2025-09-17
Published