Vulnerability Description
Open Source Point of Sale (opensourcepos) is a web based point of sale application written in PHP using CodeIgniter framework. Starting in version 3.4.0 and prior to version 3.4.2, a Stored Cross-Site Scripting (XSS) vulnerability exists in the "Return Policy" configuration field. The application does not properly sanitize user input before saving it to the database or displaying it on receipts. An attacker with access to the "Store Configuration" (such as a rogue administrator or an account compromised via the separate CSRF vulnerability) can inject malicious JavaScript payloads into this field. These payloads are executed in the browser of any user (including other administrators and sales staff) whenever they view a receipt or complete a transaction. This can lead to session hijacking, theft of sensitive data, or unauthorized actions performed on behalf of the victim. The vulnerability has been patched in version 3.4.2 by ensuring the output is escaped using the `esc()` function in the receipt template. As a temporary mitigation, administrators should ensure the "Return Policy" field contains only plain text and strictly avoid entering any HTML tags. There is no code-based workaround other than applying the patch.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Opensourcepos | Open Source Point Of Sale | >= 3.4.0, < 3.4.2 |
Related Weaknesses (CWE)
References
- https://github.com/Nixon-H/CVE-2025-68147-OSPOS-Stored-XSSExploitThird Party Advisory
- https://github.com/opensourcepos/opensourcepos/commit/22297aPatch
- https://github.com/opensourcepos/opensourcepos/security/advisories/GHSA-xgr7-7pvExploitVendor Advisory
- https://github.com/Nixon-H/CVE-2025-68147-OSPOS-Stored-XSSExploitThird Party Advisory
- https://github.com/opensourcepos/opensourcepos/security/advisories/GHSA-xgr7-7pvExploitVendor Advisory
FAQ
What is CVE-2025-68147?
CVE-2025-68147 is a vulnerability with a CVSS score of 8.1 (HIGH). Open Source Point of Sale (opensourcepos) is a web based point of sale application written in PHP using CodeIgniter framework. Starting in version 3.4.0 and prior to version 3.4.2, a Stored Cross-Site...
How severe is CVE-2025-68147?
CVE-2025-68147 has been rated HIGH with a CVSS base score of 8.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2025-68147?
Check the references section above for vendor advisories and patch information. Affected products include: Opensourcepos Open Source Point Of Sale.