Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-82410— Pocketbase: Unhandled panic in worker goroutines

Quick assessment

Affected
pocketbase pocketbase
Exploitation
No confirmed in-the-wild exploitation; assess based on exposure
Recommended action
Check the vendor advisory and references for a fixed version. If immediate upgrade is impossible, restrict exposure and increase monitoring.

Pocketbase 是一个用 Go 语言编写的开源 Web 后端。在 0.22.48 和 0.39.7 之前的版本中,Pocketbase 的 panic 恢复中间件(panic-recovery middleware)仅覆盖常规请求的处理,而未覆盖内部的子协程(child goroutines)和工作协程(worker goroutines)。如果这些内部协程中发生 panic,该 panic 可能会绕过恢复机制,导致服务器进程终止,从而引发服务拒绝(Denial of Service, DoS)。 修复方案引

CVSS 8.7 · High

Possible ATT&CK Techniques 1 AI

T1499 · Endpoint Denial of Service

Affected Version Matrix 2

VendorProduct Version RangeStatus
pocketbase pocketbase < 0.22.48 affected
>= 0.23.0, < 0.39.7 affected
Get alerts for future matching vulnerabilities Log in to subscribe

I. Basic Information for CVE-2026-82410

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
Pocketbase: Unhandled panic in worker goroutines
Source: CVE Program / CVE List V5
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.
Source: CVE Program / CVE List V5
CVSS Information
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
Source: CVE Program / CVE List V5
Vulnerability Type
未捕获的异常
Source: CVE Program / CVE List V5

Affected Products

Vendor Product Affected Versions CPE Subscribe
pocketbase pocketbase < 0.22.48 -

II. Public POCs for CVE-2026-82410

# POC Description Source Link Shenlong Link
AI-Generated POC Premium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-82410

登录查看更多情报信息。

Patches & Fixes for CVE-2026-82410 (2)

Other References for CVE-2026-82410 (4)

IV. Related Vulnerabilities

V. Comments for CVE-2026-82410

No comments yet


Leave a comment