Skip to main content

Redis CVE-2026-25883

| EUVDEUVD-2026-23893 MEDIUM
Server-Side Request Forgery (SSRF) (CWE-918)
2026-04-20 security-advisories@github.com
5.8
CVSS 3.1 · GitHub Advisory
Share

Severity by source

GitHub Advisory PRIMARY
5.8 MEDIUM
AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N

Primary rating from GitHub Advisory · only source for this CVE.

CVSS VectorGitHub Advisory

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

Lifecycle Timeline

6
Patch released
Apr 23, 2026 - 14:10 nvd
Patch available
Patch available
Apr 20, 2026 - 17:16 EUVD
Analysis Generated
Apr 20, 2026 - 16:25 vuln.today
EUVD ID Assigned
Apr 20, 2026 - 16:22 euvd
EUVD-2026-23893
Analysis Generated
Apr 20, 2026 - 16:22 vuln.today
CVE Published
Apr 20, 2026 - 16:16 nvd
MEDIUM 5.8

DescriptionGitHub Advisory

Vexa is an open-source, self-hostable meeting bot API and meeting transcription API. Prior to 0.10.0-260419-1910, the Vexa webhook feature allows authenticated users to configure an arbitrary URL that receives HTTP POST requests when meetings complete. The application performs no validation on the webhook URL, enabling Server-Side Request Forgery (SSRF). An authenticated attacker can set their webhook URL to target internal services (Redis, databases, admin panels), cloud metadata endpoints (AWS/GCP credential theft), and/or localhost services. Version 0.10.0-260419-1910 patches the issue.

AnalysisAI

Server-Side Request Forgery in Vexa meeting bot allows unauthenticated remote attackers to forge HTTP POST requests to arbitrary internal URLs (Redis, databases, cloud metadata endpoints) via unvalidated webhook configuration, enabling credential theft and lateral movement. CVSS 5.8 with network attack vector and no user interaction required. Fixed in version 0.10.0-260419-1910.

Technical ContextAI

Vexa is a self-hosted meeting bot and transcription API that implements webhook callbacks to notify external systems when meetings complete. The vulnerability stems from CWE-918 (Server-Side Request Forgery), where the application fails to validate or sanitize webhook URLs before making HTTP POST requests. An attacker can specify URLs pointing to internal services (localhost Redis instances, private database endpoints, cloud metadata services like AWS EC2 Instance Metadata Service or GCP metadata endpoints) or admin panels. Because the server initiates outbound requests from its internal network context, it bypasses client-side network segmentation and can access resources unreachable from the internet, including credential endpoints (169.254.169.254 for cloud credentials) and internal service management interfaces.

RemediationAI

Upgrade Vexa immediately to version 0.10.0-260419-1910 or later, which patches webhook URL validation. If immediate patching is not possible, disable the webhook feature entirely in Vexa configuration (check application settings for webhook toggle/disable option) until the patched version is deployed - this eliminates the attack surface while maintaining core meeting bot functionality. Additionally, implement network-level mitigations: restrict outbound HTTP/HTTPS traffic from the Vexa server to a whitelist of known external webhook endpoints using egress firewall rules, and block access to cloud metadata endpoints (169.254.169.254, metadata.google.internal) and internal services (Redis ports 6379, database ports) via network ACLs or iptables rules on the Vexa host. Document approved webhook URLs and enforce them via a configuration whitelist if the patched version does not include built-in URL validation - contact the maintainers or contribute a stricter validation rule (HTTPS-only, domain whitelist, explicit IP restrictions). Monitor outbound connections from Vexa for suspicious requests to 169.254.169.254 or internal service ports as a detection control.

More in Redis

View all
CVE-2026-48172 CRITICAL POC
10.0 May 21

LiteSpeed User-End cPanel Plugin before 2.4.5 allows privilege escalation (possibly to root), as exploited in the wild i

CVE-2025-49844 CRITICAL POC
9.9 Oct 03

UAF in Redis 8.2.1 via crafted Lua scripts by authenticated users. EPSS 12.4%. Patch available.

CVE-2022-0543 CRITICAL POC
10.0 Feb 18

It was discovered, that redis, a persistent key-value database, due to a packaging issue, is prone to a (Debian-specific

CVE-2018-11218 CRITICAL POC
9.8 Jun 17

Memory Corruption was discovered in the cmsgpack library in the Lua subsystem in Redis before 3.2.12, 4.x before 4.0.10,

CVE-2025-46817 HIGH POC
7.0 Oct 03

Redis is an open source, in-memory database that persists on disk. Versions 8.2.1 and below allow an authenticated user

CVE-2015-4335 CRITICAL POC
10.0 Jun 09

Redis before 2.8.21 and 3.x before 3.0.2 allows remote attackers to execute arbitrary Lua bytecode via the eval command.

CVE-2016-8339 CRITICAL POC
9.8 Oct 28

A buffer overflow in Redis 3.2.x prior to 3.2.4 causes arbitrary code execution when a crafted command is sent. Rated cr

CVE-2026-27574 CRITICAL POC
9.9 Feb 21

Code injection in OneUptime monitoring via custom JS monitor using vm module. PoC and patch available.

CVE-2021-31649 CRITICAL POC
9.8 Jun 24

In applications using jfinal 4.9.08 and below, there is a deserialization vulnerability when using redis,may be vulnerab

CVE-2020-11981 CRITICAL POC
9.8 Jul 17

An issue was found in Apache Airflow versions 1.10.10 and below. Rated critical severity (CVSS 9.8), this vulnerability

CVE-2018-11219 CRITICAL POC
9.8 Jun 17

An Integer Overflow issue was discovered in the struct library in the Lua subsystem in Redis before 3.2.12, 4.x before 4

CVE-2024-23998 CRITICAL POC
9.6 Jul 05

goanother Another Redis Desktop Manager =<1.6.1 is vulnerable to Cross Site Scripting (XSS) via src/components/Setting.v

Share

CVE-2026-25883 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy