NONE · 0

CVE-2026-82410

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...

Vulnerability Description

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.

Related Weaknesses (CWE)

References

FAQ

What is CVE-2026-82410?

CVE-2026-82410 is a documented vulnerability. 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...

How severe is CVE-2026-82410?

CVSS scoring is not yet available for CVE-2026-82410. Check NVD for updates.

Is there a patch for CVE-2026-82410?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.