Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Network-reachable low-complexity SQLi requiring an authenticated account (PR:L, as the description says only 'authenticated user'); SQLi yields high confidentiality/integrity and limited availability impact.
Primary rating from Vendor (cert).
CVSS VectorVendor: cert
Lifecycle Timeline
3DescriptionCVE.org
An authenticated SQL injection vulnerability has been identified in multiple PHP Jabbers scripts. Improper neutralization of input provided by an authenticated user into parameters responsible for sorting functions allows an attacker to perform SQL Injection attacks. This issue was fixed in the versions specified in the affected products list.
AnalysisAI
SQL injection in multiple PHP Jabbers PHP scripts allows an authenticated user to inject arbitrary SQL through the sorting parameters, enabling database read and modification. Reported by CERT Polska (cert.pl) and classified as CWE-89, it carries a CVSS 4.0 base score of 8.6; no public exploit identified at time of analysis and it is not listed in CISA KEV. The vendor states the issue is fixed in updated versions listed in the (not-provided) affected-products list, so patched builds exist but exact fix versions are not confirmed in the supplied data.
Technical ContextAI
PHP Jabbers publishes a family of commercial off-the-shelf PHP web scripts (booking, scheduling, classifieds, rental and similar applications) that share common code patterns. The root cause is CWE-89 (Improper Neutralization of Special Elements used in an SQL Command): user-controllable values passed to sorting functions (typically ORDER BY / sort-column or sort-direction request parameters) are concatenated into SQL statements without parameterization or allowlist validation. Because ORDER BY clauses cannot be parameterized with bound values in most database drivers, developers frequently interpolate the column/direction directly, which is exactly the class of mistake exploited here. The CVSS 4.0 vector (VC:H/VI:H/VA:L) indicates the injection yields high confidentiality and integrity impact against the underlying database with limited availability effect.
RemediationAI
Apply the vendor-updated builds: Patch available per vendor advisory - PHP Jabbers states the issue is fixed in updated versions, but the exact fixed version numbers were not provided in this data, so obtain the current patched release for each deployed script directly from https://www.phpjabbers.com/ and consult the CERT Polska advisory (https://cert.pl/en/posts/2026/07/CVE-2025-67649/) for specifics. Until patched, restrict access to the affected admin/authenticated interfaces (IP allowlisting or VPN-only access to the management panel), revoke or tighten low-privilege accounts that can reach sorting-enabled pages, and place a WAF rule in front of the sort parameters to reject SQL metacharacters and enforce an allowlist of valid sort columns/directions - the trade-off is that overly strict WAF rules may break legitimate sorting and column selection. Auditing database accounts used by the scripts to enforce least privilege (read-only where possible, no DDL/file privileges) limits the blast radius of a successful injection.
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-2025-210567
GHSA-h3q5-7qh5-pg2p