{"state_type":"pith_open_graph_state","state_version":"1.0","pith_number":"pith:2026:TH3HSXTF2H4GCENQGTFGSBB4MH","merge_version":"pith-open-graph-merge-v1","event_count":2,"valid_event_count":2,"invalid_event_count":0,"equivocation_count":0,"current":{"canonical_record":{"metadata":{"abstract_canon_sha256":"8239619ede3ac435936c8526148cae349d4d7d6bcf77818f77e379ad4fb000b4","cross_cats_sorted":["cs.SC","cs.SE"],"license":"http://creativecommons.org/licenses/by/4.0/","primary_cat":"cs.CR","submitted_at":"2026-05-05T08:31:22Z","title_canon_sha256":"a689ea25dc48c0b5e807789ff9b99671421f91fc1b4c771ac315a21d28524025"},"schema_version":"1.0","source":{"id":"2605.03492","kind":"arxiv","version":2}},"source_aliases":[{"alias_kind":"arxiv","alias_value":"2605.03492","created_at":"2026-05-21T01:05:19Z"},{"alias_kind":"arxiv_version","alias_value":"2605.03492v2","created_at":"2026-05-21T01:05:19Z"},{"alias_kind":"doi","alias_value":"10.48550/arxiv.2605.03492","created_at":"2026-05-21T01:05:19Z"},{"alias_kind":"pith_short_12","alias_value":"TH3HSXTF2H4G","created_at":"2026-05-21T01:05:19Z"},{"alias_kind":"pith_short_16","alias_value":"TH3HSXTF2H4GCENQ","created_at":"2026-05-21T01:05:19Z"},{"alias_kind":"pith_short_8","alias_value":"TH3HSXTF","created_at":"2026-05-21T01:05:19Z"}],"graph_snapshots":[{"event_id":"sha256:09ee01391eaea9f368c0fd5ec0e590f6b69698fcd211541c630cfdcfb62f73af","target":"graph","created_at":"2026-05-21T01:05:19Z","signer":{"key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signer_id":"pith.science","signer_type":"pith_registry"},"payload":{"graph_snapshot":{"author_claims":{"count":0,"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57","strong_count":0},"builder_version":"pith-number-builder-2026-05-17-v1","claims":{"count":4,"items":[{"attestation":"unclaimed","claim_id":"C1","kind":"strongest_claim","source":"verdict.strongest_claim","status":"machine_extracted","text":"Our evaluation shows that Zorya detects seven bugs at the binary level, including a silent integer overflow detects no other evaluated tool finds without a manually written oracle."},{"attestation":"unclaimed","claim_id":"C2","kind":"weakest_assumption","source":"verdict.weakest_assumption","status":"machine_extracted","text":"That restoring OS thread states from gdb dumps and neutralizing runtime preemption preserves the original vulnerability behavior and does not introduce or mask bugs in multi-threaded gc-compiled Go binaries."},{"attestation":"unclaimed","claim_id":"C3","kind":"one_line_summary","source":"verdict.one_line_summary","status":"machine_extracted","text":"Zorya now analyzes real-world gc-compiled Go binaries and detects 7 of 11 evaluated vulnerabilities from projects like Kubernetes and Go-Ethereum, including a silent integer overflow missed by other tools without a manual oracle."},{"attestation":"unclaimed","claim_id":"C4","kind":"headline","source":"verdict.pith_extraction.headline","status":"machine_extracted","text":"Zorya now handles multi-threaded gc-compiled Go binaries to detect vulnerabilities including silent integer overflows"}],"snapshot_sha256":"f05ae3ff28fdea8f5983037c0d37ecf55452a7b2111647ca6947583fed4a2c9f"},"formal_canon":{"evidence_count":0,"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57"},"integrity":{"available":true,"clean":true,"detectors_run":[{"findings_count":0,"name":"ai_meta_artifact","ran_at":"2026-05-20T13:40:17.049864Z","status":"completed","version":"1.0.0"},{"findings_count":0,"name":"doi_title_agreement","ran_at":"2026-05-20T01:01:21.706012Z","status":"completed","version":"1.0.0"},{"findings_count":0,"name":"doi_compliance","ran_at":"2026-05-19T15:18:11.673051Z","status":"completed","version":"1.0.0"}],"endpoint":"/pith/2605.03492/integrity.json","findings":[],"snapshot_sha256":"f96ed0f914969c8bd720e32c6c9a5354b145733233704cc1e57dc6d5286e235f","summary":{"advisory":0,"by_detector":{},"critical":0,"informational":0}},"paper":{"abstract_excerpt":"Zorya is a concolic execution framework that lifts compiled binaries to Ghidra's P-Code intermediate representation and uses the Z3 SMT solver to detect vulnerabilities by reasoning over both concrete and symbolic values. Previous versions supported only single-threaded TinyGo binaries. In this paper, we extend Zorya to multi-threaded binaries produced by Go's standard gc compiler. This is achieved by restoring OS thread states from gdb dumps, neutralizing runtime preemption, and introducing overlay path analysis with copy-on-write semantics to detect silent vulnerabilities on untaken branches","authors_text":"Karolina Gorna, Keith Makan, Nicolas Iooss, Rida Khatoun, Yannick Seurin","cross_cats":["cs.SC","cs.SE"],"headline":"Zorya now handles multi-threaded gc-compiled Go binaries to detect vulnerabilities including silent integer overflows","license":"http://creativecommons.org/licenses/by/4.0/","primary_cat":"cs.CR","submitted_at":"2026-05-05T08:31:22Z","title":"From TinyGo to gc Compiler: Extending Zorya's Concolic Framework to Real-World Go Binaries"},"references":{"count":0,"internal_anchors":0,"resolved_work":0,"sample":[],"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57"},"source":{"id":"2605.03492","kind":"arxiv","version":2},"verdict":{"created_at":"2026-05-07T15:48:25.822520Z","id":"adabc470-7a47-41ae-92e0-acc0b5b0e6c6","model_set":{"reader":"grok-4.3"},"one_line_summary":"Zorya now analyzes real-world gc-compiled Go binaries and detects 7 of 11 evaluated vulnerabilities from projects like Kubernetes and Go-Ethereum, including a silent integer overflow missed by other tools without a manual oracle.","pipeline_version":"pith-pipeline@v0.9.0","pith_extraction_headline":"Zorya now handles multi-threaded gc-compiled Go binaries to detect vulnerabilities including silent integer overflows","strongest_claim":"Our evaluation shows that Zorya detects seven bugs at the binary level, including a silent integer overflow detects no other evaluated tool finds without a manually written oracle.","weakest_assumption":"That restoring OS thread states from gdb dumps and neutralizing runtime preemption preserves the original vulnerability behavior and does not introduce or mask bugs in multi-threaded gc-compiled Go binaries."}},"verdict_id":"adabc470-7a47-41ae-92e0-acc0b5b0e6c6"}}],"author_attestations":[],"timestamp_anchors":[],"storage_attestations":[],"citation_signatures":[],"replication_records":[],"corrections":[],"mirror_hints":[],"record_created":{"event_id":"sha256:8df9d19acbf31548a9476a5dc6e6b5c2c9168137d82a19498eade5d6a0a27d54","target":"record","created_at":"2026-05-21T01:05:19Z","signer":{"key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signer_id":"pith.science","signer_type":"pith_registry"},"payload":{"attestation_state":"computed","canonical_record":{"metadata":{"abstract_canon_sha256":"8239619ede3ac435936c8526148cae349d4d7d6bcf77818f77e379ad4fb000b4","cross_cats_sorted":["cs.SC","cs.SE"],"license":"http://creativecommons.org/licenses/by/4.0/","primary_cat":"cs.CR","submitted_at":"2026-05-05T08:31:22Z","title_canon_sha256":"a689ea25dc48c0b5e807789ff9b99671421f91fc1b4c771ac315a21d28524025"},"schema_version":"1.0","source":{"id":"2605.03492","kind":"arxiv","version":2}},"canonical_sha256":"99f6795e65d1f86111b034ca69043c61cb5209707cc0910ddf477264c91f4ee5","receipt":{"algorithm":"ed25519","builder_version":"pith-number-builder-2026-05-17-v1","canonical_sha256":"99f6795e65d1f86111b034ca69043c61cb5209707cc0910ddf477264c91f4ee5","first_computed_at":"2026-05-21T01:05:19.834051Z","key_id":"pith-v1-2026-05","kind":"pith_receipt","last_reissued_at":"2026-05-21T01:05:19.834051Z","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","receipt_version":"0.3","signature_b64":"otNumXiOhZS4bIR31HVpm7xr16b5kw3zPEOXJ4ohr26aQnDuwe/GjWZOw//+6IXhFXaXaqnKN5MZbPky0DvjCw==","signature_status":"signed_v1","signed_at":"2026-05-21T01:05:19.834782Z","signed_message":"canonical_sha256_bytes"},"source_id":"2605.03492","source_kind":"arxiv","source_version":2}}},"equivocations":[],"invalid_events":[],"applied_event_ids":["sha256:8df9d19acbf31548a9476a5dc6e6b5c2c9168137d82a19498eade5d6a0a27d54","sha256:09ee01391eaea9f368c0fd5ec0e590f6b69698fcd211541c630cfdcfb62f73af"],"state_sha256":"752c466d772c4920ac27cceff9039b800aa21d594fcf8a744d3071824e5b85a8"}