striga

25 posts

striga banner
striga

striga

@striga_ai

Source code auditing built on artificial intelligence.

가입일 Ocak 2026
2 팔로잉537 팔로워
고정된 트윗
striga
striga@striga_ai·
For a Fistful of Dollars: Less than $100 of Compute Surfaces Pre-auth RCE in Apache httpd Write-up: striga.ai/research/apach…
English
3
23
53
8.5K
striga
striga@striga_ai·
Every critical system runs on software, and most of that software has vulnerabilities no one has found yet. Increasingly, it takes AI to find them, but the most capable AI models are closed, controlled by a handful of providers. Access can be repriced, restricted, or switched off, by a company or by a government. A capability you depend on but don't control can be taken away. For something as critical as finding the vulnerabilities in your own software, that's a risk worth taking seriously. Striga is built to run on open-source models, on your own infrastructure. It audits source code and finds the vulnerabilities that matter, without tying you to a closed model someone else can pull. The frontier will keep moving. The AI that secures your software shouldn't be something a single provider can switch off. That kind of independence is what we're building. Get in touch.
English
0
1
3
57
striga
striga@striga_ai·
Striga is now a member of the NVIDIA Inception program. The program gives us access to NVIDIA's developer tools, preferred pricing on hardware and software, and a global ecosystem of investors and partners. For us, that means the compute, tooling, and ecosystem access to scale the pipeline behind our vulnerability research. #NVIDIAInception @nvidia
striga tweet media
English
0
0
2
192
striga
striga@striga_ai·
PoCs for Apache Tomcat Unauth RCE (CVE-2026-34486) and Apache httpd Pre-auth RCE (CVE-2026-23918) are now public on our Github. Tomcat exploit is fully reliable. httpd chain works in a controlled lab setup with a known info leak. github.com/striga-ai/CVE-… github.com/striga-ai/CVE-…
English
4
181
738
94.1K
striga
striga@striga_ai·
The 90-day framework assumes the vendor engages, the embargo chain holds, and no one else finds the bug. Dirty Frag failed the middle one, our own backlog regularly fails the first, and in both cases the only people protected by the wait are the attackers who already have it. Shortening the timeline is the easy half. The harder question is whether the embargo concept survives at all: a vendor who hasn't acknowledged by day 14 or 30 will not acknowledge by day 90, and every extra week only widens the window for a leak or an independent rediscovery.
English
0
0
3
476
cts🌸
cts🌸@gf_256·
responsible disclosure is dead🤦
cts🌸 tweet mediacts🌸 tweet media
English
23
76
1.1K
108.3K
The Hacker News
The Hacker News@TheHackersNews·
How easy is CVE-2026-23918 to trigger? 🔸 One TCP connection. 🔸 Two frames. 🔸 HEADERS + immediate RST_STREAM (non-zero error code). That’s it → double-free in mod_http2, worker crashes. Researchers built a working RCE PoC using Apache’s fixed scoreboard + mmap allocator (default on Debian & official Docker). If you’re on 2.4.66 with mod_http2 + threaded MPM: patch to 2.4.67 now. (prefork MPM is safe)
The Hacker News@TheHackersNews

🚨 Apache patches CVE-2026-23918 (CVSS 8.8) in HTTP Server 2.4.66. The HTTP/2 double-free flaw can trigger DoS and potentially enable remote code execution via crafted requests. Fixed in 2.4.67. Details here: thehackernews.com/2026/05/critic…

English
2
22
128
22.5K
striga
striga@striga_ai·
CVE-2026-23918 - a pre-auth RCE in Apache httpd's mod_http2, found by Striga during our open-source research. The bug triggers on a single HTTP/2 connection sending HEADERS followed by RST_STREAM with a non-zero error code. Two nghttp2 callbacks both push the same stream pointer onto the cleanup array, and the second pool_destroy hits already-freed memory. We built a working RCE on x86_64 using mmap reuse and Apache's scoreboard memory as a stable container for fake cleanup structures. Affects Apache httpd 2.4.66 with mod_http2 and a multi-threaded MPM. Full technical writeup coming soon. cve.org/CVERecord?id=C… httpd.apache.org/security/vulne…
English
4
50
248
33.3K
striga 리트윗함
hackerman70000
hackerman70000@hackerman_70000·
@TheHackersNews This vulnerability was found with striga.ai and whole audit costed less than $100. Write-up coming soon.
English
2
1
4
624
striga
striga@striga_ai·
@ollama v0.23.0 still unpatched. Security posture of this project is below baseline. Two CVEs assigned, vendor not responding, and the latest release ships the same vulnerable code paths
striga@striga_ai

Persistent RCE in @ollama's Windows auto-updater. An HTTP header decides where the downloaded file lands on disk. The signature check that would catch this is one line: return nil. Windows runs the dropped binary every login. CVE-2026-42248 + CVE-2026-42249. Affected: 0.12.10 - 0.22.0. Still unpatched after the 90-day disclosure window. Thanks to @CERT_Polska for picking up coordination with the vendor unresponsive. striga.ai/research/ollam…

English
0
0
1
130
striga
striga@striga_ai·
Persistent RCE in @ollama's Windows auto-updater. An HTTP header decides where the downloaded file lands on disk. The signature check that would catch this is one line: return nil. Windows runs the dropped binary every login. CVE-2026-42248 + CVE-2026-42249. Affected: 0.12.10 - 0.22.0. Still unpatched after the 90-day disclosure window. Thanks to @CERT_Polska for picking up coordination with the vendor unresponsive. striga.ai/research/ollam…
English
0
1
3
726
striga
striga@striga_ai·
@halvarflake There you go - full Apache Tomcat scan cost (3 x CVE including one RCE in final results) - around $80.
English
0
0
1
91
Halvar Flake
Halvar Flake@halvarflake·
Proposal: if you publish about an LLM finding vulns, please publish precise costs. Given the different levels of competence, verbosity etc per model, knowing token counts and cost per token is essential.
English
22
35
187
14.7K
striga 리트윗함
Juliano Rizzo
Juliano Rizzo@julianor·
CVE-2026-34486: A one-line fix for a padding oracle in Apache Tomcat quietly disabled cluster encryption, enabling unauthenticated RCE. 16 years later, they've finally discovered our strategy @XorNinja 🤫
English
2
2
23
3K
striga
striga@striga_ai·
Unauthenticated RCE in Apache Tomcat (CVE-2026-34486) The EncryptInterceptor was supposed to protect cluster communication. A fix for a padding oracle vulnerability moved one line outside a try block, and the encryption layer silently started forwarding every failed decryption straight into unfiltered Java deserialization. We found it with Striga, built the exploit, and reported it to The Apache Software Foundation. striga.ai/research/tomca…
English
4
65
235
29.9K
striga 리트윗함
Secureway Foundation
Secureway Foundation@SecurewayFDN·
Startup miesiąca na SWM 04.2026? Bartłomiej Dmitruk ze @striga_ai o audycie kodu i podatnościach z użyciem AI. 🗓️ Kiedy: wtorek, 21.04.2026 💡 Temat: Security as a code 🎟️ Bilety: app.evenea.pl/event/securewa… 🍺 Partnerzy: DC9 Cyber, ISEC 📍 Gdzie: Rotunda PKO Bank Polski
Secureway Foundation tweet media
Polski
0
1
4
332
striga
striga@striga_ai·
We recently audited pac4j, a widely used Java security framework for authentication and authorization. We found several high-severity vulnerabilities in the LDAP and CSRF modules. All were responsibly disclosed to the maintainers and have been fixed in pac4j 6.4.1, 5.7.10, and 4.5.10. If you use pac4j in your stack, update your dependencies. Full advisory: pac4j.org/blog/security-…
English
0
0
0
155