CVE-2026-76834 PUBLISHED

b2evolution CMS 6.7.8 through 7.2.5 Object Injection via Negative Integer Array Key

Assigner: VulnCheck
Reserved: 19.08.2026 Published: 17.09.2026 Updated: 17.09.2026

b2evolution CMS versions 6.7.8 through 7.2.5 contain an incomplete fix for CVE-2016-8901 where the serialized-array object check in param_check_serialized_array() fails to reject payloads with negative integer array keys. Unauthenticated attackers can submit crafted serialized PHP objects via POST requests to htsrv/call_plugin.php that bypass validation and reach unserialize(), instantiating arbitrary PHP objects with attacker-chosen properties that may enable code execution if suitable POP gadget chains exist.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
CVSS Score: 9.2

Product Status

Vendor b2evolution
Product b2evolution CMS
Versions Default: unaffected
  • affected from 6.7.8 to 7.2.5 (incl.)

Credits

  • Adrian Gaitan finder
  • VulnCheck coordinator

References

Problem Types

  • Deserialization of Untrusted Data CWE