CVE-2025-55737: Sqlite Sequence Decrement Dos

Manually decrementing the `sqlite_sequence` counter rolls back the auto-increment state. This can lead to primary key collisions (IntegrityError) when new records are inserted, causing a persistent Denial of Service (DoS) where an application cannot write new entries.

Provally CuratedPublic repositoryHighMedium confidenceVerifiedApache-2.0Python
greprules fetch cve-2025-55737-sqlite-sequence-decrement-dos --engine opengrep

Description

Manually decrementing the `sqlite_sequence` counter rolls back the auto-increment state. This can lead to primary key collisions (IntegrityError) when new records are inserted, causing a persistent Denial of Service (DoS) where an application cannot write new entries.