Description
SQL Injection vulnerability in oasys sysoa version 1.0 allows a remote attacker to execute arbitrary code via the outtype parameter in the /outaddresspaging path
Published: 2026-09-04
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: Remote Code Execution
Action: Immediate Patch
AI Analysis

Impact

A SQL Injection flaw in the outtype parameter of the /outaddresspaging endpoint allows an attacker to inject malicious SQL statements that are executed by the database. This vulnerability can be used to run arbitrary code on the affected system, compromising the confidentiality and integrity of stored data while providing a foothold for further lateral movement. The weakness is an instance of fail‑to‑sanitize input for database queries (CWE‑89).

Affected Systems

The affected product is oasys sysoa version 1.0, which exposes the /outaddresspaging path that accepts an outtype query string.

Risk and Exploitability

With a CVSS score of 9.8 the vulnerability is considered critical. The EPSS score of <1% indicates a low current exploitation probability, and it is not listed in CISA’s KEV catalog. The likely attack vector is remote; an attacker can trigger the flaw by sending an HTTP request with a crafted outtype parameter to the publicly reachable /outaddresspaging endpoint. Because the flaw can lead to arbitrary code execution, the risk level remains high, but the low EPSS suggests limited observed exploitation to date.

Generated by OpenCVE AI on September 8, 2026 at 16:58 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a vendor patch or upgrade to a version of oasys sysoa that fixes the SQL injection flaw as soon as it is available.
  • Validate and whitelist acceptable values for the outtype parameter, ensuring that only predetermined constants can be passed to the database.
  • Deploy web application firewall rules that detect and block typical SQL injection payloads targeting the /outaddresspaging endpoint.
  • Monitor application logs for repeated injection attempts and enforce account lockout or rate limiting on suspicious traffic.

Generated by OpenCVE AI on September 8, 2026 at 16:58 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 08 Sep 2026 17:15:00 +0000

Type Values Removed Values Added
Title Remote Code Execution via SQL Injection in oasys sysoa

Tue, 08 Sep 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Mon, 07 Sep 2026 08:45:00 +0000

Type Values Removed Values Added
First Time appeared Oasys
Oasys sysoa
Vendors & Products Oasys
Oasys sysoa

Fri, 04 Sep 2026 22:15:00 +0000

Type Values Removed Values Added
Title Remote Code Execution via SQL Injection in oasys sysoa
Weaknesses CWE-89

Fri, 04 Sep 2026 20:30:00 +0000

Type Values Removed Values Added
Description SQL Injection vulnerability in oasys sysoa version 1.0 allows a remote attacker to execute arbitrary code via the outtype parameter in the /outaddresspaging path
References

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-09-08T14:25:25.129Z

Reserved: 2025-12-08T00:00:00.000Z

Link: CVE-2025-67066

cve-icon Vulnrichment

Updated: 2026-09-08T14:25:07.207Z

cve-icon NVD

Status : Deferred

Published: 2026-09-04T21:17:24.143

Modified: 2026-09-09T16:04:24.933

Link: CVE-2025-67066

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-08T17:00:02Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')