CVE-2025-7781: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in WP JobHunt
The WP JobHunt plugin for WordPress, used by the JobCareer theme, is vulnerable to Stored Cross-Site Scripting via the ‘cs_job_title’ parameter in all versions up to, and including, 7.6 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Candidate-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
AI Analysis
Technical Summary
CVE-2025-7781 is a stored Cross-Site Scripting (XSS) vulnerability identified in the WP JobHunt plugin for WordPress, which is commonly used alongside the JobCareer theme. The vulnerability exists due to improper neutralization of input during web page generation, specifically through the 'cs_job_title' parameter. This parameter is insufficiently sanitized and escaped, allowing an authenticated attacker with at least Candidate-level access to inject arbitrary JavaScript code into pages. When other users visit these pages, the malicious scripts execute in their browsers, potentially compromising session tokens, stealing sensitive data, or performing actions on behalf of the victim user. The vulnerability affects all versions up to and including 7.6 of WP JobHunt. The CVSS v3.1 score is 6.4, reflecting a medium severity with network attack vector, low attack complexity, and requiring privileges but no user interaction. The scope is changed, indicating that the vulnerability can affect resources beyond the attacker’s privileges. No public exploits have been reported yet, but the presence of stored XSS in a popular WordPress plugin poses a significant risk given WordPress’s widespread use. The vulnerability was reserved in July 2025 and published in October 2025. The lack of available patches at the time of reporting necessitates immediate mitigation efforts by administrators.
Potential Impact
For European organizations, especially those operating recruitment or job listing websites using WordPress with the WP JobHunt plugin, this vulnerability can lead to significant security risks. Exploitation could result in session hijacking, unauthorized access to user accounts, theft of sensitive candidate or employer data, and potential defacement or manipulation of job listings. This can damage organizational reputation, lead to regulatory non-compliance (e.g., GDPR violations due to data exposure), and cause operational disruptions. Since the vulnerability requires authenticated access at Candidate-level or above, insider threats or compromised user accounts could be leveraged to exploit this flaw. The medium severity score suggests moderate risk, but the stored nature of the XSS means persistent compromise and wider impact across users visiting the affected pages. European organizations with high traffic recruitment portals are particularly vulnerable to reputational and data confidentiality impacts.
Mitigation Recommendations
1. Monitor for and apply security patches or updates from the WP JobHunt plugin developers as soon as they become available. 2. Until patches are released, restrict user privileges by limiting Candidate-level access to trusted users only and review existing user accounts for suspicious activity. 3. Implement Web Application Firewall (WAF) rules to detect and block malicious payloads targeting the 'cs_job_title' parameter. 4. Employ Content Security Policy (CSP) headers to restrict the execution of unauthorized scripts in browsers. 5. Conduct regular security audits and code reviews of customizations involving WP JobHunt to ensure proper input validation and output encoding. 6. Educate site administrators and users about phishing and social engineering risks that could lead to account compromise. 7. Consider temporarily disabling or replacing the WP JobHunt plugin if immediate patching is not feasible and the risk is deemed high. 8. Use security plugins that scan for XSS payloads and anomalous content in user-submitted data.
Affected Countries
Germany, United Kingdom, France, Netherlands, Italy, Spain, Poland
CVE-2025-7781: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in WP JobHunt
Description
The WP JobHunt plugin for WordPress, used by the JobCareer theme, is vulnerable to Stored Cross-Site Scripting via the ‘cs_job_title’ parameter in all versions up to, and including, 7.6 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Candidate-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
AI-Powered Analysis
Technical Analysis
CVE-2025-7781 is a stored Cross-Site Scripting (XSS) vulnerability identified in the WP JobHunt plugin for WordPress, which is commonly used alongside the JobCareer theme. The vulnerability exists due to improper neutralization of input during web page generation, specifically through the 'cs_job_title' parameter. This parameter is insufficiently sanitized and escaped, allowing an authenticated attacker with at least Candidate-level access to inject arbitrary JavaScript code into pages. When other users visit these pages, the malicious scripts execute in their browsers, potentially compromising session tokens, stealing sensitive data, or performing actions on behalf of the victim user. The vulnerability affects all versions up to and including 7.6 of WP JobHunt. The CVSS v3.1 score is 6.4, reflecting a medium severity with network attack vector, low attack complexity, and requiring privileges but no user interaction. The scope is changed, indicating that the vulnerability can affect resources beyond the attacker’s privileges. No public exploits have been reported yet, but the presence of stored XSS in a popular WordPress plugin poses a significant risk given WordPress’s widespread use. The vulnerability was reserved in July 2025 and published in October 2025. The lack of available patches at the time of reporting necessitates immediate mitigation efforts by administrators.
Potential Impact
For European organizations, especially those operating recruitment or job listing websites using WordPress with the WP JobHunt plugin, this vulnerability can lead to significant security risks. Exploitation could result in session hijacking, unauthorized access to user accounts, theft of sensitive candidate or employer data, and potential defacement or manipulation of job listings. This can damage organizational reputation, lead to regulatory non-compliance (e.g., GDPR violations due to data exposure), and cause operational disruptions. Since the vulnerability requires authenticated access at Candidate-level or above, insider threats or compromised user accounts could be leveraged to exploit this flaw. The medium severity score suggests moderate risk, but the stored nature of the XSS means persistent compromise and wider impact across users visiting the affected pages. European organizations with high traffic recruitment portals are particularly vulnerable to reputational and data confidentiality impacts.
Mitigation Recommendations
1. Monitor for and apply security patches or updates from the WP JobHunt plugin developers as soon as they become available. 2. Until patches are released, restrict user privileges by limiting Candidate-level access to trusted users only and review existing user accounts for suspicious activity. 3. Implement Web Application Firewall (WAF) rules to detect and block malicious payloads targeting the 'cs_job_title' parameter. 4. Employ Content Security Policy (CSP) headers to restrict the execution of unauthorized scripts in browsers. 5. Conduct regular security audits and code reviews of customizations involving WP JobHunt to ensure proper input validation and output encoding. 6. Educate site administrators and users about phishing and social engineering risks that could lead to account compromise. 7. Consider temporarily disabling or replacing the WP JobHunt plugin if immediate patching is not feasible and the risk is deemed high. 8. Use security plugins that scan for XSS payloads and anomalous content in user-submitted data.
Affected Countries
For access to advanced analysis and higher rate limits, contact root@offseq.com
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- Wordfence
- Date Reserved
- 2025-07-17T23:20:30.661Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 68e8f247395901574383ec0a
Added to database: 10/10/2025, 11:47:19 AM
Last enriched: 10/10/2025, 11:48:02 AM
Last updated: 10/10/2025, 12:49:20 PM
Views: 2
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
CVE-2025-62239: CWE-79 Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') in Liferay Portal
MediumCVE-2025-7374: CWE-863 Incorrect Authorization in WP JobHunt
MediumCVE-2025-11579: CWE-789: Memory Allocation with Excessive Size Value in nwaples rardecode
MediumCVE-2025-61864: Use after free in FUJI ELECTRIC CO., LTD. / Hakko Electronics Co., Ltd. V-SFT
HighCVE-2025-61863: Out-of-bounds Read in FUJI ELECTRIC CO., LTD. / Hakko Electronics Co., Ltd. V-SFT
HighActions
Updates to AI analysis are available only with a Pro account. Contact root@offseq.com for access.
Need enhanced features?
Contact root@offseq.com for Pro access with improved analysis and higher rate limits.