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: 9.1 Critical
EPSS: < 1% Very Low
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, the CVSS score of 9.1 indicates a high severity. 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 7, 2026 at 01:43 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 7, 2026 at 01:43 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4742-1 apr-util security update
History

Tue, 11 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
First Time appeared Apache apr-util
CPEs cpe:2.3:a:apache:apr-util:*:*:*:*:*:*:*:*
Vendors & Products Apache apr-util
References

Tue, 11 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

threat_severity

Important


Thu, 06 Aug 2026 23:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

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


Thu, 06 Aug 2026 16:00:00 +0000

Type Values Removed Values Added
First Time appeared Apache
Apache portable Runtime Utility
Vendors & Products Apache
Apache portable Runtime Utility

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

Apache Apr-util Portable Runtime Utility
cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-08-06T21:56:08.447Z

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

Link: CVE-2026-34191

cve-icon Vulnrichment

Updated: 2026-08-06T21:56:08.447Z

cve-icon NVD

Status : Analyzed

Published: 2026-08-06T15:16:54.650

Modified: 2026-08-07T19:49:59.383

Link: CVE-2026-34191

cve-icon Redhat

Severity : Important

Publid Date: 2026-08-06T14:32:24Z

Links: CVE-2026-34191 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-07T01:45:05Z

Weaknesses
  • CWE-89

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