Fixed                
                
            
            
                
                    Created: Jun 12, 2015   
                                            Updated: Mar 4, 2016                                    
                
                    
                                    
             
         
        
            
            
                                    
                        Resolved Date: Jun 25, 2015                    
                
                                    
                        Previous ID: LIN4-32730                    
                
                                    
                        Found In Version: 8.0                     
                
                                    
                        Fix Version: 8.0.0.0.LB06                    
                
                                        
                            Severity: Standard                        
                    
                                        
                            Applicable for: Wind River Linux 8                        
                    
                                    
                        Component/s: Userspace                    
                
                
                             
         
                        
                The PostgreSQL project reports the following issue:
PostgreSQL includes a replacement implementation of printf and related functions. This code will overrun a stack buffer when formatting a floating point number (conversion specifiers e, E, f, F, g or G) with requested precision greater than about 500. This will crash the server, and we have not ruled out the possibility of attacks that lead to privilege escalation. A database user can trigger such a buffer overrun through the to_char() SQL function. While that is the only affected core PostgreSQL functionality, extension modules that use printf-family functions may be at risk as well.
This issue primarily affects PostgreSQL on Windows. PostgreSQL uses the system implementation of these functions where adequate, which it is on other modern platforms.
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-0242