Description
A weakness has been identified in Omega Solution HRM OS up to 20260717. This affects an unknown function of the file /role-permission/permission of the component Role Permission API. Executing a manipulation of the argument roleId can lead to missing authentication. The attack may be launched remotely. The exploit has been made available to the public and could be used for attacks. The vendor was contacted early about this disclosure but did not respond in any way.
Published: 2026-09-21
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: Missing authentication in the Role Permission API allows an attacker to manipulate role identifiers and gain unauthorized access to system functions.
Action: Immediate Patch
AI Analysis

Impact

The vulnerability is a lack of authentication in the /role-permission/permission endpoint of Omega Solution HRM OS. By manipulating the roleId argument, an attacker can bypass authentication checks and access privileged functionality. The flaw is an instance of missing authentication, corresponding to CWE-287 and CWE-306, and is exploitable remotely, with public exploit code circulating on the internet. The exploitation enables the attacker to elevate privileges or access sensitive information without legitimate credentials, compromising the confidentiality and integrity of the HRM system.

Affected Systems

Omega Solution HRM OS versions up to 20260717 are affected. The flaw resides in an unidentified function within the Role Permission API component. Users running any release of the product before or including the 20260717 snapshot are potentially impacted, and the vendor has not yet issued a fix or response.

Risk and Exploitability

The CVSS score of 6.9 indicates medium severity. EPSS is not available, so it is unclear how frequently the exploit is used in the wild, but the vulnerability is listed on public exploit repositories and known to be remotely exploitable. The absence of a CISA KEV listing does not reduce the risk; the public availability of an exploit makes the vulnerability likely to be targeted. Attackers can launch the exploit remotely by sending crafted requests to /role-permission/permission with modified roleId values, and the lack of authentication guarantees successful execution without credential theft.

Generated by OpenCVE AI on September 21, 2026 at 09:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply any vendor‑issued patch or upgrade to a release later than 20260717 as soon as it becomes available.
  • Configure network access controls or a reverse proxy to restrict the Role Permission API endpoint to authenticated users only and block unauthenticated traffic.
  • Implement strict input validation on roleId and enforce proper authentication and authorization checks before any role‑related operation is performed.
  • Monitor application logs for abnormal roleId usage and unauthorized access attempts, and investigate any suspicious activity promptly.

Generated by OpenCVE AI on September 21, 2026 at 09:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 21 Sep 2026 08:30:00 +0000

Type Values Removed Values Added
Description A weakness has been identified in Omega Solution HRM OS up to 20260717. This affects an unknown function of the file /role-permission/permission of the component Role Permission API. Executing a manipulation of the argument roleId can lead to missing authentication. The attack may be launched remotely. The exploit has been made available to the public and could be used for attacks. The vendor was contacted early about this disclosure but did not respond in any way.
Title Omega Solution HRM OS Role Permission API permission missing authentication
First Time appeared Omega Solution
Omega Solution hrm Os
Weaknesses CWE-287
CWE-306
CPEs cpe:2.3:a:omega_solution:hrm_os:*:*:*:*:*:*:*:*
Vendors & Products Omega Solution
Omega Solution hrm Os
References
Metrics cvssV2_0

{'score': 5, 'vector': 'AV:N/AC:L/Au:N/C:P/I:N/A:N/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 5.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N/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:N/VA:N/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Omega Solution Hrm Os
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-21T08:15:08.472Z

Reserved: 2026-09-20T21:30:54.424Z

Link: CVE-2026-94151

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-21T09:17:06.567

Modified: 2026-09-21T09:17:06.567

Link: CVE-2026-94151

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-21T10:01:34Z

Weaknesses
  • CWE-287

    Improper Authentication

  • CWE-306

    Missing Authentication for Critical Function