Skip to main content

PHP Jabbers CVE-2025-67650

| EUVDEUVD-2025-210567 HIGH
SQL Injection (CWE-89)
2026-07-31 cvd@cert.pl GHSA-h3q5-7qh5-pg2p
8.6
CVSS 4.0 · Vendor: cert
Share

Severity by source

Vendor (cert) PRIMARY
8.6 HIGH
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
vuln.today AI
8.3 HIGH

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.

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

Primary rating from Vendor (cert).

CVSS VectorVendor: cert

Attack Vector
Network
Attack Complexity
Low
Privileges Required
High
User Interaction
None
Scope
X

Lifecycle Timeline

3
Patch available
Jul 31, 2026 - 13:01 EUVD
Analysis Generated
Jul 31, 2026 - 12:30 vuln.today
CVE Published
Jul 31, 2026 - 12:16 cve.org
HIGH 8.6

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

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-2025-67650 vulnerability details – vuln.today

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