Description
A weakness has been identified in Neethuharii CafeManagement. Impacted is an unknown function of the file CafePortalLogin.php of the component Login Handler. This manipulation of the argument uname causes sql injection. It is possible to initiate the attack remotely. The exploit has been made available to the public and could be used for attacks. This product is using a rolling release to provide continious delivery. Therefore, no version details for affected nor updated releases are available. The vendor was contacted early about this disclosure but did not respond in any way.
Published: 2026-09-23
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: Authentication Bypass via SQL Injection
Action: Immediate Patch
AI Analysis

Impact

The vulnerability is located in CafePortalLogin.php of the CafeManagement application, where the uname argument can be manipulated to inject SQL code, resulting in a classic SQL injection flaw (CWE-74 and CWE-89). An attacker can supply a crafted uname value that alters the authentication query, enabling the bypass of password checks and gaining unauthorized access to the application without credentials. The impact is strictly the loss of authentication integrity, potentially exposing protected sections of the app to an unauthenticated user.

Affected Systems

The affected product is Neethuharii CafeManagement. The flaw resides in the Login Handler component, specifically the CafePortalLogin.php file. Because the vendor employs a rolling release model, no specific version numbers are available; all current releases are considered potentially vulnerable until an official fix is released.

Risk and Exploitability

The CVSS score of 6.9 indicates a medium severity vulnerability. The EPSS score is not available, so the current exploitation probability is unknown. The vulnerability is not listed in the CISA KEV catalog. The likely attack vector is a remote web request to the /CafePortalLogin.php endpoint; an attacker can send a crafted uname value over HTTP from any internet‑connected location. Publicly available exploitation code exists, which raises the possibility of automated attacks.

Generated by OpenCVE AI on September 23, 2026 at 18:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply any patch or updated release of Neethuharii CafeManagement that removes the vulnerable login handler.
  • If no patch is yet available, restrict or lock down access to the /CafePortalLogin.php endpoint to trusted IP addresses or disable it entirely until the flaw is corrected.
  • Configure a web application firewall or input‑validation filter to block typical SQL injection payloads (e.g., quotes, semicolons, UNION queries) against the /CafePortalLogin.php endpoint.
  • Revise the login handler code to use prepared statements or parameterized queries, and enforce strict input validation that rejects non‑alphanumeric usernames.

Generated by OpenCVE AI on September 23, 2026 at 18:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 23 Sep 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Wed, 23 Sep 2026 17:00:00 +0000

Type Values Removed Values Added
Description A weakness has been identified in Neethuharii CafeManagement. Impacted is an unknown function of the file CafePortalLogin.php of the component Login Handler. This manipulation of the argument uname causes sql injection. It is possible to initiate the attack remotely. The exploit has been made available to the public and could be used for attacks. This product is using a rolling release to provide continious delivery. Therefore, no version details for affected nor updated releases are available. The vendor was contacted early about this disclosure but did not respond in any way.
Title Neethuharii CafeManagement Login CafePortalLogin.php sql injection
First Time appeared Neethuharii
Neethuharii cafemanagement
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:neethuharii:cafemanagement:*:*:*:*:*:*:*:*
Vendors & Products Neethuharii
Neethuharii cafemanagement
References
Metrics cvssV2_0

{'score': 7.5, 'vector': 'AV:N/AC:L/Au:N/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 7.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

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


Subscriptions

Neethuharii Cafemanagement
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-23T19:44:24.141Z

Reserved: 2026-09-23T10:49:49.808Z

Link: CVE-2026-96514

cve-icon Vulnrichment

Updated: 2026-09-23T18:01:48.936Z

cve-icon NVD

Status : Deferred

Published: 2026-09-23T17:17:22.853

Modified: 2026-09-23T20:17:25.800

Link: CVE-2026-96514

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-23T20:00:08Z

Weaknesses
  • CWE-74

    Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

  • CWE-89

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