VDB
KO

PYSEC-2026-3718

Quick fix

PYSEC-2026-3718 — surrealdb: upgrade to the fixed version with the command below.

pip install --upgrade 'surrealdb>=1.0.1'

Details

SurrealDB before 1.0.1 sets default table permissions to FULL instead of NONE, allowing SELECT, CREATE, UPDATE, and DELETE operations on tables without explicit permissions. Attackers with database access or unauthenticated users on publicly exposed instances can perform unrestricted operations on unprotected tables within their authorization scope.

Are you affected?

Enter the version of the package you're using.

Affected packages

PyPI / surrealdb
Introduced in: 0 Fixed in: 1.0.1
Fix pip install --upgrade 'surrealdb>=1.0.1'

References