Pocketbase is an open source web backend written in go. Prior to 0.22.48 and 0.39.7, PocketBase's panic-recovery middleware covers regular request handling but not internal child and worker goroutines. A panic in one of these internal goroutines can escape recovery and terminate the server process, causing a denial of service. The remediation introduces routine.SafeWrap to convert recovered panics into regular errors and applies it to the affected internal worker functions. This issue is fixed in versions 0.22.48 and 0.39.7.
CVSS
No CVSS.
References
Configurations
No configuration.
History
16 Sep 2026, 15:17
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-09-16 15:17
Updated : 2026-09-16 16:17
NVD link : CVE-2026-82410
Mitre link : CVE-2026-82410
CVE.ORG link : CVE-2026-82410
JSON object : View
Products Affected
No product.
CWE
CWE-248
Uncaught Exception
