Giskard is an open-source testing framework for AI models. In versions prior to 1.0.2b1, the RegexMatching check passes a user-supplied regular expression pattern directly to Python's re.search() without any timeout or complexity guard. A crafted regex pattern can trigger catastrophic backtracking, causing the process to hang indefinitely. Exploitation requires write access to a check definition and subsequent execution of the test suite. This issue has been fixed in giskard-checks version 1.0.2b1.
References
| Link | Resource |
|---|---|
| https://github.com/Giskard-AI/giskard-oss/releases/tag/giskard-checks%2Fv1.0.2b1 | Release Notes |
| https://github.com/Giskard-AI/giskard-oss/security/advisories/GHSA-rq2q-4r55-9877 | Vendor Advisory |
Configurations
History
No history.
Information
Published : 2026-04-17 18:16
Updated : 2026-06-17 10:45
NVD link : CVE-2026-40319
Mitre link : CVE-2026-40319
CVE.ORG link : CVE-2026-40319
JSON object : View
Products Affected
giskard
- giskard
CWE
CWE-1333
Inefficient Regular Expression Complexity
