Lucene search

K
ubuntucveUbuntu.comUB:CVE-2019-17042
HistoryOct 07, 2019 - 12:00 a.m.

CVE-2019-17042

2019-10-0700:00:00
ubuntu.com
ubuntu.com
10

9.8 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

7.5 High

CVSS2

Access Vector

NETWORK

Access Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

AV:N/AC:L/Au:N/C:P/I:P/A:P

0.007 Low

EPSS

Percentile

79.4%

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.

Bugs

Notes

Author Note
mdeslaur requires pmcisconames module to be loaded, which is not enabled in the default configuration
OSVersionArchitecturePackageVersionFilename
ubuntu18.04noarchrsyslog< anyUNKNOWN
ubuntu14.04noarchrsyslog< anyUNKNOWN
ubuntu16.04noarchrsyslog< 8.16.0-1ubuntu3.1+esm1) Available with Ubuntu Pro or Ubuntu Pro (Infra-onlyUNKNOWN

9.8 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

7.5 High

CVSS2

Access Vector

NETWORK

Access Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

AV:N/AC:L/Au:N/C:P/I:P/A:P

0.007 Low

EPSS

Percentile

79.4%