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

Serialization vulnerability of fastjson / jackson #285

Closed
iapplejohn opened this issue Jul 21, 2020 · 0 comments
Closed

Serialization vulnerability of fastjson / jackson #285

iapplejohn opened this issue Jul 21, 2020 · 0 comments

Comments

@iapplejohn
Copy link
Contributor

BUG REPORT

  1. Please describe the issue you observed:
  • What did you do (The steps to reproduce)?
    Utilize the specific payload

  • What did you expect to see?
    The payload would be deserialized to normal objects

  • What did you see instead?
    Special objects are instantiated which could lead to danger towards the servers

  1. Please tell us about your environment:
    rocketmq starter: 2.1.1-SNAPSHOT
    Jackson: 2.9.7
    Fastjson: 1.2.69

  2. Other information (e.g. detailed explanation, logs, related issues, suggestions how to fix, etc):
    Jackson: https://help.aliyun.com/noticelist/articleid/1060035134.html
    Fastjson: https://help.aliyun.com/noticelist/articleid/1060343604.html

    Upgrade jackson version from 2.9.7 to 2.11.1
    Upgrade fastjson version from 1.2.69 to 1.2.72

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