CVE-2019-17041

CRITICAL

rsyslog v8.1908.0 - Heap Overflow in AIX Log Message Parser

Title source: llm
STIX 2.1

Exploitation Summary

EIP tracks 1 public exploit for CVE-2019-17041. PoCs published by Resery.

AI-analyzed exploit summary This repository contains a functional exploit for CVE-2019-17041, a vulnerability in rsyslog. The exploit includes source code files and compatibility layers, indicating a complete and operational proof-of-concept.

Description

An issue was discovered in Rsyslog v8.1908.0. contrib/pmaixforwardedfrom/pmaixforwardedfrom.c has a heap overflow in the parser for AIX log messages. The parser tries to locate a log message delimiter (in this case, a space or a colon) but fails to account for strings that do not satisfy this constraint. If the string does not match, then the variable lenMsg will reach the value zero and will skip the sanity check that detects invalid log messages. The message will then be considered valid, and the parser will eat up the nonexistent colon delimiter. In doing so, it will decrement lenMsg, a signed integer, whose value was zero and now becomes minus one. The following step in the parser is to shift left the contents of the message. To do this, it will call memmove with the right pointers to the target and destination strings, but the lenMsg will now be interpreted as a huge value, causing a heap overflow.

Exploits (1)

nomisec WORKING POC
by Resery · poc
https://github.com/Resery/CVE-2019-17041

This repository contains a functional exploit for CVE-2019-17041, a vulnerability in rsyslog. The exploit includes source code files and compatibility layers, indicating a complete and operational proof-of-concept.

Classification
Working Poc 90%
Attack Type
Rce
Complexity
Moderate
Reliability
Reliable
Target: rsyslog
No auth needed
Prerequisites: Network access to the target rsyslog instance
devstral-2 · analyzed Feb 18, 2026 Full analysis →

References (7)

Core 7
Core References
Patch, Third Party Advisory x_refsource_confirm
https://github.com/rsyslog/rsyslog/pull/3884
Mailing List, Third Party Advisory vendor-advisory x_refsource_suse
http://lists.opensuse.org/opensuse-security-announce/2019-11/msg00031.html
Mailing List, Third Party Advisory vendor-advisory x_refsource_suse
http://lists.opensuse.org/opensuse-security-announce/2019-11/msg00032.html
Mailing List, Third Party Advisory mailing-list x_refsource_mlist
https://lists.debian.org/debian-lts-announce/2021/11/msg00030.html

Scores

CVSS v3 9.8
EPSS 0.0457
EPSS Percentile 90.4%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Details

CWE
CWE-787
Status published
Products (6)
debian/debian_linux 9.0
fedoraproject/fedora 30
fedoraproject/fedora 31
opensuse/leap 15.0
opensuse/leap 15.1
rsyslog/rsyslog 8.1908.0
Published Oct 07, 2019
Tracked Since Feb 18, 2026