UNKNOWNCVE-2026-33730
Open Source Point of Sale has an IDOR in Password Change (Home)
Platform
codeigniter
Component
opensourcepos
Fixed in
3.4.2
Open Source Point of Sale (opensourcepos) is a web based point of sale application written in PHP using CodeIgniter framework. Prior to version 3.4.2, an Insecure Direct Object Reference (IDOR) vulnerability allows an authenticated low-privileged user to access the password change functionality of other users, including administrators, by manipulating the `employee_id` parameter. The application does not verify object ownership or enforce authorization checks. Version 3.4.2 adds object-level authorization checks to validate that the current user owns the employee_id being accessed.
How to fix
Actualice Open Source Point of Sale a la versión 3.4.2 o superior. Esta versión incluye comprobaciones de autorización a nivel de objeto para validar que el usuario actual es el propietario del employee_id al que se está accediendo, corrigiendo la vulnerabilidad IDOR.
Monitor your dependencies automatically
Get notified when new vulnerabilities affect your projects. Free forever.
Start free