Page 1 of 3 123 LastLast
Results 1 to 10 of 22

Thread: Potential Spam Loop Hole

  1. #1
    Thread Starter
    Junior Member
    Not a Verified Customer
    planetsean's Avatar
    Join Date
    Jun 2009
    Location
    USA
    Posts
    29
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Potential Spam Loop Hole

    Doing some testing tonight on my ClassiPress site I see a potential hole that spammers can use to contact sellers. If you view source on a listing page, you can clearly see the persons email address. A spam bot can read the source, grab the email address and off it goes.

    We need a contact form for the sellers that maybe pulls the email address from the database since it's already stored from the registration and not actually have it present on the form.

    I tested this while logged in and logged out with the same result. Not sure if this is a bug or if it's been reported before. I didn't see anything in the forum, so I started this thread.

    Thoughts?

  2. #2
    pepsi's Avatar
    Join Date
    Mar 2009
    Location
    New Zealand
    Posts
    14,883
    Thanks
    91
    Thanked 804 Times in 718 Posts

    Re: Potential Spam Loop Hole

    Oh yeah it does too...thanks for pointing it out...

  3. #3
    Senior Member herb_'s Avatar
    Join Date
    May 2009
    Posts
    230
    Thanks
    0
    Thanked 6 Times in 6 Posts

    Re: Potential Spam Loop Hole

    Good find. That should definitely be fixed.

    Especially since the submit ad form reads "Email (will not be displayed)"

    That gives a false sense of security.

    A fix would need to pull the email from each ad, because that email can be different than the email a user registers with.

  4. #4
    Thread Starter
    Junior Member
    Not a Verified Customer
    planetsean's Avatar
    Join Date
    Jun 2009
    Location
    USA
    Posts
    29
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Potential Spam Loop Hole

    Quote Originally Posted by herb_
    Good find. That should definitely be fixed.

    Especially since the submit ad form reads "Email (will not be displayed)"

    That gives a false sense of security.

    A fix would need to pull the email from each ad, because that email can be different than the email a user registers with.
    From what I can tell, for each ad listing, it pulls the email address of the registered users account. I wasn't aware that a user could change the email address on a per listing basis.

    Indeed I hope this gets fixed pretty quickly and should be a top priority as you mentioned.

  5. #5
    Senior Member herb_'s Avatar
    Join Date
    May 2009
    Posts
    230
    Thanks
    0
    Thanked 6 Times in 6 Posts

    Re: Potential Spam Loop Hole

    I think I see what's happening.

    When you are logged in and view source code (from any page I believe) you can see your own email that you registered with at:

    Code:
    <input type="text" id="email" class="adfields" name="email" size="60" maxlength="100" value="youremail@example.com" />
    When viewing the source code of an ad listing, and being logged in, you see that part above... and you will also see this:

    Code:
    <input type="hidden" name="receiver_email" value="exampleemailenteredinadlisting@hotmailm3gd0374hcom" />
    When viewing the source code of an ad page, while not being logged in, you still can see the emailenteredinadlisting@hotmailm3gd0374hcom but you don't see your own email that you registered with.

    ------------------------------------

    When entering details in the form to list an ad, the registrants email is automatically filled into the email field, but she can change it if desiring to receive responses at a different email address.

    It appears the "exampleemailenteredinadlisting" is very weakly encrypted. See for yourself.

  6. #6
    Thread Starter
    Junior Member
    Not a Verified Customer
    planetsean's Avatar
    Join Date
    Jun 2009
    Location
    USA
    Posts
    29
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Potential Spam Loop Hole

    Quote Originally Posted by herb_
    When viewing the source code of an ad page, while not being logged in, you still can see the emailenteredinadlisting@hotmailm3gd0374hcom but you don't see your own email that you registered with.

    ------------------------------------

    When entering details in the form to list an ad, the registrants email is automatically filled into the email field, but she can change it if desiring to receive responses at a different email address.

    It appears the "exampleemailenteredinadlisting" is very weakly encrypted. See for yourself.
    The only thing sort of being encrypted is the dot com at the end of an email address. This takes a spam bot about 2 seconds to figure out. Using unicode or some other method to mixup an en email address is super weak as you mentioned.

    It would still be good to not even display the email address in the source, but have it pulled like the WordPress contact form plugin.

  7. #7
    Founder dcowgill's Avatar
    Join Date
    Mar 2009
    Location
    San Francisco, CA
    Posts
    1,939
    Thanks
    66
    Thanked 135 Times in 99 Posts

    Re: Potential Spam Loop Hole

    Agreed. Yes, it's something that will get fixed. I wouldn't say spam bots can figure it out in 2 seconds though....

    The email address should not even be visible in the code and that's how I plan on changing it.

  8. #8
    Thread Starter
    Junior Member
    Not a Verified Customer
    planetsean's Avatar
    Join Date
    Jun 2009
    Location
    USA
    Posts
    29
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Potential Spam Loop Hole

    Quote Originally Posted by dcowgill
    Agreed. Yes, it's something that will get fixed. I wouldn't say spam bots can figure it out in 2 seconds though....
    I ran a little test on my site and sure enough I was able to run a script bot to figure it out pretty quickly... maybe not 2 seconds but pretty quickly.

    Quote Originally Posted by dcowgill
    The email address should not even be visible in the code and that's how I plan on changing it.
    Awesome. Good to hear. Thanks for chiming in on the thread.

  9. #9
    Amateur
    Not a Verified Customer
    roxie's Avatar
    Join Date
    May 2009
    Posts
    19
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Potential Spam Loop Hole

    Good to hear that David.
    "An e-mailaddress shouldn't be visible in the code/source code".
    The only way people should be able to contact an ad owner is via the contactform in the sidebar.
    Hope this will get fixed ASAP.

  10. #10
    Amateur
    Not a Verified Customer
    roxie's Avatar
    Join Date
    May 2009
    Posts
    19
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Potential Spam Loop Hole

    Any updates on this David??

Page 1 of 3 123 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Do you have problem with spam robots posting?
    By bastian in forum ClassiPress General Discussion
    Replies: 4
    Last Post: June 15th, 2009, 10:57 AM