CVE-2025-67066
Deferred Deferred - Pending Action

SQL Injection in Oasys Sysoa via Outaddresspaging Parameter

Vulnerability report for CVE-2025-67066, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-04

Last updated on: 2026-09-08

Assigner: MITRE

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

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-04
Last Modified
2026-09-08
Generated
2026-09-25
AI Q&A
2026-09-05
EPSS Evaluated
2026-09-24
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
oasys sysoa 1.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a SQL Injection vulnerability in the oasys sysoa software version 1.0. It allows a remote attacker to execute arbitrary code by manipulating the outtype parameter in the /outaddresspaging path.

Detection Guidance

To detect SQL injection vulnerabilities like CVE-2025-67066 in oasys sysoa, you can use tools such as SQLmap to test the /outaddresspaging endpoint with the outtype parameter. Example command: sqlmap -u "http://target-server/outaddresspaging?outtype=1" --batch. Additionally, inspect web server logs for suspicious queries or errors indicating SQL injection attempts.

Impact Analysis

An attacker could exploit this to run malicious SQL commands on the database, potentially stealing, modifying, or deleting sensitive data. This could lead to unauthorized access to user information or system compromise.

Compliance Impact

This vulnerability could lead to data breaches, violating GDPR and HIPAA requirements for data protection and security. Organizations may face legal penalties, fines, and reputational damage.

Mitigation Strategies

Immediately update oasys sysoa to the latest version to patch the SQL injection flaw in the outtype parameter. If an update is unavailable, restrict access to the /outaddresspaging path and sanitize all user inputs to prevent malicious SQL queries.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-67066. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart