CVE-2026-23842

HIGH

ChatterBot < 1.2.11 - Denial of Service via SQLAlchemy Connection Pool Exhaustion

Title source: llm
STIX 2.1

Exploitation Summary

EIP tracks 2 public exploits for CVE-2026-23842. PoCs published by XiaomingX, AdityaBhatt3010.

AI-analyzed exploit summary The repository contains a functional PoC demonstrating a DoS vulnerability in ChatterBot ≤ 1.2.10 via database connection pool exhaustion. The PoC uses concurrent threads to trigger SQLAlchemy QueuePool depletion, leading to service unavailability.

Description

ChatterBot is a machine learning, conversational dialog engine for creating chat bots. ChatterBot versions up to 1.2.10 are vulnerable to a denial-of-service condition caused by improper database session and connection pool management. Concurrent invocations of the get_response() method can exhaust the underlying SQLAlchemy connection pool, resulting in persistent service unavailability and requiring a manual restart to recover. Version 1.2.11 fixes the issue.

Exploits (2)

github WORKING POC 10 stars
by XiaomingX · pythonpoc
https://github.com/XiaomingX/data-cve-poc-py-v1/tree/main/2026/CVE-2026-23842

The repository contains a functional PoC demonstrating a DoS vulnerability in ChatterBot ≤ 1.2.10 via database connection pool exhaustion. The PoC uses concurrent threads to trigger SQLAlchemy QueuePool depletion, leading to service unavailability.

Classification
Working Poc 95%
Attack Type
Dos
Complexity
Trivial
Reliability
Reliable
Target: ChatterBot ≤ 1.2.10
No auth needed
Prerequisites: ChatterBot instance with default SQLAlchemy configuration
devstral-2 · analyzed Mar 04, 2026 Full analysis →
nomisec WORKING POC 1 stars
by AdityaBhatt3010 · poc
https://github.com/AdityaBhatt3010/CVE-2026-23842-Denial-of-Service-via-Database-Connection-Pool-Exhaustion-version-1.2.10

The repository contains a functional PoC for CVE-2026-23842, demonstrating a DoS vulnerability in ChatterBot ≤ 1.2.10 via database connection pool exhaustion. The PoC uses concurrent threads to trigger SQLAlchemy QueuePool exhaustion, leading to service unavailability.

Classification
Working Poc 95%
Attack Type
Dos
Complexity
Trivial
Reliability
Reliable
Target: ChatterBot ≤ 1.2.10
No auth needed
Prerequisites: ChatterBot instance with default SQLAlchemy connection pool settings
devstral-2 · analyzed Mar 01, 2026 Full analysis →

Scores

CVSS v3 7.5
EPSS 0.0004
EPSS Percentile 12.3%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

CISA SSVC

Vulnrichment
Exploitation none
Automatable yes
Technical Impact partial

Details

CWE
CWE-400
Status published
Products (2)
chatterbot/chatterbot < 1.2.11
pypi/chatterbot 0 - 1.2.11PyPI
Published Jan 19, 2026
Tracked Since Feb 18, 2026