Skip to main content

Improper Input Validation in ch.qos.logback:logback-core

CVE-2026-13006

  • ch.qos.logback:logback-core
Severity High
Score 7/10

Summary

ACE vulnerability in conditional configuration file processing by QOS.CH logback-core in Java applications, allows an attacker to execute arbitrary code, circumventing existing protections against CVE-2025-11226 by compromising an existing logback configuration file or by injecting an environment variable before program execution. A successful attack requires the presence of Janino library to be present on the user's class path. In addition, the attacker must have write access to a configuration file. Alternatively, the attacker could inject a malicious environment variable pointing to a malicious configuration file. In both cases, the attack requires existing privilege.

  • LOW
  • LOCAL
  • NONE
  • HIGH

CWE-20 - Improper Input Validation

The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.

Advisory Timeline

  • Published