#VU112731 Improper Encoding or Escaping of Output in Apache HTTP Server - CVE-2024-47252
Published: July 10, 2025 / Updated: July 10, 2025
Apache HTTP Server
Apache Foundation
Description
The vulnerability allows a remote attacker to manipulate data in log files.
The vulnerability exists due to improper input validation in mod_ssl. In a logging configuration where CustomLog is used with "%{varname}x" or "%{varname}c" to log variables provided by mod_ssl such as SSL_TLS_SNI, no escaping is performed by either mod_log_config or mod_ssl and unsanitized data provided by the client may appear in log files. A remote attacker can manipulate contents of log files.