CVE Catalog

CVE-2026-55556

HighCVSS 8.2
Published: Translated: NVD NIST

Summary

In Rsyslog from 8.2110.0 until 8.2604.0, the optional imhttp module's parse_auth_header function allocates a zero-byte heap buffer with calloc(0, len) when an HTTP Basic Authorization value exceeds its fixed work buffer, then passes that pointer to apr_base64_decode. An unauthenticated remote attacker can send an oversized encoded credential to an imhttp endpoint configured for Basic Authentication, causing decoded data to overwrite adjacent heap memory before credential validation. This is fixed in version 8.2604.0.

Risk Assessment

This can cause a process crash and interrupt log collection. A crash has been demonstrated; code execution has not been demonstrated, but the risk remains.

Recommendation

Upgrade Rsyslog to version 8.2604.0 or later. If the imhttp module is not used, consider removing or disabling it.

Other vulnerabilities in Rsyslog

See all
Original NVD description (English source)

Rsyslog is a rocket-fast system for log processing. From 8.2110.0 until 8.2604.0, the optional imhttp module's parse_auth_header function in contrib/imhttp/imhttp.c allocates a zero-byte heap buffer with calloc(0, len) when an HTTP Basic Authorization value exceeds its fixed work buffer, then passes that pointer to apr_base64_decode. An unauthenticated remote attacker can send an oversized encoded credential to an imhttp endpoint configured for Basic Authentication, causing decoded data to overwrite adjacent heap memory before credential validation. Deployments that do not install, load, and use imhttp with Basic Authentication are not affected. The demonstrated impact is a process crash that interrupts log collection, and code execution has not been demonstrated. This issue is fixed in version 8.2604.0.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS