CVE-2026-82645: Avideo Insecure Decrypt String Intval

Directly converting decrypted token strings to integers using intval() without validating that the plaintext strictly contains digits allows forged or spliced CBC ciphertexts to bypass authentication/authorization checks.

Provally CuratedPublic repositoryMediumHigh confidenceVerifiedApache-2.0PHP
greprules fetch cve-2026-82645-avideo-insecure-decrypt-string-intval --engine opengrep

Description

Directly converting decrypted token strings to integers using intval() without validating that the plaintext strictly contains digits allows forged or spliced CBC ciphertexts to bypass authentication/authorization checks.