CVE-2026-82410 PUBLISHED

Pocketbase: Unhandled panic in worker goroutines

Assigner: GitHub_M
Reserved: 28.08.2026 Published: 16.09.2026 Updated: 16.09.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
CVSS Score: 8.7

Product Status

Vendor pocketbase
Product pocketbase
Versions
  • Version < 0.22.48 is affected
  • Version >= 0.23.0, < 0.39.7 is affected

References

Problem Types

  • CWE-248: Uncaught Exception CWE