Elektrine
EN
Log in Register
Paige Chat Timeline Communities Gallery Videos Email DNS VPN Uptime Kairo
Back to Timeline
Remote

Trail of Bits

@trailofbits@infosec.exchange
  • Open on infosec.exchange

We help secure the world’s most targeted organizations and products. We combine security research with an attacker mentality to reduce risk and fortify code.

0 Followers
0 Following
50 Posts
Joined October 31, 2022
Website:
https://trailofbits.com
Podcast:
https://trailofbits.audio
GitHub:
https://github.com/trailofbits
Blog:
https://blog.trailofbits.com

Posts

Open post
trailofbits
Trail of Bits @trailofbits@infosec.exchange · Aug 04, 2026
Trail of Bits
@trailofbits@infosec.exchange

We help secure the world’s most targeted organizations and products. We combine security research with an attacker mentality to reduce risk and fortify code.

infosec.exchange
Both Black Hat keynotes this year are about AI and vulnerability research: "The End of Rare" and "Vulnerability Research in the Agentic Age." Our entire company restructured around AI a year ago. Select engagements went from 15 bugs a week to 200. In just the past two months we found 1,000+ issues in cURL, Python, Go, and other open-source projects. We'll be in Vegas this week. Book time: https://meetings.hubspot.com/trailofbits/blackhat-defcon-scheduling #BHUSA #DEFCON
0
0
0
0
Open post
trailofbits
Trail of Bits @trailofbits@infosec.exchange · Aug 04, 2026
Trail of Bits
@trailofbits@infosec.exchange

We help secure the world’s most targeted organizations and products. We combine security research with an attacker mentality to reduce risk and fortify code.

infosec.exchange
Patch the Planet update: 1,137 issues found (+279 since July 20), 866 awaiting a patch, 125 fixes open upstream, 146 merged across 46 open-source projects. https://trailofbits.com/patch-the-planet/dashboard/ #infosec #opensource
Dashboard · Patch the Planet · Trail of Bits
Trail of Bits

Dashboard · Patch the Planet · Trail of Bits

Live view of the Patch the Planet initiative: issues identified, patches shipped, and projects onboarded.

0
0
0
0
Open post
trailofbits
Trail of Bits @trailofbits@infosec.exchange · Jul 31, 2026
Trail of Bits
@trailofbits@infosec.exchange

We help secure the world’s most targeted organizations and products. We combine security research with an attacker mentality to reduce risk and fortify code.

infosec.exchange
Agentic AI headlines Black Hat's keynotes and DEF CON's main stage next week, and it's a topic we've been researching for years. We've hijacked multi-agent systems with one web page, pulled Gmail data from Perplexity's Comet via prompt injection, and built image-scaling attacks invisible to humans but not models. All documented on blog.trailofbits.com. We'll be in Vegas Aug 4-6. If you're around, we'd love to chat: https://meetings.hubspot.com/trailofbits/blackhat-defcon-scheduling #infosec #aisecurity
0
0
0
0
Open post
trailofbits
Trail of Bits @trailofbits@infosec.exchange · Jul 30, 2026
Trail of Bits
@trailofbits@infosec.exchange

We help secure the world’s most targeted organizations and products. We combine security research with an attacker mentality to reduce risk and fortify code.

infosec.exchange
Attackers drained $20M+ from protocols built around Uniswap v4 hooks. The two largest were Cork (~$12M) and Bunni ($8.4M). Neither came from bugs in the PoolManager, Uniswap v4's central contract. The failures came from application and hook code. We analyzed dozens of audit findings to isolate seven ways hooks break, and created a checklist for keeping these bugs out of production. https://blog.trailofbits.com/2026/07/30/building-secure-uniswap-v4-hooks/ #infosec #DeFi #smartcontracts
2
0
1
0
Open post
trailofbits
Trail of Bits @trailofbits@infosec.exchange · Jul 28, 2026
Trail of Bits
@trailofbits@infosec.exchange

We help secure the world’s most targeted organizations and products. We combine security research with an attacker mentality to reduce risk and fortify code.

infosec.exchange
858 potential bugs found, 595 awaiting patches, 120 fixes open upstream, 143 merged. Patch the Planet's latest numbers are now on a public dashboard that covers 41 codebases, including curl, OpenSSL, Keycloak, containerd, and kubernetes-client. The 13 CVEs assigned so far include a high-severity nginx bug (CVE-2026-42530) and findings in curl, aiohttp, go-jose, and cryptography. Every accepted fix links to its upstream PR. https://trailofbits.com/patch-the-planet/dashboard #opensource #security
Dashboard · Patch the Planet · Trail of Bits
Trail of Bits

Dashboard · Patch the Planet · Trail of Bits

Live view of the Patch the Planet initiative: issues identified, patches shipped, and projects onboarded.

0
0
0
0
Open post
trailofbits
Trail of Bits @trailofbits@infosec.exchange · Jul 28, 2026
Trail of Bits
@trailofbits@infosec.exchange

We help secure the world’s most targeted organizations and products. We combine security research with an attacker mentality to reduce risk and fortify code.

infosec.exchange
Every Rust bug we submitted through Patch the Planet came from one engineer who ran a variant-analysis pipeline using Codex's /goal. A separate discovery run uncovered two potential high-severity privilege-escalation bugs in Keycloak's SAML component. Over the past few weeks, our engineers independently converged on three techniques that get the most out of /goal. We wrote them down, with prompts included: https://blog.trailofbits.com/2026/07/28/how-we-use-goal-to-find-bugs-in-patch-the-planet/ #infosec #rustlang #llm
0
0
0
0
Open post
trailofbits
Trail of Bits @trailofbits@infosec.exchange · Jul 13, 2026
Trail of Bits
@trailofbits@infosec.exchange

We help secure the world’s most targeted organizations and products. We combine security research with an attacker mentality to reduce risk and fortify code.

infosec.exchange
What we’ve learned about testing Rust for security, now available as a Testing Handbook chapter. Inside, you'll find what Rust's guarantees don't cover, undefined behavior with Miri, property testing with proptest, Clippy lints, memory zeroization, and model checking with Kani. We also released rust-review, a Claude Code plugin for automated Rust security reviews co-built with Aptos Labs. https://blog.trailofbits.com/2026/07/13/rust-proof-your-code-with-our-new-testing-handbook-chapter/ #Rust #infosec #appsec
0
0
0
0
Open post
trailofbits
Trail of Bits @trailofbits@infosec.exchange · Jul 08, 2026
Trail of Bits
@trailofbits@infosec.exchange

We help secure the world’s most targeted organizations and products. We combine security research with an attacker mentality to reduce risk and fortify code.

infosec.exchange
Mewt grades your test suite by sabotaging your code. Each change that doesn't get flagged by your tests is a potential bug. Today we're expanding it to support DAML, Canton Networks' native language, with two new mutant classes for its authorization rules: controller party swap and removal. When we tried Mewt on OpenZeppelin's canton-stablecoin reference implementation, all tests were green and coverage was 100%, but four surviving mutants exposed missing test cases. https://blog.trailofbits.com/2026/07/08/mutation-testing-comes-to-daml/
0
0
0
0
Open post
trailofbits
Trail of Bits @trailofbits@infosec.exchange · Jun 30, 2026
Trail of Bits
@trailofbits@infosec.exchange

We help secure the world’s most targeted organizations and products. We combine security research with an attacker mentality to reduce risk and fortify code.

infosec.exchange
1.2 billion downloads ran through pyca/cryptography last month. Nearly every Python app that touches crypto depends on it. If it doesn't ship post-quantum primitives, the Python ecosystem can't migrate. We helped add ML-DSA (FIPS 204) for signatures and ML-KEM (FIPS 203) for key exchange to the library. Install and migration details in the blog. https://blog.trailofbits.com/2026/06/30/shipping-post-quantum-cryptography-to-python/
0
0
0
0
Open post
trailofbits
Trail of Bits @trailofbits@infosec.exchange · May 12, 2026
Trail of Bits
@trailofbits@infosec.exchange

We help secure the world’s most targeted organizations and products. We combine security research with an attacker mentality to reduce risk and fortify code.

infosec.exchange

Go's fuzzer can't solve path constraints, fuzz typed inputs, or catch data races and goroutine leaks.

gosentry is our fork of the Go toolchain that brings a LibAFL engine in Rust, Nautilus grammar fuzzing, struct-aware mutation, and race/leak detection into `go test -fuzz`.

Same harness, stronger engine. We already used it to disclose 4 bugs in Optimism and Revm. https://blog.trailofbits.com/2026/05/12/go-fuzzing-was-missing-half-the-toolkit.-we-forked-the-toolchain-to-fix-it./

7
1
8
0
Open post
trailofbits
Trail of Bits @trailofbits@infosec.exchange · May 08, 2026
Trail of Bits
@trailofbits@infosec.exchange

We help secure the world’s most targeted organizations and products. We combine security research with an attacker mentality to reduce risk and fortify code.

infosec.exchange

We submitted SequenceHash to C2SP. It's a new cryptography spec that prevents a common class of bugs by safely combining multiple inputs into a single hash with any hash function.

Think TupleHash, generalized so it works on top of SHA-256, BLAKE2, or any underlying hash function. The draft is open for review on C2SP, part of our ongoing contributions to open cryptographic standards. https://c2sp.org/sequencehash

1
0
0
0
Open post
trailofbits
Trail of Bits @trailofbits@infosec.exchange · May 05, 2026
Trail of Bits
@trailofbits@infosec.exchange

We help secure the world’s most targeted organizations and products. We combine security research with an attacker mentality to reduce risk and fortify code.

infosec.exchange

30 readers took our C/C++ challenge. Some solved the Linux warmup, but nobody cracked the Windows driver bug. Even LLM-assisted submissions came up short.

The walkthrough explains both, including the Windows escalation from local DoS to kernel code execution.

Best 10 submissions are still getting swag. If you won, we'll be in contact.
https://blog.trailofbits.com/2026/05/05/c/c-checklist-challenges-solved/

3
2
2
0
Open post
trailofbits
Trail of Bits @trailofbits@infosec.exchange · Apr 30, 2026
Trail of Bits
@trailofbits@infosec.exchange

We help secure the world’s most targeted organizations and products. We combine security research with an attacker mentality to reduce risk and fortify code.

infosec.exchange

RE: @ostifofficial@fosstodon.org

libVLC powers VLC media player, which has been downloaded more than 6 billion times. Our audit produced structural improvements, not just bug fixes. HTTPS for self-update and build dependencies, three new fuzzing harnesses for URL, CSS, and JSON parsing. More in the report.

3
0
2
0
Open post
trailofbits
Trail of Bits @trailofbits@infosec.exchange · Apr 29, 2026
Trail of Bits
@trailofbits@infosec.exchange

We help secure the world’s most targeted organizations and products. We combine security research with an attacker mentality to reduce risk and fortify code.

infosec.exchange

"You can write exploits for software that exists in only one configuration that one company has. And you can do it on the fly." —CEO Dan Guido in The Verge on how AI collapses the cost of finding bugs. https://www.theverge.com/ai-artificial-intelligence/915660/mythos-script-kiddies-hackers-attack-cybersecurity-ai

4
0
3
0
Open post
trailofbits
Trail of Bits @trailofbits@infosec.exchange · Apr 29, 2026
Trail of Bits
@trailofbits@infosec.exchange

We help secure the world’s most targeted organizations and products. We combine security research with an attacker mentality to reduce risk and fortify code.

infosec.exchange

libFuzzer is in maintenance mode. We added LibAFL support to Ruzzy so Ruby devs and security researchers can run their next fuzzing campaign without harness modifications.

Adding LibAFL support to Ruzzy took longer than expected. We took detours in ELF file internals, .init_array DSO sections, SanitizerCoverage interceptors, lazy vs. eager loading, and Ruby C extensions. https://blog.trailofbits.com/2026/04/29/extending-ruzzy-with-libafl/

0
1
0
0
Open post
trailofbits
Trail of Bits @trailofbits@infosec.exchange · Apr 28, 2026
Trail of Bits
@trailofbits@infosec.exchange

We help secure the world’s most targeted organizations and products. We combine security research with an attacker mentality to reduce risk and fortify code.

infosec.exchange

The fastest way to get a team to adopt AI is to make them put in reps. We run hackathons as a forcing function.

2-3 day sprints, one objective. Last time, we told every engineer to use Claude Code in bypass permissions mode. It's now the default for our org.

The full playbook: https://blog.trailofbits.com/2026/03/31/how-we-made-trail-of-bits-ai-native-so-far/

Your browser does not support the video tag.
How we made Trail of Bits AI-native (so far)
The Trail of Bits Blog

How we made Trail of Bits AI-native (so far)

We had 5% buy-in and 95% resistance. A year later, AI-augmented auditors are finding 200 bugs a week on the right engagements. Here’s the six-part operating system we built, open sourced, and are givi

3
0
0
0
Open post
trailofbits
Trail of Bits @trailofbits@infosec.exchange · Apr 23, 2026
Trail of Bits
@trailofbits@infosec.exchange

We help secure the world’s most targeted organizations and products. We combine security research with an attacker mentality to reduce risk and fortify code.

infosec.exchange

When Claude reasons about code, it reasons about lists, but the questions that actually matter are graph questions.

We just open-sourced Trailmark, a library that parses source code into a call graph using tree-sitter and rustworkx across 17 languages.

8 Claude skills built on its API. On Ed448, one classified 73% of surviving mutants as equivalent. Flat lists can't see that. https://blog.trailofbits.com/2026/04/23/trailmark-turns-code-into-graphs/

4
1
2
1
Open post
trailofbits
Trail of Bits @trailofbits@infosec.exchange · Apr 22, 2026
Trail of Bits
@trailofbits@infosec.exchange

We help secure the world’s most targeted organizations and products. We combine security research with an attacker mentality to reduce risk and fortify code.

infosec.exchange
Boosted by Charlie Stross @cstross@wandering.shop
If you market a machine that “cooks for you,” a chef will never buy it. This is called identity threat, one of the four reasons why people resist adopting AI. Reframed: The machine doesn't cook for you. It makes you a faster, more efficient chef. Our CEO Dan Guido's full playbook on how we went from 95% resistance to 80-95% weekly Claude usage within a year: https://blog.trailofbits.com/2026/03/31/how-we-made-trail-of-bits-ai-native-so-far/
Your browser does not support the video tag.
4
2
5
0
Open post
trailofbits
Trail of Bits @trailofbits@infosec.exchange · Apr 21, 2026
Trail of Bits
@trailofbits@infosec.exchange

We help secure the world’s most targeted organizations and products. We combine security research with an attacker mentality to reduce risk and fortify code.

infosec.exchange

"Human plus LLM is vastly vastly better than either one alone."

Our Blockchain Engineering Director Ben Samuels explains why security auditors aren't going anywhere.

Your browser does not support the video tag.
2
0
3
0
Open post
trailofbits
Trail of Bits @trailofbits@infosec.exchange · Apr 17, 2026
Trail of Bits
@trailofbits@infosec.exchange

We help secure the world’s most targeted organizations and products. We combine security research with an attacker mentality to reduce risk and fortify code.

infosec.exchange

Our sales team's AI Maturity Matrix. Scored from 0-3, defining what AI-enabled work looks like at each level.

Adoption is a ladder. Every team has clear levels, clear expectations, a clear path up, and real consequences for staying stuck.

Every org's matrix should look different. Copy the system, not the specifics.
https://blog.trailofbits.com/2026/03/31/how-we-made-trail-of-bits-ai-native-so-far/

How we made Trail of Bits AI-native (so far)
The Trail of Bits Blog

How we made Trail of Bits AI-native (so far)

We had 5% buy-in and 95% resistance. A year later, AI-augmented auditors are finding 200 bugs a week on the right engagements. Here’s the six-part operating system we built, open sourced, and are givi

1
1
1
0
Open post
trailofbits
Trail of Bits @trailofbits@infosec.exchange · Apr 17, 2026
Trail of Bits
@trailofbits@infosec.exchange

We help secure the world’s most targeted organizations and products. We combine security research with an attacker mentality to reduce risk and fortify code.

infosec.exchange

Google used a ZK proof to disclose a quantum breakthrough that cuts the cost of breaking cryptocurrency by 20x without handing attackers the circuit.

The Rust code behind the proof had memory safety bugs. We used this new attack surface to forge a proof that beats Google’s on every metric.

Google patched it within days. Their quantum claims are unaffected. https://blog.trailofbits.com/2026/04/17/we-beat-googles-zero-knowledge-proof-of-quantum-cryptanalysis/

We beat Google’s zero-knowledge proof of quantum cryptanalysis
The Trail of Bits Blog

We beat Google’s zero-knowledge proof of quantum cryptanalysis

Trail of Bits discovered and exploited memory safety and logic vulnerabilities in Google’s Rust zero-knowledge proof code to forge a proof claiming better quantum circuit performance metrics than Goog

41
1
25
2
Open post
trailofbits
Trail of Bits @trailofbits@infosec.exchange · Apr 16, 2026
Trail of Bits
@trailofbits@infosec.exchange

We help secure the world’s most targeted organizations and products. We combine security research with an attacker mentality to reduce risk and fortify code.

infosec.exchange

RE: @pypi@fosstodon.org

4 billion downloads a day run through @pypi@fosstodon.org. A missing permission check let any org member invite new owners. One of 14 findings from our second audit.

fosstodon.org

Python Package Index: "🔎🔐 #PyPI has completed its second external #secur…" - Fosstodon

9
0
6
0
Open post
trailofbits
Trail of Bits @trailofbits@infosec.exchange · Apr 15, 2026
Trail of Bits
@trailofbits@infosec.exchange

We help secure the world’s most targeted organizations and products. We combine security research with an attacker mentality to reduce risk and fortify code.

infosec.exchange

Our C/C++ code review challenge closes April 17.

The new Testing Handbook chapter covers memory safety, integer errors, type confusion, kernel modules, Windows usermode, and seccomp sandbox escapes through manual code review.

Analyze the vulnerable programs, explain how to exploit them, and submit a writeup. First 10 correct entries win swag.

https://trailofbits.com/c-whats-wrong-challenge/

5
0
4
0
Open post
trailofbits
Trail of Bits @trailofbits@infosec.exchange · Apr 14, 2026
Trail of Bits
@trailofbits@infosec.exchange

We help secure the world’s most targeted organizations and products. We combine security research with an attacker mentality to reduce risk and fortify code.

infosec.exchange

Most companies use AI to do the same work slightly faster. We call that level one adoption. Companies at level three do fundamentally different work. We're somewhere between level two and level three, and it took us a year to get there.

80-95% of our team use Claude weekly. We have 94 plugins containing 201 skills, 84 specialized agents, 29 commands, 125 scripts, and 414+ reference files encoding domain expertise.

The full six-step playbook we used to get there:
https://blog.trailofbits.com/2026/03/31/how-we-made-trail-of-bits-ai-native-so-far/

Your browser does not support the video tag.
How we made Trail of Bits AI-native (so far)
The Trail of Bits Blog

How we made Trail of Bits AI-native (so far)

We had 5% buy-in and 95% resistance. A year later, AI-augmented auditors are finding 200 bugs a week on the right engagements. Here’s the six-part operating system we built, open sourced, and are givi

2
2
1
0
Open post
trailofbits
Trail of Bits @trailofbits@infosec.exchange · Apr 10, 2026
Trail of Bits
@trailofbits@infosec.exchange

We help secure the world’s most targeted organizations and products. We combine security research with an attacker mentality to reduce risk and fortify code.

infosec.exchange

We open-sourced the system we built to make Trail of Bits AI-first. A six-step playbook for embedding AI into how your team actually works, not just what tools they have access to.

In 8 weeks we went from 5% to 67% Claude Code co-authorship on merged PRs across 59 contributors and 35 repos, from security engineers to PMs to sales. All through systematized adoption any exec can copy.
https://blog.trailofbits.com/2026/03/31/how-we-made-trail-of-bits-ai-native-so-far/

How we made Trail of Bits AI-native (so far)
The Trail of Bits Blog

How we made Trail of Bits AI-native (so far)

We had 5% buy-in and 95% resistance. A year later, AI-augmented auditors are finding 200 bugs a week on the right engagements. Here’s the six-part operating system we built, open sourced, and are givi

7
0
1
0
Open post
trailofbits
Trail of Bits @trailofbits@infosec.exchange · Apr 09, 2026
Trail of Bits
@trailofbits@infosec.exchange

We help secure the world’s most targeted organizations and products. We combine security research with an attacker mentality to reduce risk and fortify code.

infosec.exchange

C and C++ run your OS, your browser, your database, and your critical infrastructure. They're also the easiest languages to get catastrophically wrong.

We wrote down everything a security auditor should check: language-level bug classes, stdlib pitfalls, Linux and Windows issues from usermode to kernel, seccomp sandbox escapes, and ptrace handler race conditions.

One checklist, hundreds of checks. https://appsec.guide/docs/languages/c-cpp/

Testing Handbook

C/C++ Security Checklist

Security Checklist for C/C++ Programs # C and C++ are two of the most-used languages for applications and system programming. This security checklist, written for security auditors and secure developm

18
1
16
0
Open post
trailofbits
Trail of Bits @trailofbits@infosec.exchange · Apr 07, 2026
Trail of Bits
@trailofbits@infosec.exchange

We help secure the world’s most targeted organizations and products. We combine security research with an attacker mentality to reduce risk and fortify code.

infosec.exchange

Thousands of CEOs said AI had no impact on productivity. We use AI to catch 200 bugs/week where we used to find 15, and generate $8M per sales rep.

95% of the company pushed back when we started. At unprompted, Dan Guido explains how our 140-person team went AI-native.
https://www.youtube.com/watch?v=kgwvAyF7qsA

8
1
7
1
Open post
trailofbits
Trail of Bits @trailofbits@infosec.exchange · Apr 07, 2026
Trail of Bits
@trailofbits@infosec.exchange

We help secure the world’s most targeted organizations and products. We combine security research with an attacker mentality to reduce risk and fortify code.

infosec.exchange

Before its launch, we audited WhatsApp's Private Processing TEEs and found 8 high-severity issues (patched). The enclaves yielded to injected config files, unmeasured ACPI tables, spoofed firmware levels, and stale attestation reports.

TEE security is only as good as the implementation details. Four lessons and the full report: https://blog.trailofbits.com/2026/04/07/what-we-learned-about-tee-security-from-auditing-whatsapps-private-inference/

7
0
7
1
Open post
trailofbits
Trail of Bits @trailofbits@infosec.exchange · Apr 03, 2026
Trail of Bits
@trailofbits@infosec.exchange

We help secure the world’s most targeted organizations and products. We combine security research with an attacker mentality to reduce risk and fortify code.

infosec.exchange

99.86% of 73K+ MBA expressions, simplified. No previous tool could handle all four types.

CoBRA is a new open-source tool that covers linear, semi-linear, polynomial, and mixed MBA obfuscation through 36 specialized passes managed by a worklist orchestrator.

For linear MBAs (the most common), it evaluates on Boolean inputs to fingerprint structure and reconstruct the simplest equivalent. Outputs verified via Z3 or random-input spot checks. https://blog.trailofbits.com/2026/04/03/simplifying-mba-obfuscation-with-cobra/

4
0
1
0
Open post
trailofbits
Trail of Bits @trailofbits@infosec.exchange · Apr 01, 2026
Trail of Bits
@trailofbits@infosec.exchange

We help secure the world’s most targeted organizations and products. We combine security research with an attacker mentality to reduce risk and fortify code.

infosec.exchange

We saw high coverage mask a fund-draining vulnerability, and caught it with mutation testing. We built the tools to make this routine.

MuTON and mewt introduce bugs, run tests, and find what coverage misses. MuTON supports TON languages. mewt covers Solidity, Rust, Go, and more.
https://blog.trailofbits.com/2026/04/01/mutation-testing-for-the-agentic-era/

1
0
0
0
Open post
trailofbits
Trail of Bits @trailofbits@infosec.exchange · Mar 25, 2026
Trail of Bits
@trailofbits@infosec.exchange

We help secure the world’s most targeted organizations and products. We combine security research with an attacker mentality to reduce risk and fortify code.

infosec.exchange

93% recall vs 50% for baseline prompts. Our new dimensional-analysis plugin for Claude Code doesn’t ask the LLM to find bugs. It annotates your codebase with dimensional types, then flags mismatches mechanically. Tested against real audit findings. https://blog.trailofbits.com/2026/03/25/try-our-new-dimensional-analysis-claude-plugin/

11
1
3
0
Open post
trailofbits
Trail of Bits @trailofbits@infosec.exchange · Mar 24, 2026
Trail of Bits
@trailofbits@infosec.exchange

We help secure the world’s most targeted organizations and products. We combine security research with an attacker mentality to reduce risk and fortify code.

infosec.exchange

Adding token A to token B in a DeFi formula is as meaningless as adding meters to seconds. Different dimensions, meaningless result.

Physicists learn this on day one. Smart contract developers rarely think about it, but the same rules apply to on-chain arithmetic.

During an audit, we caught a function passing decimals where assets were expected. Dimensional analysis spotted it instantly. https://blog.trailofbits.com/2026/03/24/spotting-issues-in-defi-with-dimensional-analysis/

1
0
0
0
Open post
trailofbits
Trail of Bits @trailofbits@infosec.exchange · Mar 11, 2026
Trail of Bits
@trailofbits@infosec.exchange

We help secure the world’s most targeted organizations and products. We combine security research with an attacker mentality to reduce risk and fortify code.

infosec.exchange

A single bug in an ERC-4337 smart account can be as catastrophic as leaking a private key.

We've audited dozens of smart accounts and found six vulnerability patterns that consistently reappear across codebases.

If you're working with smart accounts, each pattern includes safe code examples so you can reference them for your own implementation: https://blog.trailofbits.com/2026/03/11/six-mistakes-in-erc-4337-smart-accounts/

1
0
0
0
Open post
trailofbits
Trail of Bits @trailofbits@infosec.exchange · Mar 06, 2026
Trail of Bits
@trailofbits@infosec.exchange

We help secure the world’s most targeted organizations and products. We combine security research with an attacker mentality to reduce risk and fortify code.

infosec.exchange

We open-sourced 10 new Claude Code skills from our internal repository.

Including:
agentic-actions-auditor finds security vulnerabilities in GitHub Actions workflows where attacker-controlled input reaches AI agents running with elevated CI permissions.

let-fate-decide draws Tarot cards using cryptographic randomness when your prompt is too vague for a real plan.

git-cleanup categorizes your accumulated branches and worktrees and walks you through safe deletion with gated confirmation.

https://github.com/trailofbits/skills/

3
0
1
0
Open post
trailofbits
Trail of Bits @trailofbits@infosec.exchange · Mar 05, 2026
Trail of Bits
@trailofbits@infosec.exchange

We help secure the world’s most targeted organizations and products. We combine security research with an attacker mentality to reduce risk and fortify code.

infosec.exchange

We're sponsoring RE//verse in Orlando this week. Sam Sharps, Kyle Elliott, and Julius Alexandre will be there. Come find them if you want to talk reverse engineering or binary analysis. https://re-verse.io/

RE//verse - Reverse Engineering Conference
RE//verse

RE//verse - Reverse Engineering Conference

RE//verse is a premier reverse engineering, vulnerability research, and malware analysis conference. More info on the next event coming soon.

1
0
0
0
Open post
trailofbits
Trail of Bits @trailofbits@infosec.exchange · Mar 02, 2026
Trail of Bits
@trailofbits@infosec.exchange

We help secure the world’s most targeted organizations and products. We combine security research with an attacker mentality to reduce risk and fortify code.

infosec.exchange

How do you rebuild a security consultancy around AI without breaking what works? Our CEO, Dan Guido, talks systems, feedback loops, and what it actually takes to go AI-native at [un]prompted on March 4th at 9:10 AM https://unpromptedcon.org/

[un]prompted

Agenda - [un]prompted

2
0
2
0
Open post
trailofbits
Trail of Bits @trailofbits@infosec.exchange · Feb 28, 2026
Trail of Bits
@trailofbits@infosec.exchange

We help secure the world’s most targeted organizations and products. We combine security research with an attacker mentality to reduce risk and fortify code.

infosec.exchange

What if the compiler itself flagged your bugs? Blockchain Engineer, Kevin Valerio, is in Tokyo for SECCON 14 to show how Go’s IR can be modified to catch deterministic bug classes.
If you're attending, Kevin will present from 14:20-14:40 (GMT+9) https://www.seccon.jp/14/ep260228.html

2
0
0
0
Open post
trailofbits
Trail of Bits @trailofbits@infosec.exchange · Feb 25, 2026
Trail of Bits
@trailofbits@infosec.exchange

We help secure the world’s most targeted organizations and products. We combine security research with an attacker mentality to reduce risk and fortify code.

infosec.exchange

New tool release! Linux memory forensics requires external debug symbols that precisely match your kernel version, symbols rarely installed on production systems and often missing after updates.mquire eliminates this dependency entirely by extracting BTF type information and Kallsyms symbol addresses directly from the memory dump. Works on kernel 4.18+ with BTF enabled.
https://blog.trailofbits.com/2026/02/25/mquire-linux-memory-forensics-without-external-dependencies/

11
0
10
0
Open post
trailofbits
Trail of Bits @trailofbits@infosec.exchange · Feb 20, 2026
Trail of Bits
@trailofbits@infosec.exchange

We help secure the world’s most targeted organizations and products. We combine security research with an attacker mentality to reduce risk and fortify code.

infosec.exchange

Before launch, Perplexity hired us to test the security of Comet, their AI browser assistant. We demonstrated how four prompt injection techniques could extract users' private information from Gmail. https://blog.trailofbits.com/2026/02/20/using-threat-modeling-and-prompt-injection-to-audit-comet/

8
0
3
0
Open post
trailofbits
Trail of Bits @trailofbits@infosec.exchange · Feb 18, 2026
Trail of Bits
@trailofbits@infosec.exchange

We help secure the world’s most targeted organizations and products. We combine security research with an attacker mentality to reduce risk and fortify code.

infosec.exchange

Today at 12:55 PM MT on the Future Llama stage at ETH Denver, our CEO, Dan Guido, opens the hood on how he made Trail of Bits AI-native.

0
0
0
0
Open post
trailofbits
Trail of Bits @trailofbits@infosec.exchange · Feb 18, 2026
Trail of Bits
@trailofbits@infosec.exchange

We help secure the world’s most targeted organizations and products. We combine security research with an attacker mentality to reduce risk and fortify code.

infosec.exchange

Carelessness versus craftsmanship in cryptography
Two popular AES libraries (aes-js and pyaes) provide dangerous default IVs that lead to key/IV reuse vulnerabilities affecting thousands of projects. One maintainer dismissed the issue, while strongSwan's maintainer exemplified proper security response by comprehensively fixing the vulnerability in their VPN management tool.
https://blog.trailofbits.com/2026/02/18/carelessness-versus-craftsmanship-in-cryptography/

8
0
10
0
Open post
trailofbits
Trail of Bits @trailofbits@infosec.exchange · Feb 17, 2026
Trail of Bits
@trailofbits@infosec.exchange

We help secure the world’s most targeted organizations and products. We combine security research with an attacker mentality to reduce risk and fortify code.

infosec.exchange

We're hiring a senior technical recruiter who can own the full hiring lifecycle and build a talent pipeline. You thrive on personal connections with a knack for evaluating technical candidates across engineering and non-engineering roles.

0
0
0
0
Open post
trailofbits
Trail of Bits @trailofbits@infosec.exchange · Jan 30, 2026
Trail of Bits
@trailofbits@infosec.exchange

We help secure the world’s most targeted organizations and products. We combine security research with an attacker mentality to reduce risk and fortify code.

infosec.exchange

How to run Claude in YOLO mode safely: Use our devcontainer for full file and network isolation. https://github.com/trailofbits/claude-code-devcontainer

Not isolated enough? We're also sharing dropkit, our custom CLI for quickly accessing DigitalOcean droplets for security testing and research tasks https://github.com/trailofbits/dropkit

Nearly all of our 140 employees use Claude Code daily, and most in YOLO mode. Our devcontainer and dropkit are key linchpins for how we make this safer.

9
0
4
0
Open post
trailofbits
Trail of Bits @trailofbits@infosec.exchange · Jan 30, 2026
Trail of Bits
@trailofbits@infosec.exchange

We help secure the world’s most targeted organizations and products. We combine security research with an attacker mentality to reduce risk and fortify code.

infosec.exchange

Our team had 375+ pull requests merged into 90+ open-source projects in 2025. From the Rust compiler to PyPI Warehouse to Sigstore, these contributions strengthen the infrastructure devs rely on daily.

Key contributions include:
* rekor-monitor is now production-ready with identity monitoring for Rekor v2
* 20+ Clippy lints merged, including implicit_clone improvements
* pyca/cryptography gained a new ASN.1 API
* PyPI Warehouse now supports project archival

https://blog.trailofbits.com/2026/01/30/celebrating-our-2025-open-source-contributions/

4
0
1
0
Open post
trailofbits
Trail of Bits @trailofbits@infosec.exchange · Jan 29, 2026
Trail of Bits
@trailofbits@infosec.exchange

We help secure the world’s most targeted organizations and products. We combine security research with an attacker mentality to reduce risk and fortify code.

infosec.exchange

Today's software signatures may not survive tomorrow's quantum computers.
Over the past two years, we collaborated with the Sigstore community to build controlled cryptographic agility into the ecosystem with a centralized algorithm registry, configurable restrictions, and Go implementations of post-quantum algorithms LMS and ML-DSA to prove it's future-ready. https://blog.trailofbits.com/2026/01/29/building-cryptographic-agility-into-sigstore/

2
0
2
0
Open post
trailofbits
Trail of Bits @trailofbits@infosec.exchange · Jan 28, 2026
Trail of Bits
@trailofbits@infosec.exchange

We help secure the world’s most targeted organizations and products. We combine security research with an attacker mentality to reduce risk and fortify code.

infosec.exchange

New Trail of Bits skill: insecure-defaults
Detect insecure default configurations, hardcoded credentials, and fail-open security patterns. https://github.com/trailofbits/skills/tree/main/plugins/insecure-defaults

GitHub

skills/plugins/insecure-defaults at main · trailofbits/skills

Trail of Bits Claude Code skills for security research, vulnerability detection, and audit workflows - trailofbits/skills

4
1
2
0
Open post
trailofbits
Trail of Bits @trailofbits@infosec.exchange · Jan 22, 2026
Trail of Bits
@trailofbits@infosec.exchange

We help secure the world’s most targeted organizations and products. We combine security research with an attacker mentality to reduce risk and fortify code.

infosec.exchange

TEE security breaks down in predictable ways. In our December webinar, we showed exactly where.
Jules Drean from Tinfoil walked through their threat model, covering repositories, hardware configurations, and CVM images. Our security engineers, Paul Bottinelli and Tjaden Hess, dug into vulnerabilities they've found in production TEE deployments.

Watch the full recording: https://watch.getcontrast.io/register/trail-of-bits-top-tee-bugs-you-should-fix-before-your-audit?utm_source=socials

Your browser does not support the video tag.
3
0
5
0
Open post
trailofbits
Trail of Bits @trailofbits@infosec.exchange · Jan 20, 2026
Trail of Bits
@trailofbits@infosec.exchange

We help secure the world’s most targeted organizations and products. We combine security research with an attacker mentality to reduce risk and fortify code.

infosec.exchange

We open-sourced 17 Claude skills!

Think of Claude skills like Neo's uploads. Install a plugin, and Claude gains the capability in seconds. But we weren't satisfied with an AI plugin that vibes its way to an occasional bug. Our CEO and engineers built skills across the spectrum to see how far AI-assisted security can go.
https://github.com/trailofbits/skills

GitHub

GitHub - trailofbits/skills: Trail of Bits Claude Code skills for security research, vulnerability d

Trail of Bits Claude Code skills for security research, vulnerability detection, and audit workflows - trailofbits/skills

9
0
8
0
Open post
trailofbits
Trail of Bits @trailofbits@infosec.exchange · Jan 13, 2026
Trail of Bits
@trailofbits@infosec.exchange

We help secure the world’s most targeted organizations and products. We combine security research with an attacker mentality to reduce risk and fortify code.

infosec.exchange

Browser AI agents resurface web security's old mistakes. We exploited lack of isolation to steal data and hijack sessions. These attacks mirror XSS and CSRF.
Our threat model identifies four trust zones with inadequate controls. Data crosses boundaries unexpectedly, enabling attackers to inject prompts and exfiltrate information. We demonstrated exploits from false information to complete account compromise.
https://blog.trailofbits.com/2026/01/13/lack-of-isolation-in-agentic-browsers-resurfaces-old-vulnerabilities/

0
0
1
0
Open post
trailofbits
Trail of Bits @trailofbits@infosec.exchange · Jan 08, 2026
Trail of Bits
@trailofbits@infosec.exchange

We help secure the world’s most targeted organizations and products. We combine security research with an attacker mentality to reduce risk and fortify code.

infosec.exchange

We're now accepting applications for our 2026 summer internship program!

Trail of Bits is hiring interns across our software assurance, security engineering, and research & development teams. Over the summer, you'll work on real projects that might include conducting security assessments for critical systems, developing open-source tools, and contributing research that advances the field.

Applications are open now through February! Learn more and apply here!
https://apply.workable.com/trailofbits/j/0C784B6D41/

2
0
3
0

Remote instance

infosec.exchange
Open on original server

Media

313k7r1n3
Elektrine

Tor hidden service

elekhj7afj4qnrr4yd3bkzslsyo5jgfxw3orgjkhlcxifueodybyiiad.onion

Platform

  • Email
  • Chat
  • Timeline
  • Communities
  • VPN
  • DNS

Company

  • About
  • Contact
  • FAQ

Legal

  • Terms of Service
  • Privacy Policy
  • Warrant Canary
  • Lite (no JS)
  • VPN Policy
  • Source code

Support

  • support@elektrine.com
  • Report Security Issue
Mail client setup IMAP mail.elektrine.com:993 POP3 mail.elektrine.com:995 SMTP mail.elektrine.com:465
© 2026 Elektrine. All rights reserved. Server: 04:17:14 UTC