Search for packages
purl | pkg:deb/debian/rsyslog@4.6.4-2 |
Next non-vulnerable version | 8.2102.0-2+deb11u1 |
Latest non-vulnerable version | 8.2102.0-2+deb11u1 |
Risk | 10.0 |
Vulnerability | Summary | Fixed by |
---|---|---|
VCID-1ama-sajj-aaad
Aliases: CVE-2014-3683 |
Integer overflow in rsyslog before 7.6.7 and 8.x before 8.4.2 and sysklogd 1.5 and earlier allows remote attackers to cause a denial of service (crash) via a large priority (PRI) value. NOTE: this vulnerability exists because of an incomplete fix for CVE-2014-3634. |
Affected by 8 other vulnerabilities. Affected by 6 other vulnerabilities. |
VCID-b1ej-usms-aaar
Aliases: CVE-2014-3634 |
rsyslog before 7.6.6 and 8.x before 8.4.1 and sysklogd 1.5 and earlier allows remote attackers to cause a denial of service (crash), possibly execute arbitrary code, or have other unspecified impact via a crafted priority (PRI) value that triggers an out-of-bounds array access. |
Affected by 8 other vulnerabilities. Affected by 6 other vulnerabilities. |
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 4 other vulnerabilities. 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 4 other vulnerabilities. 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-fxdj-6gz2-aaaj
Aliases: CVE-2011-1490 |
A memory leak in rsyslog before 5.7.6 was found in the way deamon processed log messages are logged when multiple rulesets were used and some output batches contained messages belonging to more than one ruleset. A local attacker could cause denial of the rsyslogd daemon service via a log message belonging to more than one ruleset |
Affected by 8 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 4 other vulnerabilities. Affected by 0 other vulnerabilities. |
VCID-hvzq-7r1y-aaap
Aliases: CVE-2011-1488 |
A memory leak in rsyslog before 5.7.6 was found in the way deamon processed log messages are logged when $RepeatedMsgReduction was enabled. A local attacker could use this flaw to cause a denial of the rsyslogd daemon service by crashing the service via a sequence of repeated log messages sent within short periods of time. |
Affected by 8 other vulnerabilities. |
VCID-jn4x-tsp3-aaam
Aliases: CVE-2011-3200 |
Stack-based buffer overflow in the parseLegacySyslogMsg function in tools/syslogd.c in rsyslogd in rsyslog 4.6.x before 4.6.8 and 5.2.0 through 5.8.4 might allow remote attackers to cause a denial of service (application exit) via a long TAG in a legacy syslog message. |
Affected by 8 other vulnerabilities. |
VCID-mvpx-94p2-aaas
Aliases: CVE-2011-4623 |
Integer overflow in the rsCStrExtendBuf function in runtime/stringbuf.c in the imfile module in rsyslog 4.x before 4.6.6, 5.x before 5.7.4, and 6.x before 6.1.4 allows local users to cause a denial of service (daemon hang) via a large file, which triggers a heap-based buffer overflow. |
Affected by 8 other vulnerabilities. |
VCID-ttnj-zvbb-aaaa
Aliases: CVE-2018-16881 |
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. |
Affected by 4 other vulnerabilities. |
VCID-v4t8-6bve-aaap
Aliases: CVE-2011-1489 |
A memory leak in rsyslog before 5.7.6 was found in the way deamon processed log messages were logged when multiple rulesets were used and some output batches contained messages belonging to more than one ruleset. A local attacker could cause denial of the rsyslogd daemon service via a log message belonging to more than one ruleset. |
Affected by 8 other vulnerabilities. |
VCID-xp9c-q6bn-aaae
Aliases: CVE-2017-12588 |
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. |
Affected by 0 other vulnerabilities. Affected by 4 other vulnerabilities. |
Vulnerability | Summary | Aliases |
---|---|---|
This package is not known to fix vulnerabilities. |
Date | Actor | Action | Vulnerability | Source | VulnerableCode Version |
---|---|---|---|---|---|
2025-06-21T19:18:25.899295+00:00 | Debian Oval Importer | Affected by | VCID-fxdj-6gz2-aaaj | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.3 |
2025-06-21T17:12:34.116565+00:00 | Debian Oval Importer | Affected by | VCID-h6s3-ksht-aaaj | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T16:47:50.709636+00:00 | Debian Oval Importer | Affected by | VCID-b1ej-usms-aaar | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T16:36:30.874326+00:00 | Debian Oval Importer | Affected by | VCID-v4t8-6bve-aaap | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T15:05:30.690354+00:00 | Debian Oval Importer | Affected by | VCID-czk2-pf9r-aaah | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T14:58:12.438689+00:00 | Debian Oval Importer | Affected by | VCID-hvzq-7r1y-aaap | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T14:55:15.452642+00:00 | Debian Oval Importer | Affected by | VCID-1ama-sajj-aaad | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T14:48:35.817409+00:00 | Debian Oval Importer | Affected by | VCID-xp9c-q6bn-aaae | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T13:25:32.328327+00:00 | Debian Oval Importer | Affected by | VCID-ttnj-zvbb-aaaa | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T12:54:57.469484+00:00 | Debian Oval Importer | Affected by | VCID-bme2-efqx-aaaa | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T12:08:31.089542+00:00 | Debian Oval Importer | Affected by | VCID-mvpx-94p2-aaas | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T12:08:20.311356+00:00 | Debian Oval Importer | Affected by | VCID-jn4x-tsp3-aaam | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T11:59:25.572970+00:00 | Debian Oval Importer | Affected by | VCID-fxdj-6gz2-aaaj | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T09:00:55.915622+00:00 | Debian Oval Importer | Affected by | VCID-b1ej-usms-aaar | https://www.debian.org/security/oval/oval-definitions-wheezy.xml.bz2 | 36.1.3 |
2025-06-21T08:59:35.924397+00:00 | Debian Oval Importer | Affected by | VCID-1ama-sajj-aaad | https://www.debian.org/security/oval/oval-definitions-wheezy.xml.bz2 | 36.1.3 |
2025-06-21T04:14:17.350477+00:00 | Debian Oval Importer | Affected by | VCID-dgst-7b4n-aaaf | None | 36.1.3 |
2025-06-21T01:18:56.744985+00:00 | Debian Oval Importer | Affected by | VCID-v4t8-6bve-aaap | None | 36.1.3 |
2025-06-21T00:17:01.638427+00:00 | Debian Oval Importer | Affected by | VCID-fxdj-6gz2-aaaj | None | 36.1.3 |
2025-06-21T00:13:10.587831+00:00 | Debian Oval Importer | Affected by | VCID-ttnj-zvbb-aaaa | None | 36.1.3 |
2025-06-20T23:43:54.804452+00:00 | Debian Oval Importer | Affected by | VCID-jn4x-tsp3-aaam | None | 36.1.3 |
2025-06-20T23:37:32.423738+00:00 | Debian Oval Importer | Affected by | VCID-hvzq-7r1y-aaap | None | 36.1.3 |
2025-06-20T23:03:22.415644+00:00 | Debian Oval Importer | Affected by | VCID-mvpx-94p2-aaas | None | 36.1.3 |
2025-06-20T22:54:02.008075+00:00 | Debian Oval Importer | Affected by | VCID-h6s3-ksht-aaaj | None | 36.1.3 |
2025-06-20T22:15:06.438350+00:00 | Debian Oval Importer | Affected by | VCID-xp9c-q6bn-aaae | None | 36.1.3 |
2025-06-20T22:04:19.839254+00:00 | Debian Oval Importer | Affected by | VCID-czk2-pf9r-aaah | None | 36.1.3 |
2025-06-20T21:56:02.804578+00:00 | Debian Oval Importer | Affected by | VCID-bme2-efqx-aaaa | None | 36.1.3 |
2025-06-20T19:28:00.602841+00:00 | Debian Oval Importer | Affected by | VCID-1ama-sajj-aaad | None | 36.1.3 |
2025-06-20T19:24:53.025181+00:00 | Debian Oval Importer | Affected by | VCID-b1ej-usms-aaar | None | 36.1.3 |
2025-06-08T11:54:27.228093+00:00 | Debian Oval Importer | Affected by | VCID-ttnj-zvbb-aaaa | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.0 |
2025-06-08T11:47:11.971709+00:00 | Debian Oval Importer | Affected by | VCID-fxdj-6gz2-aaaj | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.0 |
2025-06-08T09:54:15.192229+00:00 | Debian Oval Importer | Affected by | VCID-h6s3-ksht-aaaj | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T09:33:06.632046+00:00 | Debian Oval Importer | Affected by | VCID-b1ej-usms-aaar | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T09:22:09.496786+00:00 | Debian Oval Importer | Affected by | VCID-v4t8-6bve-aaap | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T07:58:56.062345+00:00 | Debian Oval Importer | Affected by | VCID-czk2-pf9r-aaah | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T07:51:32.069712+00:00 | Debian Oval Importer | Affected by | VCID-hvzq-7r1y-aaap | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T07:48:43.168111+00:00 | Debian Oval Importer | Affected by | VCID-1ama-sajj-aaad | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T07:41:57.521237+00:00 | Debian Oval Importer | Affected by | VCID-xp9c-q6bn-aaae | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T06:19:37.044176+00:00 | Debian Oval Importer | Affected by | VCID-ttnj-zvbb-aaaa | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T05:49:58.625571+00:00 | Debian Oval Importer | Affected by | VCID-bme2-efqx-aaaa | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T05:15:15.851648+00:00 | Debian Oval Importer | Affected by | VCID-mvpx-94p2-aaas | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T05:15:05.268865+00:00 | Debian Oval Importer | Affected by | VCID-jn4x-tsp3-aaam | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T05:09:22.869457+00:00 | Debian Oval Importer | Affected by | VCID-fxdj-6gz2-aaaj | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T02:47:48.345833+00:00 | Debian Oval Importer | Affected by | VCID-b1ej-usms-aaar | https://www.debian.org/security/oval/oval-definitions-wheezy.xml.bz2 | 36.1.0 |
2025-06-08T02:46:22.630247+00:00 | Debian Oval Importer | Affected by | VCID-1ama-sajj-aaad | https://www.debian.org/security/oval/oval-definitions-wheezy.xml.bz2 | 36.1.0 |
2025-06-07T21:50:08.059090+00:00 | Debian Oval Importer | Affected by | VCID-dgst-7b4n-aaaf | None | 36.1.0 |
2025-06-07T18:41:42.474636+00:00 | Debian Oval Importer | Affected by | VCID-v4t8-6bve-aaap | None | 36.1.0 |
2025-06-07T17:39:54.875601+00:00 | Debian Oval Importer | Affected by | VCID-fxdj-6gz2-aaaj | None | 36.1.0 |
2025-06-07T17:36:00.196452+00:00 | Debian Oval Importer | Affected by | VCID-ttnj-zvbb-aaaa | None | 36.1.0 |
2025-06-07T17:06:49.361351+00:00 | Debian Oval Importer | Affected by | VCID-jn4x-tsp3-aaam | None | 36.1.0 |
2025-06-07T17:00:28.669466+00:00 | Debian Oval Importer | Affected by | VCID-hvzq-7r1y-aaap | None | 36.1.0 |
2025-06-07T16:26:37.144261+00:00 | Debian Oval Importer | Affected by | VCID-mvpx-94p2-aaas | None | 36.1.0 |
2025-06-07T16:17:21.974390+00:00 | Debian Oval Importer | Affected by | VCID-h6s3-ksht-aaaj | None | 36.1.0 |
2025-06-07T15:39:08.697355+00:00 | Debian Oval Importer | Affected by | VCID-xp9c-q6bn-aaae | None | 36.1.0 |
2025-06-07T15:28:05.910398+00:00 | Debian Oval Importer | Affected by | VCID-czk2-pf9r-aaah | None | 36.1.0 |
2025-06-07T15:19:23.859589+00:00 | Debian Oval Importer | Affected by | VCID-bme2-efqx-aaaa | None | 36.1.0 |
2025-06-07T13:25:31.378370+00:00 | Debian Oval Importer | Affected by | VCID-1ama-sajj-aaad | None | 36.1.0 |
2025-06-07T13:23:19.771531+00:00 | Debian Oval Importer | Affected by | VCID-b1ej-usms-aaar | None | 36.1.0 |
2025-06-03T13:24:50.010286+00:00 | Debian Oval Importer | Affected by | VCID-1ama-sajj-aaad | None | 36.1.2 |
2025-06-03T13:22:39.827694+00:00 | Debian Oval Importer | Affected by | VCID-b1ej-usms-aaar | None | 36.1.2 |
2025-04-12T22:28:04.581436+00:00 | Debian Oval Importer | Affected by | VCID-jn4x-tsp3-aaam | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T21:45:19.073947+00:00 | Debian Oval Importer | Affected by | VCID-v4t8-6bve-aaap | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T21:37:53.443518+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.831937+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:49:09.846187+00:00 | Debian Oval Importer | Affected by | VCID-b1ej-usms-aaar | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T20:15:06.765863+00:00 | Debian Oval Importer | Affected by | VCID-hvzq-7r1y-aaap | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T20:13:00.751647+00:00 | Debian Oval Importer | Affected by | VCID-xp9c-q6bn-aaae | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T19:58:51.862541+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.841025+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-12T19:50:45.874186+00:00 | Debian Oval Importer | Affected by | VCID-1ama-sajj-aaad | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T19:33:22.208592+00:00 | Debian Oval Importer | Affected by | VCID-mvpx-94p2-aaas | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T17:39:34.319959+00:00 | Debian Oval Importer | Affected by | VCID-ttnj-zvbb-aaaa | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T17:32:08.241608+00:00 | Debian Oval Importer | Affected by | VCID-fxdj-6gz2-aaaj | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-08T08:26:28.206334+00:00 | Debian Oval Importer | Affected by | VCID-h6s3-ksht-aaaj | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T08:05:28.027583+00:00 | Debian Oval Importer | Affected by | VCID-b1ej-usms-aaar | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T07:54:24.785759+00:00 | Debian Oval Importer | Affected by | VCID-v4t8-6bve-aaap | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T06:31:19.446022+00:00 | Debian Oval Importer | Affected by | VCID-czk2-pf9r-aaah | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T06:23:58.927941+00:00 | Debian Oval Importer | Affected by | VCID-hvzq-7r1y-aaap | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T06:21:10.146134+00:00 | Debian Oval Importer | Affected by | VCID-1ama-sajj-aaad | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T06:14:26.284824+00:00 | Debian Oval Importer | Affected by | VCID-xp9c-q6bn-aaae | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T04:51:55.217242+00:00 | Debian Oval Importer | Affected by | VCID-ttnj-zvbb-aaaa | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T04:21:44.611238+00:00 | Debian Oval Importer | Affected by | VCID-bme2-efqx-aaaa | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T03:46:18.273153+00:00 | Debian Oval Importer | Affected by | VCID-mvpx-94p2-aaas | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T03:46:07.729730+00:00 | Debian Oval Importer | Affected by | VCID-jn4x-tsp3-aaam | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T03:40:20.190234+00:00 | Debian Oval Importer | Affected by | VCID-fxdj-6gz2-aaaj | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T01:14:55.914053+00:00 | Debian Oval Importer | Affected by | VCID-b1ej-usms-aaar | https://www.debian.org/security/oval/oval-definitions-wheezy.xml.bz2 | 36.0.0 |
2025-04-08T01:13:34.041627+00:00 | Debian Oval Importer | Affected by | VCID-1ama-sajj-aaad | https://www.debian.org/security/oval/oval-definitions-wheezy.xml.bz2 | 36.0.0 |
2025-04-07T20:20:17.231344+00:00 | Debian Oval Importer | Affected by | VCID-dgst-7b4n-aaaf | None | 36.0.0 |
2025-04-07T17:19:30.724860+00:00 | Debian Oval Importer | Affected by | VCID-v4t8-6bve-aaap | None | 36.0.0 |
2025-04-07T16:14:50.226881+00:00 | Debian Oval Importer | Affected by | VCID-fxdj-6gz2-aaaj | None | 36.0.0 |
2025-04-07T16:10:42.587779+00:00 | Debian Oval Importer | Affected by | VCID-ttnj-zvbb-aaaa | None | 36.0.0 |
2025-04-07T15:40:17.977596+00:00 | Debian Oval Importer | Affected by | VCID-jn4x-tsp3-aaam | None | 36.0.0 |
2025-04-07T15:33:40.920722+00:00 | Debian Oval Importer | Affected by | VCID-hvzq-7r1y-aaap | None | 36.0.0 |
2025-04-07T14:58:25.847468+00:00 | Debian Oval Importer | Affected by | VCID-mvpx-94p2-aaas | None | 36.0.0 |
2025-04-07T14:48:54.781701+00:00 | Debian Oval Importer | Affected by | VCID-h6s3-ksht-aaaj | None | 36.0.0 |
2025-04-07T14:10:04.054528+00:00 | Debian Oval Importer | Affected by | VCID-xp9c-q6bn-aaae | None | 36.0.0 |
2025-04-07T13:59:14.262738+00:00 | Debian Oval Importer | Affected by | VCID-czk2-pf9r-aaah | None | 36.0.0 |
2025-04-07T13:50:52.587475+00:00 | Debian Oval Importer | Affected by | VCID-bme2-efqx-aaaa | None | 36.0.0 |
2025-04-07T12:01:02.434877+00:00 | Debian Oval Importer | Affected by | VCID-1ama-sajj-aaad | None | 36.0.0 |
2025-04-07T11:58:49.475176+00:00 | Debian Oval Importer | Affected by | VCID-b1ej-usms-aaar | None | 36.0.0 |
2024-11-28T15:56:55.188114+00:00 | Debian Oval Importer | Affected by | VCID-mvpx-94p2-aaas | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 35.0.0 |
2024-11-28T11:11:55.094225+00:00 | Debian Oval Importer | Affected by | VCID-jn4x-tsp3-aaam | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 35.0.0 |
2024-11-28T05:19:11.600520+00:00 | Debian Oval Importer | Affected by | VCID-fxdj-6gz2-aaaj | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 35.0.0 |
2024-11-28T05:18:06.744535+00:00 | Debian Oval Importer | Affected by | VCID-v4t8-6bve-aaap | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 35.0.0 |
2024-11-28T05:16:24.518424+00:00 | Debian Oval Importer | Affected by | VCID-hvzq-7r1y-aaap | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 35.0.0 |
2024-10-14T02:06:49.831274+00:00 | Debian Oval Importer | Affected by | VCID-mvpx-94p2-aaas | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 34.0.2 |
2024-10-13T22:46:57.198563+00:00 | Debian Oval Importer | Affected by | VCID-jn4x-tsp3-aaam | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 34.0.2 |
2024-10-13T18:35:17.651660+00:00 | Debian Oval Importer | Affected by | VCID-fxdj-6gz2-aaaj | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 34.0.2 |
2024-10-13T18:34:38.286485+00:00 | Debian Oval Importer | Affected by | VCID-v4t8-6bve-aaap | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 34.0.2 |
2024-10-13T18:33:23.676777+00:00 | Debian Oval Importer | Affected by | VCID-hvzq-7r1y-aaap | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 34.0.2 |
2024-09-21T05:00:53.424761+00:00 | Debian Oval Importer | Affected by | VCID-mvpx-94p2-aaas | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 34.0.1 |
2024-09-21T03:38:17.356911+00:00 | Debian Oval Importer | Affected by | VCID-jn4x-tsp3-aaam | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 34.0.1 |
2024-09-21T01:54:22.280133+00:00 | Debian Oval Importer | Affected by | VCID-fxdj-6gz2-aaaj | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 34.0.1 |
2024-09-21T01:54:17.219856+00:00 | Debian Oval Importer | Affected by | VCID-v4t8-6bve-aaap | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 34.0.1 |
2024-09-21T01:53:37.147809+00:00 | Debian Oval Importer | Affected by | VCID-hvzq-7r1y-aaap | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 34.0.1 |