#fastjson
achei a json library da golang lerda PERTO DO POTENCIAL QUE TEM A LANG. muito disso é por conta de parsear baseado em tagged structs. ontem pesquisando sobre esse tema confirmei minha suspeita e achei isso aqui - pra quem tá construindo REST APIS é uma mão na roda:

github.com/valyala/fast...
GitHub - valyala/fastjson: Fast JSON parser and validator for Go. No custom structs, no code generation, no reflection
Fast JSON parser and validator for Go. No custom structs, no code generation, no reflection - valyala/fastjson
github.com
November 1, 2024 at 1:46 PM
Hackers are actively exploiting a vulnerability in the FastJson open-source Java library, allowing remote code execution without user interaction or elevated privileges.
Hackers target US firms in FastJson RCE zero-day attacks
Hackers are actively exploiting a vulnerability in the FastJson open-source Java library, allowing remote code execution without user interaction or elevated privileges.
www.bleepingcomputer.com
July 27, 2026 at 11:50 PM
I already knew what I was gonna see when I read your post. Did not disappoint lmao

github.com/qntm/fastjson
GitHub - qntm/fastjson: Single-tweet, standards-compliant, high-performance JSON stack
Single-tweet, standards-compliant, high-performance JSON stack - qntm/fastjson
github.com
February 9, 2026 at 8:02 PM
Send a specially-crafted JSON to pwn a FastJson + SpringBoot server
FastJson 1.2.83 Remote Code Execution
Turning fastjson 1.2.83 into remote code execution with AutoType off and no gadget on the classpath: an SSRF inside checkAutoType, the @JSONType bypass, and a /proc/self/fd trick that carries it from ...
fearsoff.org
July 28, 2026 at 8:11 PM
FastJson Flaw Under Active Attack, Exposes Java Apps to Remote Code Execution

Hackers are actively exploiting a critical vulnerability in the FastJson open-source Java library that allows remote code execution without requiring user interaction or elevated privileges.
FastJson Flaw Under Active Attack, Exposes Java Apps to Remote Code Execution
Hackers are actively exploiting a critical vulnerability in the FastJson open-source Java library that allows remote code execution without requiring user interaction or elevated privileges.
www.abijita.com
July 28, 2026 at 1:40 AM
Hikvision HikCentral Remote Command Execution via applyCT Fastjson
URL: vulncheck.com/advisories/h...
Classification: Critical, Solution: Workaround, Exploit Maturity: Functional, CVSSv4.0: 10.0
VulnCheck - Outpace Adversaries
Vulnerability intelligence that predicts avenues of attack with speed and accuracy.
vulncheck.com
July 7, 2025 at 7:03 AM
Fastjson 1.x Zero-Day RCE Under Active Exploitation — No Patch Available

https://blindthoughts.com/fastjson-1x-rce-active-exploitation-no-patch

#rce #java #fastjson #zeroday #activeexploitation
July 25, 2026 at 2:16 PM
Fastjson 1.x RCE Vulnerability: Why No Patch Puts All Users at Risk #CyberSecurity #Fastjson #RCEvulnerability
Fastjson 1.x RCE Vulnerability: Why No Patch Puts All Users at Risk
Fastjson 1.x RCE vulnerability exposes systems with no patch available; users must act swiftly to mitigate risks while governance remains unclear.
cybernewsroom.xyz
July 25, 2026 at 1:48 PM
0.3.0 highlights: ~36% faster object-heavy decode under JSON_INVALID_UTF8_IGNORE, ~4× faster HEX-flag no-hit path, PHP 8.4 SET-hook UAF fix in encode.

github.com/iliaal/fastjson
Baseline: iliaal.github.io/fastjson/baseline.html
GitHub - iliaal/fastjson: Fast JSON encode/decode/validate for PHP 8.3+, backed by yyjson. Drop-in alternative to ext/json with namespaced fastjson_* functions and json_last_error-compatible error rep...
Fast JSON encode/decode/validate for PHP 8.3+, backed by yyjson. Drop-in alternative to ext/json with namespaced fastjson_* functions and json_last_error-compatible error reporting. - iliaal/fastjson
github.com
May 19, 2026 at 1:51 PM
Fastjson 1.x RCE vulnerability actively exploited; enable SafeMode and migrate to 2.x. #Fastjson #RCE #Java #CyberSecurity #Vulnerability #SpringBoot thedailytechfeed.com/critical-fas...
July 25, 2026 at 1:19 PM
Hackers target US firms in FastJson RCE zero-day attacks
Hackers target US firms in FastJson RCE zero-day attacks
Hackers are actively exploiting a vulnerability in the FastJson open-source Java library, allowing remote code execution without user interaction or elevated privileges. [...]
www.bleepingcomputer.com
July 27, 2026 at 11:56 PM
FastJson RCE Attacks Reflect Poor Governance in Open-Source Projects #OpenSource #CyberSecurity #Vulnerabilities
FastJson RCE Attacks Reflect Poor Governance in Open-Source Projects
FastJson RCE zero-day attacks expose vulnerabilities in governance of open-source software. Privacy risks can expand under current frameworks.
cybernewsroom.xyz
July 28, 2026 at 12:49 AM
Hackers Exploiting FastJson RCE 0-Day in the Wild to Attack US-based Organizations
Hackers Exploiting FastJson RCE 0-Day in the Wild to Attack US-based Organizations
A critical vulnerability in FastJson, identified as CVE-2026-16723, is being exploited against organizations in the United States, putting Java applications that process untrusted JSON at immediate risk. This flaw has a CVSS severity score of 9.0 and affects FastJson versions ranging from 1.2.68 to 1.2.83, which is the final release line of FastJson 1.x.0 FastJson is an open-source Java library originally developed by Alibaba for converting Java objects to JSON and for parsing JSON data back into Java objects. The issue was disclosed on July 21, 2026, by FastJson maintainers following research conducted by FearsOff Cybersecurity. It has been confirmed in Spring Boot applications packaged as executable fat JAR files, including deployments running Spring Boot 2.x, 3.x, and 4.x on JDK versions 8, 11, 17, and 21. FastJson RCE 0-Day Vulnerability The vulnerability is particularly severe because attackers do not need valid credentials, user interaction, AutoType enabled, or any third-party deserialization gadgets in the target application’s classpath to exploit it. A vulnerable server can be attacked simply by processing malicious JSON using standard methods like JSON.parse, JSON.parseObject(String), and JSON.parseObject(String, Class). Attackers exploit FastJson’s handling of the @type JSON field, which indicates a Java class to instantiate during deserialization. While FastJson 1.x attempts to restrict dangerous class loading by disabling AutoType by default, researchers have discovered a bypass in the library’s internal type-resolution process. In affected Spring Boot fat-JAR deployments, crafted JSON can trigger resource lookups based on an attacker-controlled class name. Threat actors can leverage nested JAR URL handling to bypass standard type restrictions and reach a code-execution path. Additionally, FastJson 1.x treats the presence of the @JSONType annotation as a trust signal, enabling malicious input to circumvent existing protections. Successful exploitation allows a remote attacker to execute arbitrary commands with the same permissions as the Java application. This can lead to the deployment of web shells or malware, data theft, credential collection, persistence creation, lateral movement within a network, or complete control over the underlying server. Exploitation attempts are being observed across various industries, including financial services, healthcare, retail, computing, and business services. Imperva reports that while most attacks have targeted U.S. organizations, smaller campaigns have also been observed in Singapore and Canada, with broader exploitation expected as public PoC details become widely available. Attackers are targeting organizations across financial, healthcare, retail, business, computing, and other sectors (source: Imperva) Many requests utilize browser-like user-agent strings to blend in with normal traffic. However, tools developed in Ruby and Go account for approximately 30% of the observed exploit traffic, indicating that automated scanning and exploitation frameworks are also in use. FastJson 2.x is not affected by CVE-2026-16723 due to its architecture, which does not perform the same resource probing on attacker-controlled type names and employs an allowlist-first approach for polymorphic deserialization. Organizations are urged to immediately enable FastJson SafeMode by using the command -DFastJson.parser.safeMode=true, or by setting ParserConfig.getGlobalInstance().setSafeMode(true). Security teams should identify both direct and transitive FastJson dependencies, search logs for suspicious @type, jar:http, and jar:file values, and investigate any unexpected commands, outbound connections, unauthorized file modifications, and web shells. Since FastJson 1.x is no longer actively maintained and no patch is available for this issue, affected organizations should prioritize migrating to FastJson 2.x after conducting compatibility testing.  Strengthen Your SOC by Accelerating Threat Detection & Rapid Investigations. ->  Integrate ANY.RUN With Your SOC  Now . The post Hackers Exploiting FastJson RCE 0-Day in the Wild to Attack US-based Organizations appeared first on Cyber Security News .
cybersecuritynews.com
July 28, 2026 at 1:53 PM
💎 Enhancement update:

- php-iliaal-fastjson-0.5.0-1 (php 8.1 to 8.5)

github.com/iliaal/fastj...

⏲️ 17'38" 📦 120
Release 0.5.0 · iliaal/fastjson
Added fastjson_last_error_pos() and fastjson_last_error_info(): surface the byte offset and 1-based line/column of the most recent parse error (yyjson computed it, fastjson previously discarded it...
github.com
July 3, 2026 at 1:44 PM
💎 Enhancement update:

- php-iliaal-fastjson-0.4.0-1 (php 8.1 to 8.5)

github.com/iliaal/fastj...

⏲️ 19'22" 📦 120
Release 0.4.0 · iliaal/fastjson
Added fastjson_pointer_get(string $json, string $pointer, ?bool $associative = null, int $depth = 512, int $flags = 0): mixed: read a single value from a JSON document by RFC 6901 JSON Pointer (/...
github.com
June 12, 2026 at 7:35 AM
Fastjson 1.x RCE Vulnerability Targeted in Attacks With No Patched Available
Fastjson 1.x RCE Vulnerability Targeted in Attacks With No Patched Available
Fastjson 1.x flaw CVE-2026-16723 can trigger unauthenticated RCE in Spring Boot fat-JAR apps, with attacks reported and no patched 1.x fix available.
thehackernews.com
July 30, 2026 at 5:12 AM
Hackers target US firms in FastJson RCE zero-day attacks

Hackers are actively exploiting a vulnerability in the FastJson open-source Java library, allowing remote code execution without user interaction or elevated privileges. [...]
#hackernews #news
Hackers target US firms in FastJson RCE zero-day attacks
Hackers are actively exploiting a vulnerability in the FastJson open-source Java library, allowing remote code execution without user interaction or elevated privileges. [...]
www.bleepingcomputer.com
July 28, 2026 at 10:02 PM
🆕 New package:

- php-iliaal-fastjson-0.2.1-1 (php 8.3 to 8.5)

github.com/iliaal/fastj...
Release 0.2.1 · iliaal/fastjson
Build Added config.w32 so the php-windows-builder action can build Windows DLLs. 0.2.0 shipped without one and the release-windows.yml workflow couldn't compile the extension. No source changes; i...
github.com
May 16, 2026 at 6:46 AM
Security Check-in Quick Hits: Clop PLM Extortion Wave, Hotel Wi-Fi M365 Hijacks, Certighost Domain Takeovers & FastJson RCE Attacks rodtrent.substack.co...

#Career #Work #Industry #Jobs
July 26, 2026 at 6:00 PM
直近30分の話題 🧭:

1. ヨハン 🆕
2. 就寝 🆕
3. 起床の 🆕
4. 時間と 🆕
5. ミッションクリア 🆕
6. ケア 🆕
7. 時間睡眠 🆕
8. 起きる 🆕
9. Fastjson 🆕
10. 同 🆕
August 24, 2026 at 8:30 PM
I don’t know, but now I’m curious. You should benchmark against acorn, fast-json (not to be confused with fastjson 😂), and for fun, JSON.parse in the big browsers.

Simdjson/simdutf, written in c++, appears to be the fastest and is in node, bun, chromium, and WebKit
February 17, 2025 at 6:25 AM