CVE-2019-17041

Name
CVE-2019-17041
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.
NVD Severity
high
Other trackers
Mailing lists
Exploits
Forges
GitHub (code, issues), Aports (code, issues)

References

Type URI
Patch https://github.com/rsyslog/rsyslog/pull/3884
Release Notes https://github.com/rsyslog/rsyslog/blob/v8-stable/ChangeLog
SUSE http://lists.opensuse.org/opensuse-security-announce/2019-11/msg00031.html
SUSE http://lists.opensuse.org/opensuse-security-announce/2019-11/msg00032.html
FEDORA https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/W6SUQE25RD37CD24BHKUWMG27U5RQ2FU/
FEDORA https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KPNCHI7X2IEXRH6RYD6IDPR4PLB5RPC7/

Match rules

CPE URI Source package Min version Max version
cpe:2.3:a:rsyslog:rsyslog:8.1908.0:*:*:*:*:*:*:* rsyslog == None == 8.1908.0

Vulnerable and fixed packages

Source package Branch Version Maintainer Status
rsyslog edge-main 8.1908.0-r1 None fixed
rsyslog 3.22-main 8.1908.0-r1 None fixed
rsyslog 3.21-main 8.1908.0-r1 None fixed
rsyslog 3.20-main 8.1908.0-r1 None fixed
rsyslog 3.19-main 8.1908.0-r1 None fixed
rsyslog 3.18-main 8.1908.0-r1 None fixed
rsyslog 3.17-main 8.1908.0-r1 None fixed
rsyslog 3.12-main 8.1908.0-r1 None fixed
rsyslog 3.11-main 8.1908.0-r1 None fixed
rsyslog 3.10-main 8.1904.0-r1 Cameron Banta <cbanta@gmail.com> fixed