Description
A security flaw has been discovered in Omega Solution HRM OS up to 20260717. The impacted element is an unknown function of the file /media/view/ of the component SVG File Upload. Performing a manipulation results in cross site scripting. The attack may be initiated remotely. The exploit has been released to the public and may be used for attacks. The vendor was contacted early about this disclosure but did not respond in any way.
Published: 2026-09-21
Score: 4.8 Medium
EPSS: n/a
KEV: No
Impact: Cross‑site scripting via malicious SVG uploads
Action: Assess
AI Analysis

Impact

Omega Solution HRM OS allows opening an SVG file through the /media/view route. An attacker can create a crafted SVG containing JavaScript that executes in the context of the viewer. This flaw, identified as a typical cross‑site scripting flaw (CWE‑79) coupled with script code injection (CWE‑94), enables arbitrary client‑side code to run during normal file viewing. The attack surface is remote; the exploit is publicly available, meaning that any user who can upload or trigger a view of a malicious SVG can be impacted.

Affected Systems

The affected product is Omega Solution HRM OS, specifically releases up to and including 20260717. No later versions were listed in the vulnerability report. The flaw resides in an undocumented function of the /media/view component that processes SVG file uploads. There are no specific sub‑components beyond the web interface noted.

Risk and Exploitability

The CVSS score of 4.8 places the issue in the medium severity range, and the EPSS score is unavailable, indicating limited data on current exploitation frequency. The vulnerability is not listed in the CISA KEV catalog. Because the flaw can be triggered remotely through a file upload, the risk of exploitation remains significant until a patch or enforceable mitigation is applied. Attackers would need access to the upload interface or a way to force the server to render the SVG, then rely on victim browsers to execute the embedded script. No vendor patch has been issued; therefore, active mitigation steps are required.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Validate uploaded SVG files on the server, stripping <script> tags and event handler attributes to mitigate CWE‑79 cross‑site scripting.
  • Reject or convert SVGs that contain dynamic code constructs or external references to prevent CWE‑94 dynamic code inclusion, ensuring no executable script is stored or served.
  • Enforce a strict Content‑Security‑Policy that disallows inline scripts and restricts script sources, thereby reducing the impact of any residual CWE‑79 payload.
  • Check for vendor updates to a patched version released after 20260717; if unavailable, continue to enforce the above mitigations until an official fix is released.

Generated by OpenCVE AI on September 21, 2026 at 09:50 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 security flaw has been discovered in Omega Solution HRM OS up to 20260717. The impacted element is an unknown function of the file /media/view/ of the component SVG File Upload. Performing a manipulation results in cross site scripting. The attack may be initiated remotely. The exploit has been released to the public and may be used for attacks. The vendor was contacted early about this disclosure but did not respond in any way.
Title Omega Solution HRM OS SVG File Upload view cross site scripting
First Time appeared Omega Solution
Omega Solution hrm Os
Weaknesses CWE-79
CWE-94
CPEs cpe:2.3:a:omega_solution:hrm_os:*:*:*:*:*:*:*:*
Vendors & Products Omega Solution
Omega Solution hrm Os
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

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

cvssV4_0

{'score': 4.8, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:P/VC:N/VI:L/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:00:10.826Z

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

Link: CVE-2026-94150

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-94150

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

  • CWE-94

    Improper Control of Generation of Code ('Code Injection')