Vulnerability Description
Rsyslog is a rocket-fast system for log processing. From 7.5.4 until 8.2606.0, the optional mmpstrucdata plugin's parseSD_PARAM function in plugins/mmpstrucdata/mmpstrucdata.c stores RFC5424 parameter values in a fixed pVal[32 * 1024] stack buffer and calls parsePARAM_VALUE without supplying the destination size. A remote unauthenticated attacker whose crafted RFC5424 message reaches an action using mmpstrucdata can provide a structured-data parameter larger than that buffer when MaxMessageSize permits it, causing an attacker-controlled stack overwrite. Deployments that do not install and use the plugin, or whose effective message-size limit remains below the required threshold, are not affected by this issue. The demonstrated impact is a crash and interruption of log collection; code execution is not demonstrated. This issue is fixed in version 8.2606.0.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/rsyslog/rsyslog/commit/bcda60a3692efdf0c8e44102528f5a0ebe0dec
- https://github.com/rsyslog/rsyslog/pull/6991
- https://github.com/rsyslog/rsyslog/releases/tag/v8.2606.0
- https://github.com/rsyslog/rsyslog/security/advisories/GHSA-8qmr-c66f-g368
- http://www.openwall.com/lists/oss-security/2026/07/20/1
FAQ
What is CVE-2026-61548?
CVE-2026-61548 is a vulnerability with a CVSS score of 8.1 (HIGH). Rsyslog is a rocket-fast system for log processing. From 7.5.4 until 8.2606.0, the optional mmpstrucdata plugin's parseSD_PARAM function in plugins/mmpstrucdata/mmpstrucdata.c stores RFC5424 parameter...
How severe is CVE-2026-61548?
CVE-2026-61548 has been rated HIGH with a CVSS base score of 8.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-61548?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.