Description
Care2x 2.7 contains multiple SQL injection vulnerabilities that allow unauthenticated attackers to execute arbitrary SQL commands by manipulating the ck_config cookie parameter. Attackers can inject malicious SQL through the ck_config cookie in multiple endpoints including login.php, indexframe.php, and various module files to extract sensitive database information without authentication.
Published: 2026-06-04
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Care2x Hospital Information Management System 2.7 contains multiple SQL injection flaws that allow attackers to inject arbitrary SQL through the ck_config cookie. When this cookie is manipulated in requests to login.php, indexframe.php, and other module endpoints, the system executes the injected statements, enabling the attacker to read, modify, or delete sensitive database content without authentication.

Affected Systems

Care2x Hospital Information Management System, version 2.7 (alpha). The application is deployed on web servers hosting the aforementioned endpoints.

Risk and Exploitability

The vulnerability has a CVSS score of 8.8 and has no publicly available EPSS value, but its asymmetrical exploit path (unauthenticated HTTP cookie manipulation) indicates that exploitation can be performed remotely by simply setting a crafted ck_config value and navigating to any vulnerable endpoint. Because the flaw is not listed in CISA KEV, no proven exploitation is documented, yet the high severity and lack of authentication barrier make it a high-risk asset if not patched.

Generated by OpenCVE AI on June 4, 2026 at 15:06 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Obtain and install the latest Care2x patch that removes the ck_config injection vector.
  • Apply a web application firewall rule to block SQL syntax patterns in the ck_config cookie.
  • Ensure that the application uses parameterized queries and proper input validation to deflect future injection attempts.
  • Review and disable any unneeded modules that reference ck_config, and enforce strict cookie attributes such as HttpOnly and Secure.

Generated by OpenCVE AI on June 4, 2026 at 15:06 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 04 Jun 2026 15:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 04 Jun 2026 15:00:00 +0000

Type Values Removed Values Added
First Time appeared Care2x care2x
Vendors & Products Care2x care2x

Thu, 04 Jun 2026 13:30:00 +0000

Type Values Removed Values Added
Description Care2x 2.7 contains multiple SQL injection vulnerabilities that allow unauthenticated attackers to execute arbitrary SQL commands by manipulating the ck_config cookie parameter. Attackers can inject malicious SQL through the ck_config cookie in multiple endpoints including login.php, indexframe.php, and various module files to extract sensitive database information without authentication.
Title Care2x 2.7 Hospital Information System SQL Injection via ck_config
First Time appeared Care2x
Care2x hospital Information Management
Weaknesses CWE-89
CPEs cpe:2.3:a:care2x:hospital_information_management:2.7:alpha:*:*:*:*:*:*
Vendors & Products Care2x
Care2x hospital Information Management
References
Metrics cvssV3_1

{'score': 8.2, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N'}

cvssV4_0

{'score': 8.8, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Care2x Care2x Hospital Information Management
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-06-04T14:31:35.334Z

Reserved: 2026-06-04T10:51:04.370Z

Link: CVE-2019-25728

cve-icon Vulnrichment

Updated: 2026-06-04T14:31:31.391Z

cve-icon NVD

Status : Deferred

Published: 2026-06-04T14:16:30.413

Modified: 2026-06-04T15:00:40.757

Link: CVE-2019-25728

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-04T15:15:16Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')