Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:L
No attacker privileges required (PR:N); admin interaction mandatory (UI:R); impact limited to ad zone integrity and potential delivery disruption, no confidentiality breach.
Primary rating from Vendor (hackerone).
CVSS VectorVendor: hackerone
Lifecycle Timeline
1DescriptionCVE.org
A CSRF vulnerability exists in the zone-include.php script in Revive Adserver 6.0.7. Linking and unlinking banners or campaigns to zones could be triggered via crafted GET or POST requests without any verification of the CSRF token, allowing an attacker to perform these actions on behalf of an authenticated administrator.
AnalysisAI
Cross-site request forgery in Revive Adserver 6.0.7 allows an unauthenticated remote attacker to manipulate ad zone configurations - linking or unlinking banners and campaigns to zones - by tricking an authenticated administrator into loading a crafted page or request. The zone-include.php script accepts both GET and POST requests for these state-changing operations without verifying any CSRF token, meaning the browser's ambient session credentials are sufficient to authorize the action. No public exploit has been identified at time of analysis, and the vulnerability has not been added to the CISA KEV catalog.
Technical ContextAI
Revive Adserver is an open-source PHP-based ad serving platform used to manage and deliver digital advertising. The affected endpoint, zone-include.php, handles the administrative function of associating (linking) and disassociating (unlinking) advertising banners and campaigns with delivery zones. CWE-352 (Cross-Site Request Forgery) describes the root cause: the server fails to distinguish between intentional requests from an authenticated administrator and forged requests submitted on their behalf by a third-party origin. Because the endpoint accepts both GET and POST HTTP methods for state-modifying operations, an attacker has multiple delivery vectors. The CPE string cpe:2.3:a:revive:adserver:*:*:*:*:*:*:*:* combined with EUVD-2026-46027 data indicates all versions from 0 through 6.0.7 are affected.
RemediationAI
No vendor-released patched version has been independently confirmed in the available data; the fix version must be verified against the HackerOne report at https://hackerone.com/reports/3781691 or the Revive Adserver project release notes. As an immediate compensating control, administrators should add CSRF token validation to the zone-include.php endpoint and reject requests that arrive via GET for state-modifying operations, enforcing POST-only with token verification. Additionally, configuring session cookies with the SameSite=Strict attribute will prevent cross-origin requests from carrying the session credential, mitigating CSRF broadly across the application. Restricting the administrative interface to trusted IP ranges via web server access controls (e.g., Apache Allow/Deny or nginx allow/deny directives) reduces attack surface while a permanent fix is applied. Note that IP restriction alone does not fully mitigate CSRF if the attacker can route through a trusted host.
In PHP versions 7.1.x below 7.1.33, 7.2.x below 7.2.24 and 7.3.x below 7.3.11 in certain configurations of FPM setup it
sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
Same weakness CWE-352 – Cross-Site Request Forgery (CSRF)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-46027
GHSA-h857-j7g6-gpwf