ZAST.AI turns 1. We're opening free access to the assessment stack until August 30.
Upload SARIF → get sandbox-validated PoCs
AI-Static works without a live target
GitHub App writes findings back to Checks
Open API + OAuth 2.0 for CI/CD
No credit card, no contract. Try it on a repo or SARIF report you already have.
👉 https://zast.ai/anniversary?utm_source=mastodon&utm_medium=organic_social&utm_campaign=zast_1st_anniversary_2026&utm_content=wave_2_mastodon_company_post
Remote
ZAST AI
@zastai@infosec.exchange
AI security researcher,
who can find zero-days with zero false positives,
as fast as other AI developers write code.
0 Followers
0 Following
5 Posts
Joined September 20, 2024
Public Relation:
pr@zast.ai
Website:
Open post
ZAST.AI adds Go language support.
Model-driven analysis covers OWASP Top 10 and CWE Top 25 for Go codebases — no per-framework rules required.
Works across Gin, Echo, Fiber, and mixed-router projects.
Try it now: https://zast.ai/app/
0
0
0
0
Open post
Security advisory: Fastjson ≤ 1.2.83 RCE (CVSS 8.1 High)
A critical remote code execution vulnerability in Alibaba Fastjson was disclosed on July 19 by Kirill Firsov (@k_firsov), with a public PoC released on July 21 (github.com/midisec/fastjson-1.2.83-gadget-rce).
The vulnerability resides in ParserConfig.checkAutoType(). Even with AutoType disabled (default), the method performs a resource probe: the @type class name has . replaced with / and is passed to ClassLoader.getResourceAsStream(). On Spring Boot FatJar deployments, the ClassLoader supports jar:http:// URL resolution, allowing an attacker to point the "resource path" to a remote server.
Exploit chain:
Attacker sends a JSON request with a crafted @type value
checkAutoType() converts it to a resource path and fetches from the remote server
Fastjson's ASM reader checks the returned bytecode for @JSONType
If found, the class is loaded and instantiated — executes arbitrary code
No classic deserialization gadgets are involved. The AutoType blacklist is irrelevant because the resource probe uses a separate code path.
ZAST.AI's semantic analysis engine can trace the complete data flow from the untrusted @type input to the ClassLoader.getResourceAsStream() sink, identifying this resource-probe RCE pattern through static code analysis alone.
Affected: Fastjson 1.2.68 ~ 1.2.83 (1.x EOL) JDK impact: 8 (direct RCE), 17/21 (fd reuse, Linux), 25 (SSRF only)
Remediation: enable SafeMode (-Dfastjson.parser.safeMode=true) or migrate to fastjson2.
Full report: https://blog.zast.ai/vulnerability%20research/application%20security/fastjson-checkautotype-rce-en/
ZAST.AI is currently offering free assessment during the anniversary period — upload a code package to verify Fastjson RCE and other deserialization vulnerabilities without setting up a runtime environment.
https://zast.ai/anniversary?utm_source=blog&utm_medium=organic_content&utm_campaign=zast_1st_anniversary_2026&utm_content=blog_post_en
#AppSec #Fastjson #RCE #JavaSecurity #Vulnerability #fastjsonrce #fastjson0day
0
0
0
0
Open post
Anniversary free assessment access through August 30.
ZAST.AI assessment: SARIF verification, VS Code plugin, static scan, CI/CD pipeline.
Plus Pentest Arena — batch black-box auditing with CVE libraries, compliance templates, and human-in-the-loop exploitation — available for early testing. Email z9014@zast.ai or join Discord (https://discord.gg/bE9nkm2chv) to apply.
No credit card. Register at the link.
👉 https://zast.ai/anniversary?utm_source=mastodon&utm_medium=organic_social&utm_campaign=zast_1st_anniversary_2026&utm_content=wave_2_mastodon_company_post
0
0
0
0
Open post
ZAST.AI found and verified CVE-2026-19896 and CVE-2026-19897 in D-Tale ≤ 3.22.0 (CVSS 3.1 = 6.5), both in the authentication path when enabled.
Our AI agent uncovered these from source; the report includes proofs of concept and remediation guidance.
Full report: https://blog.zast.ai/vulnerability%20research/web%20application%20security/cve-2026-19896-19897-dtale-weak-prng-bruteforce-en/d
0
0
0
0