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.
総合評価: CVE-2019-17042 は高リスク(71.8/100)。CVSS 深刻度は重大。悪用される可能性が高い(EPSS 3.07%、86 パーセンタイル) 根拠: 直近 1 日で EPSS が +2.58% 上昇。悪用への関心が高まっている可能性があります。 推奨対応: 悪用可能性が高いため、影響範囲の確認と修補の優先付けを推奨します。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.49% | 3.07% | +2.58% |
| 2 | 2026-01-27 | 0.40% | 0.49% | +0.08% |
| 3 | 2025-11-21 | — | 0.40% | — |
EPSS の全履歴 (全 20 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 9.8 | 3.1 | CRITICAL |
|
3.9 | 5.9 | [email protected] |
| 7.5 | 2.0 | HIGH |
|
10.0 | 6.4 | [email protected] |
| vendor | priority | summary | link |
|---|---|---|---|
alpine
|
critical | CVE-2019-17042: 1 source package rows (rsyslog); 10 state rows across 10 repos (3.10-main, 3.11-main, 3.12-main, 3.17-main, 3.18-main, 3.19-main, 3.20-main, 3.21-main, 3.22-main, edge-main); fixed 10, open 0. | https://security.alpinelinux.org/vuln/CVE-2019-17042 |
debian
|
not yet assigned | CVE-2019-17042 not yet assigned priority: Debian including 1 source packages (rsyslog), 5 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): resolved 5. | https://security-tracker.debian.org/tracker/CVE-2019-17042 |
redhat
|
medium | — | https://access.redhat.com/security/cve/CVE-2019-17042 |
suse
|
medium | — | https://www.suse.com/security/cve/CVE-2019-17042/ |
ubuntu
|
low | CVE-2019-17042 low priority: Ubuntu including 1 source packages (rsyslog), 18 status rows across 18 suites (bionic, disco, eoan, focal, groovy, hirsute, impish, jammy, kinetic, lunar, mantic, noble, oracular, plucky, questing, trusty, upstream, xenial): not-affected 12, ignored 2, released 2, needed 1, needs-triage 1. | https://ubuntu.com/security/CVE-2019-17042 |
| ベンダー | 製品 | バージョン | 生の CPE |
|---|---|---|---|
| rsyslog | rsyslog | 8.1908.0 | cpe:2.3:a:rsyslog:rsyslog:8.1908.0:*:*:*:*:*:*:* |
| fedoraproject | fedora | 30 | cpe:2.3:o:fedoraproject:fedora:30:*:*:*:*:*:*:* |
| fedoraproject | fedora | 31 | cpe:2.3:o:fedoraproject:fedora:31:*:*:*:*:*:*:* |
| debian | debian_linux | 9.0 | cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:* |
| opensuse | leap | 15.0 | cpe:2.3:o:opensuse:leap:15.0:*:*:*:*:*:*:* |
| opensuse | leap | 15.1 | cpe:2.3:o:opensuse:leap:15.1:*:*:*:*:*:*:* |
| URL | タグ |
|---|---|
| http://lists.opensuse.org/opensuse-security-announce/2019-11/msg00031.html | Mailing List Third Party Advisory |
| http://lists.opensuse.org/opensuse-security-announce/2019-11/msg00032.html | Mailing List Third Party Advisory |
| https://github.com/rsyslog/rsyslog/blob/v8-stable/ChangeLog | Release Notes Third Party Advisory |
| https://github.com/rsyslog/rsyslog/pull/3883 | Patch Third Party Advisory |
| https://lists.debian.org/debian-lts-announce/2021/11/msg00030.html | Mailing List Third Party Advisory |
| https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/KPNCHI7X2IEXRH6RYD6IDPR4PLB5RPC7/ | |
| https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/W6SUQE25RD37CD24BHKUWMG27U5RQ2FU/ |