Description
A weakness has been identified in DefaultFuction Customer-Relationship-Management-In-C-Project 2.0. Impacted is the function gets of the component Customer Search Module. This manipulation causes stack-based buffer overflow. The attack may be initiated remotely. The exploit has been made available to the public and could be used for attacks. The project confirms, that "it’s being processed".
Published: 2026-08-16
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a stack‑based buffer overflow triggered in the Customer Search Module of DefaultFuction’s Customer‑Relationship‑Management‑In‑C‑Project version 2.0. The overflow results from an unbounded call to the C function gets, allowing an attacker to overflow the stack and potentially execute arbitrary code. This weakness is categorized under CWE‑119 and CWE‑121 and offers an attacker a pathway to compromise confidentiality, integrity, and availability of the affected system.

Affected Systems

Affected systems are installations of DefaultFuction’s Customer‑Relationship‑Management‑In‑C‑Project, specifically version 2.0 of the software. The public source repository for this project is hosted on GitHub under the DefaultFuction organization.

Risk and Exploitability

The CVSS base score of 5.3 indicates moderate severity, but the absence of an EPSS score means current exploitation potential is unclear. The vulnerability is confirmed publicly, and the project has acknowledged it is being processed. An attacker can trigger the overflow remotely by manipulating the input to the Customer Search Module. The vulnerability is not listed in the CISA KEV catalog, so there is no known exploitation campaign yet, but the remote nature and stack corruption provide a high‑impact vector if exploited.

Generated by OpenCVE AI on August 16, 2026 at 06:27 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the latest released version of the Customer‑Relationship‑Management‑In‑C‑Project that includes a fix for the gets‑related buffer overflow.
  • If an upgrade is not immediately possible, replace the vulnerable gets calls in the Customer Search Module with safe alternatives such as fgets or implement input length checks to bound the received data.
  • Enable compiler stack‑canary protection and address space layout randomization (ASLR) to raise the difficulty of successfully exploiting the overflow.
  • Restrict remote access to the Customer Search API and monitor logs for anomalous requests that attempt unusually large query parameters.

Generated by OpenCVE AI on August 16, 2026 at 06:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 16 Aug 2026 05:00:00 +0000

Type Values Removed Values Added
Description A weakness has been identified in DefaultFuction Customer-Relationship-Management-In-C-Project 2.0. Impacted is the function gets of the component Customer Search Module. This manipulation causes stack-based buffer overflow. The attack may be initiated remotely. The exploit has been made available to the public and could be used for attacks. The project confirms, that "it’s being processed".
Title DefaultFuction Customer-Relationship-Management-In-C-Project Customer Search gets stack-based overflow
First Time appeared Defaultfuction
Defaultfuction customer-relationship-management-in-c-project
Weaknesses CWE-119
CWE-121
CPEs cpe:2.3:a:defaultfuction:customer-relationship-management-in-c-project:*:*:*:*:*:*:*:*
Vendors & Products Defaultfuction
Defaultfuction customer-relationship-management-in-c-project
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 Customer-relationship-management-in-c-project
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-16T04:45:09.404Z

Reserved: 2026-08-15T12:05:46.831Z

Link: CVE-2026-19933

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-16T05:16:48.623

Modified: 2026-08-16T05:16:48.623

Link: CVE-2026-19933

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-16T06:30:04Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer

  • CWE-121

    Stack-based Buffer Overflow