Security Advisories (2)
CVE-2006-1279 (2006-03-19)

CGI::Session 4.03-1 allows local users to overwrite arbitrary files via a symlink attack on temporary files used by (1) Driver::File, (2) Driver::db_file, and possibly (3) Driver::sqlite.

CPANSA-CGI-Session-2006-01 (2006-04-06)

possible SQL injection attack

NAME

CGI::Session::MyDriver - Perl extension for CGI::Session driver

SYNOPSIS

use CGI::Session::MyDriver;

my $session = new CGI::Session::MyDriver( undef, {..} );

my $sid = $session->id;
....

DESCRIPTION

Here goes the description of the module

AUTHOR

Include your Full name <and@email.addr>

COPYRIGHT

This library is a free software, and can be modified and destributed under the same terms as Perl itself.

SEE ALSO

CGI::Session, CGI::Session::File, CGI::Session::DB_File, CGI::Session::MySQL, Apache::Session