Bugzilla – Bug 916831
VUL-2: CVE-2010-5321: kernel: v4l: videobuf: hotfix a bug on multiple calls to mmap()
Last modified: 2017-10-24 08:51:01 UTC
Since videobuf allocates memory on mmap(), calling mmap enough times for the same buffer (offset) resulted in a new memory allocation by videobuf on each such call and losing the old allocation, resulting in a leak each time and the system running out of memory. Was discussed here http://linuxtv.org/irc/v4l/index.php?date=2010-07-29 and just received a CVE. Unfortunately there aren't many details in the report, so I couldn't identify if we're vulnerable or already have the fix. References: https://bugzilla.redhat.com/show_bug.cgi?id=620629 http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2010-5321
bugbot adjusting priority
This sounds very old (2010). Do we still need to care?
This is very old. Red Hat did a spring cleaning of their bugtracker. Unfortunately there was not enough information so that I could check if we're affected. We will probably still have to wait until more information surfaces.
we should get it into the older kernels, sles10?
Well, the bug itself isn't clear, so it's a bit hard to judge... I'll dig through the git commits whether I can find anything relevant.
(In reply to Takashi Iwai from comment #5) could you find anything?
(In reply to Johannes Segitz from comment #6) > (In reply to Takashi Iwai from comment #5) > could you find anything? Not really. The whole infrastructure has been rewritten afterwards, so I guess the bug was just ripped off at some time in the upstream. Meanwhile, I see no other information (the CVE page in the bug description shows empty). If any test case or more information is provided regarding this CVE, please let me know.
Due to the low severity and no real patch being available we'll keep this as VUL-2 for now and will revisit is later on
all current relevant kernels are fixed.