{"bundle_type":"pith_open_graph_bundle","bundle_version":"1.0","pith_number":"pith:2026:TH3HSXTF2H4GCENQGTFGSBB4MH","short_pith_number":"pith:TH3HSXTF","canonical_record":{"source":{"id":"2605.03492","kind":"arxiv","version":2},"metadata":{"license":"http://creativecommons.org/licenses/by/4.0/","primary_cat":"cs.CR","submitted_at":"2026-05-05T08:31:22Z","cross_cats_sorted":["cs.SC","cs.SE"],"title_canon_sha256":"a689ea25dc48c0b5e807789ff9b99671421f91fc1b4c771ac315a21d28524025","abstract_canon_sha256":"8239619ede3ac435936c8526148cae349d4d7d6bcf77818f77e379ad4fb000b4"},"schema_version":"1.0"},"canonical_sha256":"99f6795e65d1f86111b034ca69043c61cb5209707cc0910ddf477264c91f4ee5","source":{"kind":"arxiv","id":"2605.03492","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"}],"events":[{"event_type":"record_created","subject_pith_number":"pith:2026:TH3HSXTF2H4GCENQGTFGSBB4MH","target":"record","payload":{"canonical_record":{"source":{"id":"2605.03492","kind":"arxiv","version":2},"metadata":{"license":"http://creativecommons.org/licenses/by/4.0/","primary_cat":"cs.CR","submitted_at":"2026-05-05T08:31:22Z","cross_cats_sorted":["cs.SC","cs.SE"],"title_canon_sha256":"a689ea25dc48c0b5e807789ff9b99671421f91fc1b4c771ac315a21d28524025","abstract_canon_sha256":"8239619ede3ac435936c8526148cae349d4d7d6bcf77818f77e379ad4fb000b4"},"schema_version":"1.0"},"canonical_sha256":"99f6795e65d1f86111b034ca69043c61cb5209707cc0910ddf477264c91f4ee5","receipt":{"kind":"pith_receipt","key_id":"pith-v1-2026-05","algorithm":"ed25519","signed_at":"2026-05-21T01:05:19.834782Z","signature_b64":"otNumXiOhZS4bIR31HVpm7xr16b5kw3zPEOXJ4ohr26aQnDuwe/GjWZOw//+6IXhFXaXaqnKN5MZbPky0DvjCw==","signed_message":"canonical_sha256_bytes","builder_version":"pith-number-builder-2026-05-17-v1","receipt_version":"0.3","canonical_sha256":"99f6795e65d1f86111b034ca69043c61cb5209707cc0910ddf477264c91f4ee5","last_reissued_at":"2026-05-21T01:05:19.834051Z","signature_status":"signed_v1","first_computed_at":"2026-05-21T01:05:19.834051Z","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54"},"source_kind":"arxiv","source_id":"2605.03492","source_version":2,"attestation_state":"computed"},"signer":{"signer_id":"pith.science","signer_type":"pith_registry","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54"},"created_at":"2026-05-21T01:05:19Z","supersedes":[],"prev_event":null,"signature":{"signature_status":"signed_v1","algorithm":"ed25519","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signature_b64":"3tQ/ieGOSrHJptImXh0tbGqqJEAfdeEE4sRN7MfW5FfFYNHRft/PXglkoJr9I9IrwKvj5zGZGpj5shHchldaCA==","signed_message":"open_graph_event_sha256_bytes","signed_at":"2026-05-28T18:14:54.344047Z"},"content_sha256":"8df9d19acbf31548a9476a5dc6e6b5c2c9168137d82a19498eade5d6a0a27d54","schema_version":"1.0","event_id":"sha256:8df9d19acbf31548a9476a5dc6e6b5c2c9168137d82a19498eade5d6a0a27d54"},{"event_type":"graph_snapshot","subject_pith_number":"pith:2026:TH3HSXTF2H4GCENQGTFGSBB4MH","target":"graph","payload":{"graph_snapshot":{"paper":{"title":"From TinyGo to gc Compiler: Extending Zorya's Concolic Framework to Real-World Go Binaries","license":"http://creativecommons.org/licenses/by/4.0/","headline":"Zorya now handles multi-threaded gc-compiled Go binaries to detect vulnerabilities including silent integer overflows","cross_cats":["cs.SC","cs.SE"],"primary_cat":"cs.CR","authors_text":"Karolina Gorna, Keith Makan, Nicolas Iooss, Rida Khatoun, Yannick Seurin","submitted_at":"2026-05-05T08:31:22Z","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"},"claims":{"count":4,"items":[{"kind":"strongest_claim","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.","source":"verdict.strongest_claim","status":"machine_extracted","claim_id":"C1","attestation":"unclaimed"},{"kind":"weakest_assumption","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.","source":"verdict.weakest_assumption","status":"machine_extracted","claim_id":"C2","attestation":"unclaimed"},{"kind":"one_line_summary","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.","source":"verdict.one_line_summary","status":"machine_extracted","claim_id":"C3","attestation":"unclaimed"},{"kind":"headline","text":"Zorya now handles multi-threaded gc-compiled Go binaries to detect vulnerabilities including silent integer overflows","source":"verdict.pith_extraction.headline","status":"machine_extracted","claim_id":"C4","attestation":"unclaimed"}],"snapshot_sha256":"f05ae3ff28fdea8f5983037c0d37ecf55452a7b2111647ca6947583fed4a2c9f"},"source":{"id":"2605.03492","kind":"arxiv","version":2},"verdict":{"id":"adabc470-7a47-41ae-92e0-acc0b5b0e6c6","model_set":{"reader":"grok-4.3"},"created_at":"2026-05-07T15:48:25.822520Z","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.","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","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.","pith_extraction_headline":"Zorya now handles multi-threaded gc-compiled Go binaries to detect vulnerabilities including silent integer overflows"},"integrity":{"clean":true,"summary":{"advisory":0,"critical":0,"by_detector":{},"informational":0},"endpoint":"/pith/2605.03492/integrity.json","findings":[],"available":true,"detectors_run":[{"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","findings_count":0}],"snapshot_sha256":"f96ed0f914969c8bd720e32c6c9a5354b145733233704cc1e57dc6d5286e235f"},"references":{"count":0,"sample":[],"resolved_work":0,"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57","internal_anchors":0},"formal_canon":{"evidence_count":0,"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57"},"author_claims":{"count":0,"strong_count":0,"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57"},"builder_version":"pith-number-builder-2026-05-17-v1"},"verdict_id":"adabc470-7a47-41ae-92e0-acc0b5b0e6c6"},"signer":{"signer_id":"pith.science","signer_type":"pith_registry","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54"},"created_at":"2026-05-21T01:05:19Z","supersedes":[],"prev_event":null,"signature":{"signature_status":"signed_v1","algorithm":"ed25519","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signature_b64":"AzptLzQZcuDnbrzgj82qOGaOgtp9gghKhB+GNuFoUVFPR8xDeYzDdOSMC410SM/PPMOVpetWdslul+xYBCbCAw==","signed_message":"open_graph_event_sha256_bytes","signed_at":"2026-05-28T18:14:54.344572Z"},"content_sha256":"09ee01391eaea9f368c0fd5ec0e590f6b69698fcd211541c630cfdcfb62f73af","schema_version":"1.0","event_id":"sha256:09ee01391eaea9f368c0fd5ec0e590f6b69698fcd211541c630cfdcfb62f73af"}],"timestamp_proofs":[],"mirror_hints":[{"mirror_type":"https","name":"Pith Resolver","base_url":"https://pith.science","bundle_url":"https://pith.science/pith/TH3HSXTF2H4GCENQGTFGSBB4MH/bundle.json","state_url":"https://pith.science/pith/TH3HSXTF2H4GCENQGTFGSBB4MH/state.json","well_known_bundle_url":"https://pith.science/.well-known/pith/TH3HSXTF2H4GCENQGTFGSBB4MH/bundle.json","status":"primary"}],"public_keys":[{"key_id":"pith-v1-2026-05","algorithm":"ed25519","format":"raw","public_key_b64":"stVStoiQhXFxp4s2pdzPNoqVNBMojDU/fJ2db5S3CbM=","public_key_hex":"b2d552b68890857171a78b36a5dccf368a953413288c353f7c9d9d6f94b709b3","fingerprint_sha256_b32_first128bits":"RVFV5Z2OI2J3ZUO7ERDEBCYNKS","fingerprint_sha256_hex":"8d4b5ee74e4693bcd1df2446408b0d54","rotates_at":null,"url":"https://pith.science/pith-signing-key.json","notes":"Pith uses this Ed25519 key to sign canonical record SHA-256 digests. Verify with: ed25519_verify(public_key, message=canonical_sha256_bytes, signature=base64decode(signature_b64))."}],"merge_version":"pith-open-graph-merge-v1","built_at":"2026-05-28T18:14:54Z","links":{"resolver":"https://pith.science/pith/TH3HSXTF2H4GCENQGTFGSBB4MH","bundle":"https://pith.science/pith/TH3HSXTF2H4GCENQGTFGSBB4MH/bundle.json","state":"https://pith.science/pith/TH3HSXTF2H4GCENQGTFGSBB4MH/state.json","well_known_bundle":"https://pith.science/.well-known/pith/TH3HSXTF2H4GCENQGTFGSBB4MH/bundle.json"},"state":{"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"},"bundle_signature":{"signature_status":"signed_v1","algorithm":"ed25519","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signature_b64":"st56csrs85zijz/FVX9f2c/gH3gNerG0dKBLG45XED4JlbyToPQWQpt2y94xiOULKCOrrPy8Eh0OxeO3Lx0tAQ==","signed_message":"bundle_sha256_bytes","signed_at":"2026-05-28T18:14:54.347018Z","bundle_sha256":"0da293bae3946a491146b8ecfcb57446999950f99101d974679f17dbe16e64fc"}}