CVE-2022-23305
CRITICALApache Log4j 1.2.x - SQL Injection via JDBCAppender Message Converter
Title source: llmExploitation Summary
EIP tracks 3 public exploits for CVE-2022-23305. PoCs published by HynekPetrak, AlphabugX, tkomlodi.
AI-analyzed exploit summary This repository contains a Python-based file system scanner for detecting vulnerable log4j instances, including CVE-2017-5645. It identifies log4j (1.x), reload4j (1.2.18+), and log4j-core (2.x) versions vulnerable to multiple CVEs.
Description
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 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.
Exploits (3)
This repository contains a Python-based file system scanner for detecting vulnerable log4j instances, including CVE-2017-5645. It identifies log4j (1.x), reload4j (1.2.18+), and log4j-core (2.x) versions vulnerable to multiple CVEs.
The repository claims to be a PoC for CVE-2022-23305 but contains an extensive list of unrelated CVEs (20550-21008) without any actual exploit code or technical details. The README appears to be a placeholder or spam.
This is a functional Spring Boot application demonstrating CVE-2022-23305, a Log4j JDBCAppender SQL injection vulnerability. It logs user input via a vulnerable JDBCAppender configuration, allowing arbitrary SQL injection through a URL parameter.
References (6)
Scores
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H