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.
Conclusion & alert: CVE-2019-17041 is rated High Risk (68.7/100): CVSS Critical severity, with medium exploitation likelihood (EPSS 1.80%). Mandatory action: High exploitation likelihood—assess exposure and prioritize remediation.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-01-14 | 1.11% | 1.80% | +0.69% |
| 2 | 2025-11-21 | 4.33% | 1.11% | -3.22% |
| 3 | 2025-11-18 | — | 4.33% | — |
Full EPSS history (25 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 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-17041: 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-17041 |
debian
|
not yet assigned | CVE-2019-17041 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-17041 |
redhat
|
medium | — | https://access.redhat.com/security/cve/CVE-2019-17041 |
suse
|
medium | — | https://www.suse.com/security/cve/CVE-2019-17041/ |
ubuntu
|
low | CVE-2019-17041 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-17041 |
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| rsyslog | rsyslog | 8.1908.0 | cpe:2.3:a:rsyslog:rsyslog:8.1908.0:*:*:*:*:*:*:* |
| debian | debian_linux | 9.0 | cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:* |
| fedoraproject | fedora | 30 | cpe:2.3:o:fedoraproject:fedora:30:*:*:*:*:*:*:* |
| fedoraproject | fedora | 31 | cpe:2.3:o:fedoraproject:fedora:31:*:*:*:*:*:*:* |
| 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 | Tags |
|---|---|
| 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/3884 | 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/ |