CVE-2026-52785
Deferred Deferred - Pending Action

SQL Injection in OpenProject Timestamps

Vulnerability report for CVE-2026-52785, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-06-26

Last updated on: 2026-06-29

Assigner: GitHub, Inc.

Description

OpenProject is open-source, web-based project management software. Prior to 17.3.3 and 17.4.1, there is a SQL injection in timestamps functionality. OpenProject baseline comparison allows callers to request historic work-package attributes using the timestamps parameter. This vulnerability is fixed in 17.3.3 and 17.4.1.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-26
Last Modified
2026-06-29
Generated
2026-07-17
AI Q&A
2026-06-26
EPSS Evaluated
2026-07-15
NVD
EUVD

Affected Vendors & Products

Showing 3 associated CPEs
Vendor Product Version / Range
openproject openproject to 17.4.1 (exc)
openproject openproject to 17.4.1 (inc)
openproject openproject to 17.3.3 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-52785 is a critical SQL injection vulnerability in the OpenProject software, specifically affecting versions prior to 17.3.3. The issue exists in the timestamps functionality, which allows callers to request historic work-package attributes. This flaw enables an attacker to inject malicious SQL code through the timestamps parameter.

Detection Guidance

The CVE-2026-52785 vulnerability is a critical SQL injection in the timestamps functionality of OpenProject versions prior to 17.3.3 and 17.4.1. Detection typically involves identifying if your OpenProject instance is running a vulnerable version and monitoring for suspicious requests targeting the timestamps parameter.

To detect this vulnerability on your system, first verify the OpenProject version installed. If it is older than 17.3.3 or 17.4.1, it is vulnerable.

  • Check OpenProject version via command line or application interface.
  • Monitor web server logs for unusual requests containing the 'timestamps' parameter, which may indicate exploitation attempts.

Example commands to check the OpenProject version or detect suspicious activity might include:

  • Using curl to check the version or response headers: curl -I http://your-openproject-instance
  • Searching logs for 'timestamps' parameter usage: grep 'timestamps' /var/log/apache2/access.log
  • Using network monitoring tools or IDS to detect SQL injection patterns targeting the timestamps parameter.

Ultimately, the best mitigation is to upgrade OpenProject to version 17.3.3 or 17.4.1 or later.

Impact Analysis

This vulnerability can have severe impacts including unauthorized access to sensitive data and modification of data integrity. The CVSS score of 9.9 indicates a critical severity with high impact on confidentiality and integrity, and a lower but present impact on availability. An attacker can exploit this remotely with low privileges and no user interaction, potentially compromising the system's data and operations.

Compliance Impact

The CVE-2026-52785 vulnerability is a critical SQL injection flaw that impacts the confidentiality and integrity of data within OpenProject software. Such a vulnerability could potentially lead to unauthorized access or manipulation of sensitive project data.

While the provided information does not explicitly mention compliance with standards like GDPR or HIPAA, vulnerabilities that compromise data confidentiality and integrity generally pose risks to compliance with these regulations, which require protection of personal and sensitive information.

Organizations using affected versions of OpenProject prior to 17.3.3 and 17.4.1 should apply patches promptly to mitigate risks that could lead to non-compliance with data protection regulations.

Mitigation Strategies

To mitigate the CVE-2026-52785 vulnerability, you should upgrade OpenProject to version 17.3.3 or 17.4.1, where the SQL injection issue in the timestamps functionality has been fixed.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-52785. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart