Skip to main content
Press slash or control plus K to focus the search. Use the arrow keys to navigate results and press enter to open a threat.
Reconnecting to live updates…
EPSS 0.7%top 51%

UBUNTU-CVE-2026-34481

0
Medium
Published: 04/10/2026 (04/10/2026, 16:16:00 UTC)
Source: GCVE Database
Product: apache-log4j1.2

Description

Apache Log4j's JsonTemplateLayout up to version 2.25.3 produces invalid JSON output when logging non-finite floating-point values (NaN, Infinity, -Infinity), violating RFC 8259. This can cause downstream log processing systems to reject or fail to index affected log records. Exploitation requires the application to use JsonTemplateLayout and log attacker-controlled floating-point values within MapMessage or ObjectMessage. Users are advised to upgrade to version 2.25.4 or later, noting that some code paths were not fully fixed until versions 2.25.5 and 2.26.1.

CVSS v4.0

Attack Vector
Network
Attack Complexity
High
Attack Requirements
Present
Privileges Required
None
User Interaction
None
Vuln. Confidentiality
None
Vuln. Integrity
None
Vuln. Availability
None
Subsq. Confidentiality
None
Subsq. Integrity
Low
Subsq. Availability
None
CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:N/VI:N/VA:N/SC:N/SI:L/SA:N

Affected software

Ubuntu:Pro:14.04:LTSmore threats →ghsa
apache-log4j1.2
pkg:deb/ubuntu/[email protected]+esm2?arch=source&distro=esm-infra-legacy/trusty
Affected versions
=1.2.17-3ubuntu1=1.2.17-4ubuntu1=1.2.17-4ubuntu2=1.2.17-4ubuntu3=1.2.17-4ubuntu3+esm1=1.2.17-4ubuntu3+esm2
Ubuntu:Pro:16.04:LTSmore threats →ghsa
apache-log4j2
pkg:deb/ubuntu/[email protected]~esm1?arch=source&distro=esm-apps/xenial
Affected versions
=2.2-1=2.4-1=2.4-2=2.4-2ubuntu0.1~esm1
Ubuntu:Pro:16.04:LTSmore threats →ghsa
apache-log4j1.2
pkg:deb/ubuntu/[email protected]+esm2?arch=source&distro=esm-apps/xenial
Affected versions
=1.2.17-6ubuntu1=1.2.17-7ubuntu1=1.2.17-7ubuntu1+esm1=1.2.17-7ubuntu1+esm2
Ubuntu:18.04:LTSmore threats →ghsa
apache-log4j1.2
pkg:deb/ubuntu/[email protected]+deb10u1ubuntu0.2?arch=source&distro=bionic
Affected versions
=1.2.17-7ubuntu2=1.2.17-8=1.2.17-8+deb10u1build0.18.04.1=1.2.17-8+deb10u1ubuntu0.1=1.2.17-8+deb10u1ubuntu0.2
Ubuntu:18.04:LTSmore threats →ghsa
apache-log4j2
pkg:deb/ubuntu/[email protected]?arch=source&distro=bionic
Affected versions
=2.8.2-1=2.8.2-2=2.10.0-1=2.10.0-2=2.10.0-2ubuntu0.1=2.12.4-0ubuntu0.1
Ubuntu:20.04:LTSmore threats →ghsa
apache-log4j1.2
pkg:deb/ubuntu/[email protected]?arch=source&distro=focal
Affected versions
=1.2.17-8=1.2.17-9=1.2.17-9ubuntu0.1=1.2.17-9ubuntu0.2
Ubuntu:20.04:LTSmore threats →ghsa
apache-log4j2
pkg:deb/ubuntu/[email protected]?arch=source&distro=focal
Affected versions
=2.11.1-2=2.11.2-1=2.15.0-0.20.04.1=2.16.0-0.20.04.1=2.17.0-0.20.04.1=2.17.1-0.20.04.1
Ubuntu:22.04:LTSmore threats →ghsa
apache-log4j1.2
pkg:deb/ubuntu/[email protected]?arch=source&distro=jammy
Affected versions
=1.2.17-10=1.2.17-11
Ubuntu:22.04:LTSmore threats →ghsa
apache-log4j2
pkg:deb/ubuntu/[email protected]?arch=source&distro=jammy
Affected versions
=2.13.3-1=2.15.0-1=2.16.0-1=2.17.0-1=2.17.1-1
Ubuntu:24.04:LTSmore threats →ghsa
apache-log4j1.2
pkg:deb/ubuntu/[email protected]?arch=source&distro=noble
Affected versions
=1.2.17-11
Ubuntu:24.04:LTSmore threats →ghsa
apache-log4j2
pkg:deb/ubuntu/[email protected]?arch=source&distro=noble
Affected versions
=2.19.0-2
Ubuntu:25.10more threats →ghsa
apache-log4j1.2
pkg:deb/ubuntu/[email protected]?arch=source&distro=questing
Affected versions
=1.2.17-11
Ubuntu:25.10more threats →ghsa
apache-log4j2
pkg:deb/ubuntu/[email protected]?arch=source&distro=questing
Affected versions
=2.19.0-2
Ubuntu:26.04:LTSmore threats →ghsa
apache-log4j1.2
pkg:deb/ubuntu/[email protected]?arch=source&distro=resolute
Affected versions
=1.2.17-11=1.2.17-11build1
Ubuntu:26.04:LTSmore threats →ghsa
apache-log4j2
pkg:deb/ubuntu/[email protected]?arch=source&distro=resolute
Affected versions
=2.19.0-2=2.19.0-2build1

Run on your own infrastructure? Check whether these packages are installed with threat-finder — our free open-source scanner.

AI-Powered Analysis

Machine-generated threat intelligence

AILast updated: 07/16/2026, 13:21:59 UTC

Technical Analysis

The vulnerability in Apache Log4j's JsonTemplateLayout up to version 2.25.3 causes invalid JSON output when log events include non-finite floating-point values such as NaN, Infinity, or -Infinity. These values are disallowed by RFC 8259, potentially causing downstream log processing failures. Exploitation requires that the application uses JsonTemplateLayout and logs attacker-controlled floating-point values either in MapMessage or directly via ObjectMessage. The issue is fixed in version 2.25.4, but some affected code paths remain vulnerable and are addressed in subsequent versions 2.25.5 and 2.26.1 under CVE-2026-49844.

Potential Impact

Invalid JSON output from logging non-finite floating-point values may cause downstream log processing systems to reject or fail to index affected log records. This can impact log integrity and availability for monitoring or forensic analysis. No direct code execution or privilege escalation is indicated. Exploitation requires specific logging configurations and attacker-controlled floating-point input.

Mitigation Recommendations

Users are advised to upgrade Apache Log4j JSON Template Layout to version 2.25.4 or later to correct this issue. Note that version 2.25.4 does not cover all affected code paths; therefore, upgrading to versions 2.25.5 or 2.26.1 is recommended to fully mitigate the vulnerability. No other mitigation actions are indicated.

Pro Console: star threats, build custom feeds, automate alerts via Slack, email & webhooks.Upgrade to Pro

Technical Details

Gcve Source
db.gcve.eu
Osv Id
UBUNTU-CVE-2026-34481
Osv Schema Version
1.7.0
Aliases
[]
Ecosystems
["Ubuntu:Pro:14.04:LTS","Ubuntu:Pro:16.04:LTS","Ubuntu:18.04:LTS","Ubuntu:20.04:LTS","Ubuntu:22.04:LTS","Ubuntu:24.04:LTS","Ubuntu:25.10","Ubuntu:26.04:LTS"]
Database Specific Severity
null
Cvss Version
4.0

Threat ID: 6a58b4cc68715ace43dab031

Added to database: 07/16/2026, 10:39:08 UTC

Last enriched: 07/16/2026, 13:21:59 UTC

Last updated: 07/31/2026, 19:22:58 UTC

Views: 10

Community Reviews

0 reviews

Crowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.

Sort by
Loading community insights…

Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.

Actions

PRO

Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.

Please log in to the Console to use AI analysis features.

Need more coverage?

Upgrade to Pro Console for AI refresh and higher limits.

For incident response and remediation, OffSeq services can help resolve threats faster.

Latest Threats

Breach by OffSeqOFFSEQFRIENDS — 25% OFF

Check if your credentials are on the dark web

Instant breach scanning across billions of leaked records. Free tier available.

Scan now
OffSeq TrainingCredly Certified

Lead Pen Test Professional

Technical5-day eLearningPECB Accredited
View courses