FlyerTalk Forums - View Single Post - /storefr.htm displays perl code
View Single Post
Old Feb 1, 2010 | 11:43 pm
  #1  
Richard Chen
 
Join Date: May 2009
Location: EWR
Programs: UA .5M, Vistana 1-Star owner
Posts: 992
Exclamation /storefr.htm displays perl code

Yahoo! Search for "" results in http://www.flyertalk.com/storefr.htm which displays with the wrong Content-type in the http response header so it shows the image http://www.flyertalk.com/images/store.gif followed by code starting with
Code:
#!/usr/bin/perl -I/site/lib

require "cgilib.pl";
require "formatlib.pl";
require "formconfiglib.pl";
...
It's a security problem as it reveals underlying code. I didn't attach a screenshot since it occurs in Chrome4.0.249, IE7.00.1500, and Firefox2.0.12 all in WinXP which I believe should make it reproducable enough for all, but I can attach 1 if requested.

I found this problem of what I confirmed at Ad blocks FT content.
Richard Chen is offline