Skip to main content

Revive Adserver CVE-2026-50743

| EUVDEUVD-2026-46027 MEDIUM
Cross-Site Request Forgery (CSRF) (CWE-352)
2026-07-20 hackerone GHSA-h857-j7g6-gpwf
5.4
CVSS 3.0 · Vendor: hackerone
Share

Severity by source

Vendor (hackerone) PRIMARY
5.4 MEDIUM
AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:L
vuln.today AI
5.4 MEDIUM

No attacker privileges required (PR:N); admin interaction mandatory (UI:R); impact limited to ad zone integrity and potential delivery disruption, no confidentiality breach.

3.1 AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:L
4.0 AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N

Primary rating from Vendor (hackerone).

CVSS VectorVendor: hackerone

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
Low

Lifecycle Timeline

1
Analysis Generated
Jul 20, 2026 - 18:25 vuln.today

DescriptionCVE.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.

More in PHP

View all
CVE-2019-11043 CRITICAL POC
9.8 Oct 28

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

CVE-2012-1823 CRITICAL POC
9.8 May 11

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

CVE-2016-1555 CRITICAL POC
9.8 Apr 21

(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear

CVE-2018-11138 CRITICAL POC
9.8 May 31

The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by

CVE-2024-11680 CRITICAL POC
9.8 Nov 26

ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C

CVE-2025-49113 CRITICAL POC
9.9 Jun 02

Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au

CVE-2017-9841 CRITICAL POC
9.8 Jun 27

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

CVE-2025-0108 HIGH POC
8.8 Feb 12

Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers

CVE-2021-25298 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2021-25296 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2013-4983 CRITICAL POC
10.0 Sep 10

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

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

Share

CVE-2026-50743 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy