Search for packages
Package details: pkg:deb/debian/netty@1:4.1.33-1%2Bdeb10u2
purl pkg:deb/debian/netty@1:4.1.33-1%2Bdeb10u2
Next non-vulnerable version 1:4.1.48-10
Latest non-vulnerable version 1:4.1.48-10
Risk 10.0
Vulnerabilities affecting this package (15)
Vulnerability Summary Fixed by
VCID-1nbf-66f8-x7h2
Aliases:
CVE-2020-7238
GHSA-ff2w-cq2g-wv5f
Netty 4.1.43.Final allows HTTP Request Smuggling because it mishandles Transfer-Encoding whitespace (such as a [space]Transfer-Encoding:chunked line) and a later Content-Length header. This issue exists because of an incomplete fix for CVE-2019-16869.
1:4.1.48-4+deb11u2
Affected by 1 other vulnerability.
VCID-7acq-cfm6-xkcp
Aliases:
CVE-2021-21409
GHSA-f256-j965-7f32
Netty is an open-source, asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. In Netty (io.netty:netty-codec-http2) before version 4.1.61.Final there is a vulnerability that enables request smuggling. The content-length header is not correctly validated if the request only uses a single Http2HeaderFrame with the endStream set to to true. This could lead to request smuggling if the request is proxied to a remote peer and translated to HTTP/1.1. This is a followup of GHSA-wm47-8v5p-wjpj/CVE-2021-21295 which did miss to fix this one case. This was fixed as part of 4.1.61.Final.
1:4.1.48-4+deb11u2
Affected by 1 other vulnerability.
VCID-7xma-5zdf-57dd
Aliases:
CVE-2020-11612
GHSA-mm9x-g8pc-w292
The ZlibDecoders in Netty 4.1.x before 4.1.46 allow for unbounded memory allocation while decoding a ZlibEncoded byte stream. An attacker could send a large ZlibEncoded byte stream to the Netty server, forcing the server to allocate all of its free memory to a single decoder.
1:4.1.48-4+deb11u2
Affected by 1 other vulnerability.
VCID-abq9-s6ra-m3gv
Aliases:
CVE-2022-41881
GHSA-fx2c-96vj-985v
Netty project is an event-driven asynchronous network application framework. In versions prior to 4.1.86.Final, a StackOverflowError can be raised when parsing a malformed crafted message due to an infinite recursion. This issue is patched in version 4.1.86.Final. There is no workaround, except using a custom HaProxyMessageDecoder.
1:4.1.48-4+deb11u2
Affected by 1 other vulnerability.
VCID-aju4-13wq-j3az
Aliases:
CVE-2023-34462
GHSA-6mjq-h674-j845
netty-handler SniHandler 16MB allocation ### Summary The `SniHandler` can allocate up to 16MB of heap for each channel during the TLS handshake. When the handler or the channel does not have an idle timeout, it can be used to make a TCP server using the `SniHandler` to allocate 16MB of heap. ### Details The `SniHandler` class is a handler that waits for the TLS handshake to configure a `SslHandler` according to the indicated server name by the `ClientHello` record. For this matter it allocates a `ByteBuf` using the value defined in the `ClientHello` record. Normally the value of the packet should be smaller than the handshake packet but there are not checks done here and the way the code is written, it is possible to craft a packet that makes the `SslClientHelloHandler` 1/ allocate a 16MB `ByteBuf` 2/ not fail `decode` method `in` buffer 3/ get out of the loop without an exception The combination of this without the use of a timeout makes easy to connect to a TCP server and allocate 16MB of heap memory per connection. ### Impact If the user has no idle timeout handler configured it might be possible for a remote peer to send a client hello packet which lead the server to buffer up to 16MB of data per connection. This could lead to a OutOfMemoryError and so result in a DDOS.
1:4.1.48-4+deb11u2
Affected by 1 other vulnerability.
VCID-c4d1-jsqh-hban
Aliases:
CVE-2023-44487
GHSA-qppj-fm5r-hxr3
VSV00013
The HTTP/2 protocol allows a denial of service (server resource consumption) because request cancellation can reset many streams quickly, as exploited in the wild in August through October 2023.
1:4.1.48-4+deb11u2
Affected by 1 other vulnerability.
VCID-ddff-syux-4uhz
Aliases:
CVE-2021-21290
GHSA-5mcr-gq6c-3hq2
Netty is an open-source, asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. In Netty before version 4.1.59.Final there is a vulnerability on Unix-like systems involving an insecure temp file. When netty's multipart decoders are used local information disclosure can occur via the local system temporary directory if temporary storing uploads on the disk is enabled. On unix-like systems, the temporary directory is shared between all user. As such, writing to this directory using APIs that do not explicitly set the file/directory permissions can lead to information disclosure. Of note, this does not impact modern MacOS Operating Systems. The method "File.createTempFile" on unix-like systems creates a random file, but, by default will create this file with the permissions "-rw-r--r--". Thus, if sensitive information is written to this file, other local users can read this information. This is the case in netty's "AbstractDiskHttpData" is vulnerable. This has been fixed in version 4.1.59.Final. As a workaround, one may specify your own "java.io.tmpdir" when you start the JVM or use "DefaultHttpDataFactory.setBaseDir(...)" to set the directory to something that is only readable by the current user.
1:4.1.48-4+deb11u2
Affected by 1 other vulnerability.
VCID-fm8k-swyd-3fbc
Aliases:
CVE-2019-20444
GHSA-cqqj-4p63-rrmm
HttpObjectDecoder.java in Netty before 4.1.44 allows an HTTP header that lacks a colon, which might be interpreted as a separate header with an incorrect syntax, or might be interpreted as an "invalid fold."
1:4.1.48-4+deb11u2
Affected by 1 other vulnerability.
VCID-g5mm-cvj7-gycb
Aliases:
CVE-2019-16869
GHSA-p979-4mfw-53vg
Netty before 4.1.42.Final mishandles whitespace before the colon in HTTP headers (such as a "Transfer-Encoding : chunked" line), which leads to HTTP request smuggling.
1:4.1.48-4+deb11u2
Affected by 1 other vulnerability.
VCID-guem-61xt-mycx
Aliases:
CVE-2021-43797
GHSA-wx5j-54mm-rqqq
Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. Netty prior to version 4.1.71.Final skips control chars when they are present at the beginning / end of the header name. It should instead fail fast as these are not allowed by the spec and could lead to HTTP request smuggling. Failing to do the validation might cause netty to "sanitize" header names before it forward these to another remote system when used as proxy. This remote system can't see the invalid usage anymore, and therefore does not do the validation itself. Users should upgrade to version 4.1.71.Final.
1:4.1.48-4+deb11u2
Affected by 1 other vulnerability.
VCID-hhjt-y9d5-eugn
Aliases:
CVE-2022-41915
GHSA-hh82-3pmq-7frp
Netty project is an event-driven asynchronous network application framework. Starting in version 4.1.83.Final and prior to 4.1.86.Final, when calling `DefaultHttpHeadesr.set` with an _iterator_ of values, header value validation was not performed, allowing malicious header values in the iterator to perform HTTP Response Splitting. This issue has been patched in version 4.1.86.Final. Integrators can work around the issue by changing the `DefaultHttpHeaders.set(CharSequence, Iterator<?>)` call, into a `remove()` call, and call `add()` in a loop over the iterator of values.
1:4.1.48-4+deb11u2
Affected by 1 other vulnerability.
VCID-qfeu-57ke-gket
Aliases:
CVE-2021-21295
GHSA-wm47-8v5p-wjpj
Netty is an open-source, asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. In Netty (io.netty:netty-codec-http2) before version 4.1.60.Final there is a vulnerability that enables request smuggling. If a Content-Length header is present in the original HTTP/2 request, the field is not validated by `Http2MultiplexHandler` as it is propagated up. This is fine as long as the request is not proxied through as HTTP/1.1. If the request comes in as an HTTP/2 stream, gets converted into the HTTP/1.1 domain objects (`HttpRequest`, `HttpContent`, etc.) via `Http2StreamFrameToHttpObjectCodec `and then sent up to the child channel's pipeline and proxied through a remote peer as HTTP/1.1 this may result in request smuggling. In a proxy case, users may assume the content-length is validated somehow, which is not the case. If the request is forwarded to a backend channel that is a HTTP/1.1 connection, the Content-Length now has meaning and needs to be checked. An attacker can smuggle requests inside the body as it gets downgraded from HTTP/2 to HTTP/1.1. For an example attack refer to the linked GitHub Advisory. Users are only affected if all of this is true: `HTTP2MultiplexCodec` or `Http2FrameCodec` is used, `Http2StreamFrameToHttpObjectCodec` is used to convert to HTTP/1.1 objects, and these HTTP/1.1 objects are forwarded to another remote peer. This has been patched in 4.1.60.Final As a workaround, the user can do the validation by themselves by implementing a custom `ChannelInboundHandler` that is put in the `ChannelPipeline` behind `Http2StreamFrameToHttpObjectCodec`.
1:4.1.48-4+deb11u2
Affected by 1 other vulnerability.
VCID-sf1p-fp2z-bkb6
Aliases:
CVE-2019-20445
GHSA-p2v9-g2qv-p635
HttpObjectDecoder.java in Netty before 4.1.44 allows a Content-Length header to be accompanied by a second Content-Length header, or by a Transfer-Encoding header.
1:4.1.48-4+deb11u2
Affected by 1 other vulnerability.
VCID-tdp2-ve8k-zbds
Aliases:
CVE-2021-37136
GHSA-grg4-wf29-r9vv
The Bzip2 decompression decoder function doesn't allow setting size restrictions on the decompressed output data (which affects the allocation size used during decompression). All users of Bzip2Decoder are affected. The malicious input can trigger an OOME and so a DoS attack
1:4.1.48-4+deb11u2
Affected by 1 other vulnerability.
VCID-yyyg-3z5x-vuay
Aliases:
CVE-2021-37137
GHSA-9vjp-v76f-g363
The Snappy frame decoder function doesn't restrict the chunk length which may lead to excessive memory usage. Beside this it also may buffer reserved skippable chunks until the whole chunk was received which may lead to excessive memory usage as well. This vulnerability can be triggered by supplying malicious input that decompresses to a very big size (via a network stream or a file) or by sending a huge skippable chunk.
1:4.1.48-4+deb11u2
Affected by 1 other vulnerability.
Vulnerabilities fixed by this package (8)
Vulnerability Summary Aliases
VCID-1nbf-66f8-x7h2 Netty 4.1.43.Final allows HTTP Request Smuggling because it mishandles Transfer-Encoding whitespace (such as a [space]Transfer-Encoding:chunked line) and a later Content-Length header. This issue exists because of an incomplete fix for CVE-2019-16869. CVE-2020-7238
GHSA-ff2w-cq2g-wv5f
VCID-7acq-cfm6-xkcp Netty is an open-source, asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. In Netty (io.netty:netty-codec-http2) before version 4.1.61.Final there is a vulnerability that enables request smuggling. The content-length header is not correctly validated if the request only uses a single Http2HeaderFrame with the endStream set to to true. This could lead to request smuggling if the request is proxied to a remote peer and translated to HTTP/1.1. This is a followup of GHSA-wm47-8v5p-wjpj/CVE-2021-21295 which did miss to fix this one case. This was fixed as part of 4.1.61.Final. CVE-2021-21409
GHSA-f256-j965-7f32
VCID-7xma-5zdf-57dd The ZlibDecoders in Netty 4.1.x before 4.1.46 allow for unbounded memory allocation while decoding a ZlibEncoded byte stream. An attacker could send a large ZlibEncoded byte stream to the Netty server, forcing the server to allocate all of its free memory to a single decoder. CVE-2020-11612
GHSA-mm9x-g8pc-w292
VCID-ddff-syux-4uhz Netty is an open-source, asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. In Netty before version 4.1.59.Final there is a vulnerability on Unix-like systems involving an insecure temp file. When netty's multipart decoders are used local information disclosure can occur via the local system temporary directory if temporary storing uploads on the disk is enabled. On unix-like systems, the temporary directory is shared between all user. As such, writing to this directory using APIs that do not explicitly set the file/directory permissions can lead to information disclosure. Of note, this does not impact modern MacOS Operating Systems. The method "File.createTempFile" on unix-like systems creates a random file, but, by default will create this file with the permissions "-rw-r--r--". Thus, if sensitive information is written to this file, other local users can read this information. This is the case in netty's "AbstractDiskHttpData" is vulnerable. This has been fixed in version 4.1.59.Final. As a workaround, one may specify your own "java.io.tmpdir" when you start the JVM or use "DefaultHttpDataFactory.setBaseDir(...)" to set the directory to something that is only readable by the current user. CVE-2021-21290
GHSA-5mcr-gq6c-3hq2
VCID-fm8k-swyd-3fbc HttpObjectDecoder.java in Netty before 4.1.44 allows an HTTP header that lacks a colon, which might be interpreted as a separate header with an incorrect syntax, or might be interpreted as an "invalid fold." CVE-2019-20444
GHSA-cqqj-4p63-rrmm
VCID-g5mm-cvj7-gycb Netty before 4.1.42.Final mishandles whitespace before the colon in HTTP headers (such as a "Transfer-Encoding : chunked" line), which leads to HTTP request smuggling. CVE-2019-16869
GHSA-p979-4mfw-53vg
VCID-qfeu-57ke-gket Netty is an open-source, asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. In Netty (io.netty:netty-codec-http2) before version 4.1.60.Final there is a vulnerability that enables request smuggling. If a Content-Length header is present in the original HTTP/2 request, the field is not validated by `Http2MultiplexHandler` as it is propagated up. This is fine as long as the request is not proxied through as HTTP/1.1. If the request comes in as an HTTP/2 stream, gets converted into the HTTP/1.1 domain objects (`HttpRequest`, `HttpContent`, etc.) via `Http2StreamFrameToHttpObjectCodec `and then sent up to the child channel's pipeline and proxied through a remote peer as HTTP/1.1 this may result in request smuggling. In a proxy case, users may assume the content-length is validated somehow, which is not the case. If the request is forwarded to a backend channel that is a HTTP/1.1 connection, the Content-Length now has meaning and needs to be checked. An attacker can smuggle requests inside the body as it gets downgraded from HTTP/2 to HTTP/1.1. For an example attack refer to the linked GitHub Advisory. Users are only affected if all of this is true: `HTTP2MultiplexCodec` or `Http2FrameCodec` is used, `Http2StreamFrameToHttpObjectCodec` is used to convert to HTTP/1.1 objects, and these HTTP/1.1 objects are forwarded to another remote peer. This has been patched in 4.1.60.Final As a workaround, the user can do the validation by themselves by implementing a custom `ChannelInboundHandler` that is put in the `ChannelPipeline` behind `Http2StreamFrameToHttpObjectCodec`. CVE-2021-21295
GHSA-wm47-8v5p-wjpj
VCID-sf1p-fp2z-bkb6 HttpObjectDecoder.java in Netty before 4.1.44 allows a Content-Length header to be accompanied by a second Content-Length header, or by a Transfer-Encoding header. CVE-2019-20445
GHSA-p2v9-g2qv-p635

Date Actor Action Vulnerability Source VulnerableCode Version
2025-07-05T14:41:43.211901+00:00 Debian Oval Importer Affected by VCID-1nbf-66f8-x7h2 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-07-05T13:53:57.443147+00:00 Debian Oval Importer Affected by VCID-7acq-cfm6-xkcp https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-07-05T10:50:07.538761+00:00 Debian Oval Importer Affected by VCID-g5mm-cvj7-gycb https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-07-05T10:17:37.163928+00:00 Debian Oval Importer Affected by VCID-7xma-5zdf-57dd https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-07-05T09:01:59.465089+00:00 Debian Oval Importer Affected by VCID-guem-61xt-mycx https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-07-05T07:55:03.102169+00:00 Debian Oval Importer Affected by VCID-fm8k-swyd-3fbc https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-07-05T07:03:01.395938+00:00 Debian Oval Importer Affected by VCID-yyyg-3z5x-vuay https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-07-05T06:59:45.572204+00:00 Debian Oval Importer Affected by VCID-abq9-s6ra-m3gv https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-07-05T04:29:50.962975+00:00 Debian Oval Importer Affected by VCID-tdp2-ve8k-zbds https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-07-05T03:25:25.636247+00:00 Debian Oval Importer Affected by VCID-c4d1-jsqh-hban https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-07-05T02:49:12.630985+00:00 Debian Oval Importer Affected by VCID-qfeu-57ke-gket https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-07-05T01:57:07.376934+00:00 Debian Oval Importer Affected by VCID-hhjt-y9d5-eugn https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-07-04T06:35:12.176451+00:00 Debian Oval Importer Affected by VCID-ddff-syux-4uhz https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-07-04T03:56:48.423271+00:00 Debian Oval Importer Affected by VCID-aju4-13wq-j3az https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-07-04T02:24:45.411209+00:00 Debian Oval Importer Affected by VCID-sf1p-fp2z-bkb6 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-07-04T01:57:22.750070+00:00 Debian Oval Importer Fixing VCID-g5mm-cvj7-gycb https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 37.0.0
2025-07-04T01:43:29.338553+00:00 Debian Oval Importer Fixing VCID-fm8k-swyd-3fbc https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 37.0.0
2025-07-04T01:41:56.606948+00:00 Debian Oval Importer Fixing VCID-ddff-syux-4uhz https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 37.0.0
2025-07-04T01:40:45.704318+00:00 Debian Oval Importer Fixing VCID-1nbf-66f8-x7h2 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 37.0.0
2025-07-04T01:15:26.331621+00:00 Debian Oval Importer Fixing VCID-qfeu-57ke-gket https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 37.0.0
2025-07-04T01:11:42.923900+00:00 Debian Oval Importer Fixing VCID-7xma-5zdf-57dd https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 37.0.0
2025-07-04T00:57:25.213034+00:00 Debian Oval Importer Fixing VCID-sf1p-fp2z-bkb6 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 37.0.0
2025-07-04T00:36:25.880484+00:00 Debian Oval Importer Fixing VCID-7acq-cfm6-xkcp https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 37.0.0
2025-07-02T03:48:54.651095+00:00 Debian Oval Importer Affected by VCID-1nbf-66f8-x7h2 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-07-02T03:40:14.859117+00:00 Debian Oval Importer Affected by VCID-7acq-cfm6-xkcp https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-07-02T01:59:50.899624+00:00 Debian Oval Importer Affected by VCID-g5mm-cvj7-gycb https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-07-02T01:50:24.113465+00:00 Debian Oval Importer Affected by VCID-7xma-5zdf-57dd https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-07-02T01:10:22.747161+00:00 Debian Oval Importer Affected by VCID-guem-61xt-mycx https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-07-02T00:57:13.778679+00:00 Debian Oval Importer Affected by VCID-fm8k-swyd-3fbc https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-07-02T00:34:09.758472+00:00 Debian Oval Importer Affected by VCID-yyyg-3z5x-vuay https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-07-02T00:33:12.385025+00:00 Debian Oval Importer Affected by VCID-abq9-s6ra-m3gv https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-07-01T23:28:27.234673+00:00 Debian Oval Importer Affected by VCID-tdp2-ve8k-zbds https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-07-01T23:06:27.356966+00:00 Debian Oval Importer Affected by VCID-c4d1-jsqh-hban https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-07-01T22:57:58.734864+00:00 Debian Oval Importer Affected by VCID-qfeu-57ke-gket https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-07-01T22:50:51.472345+00:00 Debian Oval Importer Affected by VCID-hhjt-y9d5-eugn https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-07-01T22:08:38.103453+00:00 Debian Oval Importer Affected by VCID-ddff-syux-4uhz https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-07-01T21:20:30.147965+00:00 Debian Oval Importer Affected by VCID-aju4-13wq-j3az https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-07-01T21:10:02.257397+00:00 Debian Oval Importer Affected by VCID-sf1p-fp2z-bkb6 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-07-01T21:05:14.573103+00:00 Debian Oval Importer Fixing VCID-g5mm-cvj7-gycb https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-07-01T21:00:59.608045+00:00 Debian Oval Importer Fixing VCID-fm8k-swyd-3fbc https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-07-01T21:00:10.502777+00:00 Debian Oval Importer Fixing VCID-ddff-syux-4uhz https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-07-01T20:59:26.555005+00:00 Debian Oval Importer Fixing VCID-1nbf-66f8-x7h2 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-07-01T20:50:04.074981+00:00 Debian Oval Importer Fixing VCID-qfeu-57ke-gket https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-07-01T20:48:13.657634+00:00 Debian Oval Importer Fixing VCID-7xma-5zdf-57dd https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-07-01T20:40:49.655013+00:00 Debian Oval Importer Fixing VCID-sf1p-fp2z-bkb6 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-07-01T20:32:44.575695+00:00 Debian Oval Importer Fixing VCID-7acq-cfm6-xkcp https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3