mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-31 22:31:34 +02:00
18 lines
828 B
Markdown
18 lines
828 B
Markdown
### [CVE-2010-5329](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-5329)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The video_usercopy function in drivers/media/video/v4l2-ioctl.c in the Linux kernel before 2.6.39 relies on the count value of a v4l2_ext_controls data structure to determine a kmalloc size, which might allow local users to cause a denial of service (memory consumption) via a large value.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=fc0a80798576f80ca10b3f6c9c7097f12fd1d64e
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|