### [CVE-2015-0241](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-0241) ![](https://img.shields.io/static/v1?label=Product&message=PostgreSQL&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Vulnerability&message=Other&color=brighgreen) ### Description The to_char function in PostgreSQL before 9.0.19, 9.1.x before 9.1.15, 9.2.x before 9.2.10, 9.3.x before 9.3.6, and 9.4.x before 9.4.1 allows remote authenticated users to cause a denial of service (crash) or possibly execute arbitrary code via a (1) large number of digits when processing a numeric formatting template, which triggers a buffer over-read, or (2) crafted timestamp formatting template, which triggers a buffer overflow. ### POC #### Reference No PoCs from references. #### Github - https://github.com/bidimensional/pgtest