Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

suse-cvrf логотип

SUSE-RU-2019:2816-1

Опубликовано: 29 окт. 2019
Источник: suse-cvrf

Описание

Recommended update for rsyslog

This update for rsyslog fixes the following issues:

Security issues fixed:

  • CVE-2019-17041: Fixed a heap overflow in the parser for AIX log messages (bsc#1153451).
  • CVE-2019-17042: Fixed a heap overflow in the parser for Cisco log messages (bsc#1153459).

Non-security issue fixed:

  • imudp: fix segfault in ratelimit code (bsc#1149094)

Список пакетов

Image SLES12-SP4-Azure-BYOS
rsyslog-8.24.0-3.33.2
Image SLES12-SP4-EC2-HVM-BYOS
rsyslog-8.24.0-3.33.2
Image SLES12-SP4-GCE-BYOS
rsyslog-8.24.0-3.33.2
Image SLES12-SP4-OCI-BYOS
rsyslog-8.24.0-3.33.2
Image SLES12-SP4-SAP-Azure
rsyslog-8.24.0-3.33.2
Image SLES12-SP4-SAP-Azure-BYOS
rsyslog-8.24.0-3.33.2
Image SLES12-SP4-SAP-Azure-VLI-BYOS-Production
rsyslog-8.24.0-3.33.2
Image SLES12-SP4-SAP-EC2-HVM
rsyslog-8.24.0-3.33.2
Image SLES12-SP4-SAP-EC2-HVM-BYOS
rsyslog-8.24.0-3.33.2
Image SLES12-SP4-SAP-GCE
rsyslog-8.24.0-3.33.2
Image SLES12-SP4-SAP-GCE-BYOS
rsyslog-8.24.0-3.33.2
Image SLES12-SP4-SAP-OCI-BYOS
rsyslog-8.24.0-3.33.2
Image SLES12-SP5-OCI-BYOS-BYOS
rsyslog-8.24.0-3.33.2
Image SLES12-SP5-OCI-BYOS-SAP-BYOS
rsyslog-8.24.0-3.33.2
SUSE Linux Enterprise Desktop 12 SP4
rsyslog-8.24.0-3.33.2
SUSE Linux Enterprise Server 12 SP4
rsyslog-8.24.0-3.33.2
rsyslog-diag-tools-8.24.0-3.33.2
rsyslog-doc-8.24.0-3.33.2
rsyslog-module-gssapi-8.24.0-3.33.2
rsyslog-module-gtls-8.24.0-3.33.2
rsyslog-module-mmnormalize-8.24.0-3.33.2
rsyslog-module-mysql-8.24.0-3.33.2
rsyslog-module-pgsql-8.24.0-3.33.2
rsyslog-module-relp-8.24.0-3.33.2
rsyslog-module-snmp-8.24.0-3.33.2
rsyslog-module-udpspoof-8.24.0-3.33.2
SUSE Linux Enterprise Server 12 SP5
rsyslog-8.24.0-3.33.2
rsyslog-diag-tools-8.24.0-3.33.2
rsyslog-doc-8.24.0-3.33.2
rsyslog-module-gssapi-8.24.0-3.33.2
rsyslog-module-gtls-8.24.0-3.33.2
rsyslog-module-mmnormalize-8.24.0-3.33.2
rsyslog-module-mysql-8.24.0-3.33.2
rsyslog-module-pgsql-8.24.0-3.33.2
rsyslog-module-relp-8.24.0-3.33.2
rsyslog-module-snmp-8.24.0-3.33.2
rsyslog-module-udpspoof-8.24.0-3.33.2
SUSE Linux Enterprise Server for SAP Applications 12 SP4
rsyslog-8.24.0-3.33.2
rsyslog-diag-tools-8.24.0-3.33.2
rsyslog-doc-8.24.0-3.33.2
rsyslog-module-gssapi-8.24.0-3.33.2
rsyslog-module-gtls-8.24.0-3.33.2
rsyslog-module-mmnormalize-8.24.0-3.33.2
rsyslog-module-mysql-8.24.0-3.33.2
rsyslog-module-pgsql-8.24.0-3.33.2
rsyslog-module-relp-8.24.0-3.33.2
rsyslog-module-snmp-8.24.0-3.33.2
rsyslog-module-udpspoof-8.24.0-3.33.2
SUSE Linux Enterprise Server for SAP Applications 12 SP5
rsyslog-8.24.0-3.33.2
rsyslog-diag-tools-8.24.0-3.33.2
rsyslog-doc-8.24.0-3.33.2
rsyslog-module-gssapi-8.24.0-3.33.2
rsyslog-module-gtls-8.24.0-3.33.2
rsyslog-module-mmnormalize-8.24.0-3.33.2
rsyslog-module-mysql-8.24.0-3.33.2
rsyslog-module-pgsql-8.24.0-3.33.2
rsyslog-module-relp-8.24.0-3.33.2
rsyslog-module-snmp-8.24.0-3.33.2
rsyslog-module-udpspoof-8.24.0-3.33.2

Описание

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.


Затронутые продукты
Image SLES12-SP4-Azure-BYOS:rsyslog-8.24.0-3.33.2
Image SLES12-SP4-EC2-HVM-BYOS:rsyslog-8.24.0-3.33.2
Image SLES12-SP4-GCE-BYOS:rsyslog-8.24.0-3.33.2
Image SLES12-SP4-OCI-BYOS:rsyslog-8.24.0-3.33.2

Ссылки

Описание

An issue was discovered in Rsyslog v8.1908.0. contrib/pmcisconames/pmcisconames.c has a heap overflow in the parser for Cisco 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.


Затронутые продукты
Image SLES12-SP4-Azure-BYOS:rsyslog-8.24.0-3.33.2
Image SLES12-SP4-EC2-HVM-BYOS:rsyslog-8.24.0-3.33.2
Image SLES12-SP4-GCE-BYOS:rsyslog-8.24.0-3.33.2
Image SLES12-SP4-OCI-BYOS:rsyslog-8.24.0-3.33.2

Ссылки
Уязвимость SUSE-RU-2019:2816-1