CVE-2026-55556 is a heap overflow vulnerability in rsyslog’s optional contributed imhttp input module. The flaw is in the HTTP Basic Authentication parsing logic used by imhttp when decoding an oversized Basic Authentication header. The vulnerable code path used auth->pworkbuf = calloc(0, len); instead of allocating a buffer of len bytes, leading to incorrect heap allocation and subsequent heap memory corruption during processing of attacker-controlled input. The issue affects only deployments where rsyslog is built with the imhttp module, the module is installed, loaded, and configured, and Basic Authentication is enabled on the affected imhttp endpoint. The vulnerable code path was removed upstream in rsyslog 8.2604.0 as part of an authentication refactor in commit acde2ba25ea33816694b787859f4a727a247b6d6.
Mallory correlates every CVE against your assets, your vendors, and active adversary campaigns. Know which vulnerabilities matter for you, not just which ones are loud.
What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.
What an attacker gets, and what they’ve been doing with it.
If you can’t patch tonight, do this now.
Patch, then assume compromise.
contrib/imhttp/imhttp.c that replaces calloc(0, len) with calloc(1, len), or otherwise incorporate the upstream changes associated with commit acde2ba25ea33816694b787859f4a727a247b6d6. Validate that any packaged or downstream builds including imhttp receive the fix.No public exploits tracked yet. Mallory keeps watching.
No public exploit code observed for this vulnerability.
2 sources tracked across advisories and community write-ups. News coverage will land here when it surfaces.
No news coverage yet. Advisories and community discussion only.
Query your assets running an affected version, and investigate the blast radius.
Every observed campaign linking this CVE to a named adversary.
Malware families riding this exploit, with evidence and IOCs.
YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.
Cross-references every affected SKU, including bundled OEM variants.
Community discussion across Reddit, Mastodon, and other social sources.