Description
A vulnerability was found in lock-upme OPMS up to 831440f37a92c1568f2e071d5233bc873a9d8b09. The impacted element is an unknown function of the file controllers/messages/message.go of the component IN Clause Handler. Performing a manipulation of the argument ids results in sql injection. The attack is possible to be carried out remotely. This product adopts a rolling release strategy to maintain continuous delivery. Therefore, version details for affected or updated releases cannot be specified. The vendor was contacted early about this disclosure but did not respond in any way.
Published: 2026-08-09
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A function in the OPMS controller file controllers/messages/message.go that processes an IN clause can be manipulated by altering the ids argument, allowing attackers to inject arbitrary SQL statements. This flaw can compromise data confidentiality, integrity, and potentially availability by enabling unauthorized data reads, modifications, or deletions. The weakness falls under input validation failures and SQL injection (CWE-74, CWE-89).

Affected Systems

The vulnerability affects all releases of lock‑upme OPMS up to the commit 831440f37a92c1568f2e071d5233bc873a9d8b09. Because the product follows a rolling release model, exact version ranges are not specified, meaning any unpatched release is likely vulnerable.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity. No EPSS score is available, and the issue is not listed in CISA KEV, suggesting low to moderate exploitation likelihood. Attackers can execute the injection remotely, likely without authentication, by sending crafted requests to the messages endpoint. While no public exploits have been reported, the absence of a vendor patch and the nature of the flaw raise a moderate risk for affected deployments.

Generated by OpenCVE AI on August 9, 2026 at 14:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a vendor patch or update to a commit that removes the vulnerable id handling logic
  • If an update is unavailable, restrict external access to the messages endpoint or enforce authentication before allowing access
  • Alter the application code to use parameterized queries and validate the ids argument to prevent injection

Generated by OpenCVE AI on August 9, 2026 at 14:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 09 Aug 2026 13:45:00 +0000

Type Values Removed Values Added
Description A vulnerability was found in lock-upme OPMS up to 831440f37a92c1568f2e071d5233bc873a9d8b09. The impacted element is an unknown function of the file controllers/messages/message.go of the component IN Clause Handler. Performing a manipulation of the argument ids results in sql injection. The attack is possible to be carried out remotely. This product adopts a rolling release strategy to maintain continuous delivery. Therefore, version details for affected or updated releases cannot be specified. The vendor was contacted early about this disclosure but did not respond in any way.
Title lock-upme OPMS IN Clause message.go sql injection
First Time appeared Lock-upme
Lock-upme opms
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:lock-upme:opms:*:*:*:*:*:*:*:*
Vendors & Products Lock-upme
Lock-upme opms
References
Metrics cvssV2_0

{'score': 6.5, 'vector': 'AV:N/AC:L/Au:S/C:P/I:P/A:P/E:ND/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:X/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:X/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:X'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-09T13:15:09.941Z

Reserved: 2026-08-08T18:42:17.187Z

Link: CVE-2026-19354

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-09T14:30:01Z

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