Products

Solutions

Resources

Partners

Community

About

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

The Community Blog is a personal opinion of community members and by no means the official standpoint of DNN Corp or DNN Platform. This is a place to express personal thoughts about DNNPlatform, the community and its ecosystem. Do you have useful information that you would like to share with the DNN Community in a featured article or blog? If so, please contact .

The use of the Community Blog is covered by our Community Blog Guidelines - please read before commenting or posting.


Hacking (on) Facebook

Earlier this year I blogged about that fact that all the hype around Facebook had triggered my curiosity, and I was spending some of my spare time tinkering with the new Facebook platform. Rather than build the typical 'Hello World' application, I wanted to create an application which actually had some more practical use so I asked around to find out what people were looking for.

The common feedback was that people wanted to know which of their friends had visited their Profile, how often, and when ( basically a 'Hit Counter' or 'Site Logger' ). This seemed like a fairly trivial problem based on applications I had built in the past, so I started working on a solution. I downloaded Nikhil Nothari's Facebook.Net class library and began to get a feel for the programming model and API. Almost immediately I ran into technical roadblocks which provoked me to the read the Facebook Privacy policy:

Applications CANNOT track profile views for users who simply visit another person's Profile. Facebook has made this technically impossible.

The reason why it is technically impossible is because Facebook has included restrictions into their platform which prevent references to external resources. The way Facebook deals with this scenario is by performing specialized processing on external references in Profile pages. Take for example an image which is being hosted on an external site. Facebook will pull the image onto its own servers, generate a unique filename, and modify the SRC= attribute to point to the local image rather than the remote image. This effectively prevents third parties from tracking visitors.

So I gave up on that idea for the time being and moved onto a different application. However in the process of building the new application I accidentally stumbled upon a vulnerability which allowed me to circumvent the restriction I just outlined above.

To test out my theory, I went back to my original application and successfully created a Hit Counter on my Profile page – a feat which is supposed to be “technically impossible”.

So how was I able to do this?

The HTML specification has support for TABLE elements and specifically table columns ( TD ). Table columns have a number of custom attributes and one of the more obscure attributes is the BACKGROUND= attribute. This attribute allows you to specify a URL to a resource. So what my application did was inject a very simple HTML table with a BACKGROUND= attribute into a users Profile.

Apparently the Profile script parser was not smart enough to recognize the BACKGROUND= attribute, so it left it intact. This allowed me from my remote server to capture details about the request including the persons IP address, querystring, etc… And leveraging the ID parameter, I was able to track the number of hits to a users profile and dynamically generate and serve an image containing the number of hits. In addition, by cross referencing IP Addresses and IDs, the application could keep track of who was visiting whom, how often, and when. Using the IP address and geocoding, it could even figure out where the user was currently located.

I named the application 'Top Visitors', added the application to the Facebook directory, and within a week it had grown to 5,000 users. Within two weeks it had doubled to 10,000 users. It appeared there was definitely demand for the application so I added some more advanced features which provided more privacy. Basically a user could choose to be visible to some of their friends and invisible to others.

Pretty soon I began to get a variety of Privacy complaints from users. Based on the aforementioned privacy policy I had expected this to happen, and I even anticipated that Facebook may shut down my application completely when they recognized the vulnerability. Technically, my application only recognized users who made the conscious decision to install the application in their Profile. And since only Friends are allowed to view a Profile page, it did not seem to be a serious privacy concern.

However, as the creator of DotNetNuke, a pervasive platform in its own right, my own conscience began to get the best of me. To preempt the embarrassment of getting branded a malicious 'hacker' I reached out to Facebook in May 2008 and was lucky enough to get into contact with Facebook Vice President of User Growth, Mobile and International Expansion, Chamath Palihapitiya. I explained the vulnerability to him and recommended a modification to their Profile parser. To their credit, Facebook moved very quickly to patch their site, eliminating the vulnerability within days with no side effects or public consequences. I was highly impressed with the professionalism of their executive management and how serious they are in regards to user privacy.

The patch effectively busted my application, so the next barrage of complaints I received were from the thousands of Facebook users who were big fans of the Top Visitors application and were wondering why it was suddenly broken. I posted a note in the application directory listing indicating that a change to the underlying Facebook platform was responsible for the problem and that there was no known solution. Many people did not read this message and to this day I still get complaints from users who want to add the application to their profile ( I should probably remove the applicaton from the Facebook directory ).

The one thing I find most perplexing about the whole thing is the fact that Facebook has not yet added such a feature to their platform. Since their business model is based on advertising, the number of "sticky" features in their platform are directly related to the amount of revenue they can generate. And I know for a fact that the Top Visitors application was extremely sticky - users would constantly refresh the page to see who had visited their Profile. And since no third party developer can create a feature such as this due to the technical restrictions, there would be no complaints of Facebook competing with its own platform developers. As far as privacy is concerned, Facebook could leave the feature disabled by default and allow users to enable it at their own discretion through their privacy settings. And including the Visibility capabilities similar to those I included in Top Visitors would provide users with ultimate control. Anyways, I have no idea how Facebook integrates feature requests with its roadmap, so we shall have to wait and see if something like this ever materializes...

 

Comments

Comment Form

Only registered users may post comments.

NewsArchives


Aderson Oliveira (22)
Alec Whittington (11)
Alessandra Daniels (3)
Alex Shirley (10)
Andrew Hoefling (3)
Andrew Nurse (30)
Andy Tryba (1)
Anthony Glenwright (5)
Antonio Chagoury (28)
Ash Prasad (37)
Ben Schmidt (1)
Benjamin Hermann (25)
Benoit Sarton (9)
Beth Firebaugh (12)
Bill Walker (36)
Bob Kruger (5)
Bogdan Litescu (1)
Brian Dukes (2)
Brice Snow (1)
Bruce Chapman (20)
Bryan Andrews (1)
cathal connolly (55)
Charles Nurse (163)
Chris Hammond (213)
Chris Paterra (55)
Clint Patterson (108)
Cuong Dang (21)
Daniel Bartholomew (2)
Daniel Mettler (181)
Daniel Valadas (48)
Dave Buckner (2)
David Poindexter (12)
David Rodriguez (3)
Dennis Shiao (1)
Doug Howell (11)
Erik van Ballegoij (30)
Ernst Peter Tamminga (80)
Francisco Perez Andres (17)
Geoff Barlow (12)
George Alatrash (12)
Gifford Watkins (3)
Gilles Le Pigocher (3)
Ian Robinson (7)
Israel Martinez (17)
Jan Blomquist (2)
Jan Jonas (3)
Jaspreet Bhatia (1)
Jenni Merrifield (6)
Joe Brinkman (274)
John Mitchell (1)
Jon Henning (14)
Jonathan Sheely (4)
Jordan Coopersmith (1)
Joseph Craig (2)
Kan Ma (1)
Keivan Beigi (3)
Kelly Ford (4)
Ken Grierson (10)
Kevin Schreiner (6)
Leigh Pointer (31)
Lorraine Young (60)
Malik Khan (1)
Matt Rutledge (2)
Matthias Schlomann (16)
Mauricio Márquez (5)
Michael Doxsey (7)
Michael Tobisch (3)
Michael Washington (202)
Miguel Gatmaytan (3)
Mike Horton (19)
Mitchel Sellers (40)
Nathan Rover (3)
Navin V Nagiah (14)
Néstor Sánchez (31)
Nik Kalyani (14)
Oliver Hine (1)
Patricio F. Salinas (1)
Patrick Ryan (1)
Peter Donker (54)
Philip Beadle (135)
Philipp Becker (4)
Richard Dumas (22)
Robert J Collins (5)
Roger Selwyn (8)
Ruben Lopez (1)
Ryan Martinez (1)
Sacha Trauwaen (1)
Salar Golestanian (4)
Sanjay Mehrotra (9)
Scott McCulloch (1)
Scott Schlesier (11)
Scott Wilkinson (3)
Scott Willhite (97)
Sebastian Leupold (80)
Shaun Walker (237)
Shawn Mehaffie (17)
Stefan Cullmann (12)
Stefan Kamphuis (12)
Steve Fabian (31)
Steven Fisher (1)
Tony Henrich (3)
Torsten Weggen (3)
Tycho de Waard (4)
Vicenç Masanas (27)
Vincent Nguyen (3)
Vitaly Kozadayev (6)
Will Morgenweck (40)
Will Strohl (180)
William Severance (5)
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out