Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:H
Network-reachable web app, low-complexity blind SQLi, requires any authenticated low-priv account (PR:L), no UI; blind read limits C to L while writes give I:H/A:H.
Primary rating from Vendor (hackerone).
CVSS VectorVendor: hackerone
Lifecycle Timeline
1DescriptionCVE.org
A missing sanitisation of user input in the zone-include.php script of Revive Adserver 6.0.6 and earlier. A low‑privileged user could exploit the clientid parameter to perform blind SQL injection attacks. Input sanitisation has been improved to ensure that all parameters processed by the script are properly validated.
Articles & Coverage 2
AnalysisAI
Blind SQL injection in Revive Adserver 6.0.6 and earlier allows authenticated low-privileged users to inject arbitrary SQL through the clientid parameter of zone-include.php due to missing input sanitisation. The flaw, rated CVSS 8.3 with PR:L, enables attackers with any valid account to exfiltrate or tamper with ad-server data; no public exploit identified at time of analysis, though a HackerOne report describing the issue is publicly referenced.
Technical ContextAI
Revive Adserver is an open-source PHP/MySQL ad management platform (forked from OpenX) widely used by publishers to deliver and track display advertising. The affected component, zone-include.php, builds SQL queries that incorporate the clientid request parameter without proper validation or parameterisation, matching the CWE-89 'Improper Neutralization of Special Elements used in an SQL Command' weakness class. Because the injection point returns no direct query output to the client, it manifests as a blind SQLi - exploitable via boolean-based or time-based inference techniques against the underlying MySQL/MariaDB datastore identified by the CPE cpe:2.3:a:revive:adserver:*.
RemediationAI
Upstream fix available (PR/commit); released patched version not independently confirmed from the supplied references, so administrators should upgrade to the first Revive Adserver release published after 6.0.6 once announced on revive-adserver.com and cross-referenced against the HackerOne disclosure at https://hackerone.com/reports/3653196. Until the patched build is deployed, compensating controls include revoking or tightening low-privileged accounts that do not require zone-include.php access, placing the admin/delivery interface behind a WAF rule that rejects SQL metacharacters or non-numeric values in the clientid parameter (trade-off: may break legitimate non-integer client identifiers if any exist), and restricting database privileges of the Revive MySQL user to the minimum schema needed (preventing INTO OUTFILE, cross-database reads, and DDL) to blunt the integrity/availability impact if exploited.
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-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-38506
GHSA-q424-fqmp-rc8v