Search for packages
purl | pkg:deb/debian/rsyslog@8.1901.0-1%2Bdeb10u2 |
Next non-vulnerable version | 8.2102.0-2+deb11u1 |
Latest non-vulnerable version | 8.2102.0-2+deb11u1 |
Risk | 4.4 |
Vulnerability | Summary | Fixed by |
---|---|---|
VCID-bme2-efqx-aaaa
Aliases: CVE-2022-24903 |
Rsyslog is a rocket-fast system for log processing. Modules for TCP syslog reception have a potential heap buffer overflow when octet-counted framing is used. This can result in a segfault or some other malfunction. As of our understanding, this vulnerability can not be used for remote code execution. But there may still be a slight chance for experts to do that. The bug occurs when the octet count is read. While there is a check for the maximum number of octets, digits are written to a heap buffer even when the octet count is over the maximum, This can be used to overrun the memory buffer. However, once the sequence of digits stop, no additional characters can be added to the buffer. In our opinion, this makes remote exploits impossible or at least highly complex. Octet-counted framing is one of two potential framing modes. It is relatively uncommon, but enabled by default on receivers. Modules `imtcp`, `imptcp`, `imgssapi`, and `imhttp` are used for regular syslog message reception. It is best practice not to directly expose them to the public. When this practice is followed, the risk is considerably lower. Module `imdiag` is a diagnostics module primarily intended for testbench runs. We do not expect it to be present on any production installation. Octet-counted framing is not very common. Usually, it needs to be specifically enabled at senders. If users do not need it, they can turn it off for the most important modules. This will mitigate the vulnerability. |
Affected by 0 other vulnerabilities. |
VCID-czk2-pf9r-aaah
Aliases: CVE-2019-17042 |
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. |
Affected by 0 other vulnerabilities. |
VCID-dgst-7b4n-aaaf
Aliases: CVE-2019-17040 |
contrib/pmdb2diag/pmdb2diag.c in Rsyslog v8.1908.0 allows out-of-bounds access because the level length is mishandled. |
Affected by 0 other vulnerabilities. |
VCID-h6s3-ksht-aaaj
Aliases: CVE-2019-17041 |
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. |
Affected by 0 other vulnerabilities. |
Vulnerability | Summary | Aliases |
---|---|---|
VCID-bme2-efqx-aaaa | Rsyslog is a rocket-fast system for log processing. Modules for TCP syslog reception have a potential heap buffer overflow when octet-counted framing is used. This can result in a segfault or some other malfunction. As of our understanding, this vulnerability can not be used for remote code execution. But there may still be a slight chance for experts to do that. The bug occurs when the octet count is read. While there is a check for the maximum number of octets, digits are written to a heap buffer even when the octet count is over the maximum, This can be used to overrun the memory buffer. However, once the sequence of digits stop, no additional characters can be added to the buffer. In our opinion, this makes remote exploits impossible or at least highly complex. Octet-counted framing is one of two potential framing modes. It is relatively uncommon, but enabled by default on receivers. Modules `imtcp`, `imptcp`, `imgssapi`, and `imhttp` are used for regular syslog message reception. It is best practice not to directly expose them to the public. When this practice is followed, the risk is considerably lower. Module `imdiag` is a diagnostics module primarily intended for testbench runs. We do not expect it to be present on any production installation. Octet-counted framing is not very common. Usually, it needs to be specifically enabled at senders. If users do not need it, they can turn it off for the most important modules. This will mitigate the vulnerability. |
CVE-2022-24903
|
VCID-czk2-pf9r-aaah | 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
|
VCID-h6s3-ksht-aaaj | 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. |
CVE-2019-17041
|
VCID-ttnj-zvbb-aaaa | A denial of service vulnerability was found in rsyslog in the imptcp module. An attacker could send a specially crafted message to the imptcp socket, which would cause rsyslog to crash. Versions before 8.27.0 are vulnerable. |
CVE-2018-16881
|
VCID-xp9c-q6bn-aaae | The zmq3 input and output modules in rsyslog before 8.28.0 interpreted description fields as format strings, possibly allowing a format string attack with unspecified impact. |
CVE-2017-12588
|
Date | Actor | Action | Vulnerability | Source | VulnerableCode Version |
---|---|---|---|---|---|
2025-06-21T17:12:34.135484+00:00 | Debian Oval Importer | Fixing | VCID-h6s3-ksht-aaaj | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T15:05:30.715811+00:00 | Debian Oval Importer | Fixing | VCID-czk2-pf9r-aaah | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T14:48:35.839235+00:00 | Debian Oval Importer | Fixing | VCID-xp9c-q6bn-aaae | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T13:25:32.353626+00:00 | Debian Oval Importer | Fixing | VCID-ttnj-zvbb-aaaa | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T12:54:57.487472+00:00 | Debian Oval Importer | Fixing | VCID-bme2-efqx-aaaa | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T08:28:04.570344+00:00 | Debian Importer | Fixing | VCID-xp9c-q6bn-aaae | None | 36.1.3 |
2025-06-21T05:03:14.162133+00:00 | Debian Oval Importer | Affected by | VCID-bme2-efqx-aaaa | None | 36.1.3 |
2025-06-21T05:01:41.359666+00:00 | Debian Oval Importer | Affected by | VCID-h6s3-ksht-aaaj | None | 36.1.3 |
2025-06-21T04:14:17.372627+00:00 | Debian Oval Importer | Affected by | VCID-dgst-7b4n-aaaf | None | 36.1.3 |
2025-06-21T04:08:21.861873+00:00 | Debian Oval Importer | Affected by | VCID-czk2-pf9r-aaah | None | 36.1.3 |
2025-06-21T00:13:10.607417+00:00 | Debian Oval Importer | Fixing | VCID-ttnj-zvbb-aaaa | None | 36.1.3 |
2025-06-20T22:54:02.029538+00:00 | Debian Oval Importer | Fixing | VCID-h6s3-ksht-aaaj | None | 36.1.3 |
2025-06-20T22:15:06.459918+00:00 | Debian Oval Importer | Fixing | VCID-xp9c-q6bn-aaae | None | 36.1.3 |
2025-06-20T22:04:19.859567+00:00 | Debian Oval Importer | Fixing | VCID-czk2-pf9r-aaah | None | 36.1.3 |
2025-06-20T21:56:02.822810+00:00 | Debian Oval Importer | Fixing | VCID-bme2-efqx-aaaa | None | 36.1.3 |
2025-06-08T11:54:27.244223+00:00 | Debian Oval Importer | Fixing | VCID-ttnj-zvbb-aaaa | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.0 |
2025-06-08T09:54:15.210097+00:00 | Debian Oval Importer | Fixing | VCID-h6s3-ksht-aaaj | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T07:58:56.080536+00:00 | Debian Oval Importer | Fixing | VCID-czk2-pf9r-aaah | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T07:41:57.536449+00:00 | Debian Oval Importer | Fixing | VCID-xp9c-q6bn-aaae | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T06:19:37.059646+00:00 | Debian Oval Importer | Fixing | VCID-ttnj-zvbb-aaaa | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T05:49:58.644342+00:00 | Debian Oval Importer | Fixing | VCID-bme2-efqx-aaaa | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-07T22:40:42.713740+00:00 | Debian Oval Importer | Affected by | VCID-bme2-efqx-aaaa | None | 36.1.0 |
2025-06-07T22:39:07.473769+00:00 | Debian Oval Importer | Affected by | VCID-h6s3-ksht-aaaj | None | 36.1.0 |
2025-06-07T21:50:08.077738+00:00 | Debian Oval Importer | Affected by | VCID-dgst-7b4n-aaaf | None | 36.1.0 |
2025-06-07T21:44:00.843426+00:00 | Debian Oval Importer | Affected by | VCID-czk2-pf9r-aaah | None | 36.1.0 |
2025-06-07T17:36:00.213667+00:00 | Debian Oval Importer | Fixing | VCID-ttnj-zvbb-aaaa | None | 36.1.0 |
2025-06-07T16:17:21.990592+00:00 | Debian Oval Importer | Fixing | VCID-h6s3-ksht-aaaj | None | 36.1.0 |
2025-06-07T15:39:08.721940+00:00 | Debian Oval Importer | Fixing | VCID-xp9c-q6bn-aaae | None | 36.1.0 |
2025-06-07T15:28:05.928555+00:00 | Debian Oval Importer | Fixing | VCID-czk2-pf9r-aaah | None | 36.1.0 |
2025-06-07T15:19:23.877796+00:00 | Debian Oval Importer | Fixing | VCID-bme2-efqx-aaaa | None | 36.1.0 |
2025-04-12T21:37:53.498309+00:00 | Debian Oval Importer | Affected by | VCID-dgst-7b4n-aaaf | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T21:34:27.875915+00:00 | Debian Oval Importer | Affected by | VCID-h6s3-ksht-aaaj | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T20:13:00.800415+00:00 | Debian Oval Importer | Fixing | VCID-xp9c-q6bn-aaae | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T19:58:51.911415+00:00 | Debian Oval Importer | Affected by | VCID-bme2-efqx-aaaa | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T19:54:02.890628+00:00 | Debian Oval Importer | Affected by | VCID-czk2-pf9r-aaah | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T17:39:34.374208+00:00 | Debian Oval Importer | Fixing | VCID-ttnj-zvbb-aaaa | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-08T08:26:28.255990+00:00 | Debian Oval Importer | Fixing | VCID-h6s3-ksht-aaaj | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T06:31:19.495726+00:00 | Debian Oval Importer | Fixing | VCID-czk2-pf9r-aaah | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T06:14:26.334392+00:00 | Debian Oval Importer | Fixing | VCID-xp9c-q6bn-aaae | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T04:51:55.268055+00:00 | Debian Oval Importer | Fixing | VCID-ttnj-zvbb-aaaa | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T04:21:44.660309+00:00 | Debian Oval Importer | Fixing | VCID-bme2-efqx-aaaa | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-07T21:12:23.875949+00:00 | Debian Oval Importer | Affected by | VCID-bme2-efqx-aaaa | None | 36.0.0 |
2025-04-07T21:10:49.234608+00:00 | Debian Oval Importer | Affected by | VCID-h6s3-ksht-aaaj | None | 36.0.0 |
2025-04-07T20:20:17.285842+00:00 | Debian Oval Importer | Affected by | VCID-dgst-7b4n-aaaf | None | 36.0.0 |
2025-04-07T20:13:46.643931+00:00 | Debian Oval Importer | Affected by | VCID-czk2-pf9r-aaah | None | 36.0.0 |
2025-04-07T16:10:42.643002+00:00 | Debian Oval Importer | Fixing | VCID-ttnj-zvbb-aaaa | None | 36.0.0 |
2025-04-07T14:48:54.830366+00:00 | Debian Oval Importer | Fixing | VCID-h6s3-ksht-aaaj | None | 36.0.0 |
2025-04-07T14:10:04.108342+00:00 | Debian Oval Importer | Fixing | VCID-xp9c-q6bn-aaae | None | 36.0.0 |
2025-04-07T13:59:14.317173+00:00 | Debian Oval Importer | Fixing | VCID-czk2-pf9r-aaah | None | 36.0.0 |
2025-04-07T13:50:52.651405+00:00 | Debian Oval Importer | Fixing | VCID-bme2-efqx-aaaa | None | 36.0.0 |
2025-04-05T05:44:41.923495+00:00 | Debian Importer | Fixing | VCID-xp9c-q6bn-aaae | None | 36.0.0 |
2025-02-18T20:05:59.560909+00:00 | Debian Importer | Fixing | VCID-xp9c-q6bn-aaae | None | 35.1.0 |
2024-11-21T17:54:01.342376+00:00 | Debian Importer | Fixing | VCID-xp9c-q6bn-aaae | None | 35.0.0 |
2024-11-19T17:11:07.749259+00:00 | Debian Importer | Fixing | VCID-xp9c-q6bn-aaae | None | 34.3.2 |
2024-10-08T18:47:42.497944+00:00 | Debian Importer | Fixing | VCID-xp9c-q6bn-aaae | None | 34.0.2 |
2024-09-18T06:52:21.431348+00:00 | Debian Importer | Fixing | VCID-xp9c-q6bn-aaae | None | 34.0.1 |
2024-04-24T10:50:33.900080+00:00 | Debian Importer | Fixing | VCID-xp9c-q6bn-aaae | None | 34.0.0rc4 |
2024-01-10T12:42:00.669321+00:00 | Debian Importer | Fixing | VCID-xp9c-q6bn-aaae | None | 34.0.0rc2 |
2024-01-04T04:19:35.680736+00:00 | Debian Importer | Fixing | VCID-xp9c-q6bn-aaae | None | 34.0.0rc1 |