Bugzilla will be upgraded to version 5.0 on a still to be determined date in the near future. The original upgrade date has been delayed.
Bug 1334316 - (CVE-2016-4568) CVE-2016-4568 kernel: videobuf2-v412: Planes array amount not verified in buffer dequeueing
CVE-2016-4568 kernel: videobuf2-v412: Planes array amount not verified in buf...
Status: NEW
Product: Security Response
Classification: Other
Component: vulnerability (Show other bugs)
unspecified
All Linux
low Severity low
: ---
: ---
Assigned To: Red Hat Product Security
impact=low,public=20160507,reported=2...
: Security
Depends On: 1334317
Blocks:
  Show dependency treegraph
 
Reported: 2016-05-09 07:38 EDT by Andrej Nemec
Modified: 2018-08-28 18:05 EDT (History)
28 users (show)

See Also:
Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
Environment:
Last Closed:
Type: ---
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: ---
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---


Attachments (Terms of Use)

  None (edit)
Description Andrej Nemec 2016-05-09 07:38:21 EDT
 When a buffer is being dequeued using VIDIOC_DQBUF IOCTL, the exact buffer which will be dequeued is not known until the buffer has been removed from the queue. The number of planes is specific to a buffer, not to the queue.
    
This does lead to the situation where multi-plane buffers may be requested and queued with n planes, but VIDIOC_DQBUF IOCTL may be passed an argument struct with fewer planes.
    
__fill_v4l2_buffer() however uses the number of planes from the dequeued videobuf2 buffer, overwriting kernel memory (the m.planes array allocated in video_usercopy() in v4l2-ioctl.c)  if the user provided fewer planes than the dequeued buffer had.

References:

http://seclists.org/oss-sec/2016/q2/272

Upstream fix:

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=2c1f6951a8a82e6de0d82b1158b5e493fc6c54ab

Introduced by:

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=b0e0e1f83de31aa0428c38b692c590cc0ecd3f03
Comment 1 Andrej Nemec 2016-05-09 07:39:26 EDT
Created kernel tracking bugs for this issue:

Affects: fedora-all [bug 1334317]

Note You need to log in before you can comment on or make changes to this bug.