CVE Database
/

CVE-2019-17041

Back to search

CVE-2019-17041

Published: Oct 7, 2019

Modified: Aug 5, 2024

PUBLISHED

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.

VendorProductVersions

n/a

n/a

affected
n/a

References

openSUSE-SU-2019:2500
vendor-advisory
x_refsource_SUSE
openSUSE-SU-2019:2501
vendor-advisory
x_refsource_SUSE
FEDORA-2019-ea7d5876a4
vendor-advisory
x_refsource_FEDORA
FEDORA-2019-1fb95ae48d
vendor-advisory
x_refsource_FEDORA

Security Training

Train your team to recognize and prevent security threats with our comprehensive security awareness program.

Start Training

Vulnerability Scanning

Discover vulnerabilities in your applications and infrastructure before attackers do.

Scan Now