---
id: CVE-2026-100177
title: >-
  The AIL Framework crawler task creation API (api_add_crawler_task) contained
  an insufficient authorization check when a user supplied a cookiejar UUID to
  attach to a one-shot or scheduled crawler task
summary: >-
  The AIL Framework crawler task creation API (api_add_crawler_task) contained
  an insufficient authorization check when a user supplied a cookiejar UUID to
  attach to a one-shot or scheduled crawler task. The original code only
  verified tha…
severity: medium
cvss: 6.3
cvssVector: 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:N/SC:H/SI:N/SA:N'
cwe:
  - CWE-20
  - CWE-639
vendor: ail project
product: ail framework
affected:
  - ail_framework >= unspecified < 7.1
published: '2026-09-25'
updated: '2026-09-25'
sourceUpdated: '2026-09-25T15:17:52.523'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-100177'
references:
  - url: >-
      https://github.com/ail-project/ail-framework/commit/3773ca36658c57ce592aebe74e27c855eb64f58a
    label: 5a6e4751-2f3f-4070-9419-94fb35b644e8
tags:
  - nvd
  - cve.org
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-25T14:55:38.429027Z'
cvssSource: cna
ingestedAt: '2026-09-25T14:09:46.371Z'
epss: 0.00341
epssPercentile: 0.25048
---

## Overview

The AIL Framework crawler task creation API (api_add_crawler_task) contained an insufficient authorization check when a user supplied a cookiejar UUID to attach to a one-shot or scheduled crawler task. The original code only verified that the cookiejar existed and, if its access level was 0, compared the cookiejar's owning user ID to the requesting user ID. It did not validate organizational boundaries, did not account for the requesting user's role. When the cookiejar level was not 0, no access check was performed at all. An authenticated user could therefore reference another organization's cookiejar by UUID and have the crawler use that organization's stored cookies (session tokens, authentication credentials) when performing web crawls, effectively leaking or exfiltrating the victim organization's session data.


The vulnerability requires an authenticated user with the ability to create crawler tasks. The attacker must know or guess a valid cookiejar UUID belonging to another organization. The impact is unauthorized access to another organization's stored cookies and session data through the crawler infrastructure.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
