CVE-2026-54736

Phalcon is a high-performance, full-stack PHP framework. Prior to 5.14.1, Phalcon\Encryption\Crypt::decrypt compares the attacker-supplied HMAC tag against the freshly computed HMAC using PHP/Zephir identity comparison, which lowers to a byte-wise comparison that returns early on the first differing byte. This observable timing discrepancy can allow an attacker to recover a valid tag byte-by-byte and attach it to a chosen IV and ciphertext so that decrypt() accepts tampered encrypted content as authentic. This issue is fixed in version 5.14.1.
CVSS

No CVSS.

Configurations

No configuration.

History

10 Jul 2026, 22:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-07-10 22:16

Updated : 2026-07-13 19:21


NVD link : CVE-2026-54736

Mitre link : CVE-2026-54736

CVE.ORG link : CVE-2026-54736


JSON object : View

Products Affected

No product.

CWE
CWE-208

Observable Timing Discrepancy

CWE-347

Improper Verification of Cryptographic Signature