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

Fix some security vulnerabilities #7

Closed
leizhiyuan opened this issue Jul 6, 2018 · 2 comments
Closed

Fix some security vulnerabilities #7

leizhiyuan opened this issue Jul 6, 2018 · 2 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Milestone

Comments

@leizhiyuan
Copy link
Contributor

leizhiyuan commented Jul 6, 2018

https://github.com/mbechler/marshalsec/blob/master/marshalsec.pdf

from the paper, we can know there are some vulnerabilities when Unmarshall hessian

https://github.com/mbechler/marshalsec

we have provided some filters in

com.caucho.hessian.io.Hessian2Input#readObjectDefinition

com.alipay.hessian.internal.InternalNameBlackListFilter is a filter which contains classes which have vulnerabilities to hacking.

what we need to do is add more classes which have vulnerabilities to the list that provided from our security team.

@khotyn
Copy link
Member

khotyn commented Jul 8, 2018

这个问题没有任何具体的描述吗?

@leizhiyuan
Copy link
Contributor Author

更新了下.

@leizhiyuan leizhiyuan added help wanted Extra attention is needed good first issue Good for newcomers labels Jul 8, 2018
@leizhiyuan leizhiyuan added this to the 3.3.1 milestone Jul 8, 2018
@ujjboy ujjboy closed this as completed Jul 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants