问题
- Dominant language
- Java
- Stars
- 5.6k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
您好:
我在JavaValueDecoder.java中的第29行处看到了ois.readObject(),跟进可以发现是里面是反序列化操作

我没有看到防范java反序列化的操作,但是我对jetcache并不了解,不知道输入源是否为攻击者者可控,如果可控的话,这里可能存在java反序列化漏洞
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with JavaValueDecoder.java around line 29 and trace the source of the object passed to ois.readObject(). Determine whether that input can be controlled by an attacker and whether the reported deserialization concern is exploitable in JetCache; done requires a confirmed assessment and a clearly specified remediation or regression test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- security
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100