Tag: PostgreSQL
Problems with PostgreSQL
ID | Title | Description | Category | Technology | Tags |
---|---|---|---|---|---|
CRE-2025-0042 Critical Impact: 7/10 Mitigation: 5/10 | PostgreSQL transaction fails with deadlock detected error in psycopg2 and Django |
| Database Problems | django | PostgreSQLPsycopg2DjangoTransactionDeadlockOperational errorPublicKnown Issue |
CRE-2025-0078 High Impact: 10/10 Mitigation: 2/10 | SpiceDB Database Schema Failures: Missing Core Tables | Detects critical SpiceDB database schema failures caused by missing core tables like`metadata`, `alembic_version`, or `relation_tuple_transaction`. These errors often stemfrom incomplete migrations, startup race conditions, or schema corruption, resulting ina complete breakdown of SpiceDB authorization capabilities. | Authorization Systems | spicedb | SpiceDBMigration FailureSchema ErrorPostgreSQL |
CRE-2025-0079 Critical Impact: 10/10 Mitigation: 3/10 | SpiceDB Database Corruption: Critical Table Loss | Detects catastrophic SpiceDB database corruption where critical core tables like `alembic_version` and `relation_tuple_transaction` are missing or dropped.This represents complete database corruption that renders SpiceDB unable to perform any authorization operations, causing total permission system failure. | Authorization Systems | postgresql | SpiceDBDatabase CorruptionAuthorizationPostgreSQL |
CRE-2025-0081 Critical Impact: 9/10 Mitigation: 8/10 | Temporal Server Fails Persistence on Read-Only Database | Detects critical failures where Temporal Server is unable to perform essential database writeoperations (e.g., starting workflows, recording history, completing tasks) because its underlying SQL database (e.g., PostgreSQL) is in a read-only state. This leads to ahalt or severe degradation in workflow processing and can cause cluster instability. | Temporal Server Failure | temporal | TemporalPostgreSQLREADONLY |