Vulnerability Description
SolidInvoice is an open-source invoicing platform. Prior to version 3.0.1, the `DataGrid` LiveComponent deserializes a `context` prop value using PHP's `unserialize()` after receiving it from the client. Because the prop is marked `writable: true`, an authenticated attacker can supply an arbitrary PHP serialized payload. Version 3.0.1 fixes the issue.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/SolidInvoice/SolidInvoice/releases/tag/3.0.1
- https://github.com/SolidInvoice/SolidInvoice/security/advisories/GHSA-4gj8-frx2-
- https://github.com/SolidInvoice/SolidInvoice/security/advisories/GHSA-4gj8-frx2-
FAQ
What is CVE-2026-61686?
CVE-2026-61686 is a vulnerability with a CVSS score of 7.5 (HIGH). SolidInvoice is an open-source invoicing platform. Prior to version 3.0.1, the `DataGrid` LiveComponent deserializes a `context` prop value using PHP's `unserialize()` after receiving it from the clie...
How severe is CVE-2026-61686?
CVE-2026-61686 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-61686?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.