Vulnerability Description
Tendenci is an open source content management system built for non-profits, associations and cause-based sites. Versions 15.3.11 and below include a critical deserialization vulnerability in the Helpdesk module (which is not enabled by default). This vulnerability allows Remote Code Execution (RCE) by an authenticated user with staff security level due to using Python's pickle module in helpdesk /reports/. The original CVE-2020-14942 was incompletely patched. While ticket_list() was fixed to use safe JSON deserialization, the run_report() function still uses unsafe pickle.loads(). The impact is limited to the permissions of the user running the application, typically www-data, which generally lacks write (except for upload directories) and execute permissions. This issue has been fixed in version 15.3.12.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Tendenci | Tendenci | < 15.3.12 |
Related Weaknesses (CWE)
References
- https://docs.python.org/3/library/pickle.html#restricting-globalsNot Applicable
- https://github.com/advisories/GHSA-jqmc-fxxp-r589Not Applicable
- https://github.com/tendenci/tendenci/commit/23d9fd85ab7654e9c83cfc86cb4175c0bd7aPatch
- https://github.com/tendenci/tendenci/commit/2ff0a457614944a1b417081c543ea4c5bb95Patch
- https://github.com/tendenci/tendenci/commit/63e1b84a5b163466d1d8d811d35e7021a7caPatch
- https://github.com/tendenci/tendenci/issues/867ExploitIssue TrackingPatch
- https://github.com/tendenci/tendenci/releases/tag/v15.3.12Release Notes
- https://github.com/tendenci/tendenci/security/advisories/GHSA-339m-4qw5-j2g3MitigationVendor Advisory
FAQ
What is CVE-2026-23946?
CVE-2026-23946 is a vulnerability with a CVSS score of 6.8 (MEDIUM). Tendenci is an open source content management system built for non-profits, associations and cause-based sites. Versions 15.3.11 and below include a critical deserialization vulnerability in the Helpd...
How severe is CVE-2026-23946?
CVE-2026-23946 has been rated MEDIUM with a CVSS base score of 6.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-23946?
Check the references section above for vendor advisories and patch information. Affected products include: Tendenci Tendenci.