Search for packages
Package details: pkg:deb/debian/apache2@2.4.62-1~deb11u1
purl pkg:deb/debian/apache2@2.4.62-1~deb11u1
Next non-vulnerable version 2.4.65-2
Latest non-vulnerable version 2.4.65-2
Risk 3.4
Vulnerabilities affecting this package (8)
Vulnerability Summary Fixed by
VCID-c9wv-83hp-2qcv
Aliases:
CVE-2025-53020
Late Release of Memory after Effective Lifetime vulnerability in Apache HTTP Server. This issue affects Apache HTTP Server: from 2.4.17 up to 2.4.63. Users are recommended to upgrade to version 2.4.64, which fixes the issue.
2.4.65-2
Affected by 0 other vulnerabilities.
VCID-d9nf-3bb3-fydp
Aliases:
CVE-2024-42516
HTTP response splitting in the core of Apache HTTP Server allows an attacker who can manipulate the Content-Type response headers of applications hosted or proxied by the server can split the HTTP response. This vulnerability was described as CVE-2023-38709 but the patch included in Apache HTTP Server 2.4.59 did not address the issue. Users are recommended to upgrade to version 2.4.64, which fixes this issue.
2.4.65-2
Affected by 0 other vulnerabilities.
VCID-gn1p-j2jj-8fby
Aliases:
CVE-2025-49630
In certain proxy configurations, a denial of service attack against Apache HTTP Server versions 2.4.26 through to 2.4.63 can be triggered by untrusted clients causing an assertion in mod_proxy_http2. Configurations affected are a reverse proxy is configured for an HTTP/2 backend, with ProxyPreserveHost set to "on".
2.4.65-2
Affected by 0 other vulnerabilities.
VCID-kdcz-sw5k-e3fd
Aliases:
CVE-2024-47252
Insufficient escaping of user-supplied data in mod_ssl in Apache HTTP Server 2.4.63 and earlier allows an untrusted SSL/TLS client to insert escape characters into log files in some configurations. In a logging configuration where CustomLog is used with "%{varname}x" or "%{varname}c" to log variables provided by mod_ssl such as SSL_TLS_SNI, no escaping is performed by either mod_log_config or mod_ssl and unsanitized data provided by the client may appear in log files.
2.4.65-2
Affected by 0 other vulnerabilities.
VCID-kgfq-h2gv-x7hd
Aliases:
CVE-2024-43394
Server-Side Request Forgery (SSRF) in Apache HTTP Server on Windows allows to potentially leak NTLM hashes to a malicious server via  mod_rewrite or apache expressions that pass unvalidated request input. This issue affects Apache HTTP Server: from 2.4.0 through 2.4.63. Note:  The Apache HTTP Server Project will be setting a higher bar for accepting vulnerability reports regarding SSRF via UNC paths. The server offers limited protection against administrators directing the server to open UNC paths. Windows servers should limit the hosts they will connect over via SMB based on the nature of NTLM authentication.
2.4.65-2
Affected by 0 other vulnerabilities.
VCID-przg-pw34-3ubw
Aliases:
CVE-2024-43204
SSRF in Apache HTTP Server with mod_proxy loaded allows an attacker to send outbound proxy requests to a URL controlled by the attacker.  Requires an unlikely configuration where mod_headers is configured to modify the Content-Type request or response header with a value provided in the HTTP request. Users are recommended to upgrade to version 2.4.64 which fixes this issue.
2.4.65-2
Affected by 0 other vulnerabilities.
VCID-q672-pm8a-2yhm
Aliases:
CVE-2025-49812
In some mod_ssl configurations on Apache HTTP Server versions through to 2.4.63, an HTTP desynchronisation attack allows a man-in-the-middle attacker to hijack an HTTP session via a TLS upgrade. Only configurations using "SSLEngine optional" to enable TLS upgrades are affected. Users are recommended to upgrade to version 2.4.64, which removes support for TLS upgrade.
2.4.65-2
Affected by 0 other vulnerabilities.
VCID-x4mu-j77t-xyb2
Aliases:
CVE-2025-23048
In some mod_ssl configurations on Apache HTTP Server 2.4.35 through to 2.4.63, an access control bypass by trusted clients is possible using TLS 1.3 session resumption. Configurations are affected when mod_ssl is configured for multiple virtual hosts, with each restricted to a different set of trusted client certificates (for example with a different SSLCACertificateFile/Path setting). In such a case, a client trusted to access one virtual host may be able to access another virtual host, if SSLStrictSNIVHostCheck is not enabled in either virtual host.
2.4.65-2
Affected by 0 other vulnerabilities.
Vulnerabilities fixed by this package (56)
Vulnerability Summary Aliases
VCID-1az5-fus4-u3fg Apache HTTP Server versions 2.4.0 to 2.4.46 A specially crafted Digest nonce can cause a stack overflow in mod_auth_digest. There is no report of this overflow being exploitable, nor the Apache HTTP Server team could create one, though some particular compiler and/or compilation option might make it possible, with limited consequences anyway due to the size (a single byte) and the value (zero byte) of the overflow CVE-2020-35452
VCID-1deu-fvex-vkhw Apache HTTP Server versions 2.4.0 to 2.4.46 A specially crafted Cookie header handled by mod_session can cause a NULL pointer dereference and crash, leading to a possible Denial Of Service CVE-2021-26690
VCID-23c5-y72c-8fcg Prior to Apache HTTP Server 2.4.55, a malicious backend can cause the response headers to be truncated early, resulting in some headers being incorporated into the response body. If the later headers have any security purpose, they will not be interpreted by the client. CVE-2022-37436
VCID-2ps4-mxjg-33fd Redirects configured with mod_rewrite that were intended to be self-referential might be fooled by encoded newlines and redirect instead to an an unexpected URL within the request URL. CVE-2019-10098
VCID-2v3a-ayum-uuh7 Apache HTTP Server 2.4.53 and earlier may crash or disclose information due to a read beyond bounds in ap_strcmp_match() when provided with an extremely large input buffer. While no code distributed with the server can be coerced into such a call, third-party modules or lua scripts that use ap_strcmp_match() may hypothetically be affected. CVE-2022-28615
VCID-3b8v-67py-vuaf Some mod_proxy configurations on Apache HTTP Server versions 2.4.0 through 2.4.55 allow a HTTP Request Smuggling attack. Configurations are affected when mod_proxy is enabled along with some form of RewriteRule or ProxyPassMatch in which a non-specific pattern matches some portion of the user-supplied request-target (URL) data and is then re-inserted into the proxied request-target using variable substitution. For example, something like: RewriteEngine on RewriteRule "^/here/(.*)" "http://example.com:8080/elsewhere?$1"; [P] ProxyPassReverse /here/ http://example.com:8080/ Request splitting/smuggling could result in bypass of access controls in the proxy server, proxying unintended URLs to existing origin servers, and cache poisoning. Users are recommended to update to at least version 2.4.56 of Apache HTTP Server. CVE-2023-25690
VCID-3uab-583c-r3dp Apache HTTP Server versions 2.4.0 to 2.4.46 A specially crafted SessionHeader sent by an origin server could cause a heap overflow CVE-2021-26691
VCID-3uyx-jytn-qyek A partial fix for  CVE-2024-39884 in the core of Apache HTTP Server 2.4.61 ignores some use of the legacy content-type based configuration of handlers. "AddType" and similar configuration, under some circumstances where files are requested indirectly, result in source code disclosure of local content. For example, PHP scripts may be served instead of interpreted. Users are recommended to upgrade to version 2.4.62, which fixes this issue. CVE-2024-40725
VCID-44rp-7utz-qfbs Using fuzzed network input, the http/2 session handling could be made to read memory after being freed, during connection shutdown. CVE-2019-10082
VCID-4aqv-yqzd-7bgr If LimitXMLRequestBody is set to allow request bodies larger than 350MB (defaults to 1M) on 32 bit systems an integer overflow happens which later causes out of bounds writes. This issue affects Apache HTTP Server 2.4.52 and earlier. CVE-2022-22721
VCID-4zvx-bqfg-jfhr HTTP Response splitting in multiple modules in Apache HTTP Server allows an attacker that can inject malicious response headers into backend applications to cause an HTTP desynchronization attack. Users are recommended to upgrade to version 2.4.59, which fixes this issue. CVE-2024-24795
VCID-5vwd-jvx7-r7c7 Apache HTTP Server versions 2.4.20 to 2.4.43 When trace/debug was enabled for the HTTP/2 module and on certain traffic edge patterns, logging statements were made on the wrong connection, causing concurrent use of memory pools. Configuring the LogLevel of mod_http2 above "info" will mitigate this vulnerability for unpatched servers. CVE-2020-11993
VCID-6jd4-wbt1-rkak Improper escaping of output in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows an attacker to map URLs to filesystem locations that are permitted to be served by the server but are not intentionally/directly reachable by any URL, resulting in code execution or source code disclosure. Substitutions in server context that use a backreferences or variables as the first segment of the substitution are affected.  Some unsafe RewiteRules will be broken by this change and the rewrite flag "UnsafePrefixStat" can be used to opt back in once ensuring the substitution is appropriately constrained. CVE-2024-38475
VCID-6pcd-bya7-5fcp In Apache HTTP Server versions 2.4.32 to 2.4.43, mod_proxy_uwsgi has a information disclosure and possible RCE CVE-2020-11984
VCID-6q4p-8sra-2qez In Apache HTTP Server 2.4.0 to 2.4.41, mod_proxy_ftp may use uninitialized memory when proxying to a malicious FTP server. CVE-2020-1934
VCID-71rv-66rr-cfg5 Apache HTTP Server versions 2.4.41 to 2.4.46 mod_proxy_http can be made to crash (NULL pointer dereference) with specially crafted requests using both Content-Length and Transfer-Encoding headers, leading to a Denial of Service CVE-2020-13950
VCID-7bu7-7kxw-6bhv Malformed requests may cause the server to dereference a NULL pointer. This issue affects Apache HTTP Server 2.4.48 and earlier. CVE-2021-34798
VCID-7wu7-sdbz-a7ff In Apache HTTP Server versions 2.4.0 to 2.4.41 some mod_rewrite configurations vulnerable to open redirect. CVE-2020-1927
VCID-91j2-91j1-k7h3 HTTP/2 very early pushes, for example configured with "H2PushResource", could lead to an overwrite of memory in the pushing request's pool, leading to crashes. The memory copied is that of the configured push link header values, not data supplied by the client. CVE-2019-10081
VCID-9crz-514r-a3e6 Apache HTTP Server versions 2.4.6 to 2.4.46 mod_proxy_wstunnel configured on an URL that is not necessarily Upgraded by the origin server was tunneling the whole connection regardless, thus allowing for subsequent requests on the same connection to pass through with no HTTP validation, authentication or authorization possibly configured. CVE-2019-17567
VCID-a4z5-u93k-8qe1 A limited cross-site scripting issue was reported affecting the mod_proxy error page. An attacker could cause the link on the error page to be malfomed and instead point to a page of their choice. This would only be exploitable where a server was set up with proxying enabled but was misconfigured in such a way that the Proxy Error page was displayed. We have taken this opportunity to also remove request data from many other in-built error messages. Note however this issue did not affect them directly and their output was already escaped to prevent cross-site scripting attacks. CVE-2019-10092
VCID-abpy-6dkj-ayen null pointer dereference in mod_proxy in Apache HTTP Server 2.4.59 and earlier allows an attacker to crash the server via a malicious request. Users are recommended to upgrade to version 2.4.60, which fixes this issue. CVE-2024-38477
VCID-byqk-ch43-6fde When a HTTP/2 stream was reset (RST frame) by a client, there was a time window were the request's memory resources were not reclaimed immediately. Instead, de-allocation was deferred to connection close. A client could send new requests and resets, keeping the connection busy and open and causing the memory footprint to keep on growing. On connection close, all resources were reclaimed, but the process might run out of memory before that. This was found by the reporter during testing of CVE-2023-44487 (HTTP/2 Rapid Reset Exploit) with their own test client. During "normal" HTTP/2 use, the probability to hit this bug is very low. The kept memory would not become noticeable before the connection closes or times out. Users are recommended to upgrade to version 2.4.58, which fixes the issue. CVE-2023-45802
VCID-c8av-kuf8-tkfu Apache HTTP Server versions 2.4.39 to 2.4.46 Unexpected matching behavior with 'MergeSlashes OFF' CVE-2021-30641
VCID-cwub-3486-j7gk In Apache HTTP Server versions 2.4.20 to 2.4.43, a specially crafted value for the 'Cache-Digest' header in a HTTP/2 request would result in a crash when the server actually tries to HTTP/2 PUSH a resource afterwards. Configuring the HTTP/2 feature via "H2Push off" will mitigate this vulnerability for unpatched servers. CVE-2020-9490
VCID-f4ed-ejfa-2ff6 Apache HTTP Server 2.4.53 and earlier may not send the X-Forwarded-* headers to the origin server based on client side Connection header hop-by-hop mechanism. This may be used to bypass IP based authentication on the origin server/application. CVE-2022-31813
VCID-fzjy-1ctr-6qfd Faulty input validation in the core of Apache allows malicious or exploitable backend/content generators to split HTTP responses. This issue affects Apache HTTP Server: through 2.4.58. CVE-2023-38709
VCID-g58j-sxrz-p7ee Apache HTTP Server protocol handler for the HTTP/2 protocol checks received request headers against the size limitations as configured for the server and used for the HTTP/1 protocol as well. On violation of these restrictions and HTTP response is sent to the client with a status code indicating why the request was rejected. This rejection response was not fully initialised in the HTTP/2 protocol handler if the offending header was the very first one received or appeared in a a footer. This led to a NULL pointer dereference on initialised memory, crashing reliably the child process. Since such a triggering HTTP/2 request is easy to craft and submit, this can be exploited to DoS the server. This issue affected mod_http2 1.15.17 and Apache HTTP Server version 2.4.47 only. Apache HTTP Server 2.4.47 was never released. CVE-2021-31618
VCID-gcku-qkeq-ffha Serving WebSocket protocol upgrades over a HTTP/2 connection could result in a Null Pointer dereference, leading to a crash of the server process, degrading performance. CVE-2024-36387
VCID-gkya-y8rs-jbfk An attacker, opening a HTTP/2 connection with an initial window size of 0, was able to block handling of that connection indefinitely in Apache HTTP Server. This could be used to exhaust worker resources in the server, similar to the well known "slow loris" attack pattern. This has been fixed in version 2.4.58, so that such connection are terminated properly after the configured connection timeout. This issue affects Apache HTTP Server: from 2.4.55 through 2.4.57. Users are recommended to upgrade to version 2.4.58, which fixes the issue. CVE-2023-43622
VCID-gwvw-j77f-hfdr A carefully crafted If: request header can cause a memory read, or write of a single zero byte, in a pool (heap) memory location beyond the header value sent. This could cause the process to crash. This issue affects Apache HTTP Server 2.4.54 and earlier. CVE-2006-20001
VCID-h3pb-p69d-7bb2 A crafted request uri-path can cause mod_proxy to forward the request to an origin server choosen by the remote user. This issue affects Apache HTTP Server 2.4.48 and earlier. CVE-2021-40438
VCID-hbag-df5u-eqad A malicious client could perform a DoS attack by flooding a connection with requests and basically never reading responses on the TCP connection. Depending on h2 worker dimensioning, it was possible to block those with relatively few connections. CVE-2019-9517
VCID-j6dx-vpec-tfbv Encoding problem in mod_proxy in Apache HTTP Server 2.4.59 and earlier allows request URLs with incorrect encoding to be sent to backend services, potentially bypassing authentication via crafted requests. Users are recommended to upgrade to version 2.4.60, which fixes this issue. CVE-2024-38473
VCID-jnda-zv1s-fkfu Vulnerability in core of Apache HTTP Server 2.4.59 and earlier are vulnerably to information disclosure, SSRF or local script execution via backend applications whose response headers are malicious or exploitable. Users are recommended to upgrade to version 2.4.60, which fixes this issue. CVE-2024-38476
VCID-kn69-7afg-pfgt Out-of-bounds Read vulnerability in mod_macro of Apache HTTP Server.This issue affects Apache HTTP Server: through 2.4.57. CVE-2023-31122
VCID-ktqx-rny1-3kd9 A carefully crafted request body can cause a read to a random memory area which could cause the process to crash. This issue affects Apache HTTP Server 2.4.52 and earlier. CVE-2022-22719
VCID-n3gv-h1nv-17ev Substitution encoding issue in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows attacker to execute scripts in directories permitted by the configuration but not directly reachable by any URL or source disclosure of scripts meant to only to be executed as CGI. Users are recommended to upgrade to version 2.4.60, which fixes this issue. Some RewriteRules that capture and substitute unsafely will now fail unless rewrite flag "UnsafeAllow3F" is specified. CVE-2024-38474
VCID-nd6u-vqrd-gya4 A carefully crafted request uri-path can cause mod_proxy_uwsgi to read above the allocated memory and crash (DoS). This issue affects Apache HTTP Server versions 2.4.30 to 2.4.48 (inclusive). CVE-2021-36160
VCID-pcbt-s3v4-x3ck A regression in the core of Apache HTTP Server 2.4.60 ignores some use of the legacy content-type based configuration of handlers.   "AddType" and similar configuration, under some circumstances where files are requested indirectly, result in source code disclosure of local content. For example, PHP scripts may be served instead of interpreted. Users are recommended to upgrade to version 2.4.61, which fixes this issue. CVE-2024-39884
VCID-pdjs-b2ws-rbdq HTTP/2 incoming headers exceeding the limit are temporarily buffered in nghttp2 in order to generate an informative HTTP 413 response. If a client does not stop sending headers, this leads to memory exhaustion. CVE-2024-27316
VCID-pv8t-qmzf-q3hh A crafted method sent through HTTP/2 will bypass validation and be forwarded by mod_proxy, which can lead to request splitting or cache poisoning. This issue affects Apache HTTP Server 2.4.17 to 2.4.48. CVE-2021-33193
VCID-q38s-1xru-93at Inconsistent Interpretation of HTTP Requests ('HTTP Request Smuggling') vulnerability in mod_proxy_ajp of Apache HTTP Server allows an attacker to smuggle requests to the AJP server it forwards requests to. This issue affects Apache HTTP Server Apache HTTP Server 2.4 version 2.4.54 and prior versions. CVE-2022-36760
VCID-qkt1-uvj2-7ffh Inconsistent Interpretation of HTTP Requests ('HTTP Request Smuggling') vulnerability in mod_proxy_ajp of Apache HTTP Server allows an attacker to smuggle requests to the AJP server it forwards requests to. This issue affects Apache HTTP Server Apache HTTP Server 2.4 version 2.4.53 and prior versions. CVE-2022-26377
VCID-satf-sfgu-x3h6 Out-of-bounds Write vulnerability in mod_sed of Apache HTTP Server allows an attacker to overwrite heap memory with possibly attacker provided data. This issue affects Apache HTTP Server 2.4 version 2.4.52 and prior versions. CVE-2022-23943
VCID-t4de-spbq-q7ct A carefully crafted request body can cause a buffer overflow in the mod_lua multipart parser (r:parsebody() called from Lua scripts). The Apache httpd team is not aware of an exploit for the vulnerabilty though it might be possible to craft one. This issue affects Apache HTTP Server 2.4.51 and earlier. CVE-2021-44790
VCID-tb3k-aypx-eyf8 Apache HTTP Server 2.4.52 and earlier fails to close inbound connection when errors are encountered discarding the request body, exposing the server to HTTP Request Smuggling CVE-2022-22720
VCID-u7gc-jvax-8qc6 ap_escape_quotes() may write beyond the end of a buffer when given malicious input. No included modules pass untrusted data to these functions, but third-party / external modules may. This issue affects Apache HTTP Server 2.4.48 and earlier. CVE-2021-39275
VCID-was4-dkx8-6udd If Apache HTTP Server 2.4.53 is configured to do transformations with mod_sed in contexts where the input to mod_sed may be very large, mod_sed may make excessively large memory allocations and trigger an abort. CVE-2022-30522
VCID-xqrn-nau1-bff2 A crafted URI sent to httpd configured as a forward proxy (ProxyRequests on) can cause a crash (NULL pointer dereference) or, for configurations mixing forward and reverse proxy declarations, can allow for requests to be directed to a declared Unix Domain Socket endpoint (Server Side Request Forgery). This issue affects Apache HTTP Server 2.4.7 up to 2.4.51 (included). CVE-2021-44224
VCID-xva2-cvyf-vbac In Apache HTTP Server 2.4.53 and earlier, a malicious request to a lua script that calls r:parsebody(0) may cause a denial of service due to no default limit on possible input size. CVE-2022-29404
VCID-xzfe-jskq-r7bh When mod_remoteip was configured to use a trusted intermediary proxy server using the "PROXY" protocol, a specially crafted PROXY header could trigger a stack buffer overflow or NULL pointer deference. This vulnerability could only be triggered by a trusted proxy and not by untrusted HTTP clients. CVE-2019-10097
VCID-y8da-5h6x-u3fb The ap_rwrite() function in Apache HTTP Server 2.4.53 and earlier may read unintended memory if an attacker can cause the server to reflect very large input using ap_rwrite() or ap_rputs(), such as with mod_luas r:puts() function. Modules compiled and distributed separately from Apache HTTP Server that use the "ap_rputs" function and may pass it a very large (INT_MAX or larger) string must be compiled against current headers to resolve the issue. CVE-2022-28614
VCID-yk5y-jsju-rkeh Potential SSRF in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows an attacker to cause unsafe RewriteRules to unexpectedly setup URL's to be handled by mod_proxy. Users are recommended to upgrade to version 2.4.60, which fixes this issue. CVE-2024-39573
VCID-yu6g-bnxs-rfbt HTTP Response Smuggling vulnerability in Apache HTTP Server via mod_proxy_uwsgi. This issue affects Apache HTTP Server: from 2.4.30 through 2.4.55. Special characters in the origin response header can truncate/split the response forwarded to the client. CVE-2023-27522
GHSA-vcph-37mh-fqrh
VCID-zr3a-8c2c-aye1 Apache HTTP Server 2.4.53 and earlier may return lengths to applications calling r:wsread() that point past the end of the storage allocated for the buffer. CVE-2022-30556

Date Actor Action Vulnerability Source VulnerableCode Version
2025-08-14T20:48:22.703884+00:00 Debian Oval Importer Affected by VCID-x4mu-j77t-xyb2 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-14T20:48:12.361072+00:00 Debian Oval Importer Affected by VCID-kgfq-h2gv-x7hd https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-14T20:48:10.309530+00:00 Debian Oval Importer Affected by VCID-kdcz-sw5k-e3fd https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-14T20:47:57.474699+00:00 Debian Oval Importer Affected by VCID-przg-pw34-3ubw https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-14T20:47:56.658542+00:00 Debian Oval Importer Affected by VCID-q672-pm8a-2yhm https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-14T20:47:51.240988+00:00 Debian Oval Importer Affected by VCID-gn1p-j2jj-8fby https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-14T20:47:41.563399+00:00 Debian Oval Importer Affected by VCID-d9nf-3bb3-fydp https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-14T20:47:28.628533+00:00 Debian Oval Importer Affected by VCID-c9wv-83hp-2qcv https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T20:17:20.437262+00:00 Debian Oval Importer Fixing VCID-g58j-sxrz-p7ee https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T19:48:59.475405+00:00 Debian Oval Importer Fixing VCID-was4-dkx8-6udd https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T19:48:22.603931+00:00 Debian Oval Importer Fixing VCID-pcbt-s3v4-x3ck https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T19:35:24.525072+00:00 Debian Oval Importer Fixing VCID-91j2-91j1-k7h3 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T19:27:01.089136+00:00 Debian Oval Importer Fixing VCID-c8av-kuf8-tkfu https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T19:20:35.679708+00:00 Debian Oval Importer Fixing VCID-5vwd-jvx7-r7c7 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T19:16:33.133822+00:00 Debian Oval Importer Fixing VCID-t4de-spbq-q7ct https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T18:44:57.365065+00:00 Debian Oval Importer Fixing VCID-xzfe-jskq-r7bh https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T18:28:16.945059+00:00 Debian Oval Importer Fixing VCID-tb3k-aypx-eyf8 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T18:15:22.709168+00:00 Debian Oval Importer Fixing VCID-2v3a-ayum-uuh7 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T18:12:56.488907+00:00 Debian Oval Importer Fixing VCID-1deu-fvex-vkhw https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T18:09:43.636343+00:00 Debian Oval Importer Fixing VCID-3uyx-jytn-qyek https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T18:03:46.622603+00:00 Debian Oval Importer Fixing VCID-zr3a-8c2c-aye1 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T17:46:58.975481+00:00 Debian Oval Importer Fixing VCID-y8da-5h6x-u3fb https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T17:43:41.025308+00:00 Debian Oval Importer Fixing VCID-2ps4-mxjg-33fd https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T17:26:29.598736+00:00 Debian Oval Importer Fixing VCID-3b8v-67py-vuaf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T17:24:35.847279+00:00 Debian Oval Importer Fixing VCID-4zvx-bqfg-jfhr https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T16:31:38.915200+00:00 Debian Oval Importer Fixing VCID-1az5-fus4-u3fg https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T16:24:27.490548+00:00 Debian Oval Importer Fixing VCID-satf-sfgu-x3h6 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T16:23:31.964822+00:00 Debian Oval Importer Fixing VCID-fzjy-1ctr-6qfd https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T15:43:52.731223+00:00 Debian Oval Importer Fixing VCID-71rv-66rr-cfg5 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T15:43:07.863759+00:00 Debian Oval Importer Fixing VCID-pv8t-qmzf-q3hh https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T15:40:23.432360+00:00 Debian Oval Importer Fixing VCID-gkya-y8rs-jbfk https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T15:26:25.413176+00:00 Debian Oval Importer Fixing VCID-7bu7-7kxw-6bhv https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T15:11:45.674473+00:00 Debian Oval Importer Fixing VCID-7wu7-sdbz-a7ff https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T15:07:20.309029+00:00 Debian Oval Importer Fixing VCID-a4z5-u93k-8qe1 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T15:06:33.539128+00:00 Debian Oval Importer Fixing VCID-qkt1-uvj2-7ffh https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T15:06:18.073511+00:00 Debian Oval Importer Fixing VCID-q38s-1xru-93at https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T15:02:02.789617+00:00 Debian Oval Importer Fixing VCID-gcku-qkeq-ffha https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T15:00:07.492896+00:00 Debian Oval Importer Fixing VCID-23c5-y72c-8fcg https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T14:52:53.850447+00:00 Debian Oval Importer Fixing VCID-cwub-3486-j7gk https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T14:44:53.249999+00:00 Debian Oval Importer Fixing VCID-3uab-583c-r3dp https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T14:41:24.628077+00:00 Debian Oval Importer Fixing VCID-pdjs-b2ws-rbdq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T14:41:18.081140+00:00 Debian Oval Importer Fixing VCID-hbag-df5u-eqad https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T14:36:06.245023+00:00 Debian Oval Importer Fixing VCID-gwvw-j77f-hfdr https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T14:34:07.884539+00:00 Debian Oval Importer Fixing VCID-yk5y-jsju-rkeh https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T14:31:21.874644+00:00 Debian Oval Importer Fixing VCID-jnda-zv1s-fkfu https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T14:20:25.078583+00:00 Debian Oval Importer Fixing VCID-6jd4-wbt1-rkak https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T14:14:43.868111+00:00 Debian Oval Importer Fixing VCID-9crz-514r-a3e6 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T14:09:08.238386+00:00 Debian Oval Importer Fixing VCID-f4ed-ejfa-2ff6 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T14:08:01.558268+00:00 Debian Oval Importer Fixing VCID-6pcd-bya7-5fcp https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T13:58:38.764624+00:00 Debian Oval Importer Fixing VCID-kn69-7afg-pfgt https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T13:52:28.187881+00:00 Debian Oval Importer Fixing VCID-j6dx-vpec-tfbv https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T13:51:36.649380+00:00 Debian Oval Importer Fixing VCID-44rp-7utz-qfbs https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T13:49:48.898925+00:00 Debian Oval Importer Fixing VCID-h3pb-p69d-7bb2 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T13:26:22.166151+00:00 Debian Oval Importer Fixing VCID-xqrn-nau1-bff2 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T13:24:45.445991+00:00 Debian Oval Importer Fixing VCID-4aqv-yqzd-7bgr https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T13:22:20.414732+00:00 Debian Oval Importer Fixing VCID-byqk-ch43-6fde https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T13:22:08.697522+00:00 Debian Oval Importer Fixing VCID-6q4p-8sra-2qez https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T13:03:59.783361+00:00 Debian Importer Affected by VCID-przg-pw34-3ubw https://security-tracker.debian.org/tracker/data/json 37.0.0
2025-08-01T13:00:56.108965+00:00 Debian Oval Importer Fixing VCID-xva2-cvyf-vbac https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T12:51:34.369855+00:00 Debian Oval Importer Fixing VCID-u7gc-jvax-8qc6 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T12:50:16.467554+00:00 Debian Importer Affected by VCID-x4mu-j77t-xyb2 https://security-tracker.debian.org/tracker/data/json 37.0.0
2025-08-01T12:46:30.080631+00:00 Debian Oval Importer Fixing VCID-nd6u-vqrd-gya4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T12:43:07.857054+00:00 Debian Oval Importer Fixing VCID-yu6g-bnxs-rfbt https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T12:38:54.143346+00:00 Debian Importer Affected by VCID-gn1p-j2jj-8fby https://security-tracker.debian.org/tracker/data/json 37.0.0
2025-08-01T12:33:03.665876+00:00 Debian Importer Affected by VCID-d9nf-3bb3-fydp https://security-tracker.debian.org/tracker/data/json 37.0.0
2025-08-01T12:25:23.255782+00:00 Debian Importer Affected by VCID-c9wv-83hp-2qcv https://security-tracker.debian.org/tracker/data/json 37.0.0
2025-08-01T12:18:48.454684+00:00 Debian Importer Affected by VCID-kdcz-sw5k-e3fd https://security-tracker.debian.org/tracker/data/json 37.0.0
2025-08-01T12:14:52.795066+00:00 Debian Importer Affected by VCID-q672-pm8a-2yhm https://security-tracker.debian.org/tracker/data/json 37.0.0
2025-08-01T12:05:54.821587+00:00 Debian Oval Importer Fixing VCID-n3gv-h1nv-17ev https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T12:02:51.448541+00:00 Debian Oval Importer Fixing VCID-ktqx-rny1-3kd9 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0
2025-08-01T12:02:46.669977+00:00 Debian Oval Importer Fixing VCID-abpy-6dkj-ayen https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 37.0.0