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

yahoo.js文件中的yui代码存在安全漏洞,是否使用最新版本的代码 #310

Open
sheyanmin opened this issue Apr 19, 2024 · 7 comments

Comments

@sheyanmin
Copy link

2024-04-19_16-40

@NestleCafe
Copy link

NestleCafe commented May 20, 2024

提供一个治标不治本、通过漏扫的方法,但是jsencrypt本身似乎没有用到YUI涉及安全问题的代码

// 旧的引入方式
import JSEncrypt from 'jsencrypt'
// 新的引入方式
import JSEncrypt from 'jsencrypt/bin/jsencrypt.min'

参考https://blog.csdn.net/Innocence_0/article/details/137825290

@igouz
Copy link

igouz commented Jun 25, 2024

提供一个治标不治本、通过漏扫的方法,但是jsencrypt本身似乎没有用到YUI涉及安全问题的代码

// 旧的引入方式
import JSEncrypt from 'jsencrypt'
// 新的引入方式
import JSEncrypt from 'jsencrypt/bin/jsencrypt.min'

参考https://blog.csdn.net/Innocence_0/article/details/137825290

这个真的有用吗?

@NestleCafe
Copy link

提供一个治标不治本、通过漏扫的方法,但是jsencrypt本身似乎没有用到YUI涉及安全问题的代码

// 旧的引入方式
import JSEncrypt from 'jsencrypt'
// 新的引入方式
import JSEncrypt from 'jsencrypt/bin/jsencrypt.min'

参考https://blog.csdn.net/Innocence_0/article/details/137825290

这个真的有用吗?

我们这边测试是用retire.js去测出有引用到YUI 2.9.0,我通过这个方法已经通过测试,具体原理可以看看那篇文章。
image
但是具体是否可行可能得使用你们漏扫工具去测。

@igouz
Copy link

igouz commented Jun 26, 2024 via email

@chenkongming
Copy link

打包的时候去掉注释算了

@igouz
Copy link

igouz commented Oct 9, 2024 via email

@nickname-undefined
Copy link

你好,请问这个问题修复了吗?

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

5 participants