| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| fastjson 1.2.84Ban Ben Fa Bu source code.tar.gz | 2026-07-29 | 2.6 MB | |
| fastjson 1.2.84Ban Ben Fa Bu source code.zip | 2026-07-29 | 4.4 MB | |
| README.md | 2026-07-29 | 2.1 kB | |
| Totals: 3 Items | 7.0 MB | 0 | |
fastjson 1.2.84 Release Notes
Release Date: 29 Jul 2026 Tag: 1.2.84 (72553ed)
Security fix release, backporting the fastjson2 AutoType hardening to the 1.2.x line. All users parsing untrusted JSON are strongly recommended to upgrade.
Security Fixes
- Reject type names containing URL-special characters (
:/!) inParserConfig.checkAutoTypeandTypeUtils.loadClass, so a non-class-name string never reaches the class loader - Verify the accept name text after a whitelist hash match, so a hash collision alone cannot whitelist a type name
- An accept prefix no longer covers
ClassLoader/DataSource/RowSetgadget base types; only an accept entry naming the type in full is an explicit opt-in - Fixed deny classes being cached by
loadClassbefore the blacklist check, so a repeatedcheckAutoTypecall could return a blacklisted class from the cache
Maven Dependency Configuration
:::xml
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.84</version>
</dependency>