CVE Catalog

CVE-2026-85292

MediumCVSS 4.8
Published: Updated: Translated: NVD NIST

Summary

Prior to 1.7.2, InvoicePlane's User_Controller compares the session user_type value with the required role using PHP's loose inequality operator. Under a non-standard session backend that returns unexpected scalar types, type juggling can cause a value that is not strictly the required role to pass the authorization check. Fixed in version 1.7.2.

Risk Assessment

Risk of authorization bypass, potentially allowing an unauthorized user to access functions intended for other roles, leading to unauthorized actions.

Recommendation

Update InvoicePlane to version 1.7.2 or later and review session configuration to ensure returned types are as expected.

Other vulnerabilities in InvoicePlane

See all
Original NVD description (English source)

InvoicePlane is a self-hosted open source application for managing invoices, clients, and payments. Prior to 1.7.2, InvoicePlane's User_Controller compares the session user_type value with the required role by using PHP's loose inequality operator. Under a non-standard session backend that returns unexpected scalar types, type juggling can cause a value that is not strictly the required role to pass the authorization check. This can permit authentication or authorization bypass in affected session configurations. This issue is fixed in version 1.7.2.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS