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

Malware injected into some pages #23

Open
Feuermurmel opened this issue Oct 25, 2021 · 0 comments
Open

Malware injected into some pages #23

Feuermurmel opened this issue Oct 25, 2021 · 0 comments

Comments

@Feuermurmel
Copy link

Some pages, e.g. https://redux-form.com/8.1.0/docs/gettingstarted.md/ reference some JavaScript files which inject malware into the page:

<script type="text/javascript" src="https://cdn2.codefund.app/assets/px.js?ch=1"></script>
<script type="text/javascript" src="https://cdn2.codefund.app/assets/px.js?ch=2"></script>

This is the injected script:

if (typeof _popwnd == 'undefined') {
    var _popwnd = -1;
    function _popwnd_open(){
        if (_popwnd!=-1) return;
        _popwnd = window.open('http://iyfnz.com/?dn=codefund.app&pid=9PO755G95', '_blank', '');
        _popwnd.blur();
        window.focus();
    }
};
window.addEventListener('click', _popwnd_open);

Ok, "malware" is maybe a strong term, but getting another popup on every click reminds me of Windows 98 PCs without anti-virus.

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

1 participant