Description
A vulnerability was detected in DefaultFuction CRM 1.0.0. This impacts an unknown function of the file /modules/customers/delete.php. Performing a manipulation of the argument ID results in sql injection. It is possible to initiate the attack remotely. The exploit is now public and may be used.
Published: 2026-09-06
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in DefaultFuction CRM 1.0.0’s /modules/customers/delete.php allows an attacker to control the ID argument, leading to SQL injection. Attackers can remotely send crafted requests; it is inferred that they could read, modify, or delete customer records, compromising the confidentiality and integrity of the database.

Affected Systems

The vulnerability exists only in the DefaultFuction CRM product, specifically version 1.0.0. The affected component is the delete.php module used for customer deletion, where ID processing is not properly sanitized.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity. The attack can be performed remotely without additional authentication, and the exploit is publicly disclosed. EPSS is not available, so the likelihood of exploitation remains uncertain, but the exposure of the delete.php endpoint to the internet increases the risk of undetected attacks. The vulnerability is not listed in CISA KEV. An attacker only needs to supply a manipulated ID parameter; no special privileges are required.

Generated by OpenCVE AI on September 6, 2026 at 08:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Deploy the vendor’s official patch or newer release of DefaultFuction CRM that resolves the SQL injection on delete.php.
  • If a patch is not available, modify the delete.php script to validate the ID parameter strictly (e.g., enforce numeric only) and use parameterized queries rather than string concatenation.
  • Limit exposure of the delete.php endpoint by configuring network firewalls or web application firewalls to allow only trusted administrative IP addresses, and enforce strong authentication for any user able to access deletion functionality.

Generated by OpenCVE AI on September 6, 2026 at 08:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 06 Sep 2026 07:45:00 +0000

Type Values Removed Values Added
Description A vulnerability was detected in DefaultFuction CRM 1.0.0. This impacts an unknown function of the file /modules/customers/delete.php. Performing a manipulation of the argument ID results in sql injection. It is possible to initiate the attack remotely. The exploit is now public and may be used.
Title DefaultFuction CRM delete.php sql injection
First Time appeared Defaultfuction
Defaultfuction crm
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:defaultfuction:crm:*:*:*:*:*:*:*:*
Vendors & Products Defaultfuction
Defaultfuction crm
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

Defaultfuction Crm
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-06T07:30:11.966Z

Reserved: 2026-09-05T10:40:03.713Z

Link: CVE-2026-86172

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-06T08:16:40.760

Modified: 2026-09-06T08:16:40.760

Link: CVE-2026-86172

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-06T08:30:03Z

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