---
id: CVE-2026-82410
title: Pocketbase is an open source web backend written in go
summary: >-
  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
  go…
severity: high
cvss: 8.7
cvssVector: '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'
cwe:
  - CWE-248
vendor: pocketbase
product: pocketbase
affected:
  - pocketbase < 0.22.48
  - 'pocketbase >= 0.23.0, < 0.39.7'
published: '2026-09-16'
updated: '2026-09-16'
sourceUpdated: '2026-09-16T16:17:18.797'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-82410'
references:
  - url: >-
      https://github.com/pocketbase/pocketbase/commit/30b4184305904fae0d1b78216c4e3cc34700b220
    label: security-advisories@github.com
  - url: >-
      https://github.com/pocketbase/pocketbase/commit/f1618ee59b6d1c0308bb474c827a2b1f24b12a95
    label: security-advisories@github.com
  - url: 'https://github.com/pocketbase/pocketbase/discussions/7762'
    label: security-advisories@github.com
  - url: 'https://github.com/pocketbase/pocketbase/releases/tag/v0.22.48'
    label: security-advisories@github.com
  - url: 'https://github.com/pocketbase/pocketbase/releases/tag/v0.39.7'
    label: security-advisories@github.com
  - url: >-
      https://github.com/pocketbase/pocketbase/security/advisories/GHSA-84vh-m24q-wjjx
    label: security-advisories@github.com
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-82410'
  - url: 'https://github.com/advisories/GHSA-84vh-m24q-wjjx'
  - url: 'https://github.com/pocketbase/pocketbase'
tags:
  - nvd
  - cve.org
  - ghsa
  - go
  - osv
ssvc:
  exploitation: none
  automatable: 'yes'
  technicalImpact: partial
  timestamp: '2026-09-16T15:15:25.554545Z'
cvssSource: cna
ingestedAt: '2026-09-16T15:58:38.760Z'
aliases:
  - GHSA-84vh-m24q-wjjx
ecosystem: go
patched:
  - github.com/pocketbase/pocketbase 0.22.48
  - github.com/pocketbase/pocketbase 0.39.7
epss: 0.00577
epssPercentile: 0.45201
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Package advisory (CVE-2026-82410)

Affected packages:

- `github.com/pocketbase/pocketbase < 0.22.48`
- `github.com/pocketbase/pocketbase >= 0.23.0, < 0.39.7`

Patched in:

- `github.com/pocketbase/pocketbase 0.22.48`
- `github.com/pocketbase/pocketbase 0.39.7`

Source: https://github.com/advisories/GHSA-84vh-m24q-wjjx
