Description
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.
Published: 2026-09-18
Score: 8.2 High
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service
Action: Patch
AI Analysis

Impact

The vulnerability is a heap buffer overflow in rsyslog's imhttp plugin, triggered when an HTTP Basic Authorization header exceeds a predefined work buffer. The parse_auth_header function incorrectly allocates a zero‑byte heap buffer with calloc(0,len) and then feeds that pointer to apr_base64_decode, causing decoded data to overwrite adjacent heap memory. The primary observed effect is an unchecked memory corruption that results in a process crash, interrupting log collection. While arbitrary code execution has not yet been demonstrated, the nature of the overflow could permit it under suitable circumstances.

Affected Systems

Affected installations are rsyslog versions 8.2110.0 through 8.2604.0 that enable the optional imhttp module with Basic Authentication. Versions prior to 8.2110.0 are not affected, nor are deployments that do not load or use the imhttp plugin with Basic Authentication. The advisory specifies that the issue was fixed in release 8.2604.0.

Risk and Exploitability

The vulnerability has a CVSS score of 8.2, indicating high severity. The EPSS score is not published, and the issue is not listed in CISA's KEV catalog. Exploitation requires an unauthenticated remote attacker to send an oversized Base64‑encoded credential to an imhttp endpoint configured for Basic Authentication. Because the flaw corrupts heap memory, a determined attacker could potentially achieve arbitrary code execution, but the current public evidence shows only denial‑of‑service. Consequently, the risk is high and timely action is warranted.

Generated by OpenCVE AI on September 19, 2026 at 12:08 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade rsyslog to version 8.2604.0 or later to apply the fix.
  • If upgrading is not immediately possible, disconnect or disable the imhttp module from services that do not require it.
  • As a temporary measure, reconfigure imhttp to reject Authorization headers longer than the module’s buffer limit or to disable Basic Authentication entirely on exposed endpoints.

Generated by OpenCVE AI on September 19, 2026 at 12:08 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 18 Sep 2026 21:30:00 +0000

Type Values Removed Values Added
Description 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.
Title Rsyslog: Heap buffer overflow in imhttp plugin Basic Authentication handling
Weaknesses CWE-122
References
Metrics cvssV4_0

{'score': 8.2, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-18T17:11:21.074Z

Reserved: 2026-06-16T23:11:20.213Z

Link: CVE-2026-55556

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-18T17:16:57.580

Modified: 2026-09-18T18:17:07.227

Link: CVE-2026-55556

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-19T12:15:17Z

Weaknesses
  • CWE-122

    Heap-based Buffer Overflow