Description
A vulnerability has been found in pmTicket Project-Management-Software up to 078fa56a782490c5059a0814f84df27984f4d7e2. This affects the function setSync of the file /ajax/add_project.php. Such manipulation of the argument conn_settings leads to sql injection. The attack may be launched remotely. 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-09-23
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: Remote SQL Injection
Action: Immediate Patch
AI Analysis

Impact

A SQL injection vulnerability was discovered in the setSync function of pmTicket’s add_project.php. By manipulating the conn_settings argument, an attacker can inject arbitrary SQL statements, potentially allowing data exfiltration, modification, or other database compromise. The flaw is a classic SQL injection issue (CWE‑74, CWE‑89) that can be exploited remotely without authentication.

Affected Systems

The flaw exists in all releases of pmTicket Project‑Management‑Software up to commit 078fa56a782490c5059a0814f84df27984f4d7e2. Because the product follows a rolling release model, no specific version numbers are supplied, meaning every build that has not yet been patched could be vulnerable.

Risk and Exploitability

The CVSS score of 6.9 classifies the risk as moderate. EPSS data is not available, and the vulnerability is not listed in the CISA KEV catalog, indicating no widespread exploitation data to date. The attack can be launched remotely by any user able to reach the add_project.php endpoint, so the risk remains significant until a patch is applied or mitigations are in place.

Generated by OpenCVE AI on September 24, 2026 at 00:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a patched version of pmTicket as soon as it is released.
  • Restrict access to /ajax/add_project.php so that only authenticated users with appropriate privileges can invoke the setSync function.
  • Ensure that all input, especially conn_settings, is validated and sanitized and that database queries use prepared statements or parameterized calls to eliminate injection vectors.

Generated by OpenCVE AI on September 24, 2026 at 00:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Description A vulnerability has been found in pmTicket Project-Management-Software up to 078fa56a782490c5059a0814f84df27984f4d7e2. This affects the function setSync of the file /ajax/add_project.php. Such manipulation of the argument conn_settings leads to sql injection. The attack may be launched remotely. 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 pmTicket Project-Management-Software add_project.php setSync sql injection
First Time appeared Pmticket
Pmticket project-management-software
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:pmticket:project-management-software:*:*:*:*:*:*:*:*
Vendors & Products Pmticket
Pmticket project-management-software
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

Pmticket Project-management-software
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-23T23:30:11.506Z

Reserved: 2026-09-23T15:52:20.491Z

Link: CVE-2026-96751

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-24T00:17:23.170

Modified: 2026-09-24T00:17:23.170

Link: CVE-2026-96751

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-24T00:30:07Z

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