CVE-2025-70959 Details
Description
A stored cross-site scripting (XSS) vulnerability in the Jobs module of Tendenci CMS v15.3.7 allows attackers to execute arbitrary web scripts or HTML via injecting a crafted payload.
A stored cross-site scripting vulnerability has been identified in the Jobs module of Tendenci CMS version 15.3.7. This vulnerability allows attackers to execute arbitrary web scripts or HTML by injecting a crafted payload. The injected script is permanently saved in the database and executed automatically for all users who view the affected content, including administrators. The vulnerability also exists in the Forums module, affecting users who view the forum category or click on the topic.
To address this vulnerability, it is crucial to implement output encoding for all user input before rendering it, using context-appropriate encoding. Input sanitization is also essential, including server-side allowlisting of HTML tags and removing dangerous attributes. Additionally, a strict Content Security Policy should be applied, along with security headers such as X-Content-Type-Options, X-Frame-Options, and X-XSS-Protection. For applications using the Django framework, enable auto-escaping in templates and review any uses of mark_safe(). Finally, scan the database for malicious scripts and remove any stored XSS payloads.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Feb 3, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/emirhanyucelll/tendenci/blob/main/Readme.md | [email protected] | ExploitMitigationVendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-79 | Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') | CISA-ADP |
Affected Products
| Product | Versions |
|---|---|
| tendenci tendenci | 15.3.7 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Feb 11, 2026 | Initial Analysis | [email protected] |
| Feb 3, 2026 | CVE Modified | CISA-ADP |
| Feb 2, 2026 | New CVE Received | [email protected] |