๐Ÿ” CVE Alert

CVE-2026-85621

MEDIUM 6.5

LobeChat 2.2.1 Webhook Signature Verification Bypass QQ Feishu

CVSS Score
6.5
EPSS Score
0.0%
EPSS Percentile
0th

LobeChat (LobeHub) 2.2.1 does not properly verify inbound chat-platform webhook signatures in the QQ and Feishu adapters. The webhook route (/api/agent/webhooks/:platform) is unauthenticated by design and delegates verification to each adapter; the QQ adapter performs no Ed25519 signature verification on dispatched message events, and the Feishu adapter only performs an optional static-token comparison that is skipped when no token is configured (the default) and is not a body signature. An unauthenticated attacker who knows the public webhook URL can POST forged inbound messages with an attacker-chosen sender identity and arbitrary text, causing the bot owner's agent to process attacker-controlled input and treat the attacker as a trusted platform sender.

CWE CWE-345
Vendor lobehub
Product lobehub
Published Sep 4, 2026
Last Updated Sep 8, 2026
Stay Ahead of the Next One

Get instant alerts for lobehub lobehub

Be the first to know when new medium vulnerabilities affecting lobehub lobehub are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
Low
Availability
None

Affected Versions

lobehub / lobehub
0 โ‰ค 2.2.15

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/lobehub/lobehub/issues/16538 github.com: https://github.com/lobehub/lobehub github.com: https://github.com/lobehub/lobehub/blob/v2.2.15/packages/chat-adapter-qq/src/adapter.ts github.com: https://github.com/lobehub/lobehub/blob/v2.2.15/packages/chat-adapter-feishu/src/adapter.ts vulncheck.com: https://www.vulncheck.com/advisories/lobechat-2.2.1-webhook-signature-verification-bypass-qq-feishu

Credits

George Chen