Mandriva: Updated postgresql packages fix denial of service


 
Thread Tools Search this Thread
Special Forums Cybersecurity Security Advisories (RSS) Mandriva: Updated postgresql packages fix denial of service
# 1  
Old 01-09-2008
Mandriva: Updated postgresql packages fix denial of service

LinuxSecurity.com: Index Functions Privilege Escalation (CVE-2007-6600): as a unique feature, PostgreSQL allows users to create indexes on the results of user-defined functions, known as expression indexes. This provided two vulnerabilities to privilege escalation: (1) index functions were executed as the superuser and not the table owner during VACUUM and ANALYZE, and (2) that SET ROLE and SET SESSION AUTHORIZATION were

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
nameserv::common(n)					       Name service facility					       nameserv::common(n)

__________________________________________________________________________________________________________________________________________________

NAME
nameserv::common - Name service facility, shared definitions SYNOPSIS
package require Tcl 8 package require nameserv::common ?0.1? ::nameserv::common::port _________________________________________________________________ DESCRIPTION
Please read Name service facility, introduction first. This package is internal and of no interest to users. It provides the commands of the name service facility which are shared by the client and server implemented by the packages nameserv::server and nameserv (the client). This service is built in top of and for the package comm. It has nothing to do with the Internet's Domain Name System. If the reader is looking for a package dealing with that please see Tcllib's packages dns and resolv. API
The package exports a single command, as specified below: ::nameserv::common::port The result returned by the command is the id of the default TCP/IP port a nameservice server will listen on, and a name service client will try to connect to. BUGS, IDEAS, FEEDBACK This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category nameserv of the Tcllib SF Trackers [http://sourceforge.net/tracker/?group_id=12883]. Please also report any ideas for enhancements you may have for either package and/or documentation. SEE ALSO
nameserv::client(n), nameserv::server(n) KEYWORDS
client, name service, server CATEGORY
Networking COPYRIGHT
Copyright (c) 2007-2008 Andreas Kupries <andreas_kupries@users.sourceforge.net> nns 0.1 nameserv::common(n)