Cyber Resilience

CVE-2022-23305

SQLi in Oracle Business Intelligence 12.2.1.3.0 … 5.9.0.0.0

High EPSSSQLi
Published
18 January 2022
Modified
27 May 2026
Patch / advisory
CVSS Score v3.1 9.8
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.67 99.2th percentile
Risk Priority 94 floored blend · peak EPSS

Summary

CVE-2022-23305 is a critical-severity SQL Injection (CWE-89) vulnerability in Oracle Business Intelligence. Its CVSS base score is 9.8 (Critical).

Operationally, ranked in the top 0.8% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SA-22 (Unsupported System Components) and SI-10 (Information Input Validation) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

The vulnerability is a SQL injection flaw (CWE-89) in the JDBCAppender component of Apache Log4j 1.2.x. By design, the appender accepts an SQL statement containing PatternLayout converters such as %m as a configuration parameter; when an application logs attacker-controlled data from inputs or headers, the converter values are inserted directly into the query without parameterization. The issue is present only when JDBCAppender is explicitly configured, which is not the default, and Log4j 1.2 reached end-of-life in August 2015.

An unauthenticated remote attacker can supply crafted strings through any application input that is subsequently logged, causing the JDBCAppender to execute arbitrary SQL statements against the configured database. Successful exploitation can result in full read, write, or delete access to database contents, corresponding to the CVSS 9.8 rating.

Advisories from Apache, Oracle, and NetApp state that users should migrate to Log4j 2, which re-introduced the JDBCAppender in 2.0-beta8 with support for parameterized SQL and column-level customization. The references further note that Log4j 1.2 is unsupported and that organizations still running the 1.x line should treat any JDBCAppender configuration as requiring immediate remediation.

EPSS currently stands at 0.0945 after peaking at 0.1156.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

By design, the JDBCAppender in Log4j 1.2.x accepts an SQL statement as a configuration parameter where the values to be inserted are converters from PatternLayout. The message converter, %m, is likely to always be included. This allows attackers to manipulate…

more

the SQL by entering crafted strings into input fields or headers of an application that are logged allowing unintended SQL queries to be executed. Note this issue only affects Log4j 1.x when specifically configured to use the JDBCAppender, which is not the default. Beginning in version 2.0-beta8, the JDBCAppender was re-introduced with proper support for parameterized SQL queries and further customization over the columns written to in logs. Apache Log4j 1.2 reached end of life in August 2015. Users should upgrade to Log4j 2 as it addresses numerous other issues from the previous versions.

CWE(s)

Related Threats

Likely ATT&CK TechniquesAI

Techniques this vulnerability likely enables, inferred from its description, weakness type, and attributed-actor tradecraft. Confidence is per-technique.

T1190 Exploit Public-Facing Application Initial Accessconfidence: HIGH
SQL injection in JDBCAppender allows unauthenticated remote attackers to execute arbitrary SQL via logged input, directly enabling exploitation of a public-facing application component.
T1213.006 Databases Collectionconfidence: HIGH
Successful exploitation grants full read/write/delete access to database contents, directly facilitating data collection from a database repository.
inferred from description + CWE · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2022-29155Same product class: NAS / storage appliance
CVE-2023-34976Same product class: NAS / storage appliance
CVE-2024-29230Same product class: NAS / storage appliance
CVE-2023-41287Same product class: NAS / storage appliance
CVE-2024-29234Same product class: NAS / storage appliance
CVE-2024-29235Same product class: NAS / storage appliance
CVE-2023-47568Same product class: NAS / storage appliance
CVE-2024-29239Same product class: NAS / storage appliance
CVE-2024-29238Same product class: NAS / storage appliance
CVE-2024-29227Same product class: NAS / storage appliance

Affected Assets

apache
log4j
1.2 — 1.2.17
netapp
snapmanager
all versions
broadcom
brocade sannav
all versions
qos
reload4j
≤ 1.2.18.2
oracle
advanced supply chain planning
12.1, 12.2
oracle
business intelligence
12.2.1.3.0, 12.2.1.4.0, 5.9.0.0.0
oracle
business process management suite
12.2.1.3.0, 12.2.1.4.0
oracle
communications eagle ftp table base retrieval
4.5
oracle
communications instant messaging server
10.0.1.5.0
oracle
communications messaging server
8.1
+18 more product configuration(s) — see NVD for full list

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-10 Information Input Validation
  • SI-2 Flaw Remediation
  • SA-22 Unsupported System Components
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V6.2.5

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires validation of all untrusted input before it reaches the JDBCAppender, blocking crafted strings that would be expanded into executable SQL.

prevent

Mandates timely remediation of known flaws by replacing the vulnerable Log4j 1.2 JDBCAppender with the parameterized implementation in Log4j 2.

prevent

Requires replacement or isolation of unsupported components, directly addressing the fact that Log4j 1.2 reached end-of-life in 2015 and contains this unfixable design flaw.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly target injection flaws during coding and review so largely prevent CWE-89 introduction, yet the single broad outcome leaves residual risk from incomplete neutralization techniques or missed edge cases.

PR.AT-02 partial match
prevents

Training raises developer awareness of SQLi risks and can reduce introduction likelihood (partial) but removes none of the actual coding flaw's risk by itself since technical neutralization is still required.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

detects

The same secure-coding and static-analysis activities surface missing neutralization of SQL metacharacters before the system is accepted.

prevents

Early warnings and shared best-practice information help organizations apply the latest remediation techniques against SQL-injection vulnerabilities.

prevents

Threat-intelligence feeds that surface new SQL-injection campaigns enable rapid updates to query-construction defenses and detection signatures before exploitation occurs.

prevents

Secure-coding rules and security testing phases mandate the use of parameterized queries or equivalent escaping, preventing the construction of dynamic SQL statements from untrusted input.

prevents

Language-specific secure coding rules, peer review and SAST together prevent the construction of SQL statements from untrusted data without proper parameterization or escaping.

References