Menu
Sign In Search Podcasts Charts People & Topics Add Podcast API Blog Pricing

Stanislav Fort

๐Ÿ‘ค Speaker
180 total appearances

Appearances Over Time

Podcast Appearances

LessWrong (Curated & Popular)
"AI found 12 of 12 OpenSSL zero-days (while curl cancelled its bug bounty)" by Stanislav Fort

Therefore our benchmark was completely external to us and in some cases intellectually adversarial.

LessWrong (Curated & Popular)
"AI found 12 of 12 OpenSSL zero-days (while curl cancelled its bug bounty)" by Stanislav Fort

We chose to focus on some of the most well-audited, secure, and heavily tested pillars of the world software ecosystem.

LessWrong (Curated & Popular)
"AI found 12 of 12 OpenSSL zero-days (while curl cancelled its bug bounty)" by Stanislav Fort

Among them, OpenSSL stands out.

LessWrong (Curated & Popular)
"AI found 12 of 12 OpenSSL zero-days (while curl cancelled its bug bounty)" by Stanislav Fort

Industry estimates suggest that at least two-thirds of the world's internet traffic is encrypted using OpenSSL and a single zero-day vulnerability in it can define a security researcher's career.

LessWrong (Curated & Popular)
"AI found 12 of 12 OpenSSL zero-days (while curl cancelled its bug bounty)" by Stanislav Fort

Our first OpenSSL results.

LessWrong (Curated & Popular)
"AI found 12 of 12 OpenSSL zero-days (while curl cancelled its bug bounty)" by Stanislav Fort

In late summer 2025, six months into starting our research, we tested our AI system against OpenSSL and found a number of real, previously unknown security issues.

LessWrong (Curated & Popular)
"AI found 12 of 12 OpenSSL zero-days (while curl cancelled its bug bounty)" by Stanislav Fort

In the full 2025 OpenSSL security release, four CVEs in total were announced from 2025 of the format.

LessWrong (Curated & Popular)
"AI found 12 of 12 OpenSSL zero-days (while curl cancelled its bug bounty)" by Stanislav Fort

There's a code block here in the text, out of which three were found, responsibly disclosed, and in some cases even fixed by us, or more precisely by our AI system.

LessWrong (Curated & Popular)
"AI found 12 of 12 OpenSSL zero-days (while curl cancelled its bug bounty)" by Stanislav Fort

You can read more in our original blog post.

LessWrong (Curated & Popular)
"AI found 12 of 12 OpenSSL zero-days (while curl cancelled its bug bounty)" by Stanislav Fort

Specifically, these were two moderate severity issues.

LessWrong (Curated & Popular)
"AI found 12 of 12 OpenSSL zero-days (while curl cancelled its bug bounty)" by Stanislav Fort

CVE-2025-9230.

LessWrong (Curated & Popular)
"AI found 12 of 12 OpenSSL zero-days (while curl cancelled its bug bounty)" by Stanislav Fort

Out-of-bounds read-write in the RFC3211KEK unwrap operation for CMS password-based encryption, potentially leading to memory corruption or code execution.

LessWrong (Curated & Popular)
"AI found 12 of 12 OpenSSL zero-days (while curl cancelled its bug bounty)" by Stanislav Fort

This bug had been present since 2009, undetected for over 15 years.

LessWrong (Curated & Popular)
"AI found 12 of 12 OpenSSL zero-days (while curl cancelled its bug bounty)" by Stanislav Fort

CVE 2025-9231.

LessWrong (Curated & Popular)
"AI found 12 of 12 OpenSSL zero-days (while curl cancelled its bug bounty)" by Stanislav Fort

Timing side channel in SM2 elliptic curve signatures on 64-bit ARM, where variations in execution time during modular arithmetic could in principle allow private key recovery through careful remote observation.

LessWrong (Curated & Popular)
"AI found 12 of 12 OpenSSL zero-days (while curl cancelled its bug bounty)" by Stanislav Fort

This is a subtle, logic-level vulnerability where the correctness of the code obscured a timing leak that only emerged under specific hardware conditions.

LessWrong (Curated & Popular)
"AI found 12 of 12 OpenSSL zero-days (while curl cancelled its bug bounty)" by Stanislav Fort

We also found a single low-severity CVE.

LessWrong (Curated & Popular)
"AI found 12 of 12 OpenSSL zero-days (while curl cancelled its bug bounty)" by Stanislav Fort

CVE 2025-9232.

LessWrong (Curated & Popular)
"AI found 12 of 12 OpenSSL zero-days (while curl cancelled its bug bounty)" by Stanislav Fort

Out-of-bounds read in HTTP client.

LessWrong (Curated & Popular)
"AI found 12 of 12 OpenSSL zero-days (while curl cancelled its bug bounty)" by Stanislav Fort

There's a code block here in the text.