Description
A flaw has been found in chetans9 core-php-admin-panel up to 90d07ed5aac5e0f09b6a5828d7bb2eb83010763f. This issue affects some unknown processing of the file /Applications/MAMP/htdocs/core-php-admin-panel-master/customers.php. Executing a manipulation of the argument filter_col can lead to sql injection. The attack may be launched remotely. The exploit has been published and may be used. This product operates on a rolling release basis, ensuring continuous delivery. Consequently, there are no version details for either affected or updated releases. The vendor was contacted early about this disclosure but did not respond in any way.
Published: 2026-08-04
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability exists in chetans9 core-php-admin-panel and is triggered by manipulating the filter_col parameter in customers.php. This flaw permits a remote attacker to inject arbitrary SQL code into the database query, potentially exposing, modifying, or deleting sensitive customer data. The weakness is identified as an injection flaw (CWE‑89) involving improper handling of user input (CWE‑74).

Affected Systems

The issue affects all installations of chetans9 core-php-admin-panel up to the hash 90d07ed5aac5e0f09b6a5828d7bb2eb83010763f. No specific version numbers are available due to the product’s rolling release model, and the vendor has not released a patch or update. Any deployment that includes the customers.php endpoint and accepts the filter_col argument is susceptible.

Risk and Exploitability

The vulnerability carries a CVSS score of 5.3, indicating medium severity, and the EPSS score is not available, meaning an exact exploitation probability cannot be established. Because the exploit can be launched remotely and a public proof‑of‑concept has been published, attackers could feasibly exploit the flaw without prior foothold. The lack of a vendor fix and the continuous release cycle increase the risk of undetected exploitation, and the vulnerability is not listed in CISA’s KEV catalog. Management of this risk requires rapid assessment and mitigation.

Generated by OpenCVE AI on August 4, 2026 at 19:49 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Implement strict input validation for the filter_col argument, allowing only a predefined set of acceptable values.
  • Refactor the database query logic to use prepared statements or an ORM, ensuring that user input is never concatenated directly into SQL statements.
  • Restrict access to customers.php by enforcing strong authentication and role‑based authorization, and consider blocking or redirecting unauthenticated requests from untrusted networks.

Generated by OpenCVE AI on August 4, 2026 at 19:49 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 05 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Tue, 04 Aug 2026 15:00:00 +0000

Type Values Removed Values Added
Description A flaw has been found in chetans9 core-php-admin-panel up to 90d07ed5aac5e0f09b6a5828d7bb2eb83010763f. This issue affects some unknown processing of the file /Applications/MAMP/htdocs/core-php-admin-panel-master/customers.php. Executing a manipulation of the argument filter_col can lead to sql injection. The attack may be launched remotely. The exploit has been published and may be used. This product operates on a rolling release basis, ensuring continuous delivery. Consequently, there are no version details for either affected or updated releases. The vendor was contacted early about this disclosure but did not respond in any way.
Title chetans9 core-php-admin-panel customers.php sql injection
First Time appeared Chetans9
Chetans9 core-php-admin-panel
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:chetans9:core-php-admin-panel:*:*:*:*:*:*:*:*
Vendors & Products Chetans9
Chetans9 core-php-admin-panel
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

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

cvssV4_0

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


Subscriptions

Chetans9 Core-php-admin-panel
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-05T14:40:24.160Z

Reserved: 2026-08-04T07:13:53.378Z

Link: CVE-2026-18766

cve-icon Vulnrichment

Updated: 2026-08-05T14:40:09.803Z

cve-icon NVD

Status : Deferred

Published: 2026-08-04T15:16:33.850

Modified: 2026-08-12T20:59:00.027

Link: CVE-2026-18766

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T20:00:05Z

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')