๐Ÿ” CVE Alert

CVE-2026-59094

HIGH 7.5

Pathway - Unauthenticated Denial of Service via Exponential Glob Pattern Matching in Document Store

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

Pathway through 0.31.1, fixed in commit d09722e, document store applies a caller-supplied glob pattern to indexed document paths using a hand-written recursive matcher that branches two ways on each ** token without memoization, giving exponential worst-case complexity. The filepath_globpattern value is taken from the body of the unauthenticated HTTP endpoints /v1/retrieve, /v1/inputs and /v2/answer and compiled into a filter evaluated once per indexed document, with no length or **-count limit. A remote unauthenticated attacker can submit a short pattern containing many ** tokens to consume CPU for tens of seconds per request, and a small number of requests denies service.

CWE CWE-407
Vendor pathwaycom
Product pathway
Published Jul 2, 2026
Stay Ahead of the Next One

Get instant alerts for pathwaycom pathway

Be the first to know when new high vulnerabilities affecting pathwaycom pathway are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Affected Versions

pathwaycom / pathway
0 โ‰ค 0.31.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/pathwaycom/pathway/issues/241 github.com: https://github.com/pathwaycom/pathway/pull/250 github.com: https://github.com/pathwaycom/pathway/commit/d09722eef03fd94bba701836eb4c7fbfa3d3b88e vulncheck.com: https://www.vulncheck.com/advisories/pathway-unauthenticated-denial-of-service-via-exponential-glob-pattern-matching-in-document-store

Credits

George Chen