Sponsored Content
Special Forums Cybersecurity Security Advisories (RSS) S-159: Facebook Photo Uploader 4 'ImageUploader4.1.ocx' ActiveX Control Vulnerability Post 302163618 by Linux Bot on Friday 1st of February 2008 04:40:03 PM
Old 02-01-2008
S-159: Facebook Photo Uploader 4 'ImageUploader4.1.ocx' ActiveX Control Vulnerability

Facebook Photo Uploader ActiveX control is prone to a buffer overflow vulnerability because the application fails to perform adequate boundary checks on user-supplied data. The risk is MEDIUM. Successfully exploiting this issue may allow remote attackers to execute arbitrary code in the context of the application using the ActiveX control (typically Internet Explorer). Failed exploit attempts will result in denial-of-service conditions.


More...
 
Jifty::Plugin::Authentication::Facebook(3pm)		User Contributed Perl Documentation	      Jifty::Plugin::Authentication::Facebook(3pm)

NAME
Jifty::Plugin::Authentication::Facebook - Facebook authentication plugin for Jifty DESCRIPTION Provides standalone Facebook authentication for your Jifty application. It adds the columns "facebook_name", "facebook_uid", "facebook_session", and "facebook_session_expires" to your User model. SYNOPSIS
In your jifty config.yml under the "framework" section: Plugins: - Authentication::Facebook: api_key: xxx secret: xxx You may set any options which the "new" method of WWW::Facebook::API understands. In your User model, you'll need to include the line use Jifty::Plugin::Authentication::Facebook::Mixin::Model::User; after your schema definition (which may be empty). You may also wish to include sub _brief_description { 'facebook_name' } To use the user's Facebook name as their description. See Jifty::Plugin::Authentication::Facebook::View for the provided templates and Jifty::Plugin::Authentication::Facebook::Dispatcher for the URLs handled. init api Generates a new WWW::Facebook::API for the current user get_login_url Gets the login URL, preserving continuations get_link_url Gets the login URL used for linking, preserving continuations AUTHOR
Alex Vandiver LICENSE
Copyright 2005-2009 Best Practical Solutions, LLC. This program is free software and may be modified and distributed under the same terms as Perl itself. perl v5.10.0 2009-06-09 Jifty::Plugin::Authentication::Facebook(3pm)
All times are GMT -4. The time now is 08:44 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy