### [CVE-2005-0529](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-0529) ![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=%3D%20n%2Fa%20&color=brighgreen) ![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen) ### Description Linux kernel 2.6.10 and 2.6.11rc1-bk6 uses different size types for offset arguments to the proc_file_read and locks_read_proc functions, which leads to a heap-based buffer overflow when a signed comparison causes negative integers to be used in a positive context. ### POC #### Reference - http://www.redhat.com/support/errata/RHSA-2005-366.html #### Github No PoCs found on GitHub currently.