CVE-2026-89887 PUBLISHED

media: i2c: ov7740: fix use-after-destroy in remove

Assigner: Linux
Reserved: 11.09.2026 Published: 16.09.2026 Updated: 16.09.2026

In the Linux kernel, the following vulnerability has been resolved:

media: i2c: ov7740: fix use-after-destroy in remove

The ov7740_remove() function had a severe teardown order bug where it destroyed the driver's mutex before freeing the V4L2 control handler which relies on that mutex, leading to a use-after-destroy kernel panic. Furthermore, the driver explicitly called v4l2_ctrl_handler_free() and mutex_destroy() sequentially, but then called ov7740_free_controls() which invokes both of them a second time, resulting in a double-free.

This patch fixes the issue by unregistering the subdevice first, and relying exclusively on ov7740_free_controls() to safely tear down the mutex and control handler in the correct order.

Metrics

CVSS Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CVSS Score: 7.8

AV:L - The UAF is in ov7740_remove() for the onboard OmniVision OV7740 I2C/CSI camera sensor, reached via local I2C teardown (sysfs unbind, i2c delete_device, rmmod) and V4L2 ioctls on /dev/v4l-subdev (V4L2_SUBDEV_FL_HAS_DEVNODE). No network, Bluetooth, or USB packet path exists. AC:L - ov7740_remove() deterministically mutex_destroy()s ov7740->mutex then v4l2_ctrl_handler_free() locks that same mutex and kvfree()s all v4l2_ctrl objects while the subdev is still registered. An attacker holding the node and driving teardown needs no uncontrollable race or rare debug config. PR:L - VIDIOC_G/S_CTRL on the subdev node have no capable() check; udev typically grants /dev/v4l-subdev to the video group or Android camera UID on SAMA5/embedded boards shipping CONFIG_VIDEO_OV7740. Per CNA driver-removal UAF and media i2c unbind precedent this is PR:L, not init-namespace root. UI:N - The attacker opens the V4L2 subdev node and initiates or coordinates driver teardown themselves (unbind/rmmod/maintenance). CNA driver-removal UAFs score UI:N; no separate victim action such as mounting a filesystem is required. S:U - The UAF corrupts host kernel heap (struct v4l2_ctrl, v4l2_ctrl_ref, and handler buckets) within the same OS security authority. It is not a VM escape, IOMMU/DMA isolation bypass, or sandbox breakout. C:H - v4l2_ctrl_handler_free() kvfree()s each v4l2_ctrl while open fds still hold vfh->ctrl_handler and issue VIDIOC_G_CTRL/G_EXT_CTRLS through dangling ctrl lists. Per kernel UAF guidance this enables arbitrary kernel disclosure, so confidentiality is High. I:H - struct v4l2_ctrl embeds ops and type_ops function pointers; VIDIOC_S_CTRL on a sprayed freed object yields control-flow hijack. Kernel UAF guidance scores this High integrity. A:H - mutex_lock of the destroyed mutex and later walks of freed ctrl lists after handler_free oops or panic the kernel even when the UAF is not fully turned into a write primitive, so availability is High.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from 39c5c4471b8d793daf868bd004e56ed420e89707 to 9e4693436c7dcf8584002500ce4b434b79bbf9ed (excl.)
  • affected from 39c5c4471b8d793daf868bd004e56ed420e89707 to 81e9765878d3ac8ad18e3a683332b5d6bc3a0e33 (excl.)
  • affected from 39c5c4471b8d793daf868bd004e56ed420e89707 to 8a02ee6c1c4e88f3a0442bd60d3c77db9a30db5e (excl.)
  • affected from 39c5c4471b8d793daf868bd004e56ed420e89707 to 7512838a19af0a284a58435292243fad21e57ff1 (excl.)
  • affected from 39c5c4471b8d793daf868bd004e56ed420e89707 to 25e2505866c577db2661e4d431f0907c6ec9a3b4 (excl.)
  • affected from 39c5c4471b8d793daf868bd004e56ed420e89707 to af81f35e4f429e769b784754e1aa4d7a922470ac (excl.)
  • affected from 39c5c4471b8d793daf868bd004e56ed420e89707 to 09453b467990e8ef8fe09f45a685f9a625248d33 (excl.)
  • affected from 39c5c4471b8d793daf868bd004e56ed420e89707 to 5d1b3dea5a44124bab6c14a2d71b977dabed54e7 (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 4.16 is affected
  • unaffected from 0 to 4.16 (excl.)
  • unaffected from 5.10.270 to 5.10.* (incl.)
  • unaffected from 5.15.221 to 5.15.* (incl.)
  • unaffected from 6.1.188 to 6.1.* (incl.)
  • unaffected from 6.6.157 to 6.6.* (incl.)
  • unaffected from 6.12.110 to 6.12.* (incl.)
  • unaffected from 6.18.51 to 6.18.* (incl.)
  • unaffected from 7.2.5 to 7.2.* (incl.)
  • unaffected from 7.3-rc1 to * (incl.)

References