CVE-2026-100187
Last modified
CVE-2026-100187 is a medium-severity vulnerability rated 6.9/10 on the CVSS scale. The Onion module in AIL Framework contained a performance shortcut in its URL extraction logic that accepted URLs as valid .onion targets based solely on a length check (exactly 69 characters) and a suffix check (ending in ".onion"), without performing proper hostname parsing or onion-domain validation. An unauthenticated attacker who could publish or control web content crawled by the framework could embed a crafted URL containing an IP address or non-onion hostname with a path ending in ".onion" that satisfied the length and suffix conditions.
Description
The Onion module in AIL Framework contained a performance shortcut in its URL extraction logic that accepted URLs as valid .onion targets based solely on a length check (exactly 69 characters) and a suffix check (ending in ".onion"), without performing proper hostname parsing or onion-domain validation. An unauthenticated attacker who could publish or control web content crawled by the framework could embed a crafted URL containing an IP address or non-onion hostname with a path ending in ".onion" that satisfied the length and suffix conditions. Such a URL would be extracted, its domain naively sliced from the string, and queued as a legitimate onion crawler task. This allowed unauthenticated content publishers to inject arbitrary non-onion targets into the crawler's task queue, influencing crawler behavior and potentially directing it toward unintended network resources. The vulnerability required no authentication, no user interaction, and only the ability to place crafted content in a location the framework would crawl. The security impact is a loss of integrity in the crawler's target selection: the framework processes and acts upon URLs that do not correspond to legitimate .onion services.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| ail project | ail framework | < 7.1 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-100187?
How severe is CVE-2026-100187?
How do I fix CVE-2026-100187?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-10017Out of bounds read in Headless in Google Chrome prior to 148…8.3
- CVE-2026-100172The AIL Framework (ail-project/ail-framework) contains a sto…8.5
- CVE-2026-100174The AIL Framework tag selector component (var/www/static/js/…5.1
- CVE-2026-100176The AIL Framework's username timeline feature is vulnerable …8.5
- CVE-2026-100177The AIL Framework crawler task creation API (api_add_crawler…6.3
- CVE-2026-10018Integer overflow in ANGLE in Google Chrome prior to 148.0.77…6.5
- CVE-2026-10019Integer overflow in ANGLE in Google Chrome prior to 148.0.77…8.8
- CVE-2026-100190The AIL Framework crawler splash domain page (showDomain.htm…6.3
- CVE-2026-1002The Vert.x Web static handler component cache can be manipul…5.3
- CVE-2026-10020Insufficient validation of untrusted input in Skia in Google…8.3
- CVE-2026-10021Insufficient validation of untrusted input in USB in Google …8.8
- CVE-2026-10022Type Confusion in V8 in Google Chrome prior to 148.0.7778.21…7.5
Are you affected by CVE-2026-100187?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
