Description
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Apache Portable Runtime Utility via apr_dbd_oracle provider.

This issue affects Apache Portable Runtime Utility: from 1.6.0 through 1.6.3
Published: 2026-08-06
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An improper neutralization of special elements in the apr_dbd_oracle provider allows an attacker to inject arbitrary SQL statements, leading to unauthorized data exfiltration, modification, or potential denial of service. The vulnerability is a classic input validation flaw classified as CWE-89, where crafted values bypass proper escaping when building SQL commands.

Affected Systems

Apache Portable Runtime Utility, versions 1.6.0 through 1.6.3, supplied by the Apache Software Foundation.

Risk and Exploitability

The EPSS score is not available and the vulnerability is not listed in CISA KEV, so official exploitation data is lacking. However, because the flaw resides in the database access layer, any application that loads the apr_dbd_oracle provider could be exploited. The likely attack vector is by sending specially crafted inputs to the affected application; based on the description it is inferred that the attacker would need to influence the query construction path of the application. The consequence could range from data compromise to full database compromise if the attacker can execute arbitrary SQL.

Generated by OpenCVE AI on August 6, 2026 at 15:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Apache Portable Runtime Utility to version 1.6.4 or newer.
  • If an upgrade is not possible, remove or disable the apr_dbd_oracle provider from the application configuration or replace it with a patched alternative.
  • Ensure the application uses parameterized queries and proper input validation to protect against SQL injection.
  • Limit network access to the Oracle database to only the necessary application hosts and enforce strict authentication.

Generated by OpenCVE AI on August 6, 2026 at 15:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 06 Aug 2026 14:45:00 +0000

Type Values Removed Values Added
Description Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Apache Portable Runtime Utility via apr_dbd_oracle provider. This issue affects Apache Portable Runtime Utility: from 1.6.0 through 1.6.3
Title Apache Portable Runtime Utility: SQL Injection in apr_dbd_oracle
Weaknesses CWE-89
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-08-06T14:32:24.362Z

Reserved: 2026-03-26T12:09:55.611Z

Link: CVE-2026-34191

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-06T15:30:04Z

Weaknesses
  • CWE-89

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