Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Header Bidding and Malware #2646

Closed
headerbidding opened this issue May 29, 2018 · 4 comments
Closed

Header Bidding and Malware #2646

headerbidding opened this issue May 29, 2018 · 4 comments

Comments

@headerbidding
Copy link

I am having malvertising issues and just found this through a google search:

"Actually with header bidding each ad network can in theory execute any javascript they want even before they win or if they don't win at all. This is because most header bidding adapters execute at least some javascript from the ad network. See pulsepoint for example:

adloader.loadScript(getJsStaticUrl, function () { bid(params); }, true);
It will always load and execute tag-st.contextweb.com/getjs.static.js no matter if they even bid. This javascript can then do a simple redirect of the top page."

Is this true?

From: https://www.reddit.com/r/adops/comments/6gimey/header_bidding_full_of_malware/

@Deimos01
Copy link

External JS or libs from SSPs are not the source of redirects. Redirects are coming from the winning ads rendered on the page.
Some sneaky JS codes are hidden in the creatives and unfortunately there is no magic solution to avoid them. You should take a look to this long issue.

@headerbidding
Copy link
Author

headerbidding commented May 29, 2018

Thank you. This is good information! I have raised the bid floor to $1.00 for all bidders. I hope this will keep the bad guys away.

@mkendall07
Copy link
Member

as of prebid 1.x, the referenced behavior (loading external JS by bidders) is not allowed.

@headerbidding
Copy link
Author

Thank you. That's good to know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants