• Waldowal@lemmy.world
    link
    fedilink
    arrow-up
    19
    ·
    3 days ago

    In a similar vein, Heinz once used a temporary domain for a promotion accessible by scanning a QR code on their bottles. The promotion ran its course, and they let the domain name expire.

    Problem is these bottles were available on restaurant tables for much longer. Didn’t take long before scanning the Heinz QR code at your table got you some pornography.

  • CodeMonkey@programming.dev
    link
    fedilink
    arrow-up
    12
    arrow-down
    2
    ·
    3 days ago

    This is not a supply chain attack, it is sudden extreme enshitification. according to the article, the attacker also bought the GitHub repo, so all releases should be considered tainted. The community will have to find a fork from before the acquisition and hope that there are no pre-purchase favors smuggled in.

    • Kissaki@programming.dev
      link
      fedilink
      English
      arrow-up
      7
      ·
      edit-2
      3 days ago

      This is not a supply chain attack, it is sudden extreme enshitification. according to the article, the attacker also bought the GitHub repo

      I don’t see how buying the GitHub repo as well makes it not a supply chain attack but enshitification.

      They bought into the supply chain. It’s a supply chain attack.

    • sabreW4K3@lazysoci.alOP
      link
      fedilink
      arrow-up
      3
      ·
      3 days ago

      I thought Polyfill was a Google thing. I remember when they implemented it on YouTube and the Firefox performance was dire.

  • towerful@programming.dev
    link
    fedilink
    arrow-up
    14
    ·
    3 days ago

    People complain about the web build tool chain, bundlers, rollups etc.
    And it has been and probably still is pretty stupid.
    But at least you can pin and deploy all your dependencies before deploying.

    This highlights why pulling in scripts at runtime from sources you don’t control is a worse idea

  • AutoTL;DR@lemmings.worldB
    link
    fedilink
    English
    arrow-up
    12
    ·
    3 days ago

    This is the best summary I could come up with:


    Multiple security firms sounded the alarm on Tuesday, warning organizations whose websites use any JavaScript code from the pollyfill.io domain to immediately remove it.

    More than 100,000 sites are already carrying the hostile scripts, according to the Sansec security forensics team, which on Tuesday claimed Funnull, a Chinese CDN operator that bought the polyfill.io domain and its associated GitHub account in February, has since been using the service in a supply chain attack.

    Since February, “this domain was caught injecting malware on mobile devices via any site that embeds cdn.polyfill.io,” Sansec, an e-commerce security company, warned, adding that any complaints about the malicious activity are quickly vanished from the GitHub repository.

    In February, he said he had nothing to do with the domain name’s sale, and presumably the associated GitHub repo, to the Chinese CDN, and urged everyone to remove its code from their webpages as a precaution following the change in ownership.

    Soon after other popular CDN providers including Fastly, where Betts works today, and Cloudflare created mirrors of polyfill.io so that sites could continue to use the code for the meanwhile without having to load in stuff from a Chinese entity.

    “The concerns are that any website embedding a link to the original polyfill.io domain will now be relying on Funnull to maintain and secure the underlying project to avoid the risk of a supply chain attack,” Cloudflare’s Sven Sauleau and Michael Tremante said in February.


    The original article contains 657 words, the summary contains 238 words. Saved 64%. I’m a bot and I’m open source!

  • machinaeZER0@lemm.ee
    link
    fedilink
    English
    arrow-up
    6
    ·
    edit-2
    3 days ago

    So, one would add

    * polyfill.io * block

    To their My Filters pane in ublock origin?

    • b_van_b@programming.dev
      link
      fedilink
      arrow-up
      3
      ·
      edit-2
      3 days ago

      This setting appears to work for me. It shows up as blocked in the logs. I’ve also blocked it in NoScript for good measure.