cbcvebase.
CVE-2019-11600
published 2019-05-13

CVE-2019-11600: A SQL injection vulnerability in the activities API in OpenProject before 8.3.2 allows a remote attacker to execute arbitrary SQL commands via the id…

PriorityP277high8.1CVSS 3.0
AVNACHPRNUINSUCHIHAH
EXPLOIT
EPSS
79.96%
99.6th percentile
A SQL injection vulnerability in the activities API in OpenProject before 8.3.2 allows a remote attacker to execute arbitrary SQL commands via the id parameter. The attack can be performed unauthenticated if OpenProject is configured not to require authentication for API access.

Affected

1 ranges
VendorProductVersion rangeFixed in
openprojectopenproject>= 5.0.0 < 8.3.28.3.2

Detection & IOCsextracted from sources · hover to see the quote

urlhttp:///api/v3/activities/1)%20AND%203281%3d(SELECT%203281%20FROM%20PG_SLEEP(1))%20AND%20(7777%3d7777
path/api/v3/activities/
  • Monitor HTTP requests to /api/v3/activities/ where the `id` path parameter contains SQL metacharacters such as parentheses, encoded comparison operators (%3d), or time-delay payloads (PG_SLEEP)
  • Look for blind time-based SQLi patterns in requests to /api/v3/activities/ — specifically URL-encoded payloads containing PG_SLEEP, AND clauses, and numeric equality checks injected after the activity ID
  • Alert on unauthenticated requests (no session/API token) to /api/v3/activities/ endpoints, especially when the instance is configured to allow unauthenticated API access
  • ·The SQL injection is exploitable without authentication only when OpenProject is configured to allow unauthenticated API access; instances requiring authentication are harder to exploit remotely
  • ·All OpenProject versions from 5.0.0 through 8.3.1 are affected; versions older than 5.0.0 are not vulnerable

CVSS provenance

nvdv3.08.1HIGHCVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
nvdv2.06.8MEDIUMAV:N/AC:M/Au:N/C:P/I:P/A:P
CVEs like this are exactly what “Exploited This Week” covers.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.