Advertisement:

Author Topic: Strange log  (Read 1214 times)

Aficionado

  • Guest
Strange log
« on: April 14, 2015, 02:58:49 pm »
I see a lot of visits to pages like

http://www.website.com/index.php?page=ajax&action=location_regions&country=US&term=ut   (example)

and i visited one of them (the above example). And it returns

[{"id":"782086","label":"Utah","value":"Utah"}]

Is that any kind of risk ?

Thanks

teseo

  • Hero Member
  • *****
  • Posts: 6169
Re: Strange log
« Reply #1 on: April 14, 2015, 03:25:50 pm »
Hi,

I don't think so. It looks like your usual autocomplete Ajax request.

Regards

Aficionado

  • Guest
Re: Strange log
« Reply #2 on: April 14, 2015, 03:31:18 pm »
Hi,

I don't think so. It looks like your usual autocomplete Ajax request.

Regards

You don't think it could be further exploited ?

 :o

teseo

  • Hero Member
  • *****
  • Posts: 6169
Re: Strange log
« Reply #3 on: April 14, 2015, 04:04:26 pm »
The same way that could be exploited any use of jQuery Autocomplete on thousands of sites. I don't know if that's possible, but in any case I don't think it would be an Osclass specific issue.

Regards

frosticek

  • Hero Member
  • *****
  • Posts: 3948
Re: Strange log
« Reply #4 on: April 14, 2015, 05:23:11 pm »
@Aficionado
This is ajax used i.e. if you have city select/autocomplete filtered based on region selection, in same way all websites use ajax.