Search for packages
purl | pkg:deb/debian/libxml2@2.9.4%2Bdfsg1-2.2%2Bdeb9u2 |
Next non-vulnerable version | 2.12.7+dfsg+really2.9.14-1 |
Latest non-vulnerable version | 2.12.7+dfsg+really2.9.14-1 |
Risk | 4.5 |
Vulnerability | Summary | Fixed by |
---|---|---|
VCID-29mt-tpku-aaab
Aliases: CVE-2021-3517 GHSA-jw9f-hh49-cvp9 |
There is a flaw in the xml entity encoding functionality of libxml2 in versions before 2.9.11. An attacker who is able to supply a crafted file to be processed by an application linked with the affected functionality of libxml2 could trigger an out-of-bounds read. The most likely impact of this flaw is to application availability, with some potential impact to confidentiality and integrity if an attacker is able to use memory information to further exploit the application. |
Affected by 32 other vulnerabilities. Affected by 12 other vulnerabilities. |
VCID-2fyr-85vm-aaak
Aliases: CVE-2023-45322 |
** DISPUTED ** libxml2 through 2.11.5 has a use-after-free that can only occur after a certain memory allocation fails. This occurs in xmlUnlinkNode in tree.c. NOTE: the vendor's position is "I don't think these issues are critical enough to warrant a CVE ID ... because an attacker typically can't control when memory allocations fail." |
Affected by 10 other vulnerabilities. Affected by 0 other vulnerabilities. Affected by 0 other vulnerabilities. Affected by 0 other vulnerabilities. Affected by 5 other vulnerabilities. Affected by 0 other vulnerabilities. Affected by 0 other vulnerabilities. Affected by 0 other vulnerabilities. Affected by 0 other vulnerabilities. |
VCID-2qau-2qt3-aaam
Aliases: CVE-2017-9048 |
Improper Restriction of Operations within the Bounds of a Memory Buffer libxml2 is vulnerable to a stack-based buffer overflow. The function xmlSnprintfElementContent in valid.c is supposed to recursively dump the element content definition into a char buffer 'buf' of size 'size'. At the end of the routine, the function may strcat two more characters without checking whether the current strlen(buf) + 2 < size. This vulnerability causes programs that use libxml2, such as PHP, to crash. |
Affected by 32 other vulnerabilities. |
VCID-3q3t-625m-aaak
Aliases: CVE-2023-28484 |
NULL Pointer Dereference In libxml2 before 2.10.4, parsing of certain invalid XSD schemas can lead to a NULL pointer dereference and subsequently a segfault. This occurs in xmlSchemaFixupComplexType in xmlschemas.c. |
Affected by 12 other vulnerabilities. |
VCID-46k1-2uqz-aaab
Aliases: CVE-2017-9047 |
Improper Restriction of Operations within the Bounds of a Memory Buffer A buffer overflow was discovered in libxml2 . The function xmlSnprintfElementContent in valid.c is supposed to recursively dump the element content definition into a char buffer 'buf' of size 'size'. The variable len is assigned strlen(buf). If the content->type is XML_ELEMENT_CONTENT_ELEMENT, then (i) the content->prefix is appended to buf (if it actually fits) whereupon (ii) content->name is written to the buffer. However, the check for whether the content->name actually fits also uses 'len' rather than the updated buffer length strlen(buf). This allows us to write about "size" many bytes beyond the allocated memory. This vulnerability causes programs that use libxml2, such as PHP, to crash. |
Affected by 32 other vulnerabilities. |
VCID-4kh8-6c5m-sycp
Aliases: CVE-2022-49043 |
libxml: use-after-free in xmlXIncludeAddNode |
Affected by 10 other vulnerabilities. Affected by 5 other vulnerabilities. Affected by 0 other vulnerabilities. |
VCID-4kts-b8nu-aaad
Aliases: CVE-2017-9050 GHSA-8c56-cpmw-89x7 |
Out-of-bounds read in nokogiri |
Affected by 32 other vulnerabilities. |
VCID-4z87-yfha-aaaq
Aliases: CVE-2023-39615 |
** DISPUTED ** Xmlsoft Libxml2 v2.11.0 was discovered to contain an out-of-bounds read via the xmlSAX2StartElement() function at /libxml2/SAX2.c. This vulnerability allows attackers to cause a Denial of Service (DoS) via supplying a crafted XML file. NOTE: the vendor's position is that the product does not support the legacy SAX1 interface with custom callbacks; there is a crash even without crafted input. |
Affected by 10 other vulnerabilities. Affected by 0 other vulnerabilities. Affected by 0 other vulnerabilities. Affected by 0 other vulnerabilities. Affected by 5 other vulnerabilities. Affected by 0 other vulnerabilities. Affected by 0 other vulnerabilities. Affected by 0 other vulnerabilities. Affected by 0 other vulnerabilities. |
VCID-8j39-d27x-aaaa
Aliases: CVE-2016-3709 |
Possible cross-site scripting vulnerability in libxml after commit 960f0e2. |
Affected by 12 other vulnerabilities. Affected by 0 other vulnerabilities. Affected by 0 other vulnerabilities. Affected by 10 other vulnerabilities. |
VCID-9me2-5n8r-aaas
Aliases: CVE-2018-14567 |
libxml2 2.9.8, if --with-lzma is used, allows remote attackers to cause a denial of service (infinite loop) via a crafted XML file that triggers LZMA_MEMLIMIT_ERROR, as demonstrated by xmllint, a different vulnerability than CVE-2015-8035 and CVE-2018-9251. |
Affected by 32 other vulnerabilities. Affected by 12 other vulnerabilities. |
VCID-9xpa-dx6k-aaap
Aliases: CVE-2017-9049 |
Out-of-bounds Read libxml2 is vulnerable to a heap-based buffer over-read in the xmlDictComputeFastKey function in dict.c. This vulnerability causes programs that use libxml2, such as PHP, to crash. |
Affected by 32 other vulnerabilities. |
VCID-b8ge-qb4s-aaad
Aliases: CVE-2022-40304 |
An issue was discovered in libxml2 before 2.10.3. Certain invalid XML entity definitions can corrupt a hash table key, potentially leading to subsequent logic errors. In one case, a double-free can be provoked. |
Affected by 12 other vulnerabilities. |
VCID-cj82-hgkb-aaak
Aliases: CVE-2019-20388 |
xmlSchemaPreRun in xmlschemas.c in libxml2 2.9.10 allows an xmlSchemaValidateStream memory leak. |
Affected by 32 other vulnerabilities. Affected by 12 other vulnerabilities. |
VCID-d1f6-59hf-aaaf
Aliases: CVE-2019-19956 |
xmlParseBalancedChunkMemoryRecover in parser.c in libxml2 before 2.9.10 has a memory leak related to newDoc->oldNs. |
Affected by 32 other vulnerabilities. Affected by 12 other vulnerabilities. |
VCID-d41f-qy2v-aaan
Aliases: CVE-2017-8872 |
Out-of-bounds Read The htmlParseTryOrFinish function in HTMLparser.c in libxml2 allows attackers to cause a denial of service (buffer over-read) or information disclosure. |
Affected by 32 other vulnerabilities. |
VCID-d7ye-gyq7-aaad
Aliases: CVE-2017-7375 |
Improper Restriction of XML External Entity Reference A flaw in libxml2 allows remote XML entity inclusion with default parser flags (i.e., when the caller did not request entity substitution, DTD validation, external DTD subset loading, or default DTD attributes). Depending on the context, this may expose a higher-risk attack surface in libxml2 not usually reachable with default parser flags, and expose content from local files, HTTP, or FTP servers (which might be otherwise unreachable). |
Affected by 32 other vulnerabilities. |
VCID-e47u-5zh7-aaad
Aliases: CVE-2016-9318 |
libxml2 2.9.4 and earlier, as used in XMLSec 1.2.23 and earlier and other products, does not offer a flag directly indicating that the current document may be read but other files may not be opened, which makes it easier for remote attackers to conduct XML External Entity (XXE) attacks via a crafted document. |
Affected by 1 other vulnerability. Affected by 12 other vulnerabilities. |
VCID-ej8b-efns-aaae
Aliases: CVE-2017-5130 |
Out-of-bounds Write An integer overflow in xmlmemory.c in libxml2, as used in Google Chrome and other products, allowed a remote attacker to potentially exploit heap corruption via a crafted XML file. |
Affected by 32 other vulnerabilities. |
VCID-fke8-gpzm-aaad
Aliases: CVE-2022-40303 |
An issue was discovered in libxml2 before 2.10.3. When parsing a multi-gigabyte XML document with the XML_PARSE_HUGE parser option enabled, several integer counters can overflow. This results in an attempt to access an array at a negative 2GB offset, typically leading to a segmentation fault. |
Affected by 12 other vulnerabilities. |
VCID-fv91-qz3t-mbhe
Aliases: CVE-2024-56171 |
libxml2: Use-After-Free in libxml2 |
Affected by 10 other vulnerabilities. Affected by 5 other vulnerabilities. Affected by 0 other vulnerabilities. |
VCID-g16k-s1p7-aaaj
Aliases: CVE-2024-25062 |
libxml2: use-after-free in XMLReader |
Affected by 10 other vulnerabilities. Affected by 0 other vulnerabilities. Affected by 0 other vulnerabilities. Affected by 0 other vulnerabilities. Affected by 5 other vulnerabilities. Affected by 0 other vulnerabilities. Affected by 0 other vulnerabilities. Affected by 0 other vulnerabilities. Affected by 0 other vulnerabilities. |
VCID-gn1q-6cht-aaap
Aliases: CVE-2021-3537 GHSA-286v-pcf5-25rc |
A vulnerability found in libxml2 in versions before 2.9.11 shows that it did not propagate errors while parsing XML mixed content, causing a NULL dereference. If an untrusted XML document was parsed in recovery mode and post-validated, the flaw could be used to crash the application. The highest threat from this vulnerability is to system availability. |
Affected by 32 other vulnerabilities. Affected by 12 other vulnerabilities. |
VCID-gufu-nks1-aaag
Aliases: CVE-2022-2309 GHSA-wrxv-2j5q-m38w PYSEC-2022-230 |
NULL Pointer Dereference in lxml |
Affected by 10 other vulnerabilities. |
VCID-hwbg-k6j9-73ay
Aliases: CVE-2025-24928 |
libxml2: Stack-based buffer overflow in xmlSnprintfElements of libxml2 |
Affected by 10 other vulnerabilities. Affected by 5 other vulnerabilities. Affected by 0 other vulnerabilities. |
VCID-m6pu-bgz7-aaap
Aliases: CVE-2017-0663 |
A remote code execution vulnerability in libxml2 could enable an attacker using a specially crafted file to execute arbitrary code within the context of an unprivileged process. This issue is rated as High due to the possibility of remote code execution in an application that uses this library. Product: Android. Versions: 4.4.4, 5.0.2, 5.1.1, 6.0, 6.0.1, 7.0, 7.1.1, 7.1.2. Android ID: A-37104170. |
Affected by 32 other vulnerabilities. |
VCID-m7ct-1jfm-aaaj
Aliases: CVE-2018-14404 GHSA-6qvp-r6r3-9p7h |
A NULL pointer dereference vulnerability exists in the xpath.c:xmlXPathCompOpEval() function of libxml2 through 2.9.8 when parsing an invalid XPath expression in the XPATH_OP_AND or XPATH_OP_OR case. Applications processing untrusted XSL format inputs with the use of the libxml2 library may be vulnerable to a denial of service attack due to a crash of the application. |
Affected by 32 other vulnerabilities. Affected by 12 other vulnerabilities. |
VCID-mxw9-b35w-aaaa
Aliases: CVE-2017-5969 |
libxml2 2.9.4, when used in recover mode, allows remote attackers to cause a denial of service (NULL pointer dereference) via a crafted XML document. NOTE: The maintainer states "I would disagree of a CVE with the Recover parsing option which should only be used for manual recovery at least for XML parser. |
Affected by 32 other vulnerabilities. |
VCID-n3rk-tdn9-aaaa
Aliases: CVE-2022-23308 |
valid.c in libxml2 before 2.9.13 has a use-after-free of ID and IDREF attributes. |
Affected by 32 other vulnerabilities. Affected by 12 other vulnerabilities. |
VCID-nuy6-81wq-aaaa
Aliases: CVE-2017-18258 GHSA-882p-jqgm-f45g |
Moderate severity vulnerability that affects nokogiri |
Affected by 32 other vulnerabilities. Affected by 12 other vulnerabilities. |
VCID-r1rk-6c3m-v7ga
Aliases: CVE-2025-32415 |
In libxml2 before 2.13.8 and 2.14.x before 2.14.2, xmlSchemaIDCFillNodeTables in xmlschemas.c has a heap-based buffer under-read. To exploit this, a crafted XML document must be validated against an XML schema with certain identity constraints, or a crafted XML schema must be used. |
Affected by 10 other vulnerabilities. Affected by 0 other vulnerabilities. Affected by 0 other vulnerabilities. |
VCID-rg4z-at9n-aaaa
Aliases: CVE-2020-24977 |
GNOME project libxml2 v2.9.10 has a global buffer over-read vulnerability in xmlEncodeEntitiesInternal at libxml2/entities.c. The issue has been fixed in commit 50f06b3e. |
Affected by 32 other vulnerabilities. Affected by 12 other vulnerabilities. |
VCID-sdba-sgwc-aaaj
Aliases: CVE-2021-3541 |
A flaw was found in libxml2. Exponential entity expansion attack its possible bypassing all existing protection mechanisms and leading to denial of service. |
Affected by 32 other vulnerabilities. Affected by 12 other vulnerabilities. |
VCID-tcgj-5cj9-5yc9
Aliases: CVE-2025-32414 |
In libxml2 before 2.13.8 and 2.14.x before 2.14.2, out-of-bounds memory access can occur in the Python API (Python bindings) because of an incorrect return value. This occurs in xmlPythonFileRead and xmlPythonFileReadRaw because of a difference between bytes and characters. |
Affected by 10 other vulnerabilities. Affected by 0 other vulnerabilities. Affected by 0 other vulnerabilities. |
VCID-th6j-c7js-aaaf
Aliases: CVE-2017-16932 GHSA-x2fm-93ww-ggvx |
parser.c in libxml2 before 2.9.5 does not prevent infinite recursion in parameter entities. |
Affected by 1 other vulnerability. Affected by 12 other vulnerabilities. |
VCID-u1dm-t6k2-aaaq
Aliases: CVE-2021-3516 |
Use After Free There's a flaw in libxml2's xmllint An attacker who is able to submit a crafted file to be processed by xmllint could trigger a use-after-free. The greatest impact of this flaw is to confidentiality, integrity, and availability. |
Affected by 32 other vulnerabilities. Affected by 12 other vulnerabilities. |
VCID-vekd-aqst-aaas
Aliases: CVE-2017-15412 GHSA-r58r-74gx-6wx3 |
Use After Free Use after free in libxml2, as used in Google Chrome and other products, allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page. |
Affected by 32 other vulnerabilities. |
VCID-vjpb-z8u8-aaab
Aliases: CVE-2017-7376 |
Improper Restriction of Operations within the Bounds of a Memory Buffer Buffer overflow in libxml2 allows remote attackers to execute arbitrary code by leveraging an incorrect limit for port values when handling redirects. |
Affected by 32 other vulnerabilities. |
VCID-wdr9-vsu9-aaap
Aliases: CVE-2021-3518 GHSA-v4f8-2847-rwm7 |
There's a flaw in libxml2 in versions before 2.9.11. An attacker who is able to submit a crafted file to be processed by an application linked with libxml2 could trigger a use-after-free. The greatest impact from this flaw is to confidentiality, integrity, and availability. |
Affected by 32 other vulnerabilities. Affected by 12 other vulnerabilities. |
VCID-wunb-embq-aaaq
Aliases: CVE-2023-29469 |
Double Free An issue was discovered in libxml2 before 2.10.4. When hashing empty dict strings in a crafted XML document, xmlDictComputeFastKey in dict.c can produce non-deterministic values, leading to various logic and memory errors, such as a double free. This behavior occurs because there is an attempt to use the first byte of an empty string, and any value is possible (not solely the '\0' value). |
Affected by 12 other vulnerabilities. |
VCID-wyr5-ekxy-cqfy
Aliases: CVE-2025-27113 |
libxml2: NULL Pointer Dereference in libxml2 xmlPatMatch |
Affected by 10 other vulnerabilities. Affected by 5 other vulnerabilities. Affected by 0 other vulnerabilities. |
VCID-xaum-qp9b-aaae
Aliases: CVE-2022-29824 |
In libxml2 before 2.9.14, several buffer handling functions in buf.c (xmlBuf*) and tree.c (xmlBuffer*) don't check for integer overflows. This can result in out-of-bounds memory writes. Exploitation requires a victim to open a crafted, multi-gigabyte XML file. Other software using libxml2's buffer functions, for example libxslt through 1.1.35, is affected as well. |
Affected by 32 other vulnerabilities. Affected by 12 other vulnerabilities. |
VCID-z4sj-ns7c-aaaf
Aliases: CVE-2020-7595 GHSA-7553-jr98-vx47 |
xmlStringLenDecodeEntities in parser.c in libxml2 2.9.10 has an infinite loop in a certain end-of-file situation. |
Affected by 32 other vulnerabilities. Affected by 12 other vulnerabilities. |
VCID-zqqw-fe14-aaac
Aliases: CVE-2017-16931 |
parser.c in libxml2 before 2.9.5 mishandles parameter-entity references because the NEXTL macro calls the xmlParserHandlePEReference function in the case of a '%' character in a DTD name. |
Affected by 32 other vulnerabilities. |
Vulnerability | Summary | Aliases |
---|---|---|
VCID-1155-4sem-aaaq | Moderate severity vulnerability that affects nokogiri |
CVE-2015-7499
GHSA-jxjr-5h69-qw3w |
VCID-1ph3-z8ja-aaac | Uncontrolled Resource Consumption The xz_decomp function in xzlib.c in libxml2 does not properly detect compression errors, which allows context-dependent attackers to cause a denial of service (process hang) via crafted XML data. |
CVE-2015-8035
|
VCID-1ynh-xcuu-aaae | Improper Restriction of Operations within the Bounds of a Memory Buffer The xmlParseElementDecl function in parser.c in libxml2 allows context-dependent attackers to cause a denial of service (heap-based buffer underread and application crash) via a crafted file, involving xmlParseName. |
CVE-2016-4447
|
VCID-2qau-2qt3-aaam | Improper Restriction of Operations within the Bounds of a Memory Buffer libxml2 is vulnerable to a stack-based buffer overflow. The function xmlSnprintfElementContent in valid.c is supposed to recursively dump the element content definition into a char buffer 'buf' of size 'size'. At the end of the routine, the function may strcat two more characters without checking whether the current strlen(buf) + 2 < size. This vulnerability causes programs that use libxml2, such as PHP, to crash. |
CVE-2017-9048
|
VCID-3xsz-q8j4-aaaj | High severity vulnerability that affects nokogiri |
CVE-2015-5312
GHSA-xjqg-9jvg-fgx2 |
VCID-46k1-2uqz-aaab | Improper Restriction of Operations within the Bounds of a Memory Buffer A buffer overflow was discovered in libxml2 . The function xmlSnprintfElementContent in valid.c is supposed to recursively dump the element content definition into a char buffer 'buf' of size 'size'. The variable len is assigned strlen(buf). If the content->type is XML_ELEMENT_CONTENT_ELEMENT, then (i) the content->prefix is appended to buf (if it actually fits) whereupon (ii) content->name is written to the buffer. However, the check for whether the content->name actually fits also uses 'len' rather than the updated buffer length strlen(buf). This allows us to write about "size" many bytes beyond the allocated memory. This vulnerability causes programs that use libxml2, such as PHP, to crash. |
CVE-2017-9047
|
VCID-4kts-b8nu-aaad | Out-of-bounds read in nokogiri |
CVE-2017-9050
GHSA-8c56-cpmw-89x7 |
VCID-6zrf-f1cm-aaah | Improper Restriction of Operations within the Bounds of a Memory Buffer The xmlSAX2TextNode function in SAX2.c in the push interface in the HTML parser in libxml2 allows context-dependent attackers to cause a denial of service (stack-based buffer over-read and application crash) or obtain sensitive information via crafted XML data. |
CVE-2015-8242
|
VCID-7nr1-p57s-aaaj | Out-of-bounds Read The htmlCurrentChar function in libxml2, as used in Apple iOS, OS X, tvOS, and watchOS, allows remote attackers to cause a denial of service (heap-based buffer over-read) via a crafted XML document. |
CVE-2016-1833
|
VCID-9ast-t7b4-aaaj | Improper Restriction of Operations within the Bounds of a Memory Buffer The htmlParseNameComplex function in HTMLparser.c in libxml2 allows attackers to cause a denial of service (out-of-bounds read) via a crafted XML document. |
CVE-2016-2073
|
VCID-9xpa-dx6k-aaap | Out-of-bounds Read libxml2 is vulnerable to a heap-based buffer over-read in the xmlDictComputeFastKey function in dict.c. This vulnerability causes programs that use libxml2, such as PHP, to crash. |
CVE-2017-9049
|
VCID-d7ye-gyq7-aaad | Improper Restriction of XML External Entity Reference A flaw in libxml2 allows remote XML entity inclusion with default parser flags (i.e., when the caller did not request entity substitution, DTD validation, external DTD subset loading, or default DTD attributes). Depending on the context, this may expose a higher-risk attack surface in libxml2 not usually reachable with default parser flags, and expose content from local files, HTTP, or FTP servers (which might be otherwise unreachable). |
CVE-2017-7375
|
VCID-f7ux-h8qn-aaan | Improper Input Validation The (1) xmlParserEntityCheck and (2) xmlParseAttValueComplex functions in parser.c in libxml2 do not properly keep track of the recursion depth, which allows context-dependent attackers to cause a denial of service (stack consumption and application crash) via a crafted XML document containing a large number of nested entity references. |
CVE-2016-3705
|
VCID-jrju-mshh-aaae | Use After Free Multiple use-after-free vulnerabilities in the (1) htmlPArsePubidLiteral and (2) htmlParseSystemiteral functions in libxml2, as used in Apple iOS, OS X, tvOS, and watchOS, allow remote attackers to cause a denial of service via a crafted XML document. |
CVE-2016-1837
|
VCID-jtq1-n4bm-aaan | Nokogiri, dict.c in libxml2 allows remote attackers to cause a denial of service (heap-based buffer over-read and application crash) |
CVE-2015-8806
GHSA-7hp2-xwpj-95jq |
VCID-m6pu-bgz7-aaap | A remote code execution vulnerability in libxml2 could enable an attacker using a specially crafted file to execute arbitrary code within the context of an unprivileged process. This issue is rated as High due to the possibility of remote code execution in an application that uses this library. Product: Android. Versions: 4.4.4, 5.0.2, 5.1.1, 6.0, 6.0.1, 7.0, 7.1.1, 7.1.2. Android ID: A-37104170. |
CVE-2017-0663
|
VCID-mjyh-qk4q-aaag | Improper Restriction of Operations within the Bounds of a Memory Buffer The xmlParseConditionalSections function in parser.c in libxml2 does not properly skip intermediary entities when it stops parsing invalid input, which allows context-dependent attackers to cause a denial of service (out-of-bounds read and crash) via crafted XML data, a different vulnerability than CVE-2015-7941. |
CVE-2015-7942
|
VCID-mpuz-tm4y-aaad | Nokogiri does not forbid namespace nodes in XPointer ranges |
CVE-2016-4658
GHSA-fr52-4hqw-p27f |
VCID-n4gm-zpen-aaaa | Improper Restriction of Operations within the Bounds of a Memory Buffer The xmlParseMisc function in parser.c in libxml2 allows context-dependent attackers to cause a denial of service (out-of-bounds heap read) via unspecified vectors related to incorrect entities boundaries and start tags. |
CVE-2015-7500
|
VCID-nmvj-q8r8-aaap | Improper Restriction of Operations within the Bounds of a Memory Buffer The xmlParseXMLDecl function in parser.c in libxml2 allows context-dependent attackers to obtain sensitive information via an (1) unterminated encoding value or (2) incomplete XML declaration in XML data, which triggers an out-of-bounds heap read. |
CVE-2015-8317
|
VCID-pf6b-dxvk-aaan | Use-after-free vulnerability in libxml2 through 2.9.4, as used in Google Chrome before 52.0.2743.82, allows remote attackers to cause a denial of service or possibly have unspecified other impact via vectors related to the XPointer range-to function. |
CVE-2016-5131
|
VCID-pjbc-merh-aaaq | Use-after-free vulnerability in the xmlSAX2AttributeNs function in libxml2 before 2.9.4, as used in Apple iOS before 9.3.2 and OS X before 10.11.5, allows remote attackers to cause a denial of service via a crafted XML document. |
CVE-2016-1835
|
VCID-q523-t29q-aaaj | Out-of-bounds Read The xmlDictAddString function in libxml2, as used in Apple iOS, OS X, tvOS, and watchOS, allows remote attackers to cause a denial of service (heap-based buffer over-read) via a crafted XML document. |
CVE-2016-1839
|
VCID-qk21-h42j-aaas | Improper Restriction of Operations within the Bounds of a Memory Buffer The htmlParseComment function in HTMLparser.c in libxml2 allows attackers to obtain sensitive information, cause a denial of service (out-of-bounds heap memory access and application crash), or possibly have unspecified other impact via an unclosed HTML comment. |
CVE-2015-8710
|
VCID-qky4-p9ky-aaan | Improper Input Validation The xmlStringGetNodeList function in tree.c in libxml2, when used in recovery mode, allows context-dependent attackers to cause a denial of service (infinite recursion, stack consumption, and application crash) via a crafted XML document. |
CVE-2016-3627
|
VCID-sqpm-y8sb-aaac | Improper Restriction of Operations within the Bounds of a Memory Buffer The xmlNextChar function in libxml2 does not properly check the state, which allows context-dependent attackers to cause a denial of service (heap-based buffer over-read and application crash) or obtain sensitive information via crafted XML data. |
CVE-2015-8241
|
VCID-su55-rp7r-aaaq | Improper Restriction of Operations within the Bounds of a Memory Buffer Heap-based buffer overflow in the xmlFAParsePosCharGroup function in libxml2, as used in Apple iOS, OS X, tvOS, and watchOS, allows remote attackers to execute arbitrary code or cause a denial of service (memory corruption) via a crafted XML document. |
CVE-2016-1840
|
VCID-swer-ap9v-aaam | Improper Restriction of Operations within the Bounds of a Memory Buffer Heap-based buffer overflow in the xmlDictComputeFastQKey function in dict.c in libxml2 allows context-dependent attackers to cause a denial of service via unspecified vectors. |
CVE-2015-7497
|
VCID-tkc2-74m9-aaaq | Improper Restriction of Operations within the Bounds of a Memory Buffer libxml2 does not properly stop parsing invalid input, which allows context-dependent attackers to cause a denial of service (out-of-bounds read and libxml2 crash) via crafted XML data to the (1) xmlParseEntityDecl or (2) xmlParseConditionalSections function in parser.c, as demonstrated by non-terminated entities. |
CVE-2015-7941
|
VCID-tx3d-7hjt-aaab | Deserialization of Untrusted Data The xmlBufAttrSerializeTxtContent function in xmlsave.c in libxml2 allows context-dependent attackers to cause a denial of service (out-of-bounds read and application crash) via a non-UTF-8 attribute value, related to serialization. NOTE: this vulnerability may be a duplicate of CVE-2016-3627. |
CVE-2016-4483
|
VCID-uem6-z7mb-aaae | Improper Restriction of Operations within the Bounds of a Memory Buffer Heap-based buffer overflow in the xmlParseXmlDecl function in parser.c in libxml2 allows context-dependent attackers to cause a denial of service via unspecified vectors related to extracting errors after an encoding conversion failure. |
CVE-2015-7498
|
VCID-v98n-z35h-aaaf | Moderate severity vulnerability that affects nokogiri |
CVE-2015-1819
GHSA-q7wx-62r7-j2x7 |
VCID-vekd-aqst-aaas | Use After Free Use after free in libxml2, as used in Google Chrome and other products, allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page. |
CVE-2017-15412
GHSA-r58r-74gx-6wx3 |
VCID-vjpb-z8u8-aaab | Improper Restriction of Operations within the Bounds of a Memory Buffer Buffer overflow in libxml2 allows remote attackers to execute arbitrary code by leveraging an incorrect limit for port values when handling redirects. |
CVE-2017-7376
|
VCID-w7vw-1nq3-aaac | Out-of-bounds Read The xmlPArserPrintFileContextInternal function in libxml2, as used in Apple iOS, OS X, tvOS, and watchOS, allows remote attackers to cause a denial of service (heap-based buffer over-read) via a crafted XML document. |
CVE-2016-1838
|
VCID-wf9x-r3us-aaaj | Use of Externally-Controlled Format String Format string vulnerability in libxml2 allows attackers to have unspecified impact via format string specifiers in unknown vectors. |
CVE-2016-4448
|
VCID-wsnx-wfhq-aaap | Improper Restriction of Operations within the Bounds of a Memory Buffer Heap-based buffer overflow in the xmlStrncat function in libxml2, as used in Apple iOS, OS X, tvOS, and watchOS, allows remote attackers to execute arbitrary code or cause a denial of service (memory corruption) via a crafted XML document. |
CVE-2016-1834
|
VCID-xagn-uq6u-aaaj | Uncontrolled Resource Consumption parser.c in libxml2 does not properly prevent entity expansion even when entity substitution has been disabled, which allows context-dependent attackers to cause a denial of service (CPU consumption) via a crafted XML document containing a large number of nested entity references, a variant of the "billion laughs" attack. |
CVE-2014-3660
|
VCID-ydsa-nwvx-aaag | Use After Free Use-after-free vulnerability in the xmlDictComputeFastKey function in libxml2, as used in Apple iOS, OS X, tvOS, and watchOS, allows remote attackers to cause a denial of service via a crafted XML document. |
CVE-2016-1836
|
VCID-yu35-r34h-aaam | Improper Restriction of Operations within the Bounds of a Memory Buffer The xmlNextChar function in libxml2 allows remote attackers to cause a denial of service (heap-based buffer over-read) via a crafted XML document. |
CVE-2016-1762
|
VCID-zew4-4yut-aaap | Improper Input Validation XML external entity (XXE) vulnerability in the xmlStringLenDecodeEntities function in parser.c in libxml2, when not in validating mode, allows context-dependent attackers to read arbitrary files or cause a denial of service (resource consumption) via unspecified vectors. |
CVE-2016-4449
|
Date | Actor | Action | Vulnerability | Source | VulnerableCode Version |
---|---|---|---|---|---|
2025-06-21T19:13:23.083893+00:00 | Debian Oval Importer | Fixing | VCID-n4gm-zpen-aaaa | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.3 |
2025-06-21T19:06:04.400771+00:00 | Debian Oval Importer | Fixing | VCID-pjbc-merh-aaaq | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.3 |
2025-06-21T19:00:37.064854+00:00 | Debian Oval Importer | Fixing | VCID-yu35-r34h-aaam | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.3 |
2025-06-21T18:57:32.981035+00:00 | Debian Oval Importer | Affected by | VCID-d1f6-59hf-aaaf | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.3 |
2025-06-21T18:49:00.675984+00:00 | Debian Oval Importer | Affected by | VCID-d41f-qy2v-aaan | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.3 |
2025-06-21T18:31:52.870401+00:00 | Debian Oval Importer | Fixing | VCID-mjyh-qk4q-aaag | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.3 |
2025-06-21T18:29:09.879837+00:00 | Debian Oval Importer | Affected by | VCID-u1dm-t6k2-aaaq | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.3 |
2025-06-21T18:26:58.651446+00:00 | Debian Oval Importer | Fixing | VCID-1155-4sem-aaaq | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.3 |
2025-06-21T18:21:50.988895+00:00 | Debian Oval Importer | Affected by | VCID-fke8-gpzm-aaad | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.3 |
2025-06-21T18:09:25.023122+00:00 | Debian Oval Importer | Affected by | VCID-2qau-2qt3-aaam | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.3 |
2025-06-21T18:09:12.284321+00:00 | Debian Oval Importer | Fixing | VCID-tx3d-7hjt-aaab | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.3 |
2025-06-21T17:57:36.043475+00:00 | Debian Oval Importer | Fixing | VCID-1155-4sem-aaaq | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T17:51:01.324478+00:00 | Debian Oval Importer | Affected by | VCID-d41f-qy2v-aaan | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T17:50:02.663064+00:00 | Debian Oval Importer | Fixing | VCID-1ynh-xcuu-aaae | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T17:41:58.731895+00:00 | Debian Oval Importer | Affected by | VCID-d1f6-59hf-aaaf | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T17:19:48.380030+00:00 | Debian Oval Importer | Fixing | VCID-jrju-mshh-aaae | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T17:17:39.122270+00:00 | Debian Oval Importer | Fixing | VCID-uem6-z7mb-aaae | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T17:01:45.397177+00:00 | Debian Oval Importer | Affected by | VCID-n3rk-tdn9-aaaa | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T16:56:28.965366+00:00 | Debian Oval Importer | Fixing | VCID-1ph3-z8ja-aaac | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T16:54:01.854956+00:00 | Debian Oval Importer | Affected by | VCID-2qau-2qt3-aaam | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T16:52:55.261010+00:00 | Debian Oval Importer | Fixing | VCID-swer-ap9v-aaam | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T16:52:22.266168+00:00 | Debian Oval Importer | Affected by | VCID-29mt-tpku-aaab | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T16:46:55.124033+00:00 | Debian Oval Importer | Affected by | VCID-vjpb-z8u8-aaab | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T16:41:03.587005+00:00 | Debian Oval Importer | Affected by | VCID-b8ge-qb4s-aaad | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T16:39:44.429760+00:00 | Debian Oval Importer | Affected by | VCID-z4sj-ns7c-aaaf | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T16:37:59.490646+00:00 | Debian Oval Importer | Fixing | VCID-9ast-t7b4-aaaj | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T16:35:17.091155+00:00 | Debian Oval Importer | Affected by | VCID-wdr9-vsu9-aaap | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T16:33:29.872591+00:00 | Debian Oval Importer | Affected by | VCID-nuy6-81wq-aaaa | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T16:26:33.168122+00:00 | Debian Oval Importer | Fixing | VCID-7nr1-p57s-aaaj | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T16:17:00.255896+00:00 | Debian Oval Importer | Fixing | VCID-tkc2-74m9-aaaq | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T16:08:40.448034+00:00 | Debian Oval Importer | Fixing | VCID-3xsz-q8j4-aaaj | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T16:03:52.075339+00:00 | Debian Oval Importer | Affected by | VCID-3q3t-625m-aaak | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T15:52:58.211545+00:00 | Debian Oval Importer | Fixing | VCID-jtq1-n4bm-aaan | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T15:51:16.204021+00:00 | Debian Oval Importer | Fixing | VCID-qky4-p9ky-aaan | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T15:49:11.989608+00:00 | Debian Oval Importer | Fixing | VCID-qk21-h42j-aaas | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T15:41:55.107216+00:00 | Debian Oval Importer | Affected by | VCID-xaum-qp9b-aaae | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T15:29:38.389090+00:00 | Debian Oval Importer | Fixing | VCID-sqpm-y8sb-aaac | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T15:26:51.850837+00:00 | Debian Oval Importer | Affected by | VCID-46k1-2uqz-aaab | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T15:16:57.144800+00:00 | Debian Oval Importer | Fixing | VCID-su55-rp7r-aaaq | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T15:12:04.572320+00:00 | Debian Oval Importer | Affected by | VCID-9me2-5n8r-aaas | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T15:11:36.980224+00:00 | Debian Oval Importer | Affected by | VCID-gn1q-6cht-aaap | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T14:55:30.334656+00:00 | Debian Oval Importer | Affected by | VCID-d7ye-gyq7-aaad | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T14:47:53.412169+00:00 | Debian Oval Importer | Affected by | VCID-4kts-b8nu-aaad | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T14:37:38.399095+00:00 | Debian Oval Importer | Fixing | VCID-yu35-r34h-aaam | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T14:35:14.072024+00:00 | Debian Oval Importer | Affected by | VCID-fke8-gpzm-aaad | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T14:31:34.765630+00:00 | Debian Oval Importer | Fixing | VCID-pf6b-dxvk-aaan | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T14:16:47.821162+00:00 | Debian Oval Importer | Fixing | VCID-zew4-4yut-aaap | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T14:16:16.239941+00:00 | Debian Oval Importer | Fixing | VCID-f7ux-h8qn-aaan | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T14:12:16.005461+00:00 | Debian Oval Importer | Affected by | VCID-vekd-aqst-aaas | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T14:09:06.335877+00:00 | Debian Oval Importer | Affected by | VCID-m6pu-bgz7-aaap | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T13:59:37.597161+00:00 | Debian Oval Importer | Fixing | VCID-6zrf-f1cm-aaah | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T13:59:34.081806+00:00 | Debian Oval Importer | Fixing | VCID-nmvj-q8r8-aaap | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T13:53:53.899060+00:00 | Debian Oval Importer | Affected by | VCID-sdba-sgwc-aaaj | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T13:48:23.321328+00:00 | Debian Oval Importer | Fixing | VCID-v98n-z35h-aaaf | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T13:31:09.650179+00:00 | Debian Oval Importer | Affected by | VCID-zqqw-fe14-aaac | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T13:29:45.416853+00:00 | Debian Oval Importer | Fixing | VCID-mjyh-qk4q-aaag | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T13:08:31.431628+00:00 | Debian Oval Importer | Fixing | VCID-mpuz-tm4y-aaad | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T13:06:57.827115+00:00 | Debian Oval Importer | Affected by | VCID-u1dm-t6k2-aaaq | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T13:03:10.061826+00:00 | Debian Oval Importer | Affected by | VCID-m7ct-1jfm-aaaj | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T13:02:33.707227+00:00 | Debian Oval Importer | Fixing | VCID-xagn-uq6u-aaaj | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T12:59:20.869569+00:00 | Debian Oval Importer | Affected by | VCID-ej8b-efns-aaae | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T12:57:02.120529+00:00 | Debian Oval Importer | Affected by | VCID-cj82-hgkb-aaak | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T12:53:37.220925+00:00 | Debian Oval Importer | Fixing | VCID-wf9x-r3us-aaaj | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T12:40:36.950161+00:00 | Debian Oval Importer | Fixing | VCID-pjbc-merh-aaaq | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T12:36:47.950850+00:00 | Debian Oval Importer | Affected by | VCID-mxw9-b35w-aaaa | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T12:13:14.732631+00:00 | Debian Oval Importer | Fixing | VCID-q523-t29q-aaaj | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T12:10:17.287459+00:00 | Debian Oval Importer | Affected by | VCID-wunb-embq-aaaq | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T11:38:54.149748+00:00 | Debian Oval Importer | Affected by | VCID-9xpa-dx6k-aaap | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T11:29:38.161455+00:00 | Debian Oval Importer | Fixing | VCID-wsnx-wfhq-aaap | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T11:26:35.508409+00:00 | Debian Oval Importer | Fixing | VCID-n4gm-zpen-aaaa | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T11:20:01.981156+00:00 | Debian Oval Importer | Fixing | VCID-w7vw-1nq3-aaac | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T11:19:35.381237+00:00 | Debian Oval Importer | Fixing | VCID-tx3d-7hjt-aaab | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T11:19:02.756995+00:00 | Debian Oval Importer | Fixing | VCID-ydsa-nwvx-aaag | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T11:15:23.158520+00:00 | Debian Oval Importer | Affected by | VCID-rg4z-at9n-aaaa | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T11:03:20.047030+00:00 | Debian Oval Importer | Fixing | VCID-46k1-2uqz-aaab | https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 | 36.1.3 |
2025-06-21T10:44:56.020241+00:00 | Debian Oval Importer | Fixing | VCID-vekd-aqst-aaas | https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 | 36.1.3 |
2025-06-21T10:40:16.419361+00:00 | Debian Oval Importer | Fixing | VCID-2qau-2qt3-aaam | https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 | 36.1.3 |
2025-06-21T10:26:27.733461+00:00 | Debian Oval Importer | Fixing | VCID-vjpb-z8u8-aaab | https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 | 36.1.3 |
2025-06-21T10:23:08.144465+00:00 | Debian Oval Importer | Fixing | VCID-m6pu-bgz7-aaap | https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 | 36.1.3 |
2025-06-21T10:18:40.955638+00:00 | Debian Oval Importer | Fixing | VCID-9xpa-dx6k-aaap | https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 | 36.1.3 |
2025-06-21T10:18:19.501857+00:00 | Debian Oval Importer | Fixing | VCID-4kts-b8nu-aaad | https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 | 36.1.3 |
2025-06-21T10:14:34.075253+00:00 | Debian Oval Importer | Fixing | VCID-d7ye-gyq7-aaad | https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 | 36.1.3 |
2025-06-21T08:04:25.915414+00:00 | Debian Oval Importer | Affected by | VCID-wunb-embq-aaaq | None | 36.1.3 |
2025-06-21T08:04:24.557791+00:00 | Debian Oval Importer | Affected by | VCID-3q3t-625m-aaak | None | 36.1.3 |
2025-06-21T06:35:26.846039+00:00 | Debian Oval Importer | Affected by | VCID-fke8-gpzm-aaad | None | 36.1.3 |
2025-06-21T06:35:26.129761+00:00 | Debian Oval Importer | Affected by | VCID-b8ge-qb4s-aaad | None | 36.1.3 |
2025-06-21T06:29:07.743532+00:00 | Debian Oval Importer | Affected by | VCID-th6j-c7js-aaaf | None | 36.1.3 |
2025-06-21T05:43:04.532766+00:00 | Debian Oval Importer | Affected by | VCID-e47u-5zh7-aaad | None | 36.1.3 |
2025-06-21T01:30:21.979371+00:00 | Debian Oval Importer | Affected by | VCID-4kts-b8nu-aaad | None | 36.1.3 |
2025-06-21T01:29:42.677010+00:00 | Debian Oval Importer | Affected by | VCID-9me2-5n8r-aaas | None | 36.1.3 |
2025-06-21T01:27:38.249978+00:00 | Debian Oval Importer | Fixing | VCID-wsnx-wfhq-aaap | None | 36.1.3 |
2025-06-21T01:24:01.181850+00:00 | Debian Oval Importer | Fixing | VCID-tx3d-7hjt-aaab | None | 36.1.3 |
2025-06-21T01:17:13.318343+00:00 | Debian Oval Importer | Fixing | VCID-9ast-t7b4-aaaj | None | 36.1.3 |
2025-06-21T01:10:55.060930+00:00 | Debian Oval Importer | Affected by | VCID-9xpa-dx6k-aaap | None | 36.1.3 |
2025-06-21T01:09:27.895429+00:00 | Debian Oval Importer | Fixing | VCID-jrju-mshh-aaae | None | 36.1.3 |
2025-06-21T01:07:17.570949+00:00 | Debian Oval Importer | Fixing | VCID-tkc2-74m9-aaaq | None | 36.1.3 |
2025-06-21T01:01:25.861230+00:00 | Debian Oval Importer | Fixing | VCID-zew4-4yut-aaap | None | 36.1.3 |
2025-06-21T00:53:33.814014+00:00 | Debian Oval Importer | Affected by | VCID-2qau-2qt3-aaam | None | 36.1.3 |
2025-06-21T00:51:32.474463+00:00 | Debian Oval Importer | Affected by | VCID-nuy6-81wq-aaaa | None | 36.1.3 |
2025-06-21T00:43:26.158811+00:00 | Debian Oval Importer | Fixing | VCID-jtq1-n4bm-aaan | None | 36.1.3 |
2025-06-21T00:38:19.787128+00:00 | Debian Oval Importer | Affected by | VCID-sdba-sgwc-aaaj | None | 36.1.3 |
2025-06-21T00:31:56.919472+00:00 | Debian Oval Importer | Affected by | VCID-u1dm-t6k2-aaaq | None | 36.1.3 |
2025-06-21T00:26:04.684856+00:00 | Debian Oval Importer | Affected by | VCID-ej8b-efns-aaae | None | 36.1.3 |
2025-06-21T00:18:03.980434+00:00 | Debian Oval Importer | Fixing | VCID-yu35-r34h-aaam | None | 36.1.3 |
2025-06-21T00:15:37.125164+00:00 | Debian Oval Importer | Fixing | VCID-sqpm-y8sb-aaac | None | 36.1.3 |
2025-06-21T00:14:59.522217+00:00 | Debian Oval Importer | Fixing | VCID-mjyh-qk4q-aaag | None | 36.1.3 |
2025-06-21T00:14:42.642932+00:00 | Debian Oval Importer | Fixing | VCID-pjbc-merh-aaaq | None | 36.1.3 |
2025-06-21T00:03:34.304368+00:00 | Debian Oval Importer | Fixing | VCID-1ynh-xcuu-aaae | None | 36.1.3 |
2025-06-21T00:03:13.732795+00:00 | Debian Oval Importer | Fixing | VCID-f7ux-h8qn-aaan | None | 36.1.3 |
2025-06-20T23:55:10.779398+00:00 | Debian Oval Importer | Fixing | VCID-xagn-uq6u-aaaj | None | 36.1.3 |
2025-06-20T23:53:35.060770+00:00 | Debian Oval Importer | Fixing | VCID-pf6b-dxvk-aaan | None | 36.1.3 |
2025-06-20T23:35:40.693103+00:00 | Debian Oval Importer | Affected by | VCID-m7ct-1jfm-aaaj | None | 36.1.3 |
2025-06-20T23:32:24.740763+00:00 | Debian Oval Importer | Affected by | VCID-xaum-qp9b-aaae | None | 36.1.3 |
2025-06-20T23:30:39.774679+00:00 | Debian Oval Importer | Fixing | VCID-wf9x-r3us-aaaj | None | 36.1.3 |
2025-06-20T23:30:06.109095+00:00 | Debian Oval Importer | Fixing | VCID-swer-ap9v-aaam | None | 36.1.3 |
2025-06-20T23:24:03.036242+00:00 | Debian Oval Importer | Affected by | VCID-d7ye-gyq7-aaad | None | 36.1.3 |
2025-06-20T23:14:42.186760+00:00 | Debian Oval Importer | Fixing | VCID-q523-t29q-aaaj | None | 36.1.3 |
2025-06-20T23:13:57.339963+00:00 | Debian Oval Importer | Affected by | VCID-z4sj-ns7c-aaaf | None | 36.1.3 |
2025-06-20T23:10:08.946680+00:00 | Debian Oval Importer | Affected by | VCID-d1f6-59hf-aaaf | None | 36.1.3 |
2025-06-20T23:10:04.455418+00:00 | Debian Oval Importer | Fixing | VCID-n4gm-zpen-aaaa | None | 36.1.3 |
2025-06-20T23:07:55.815496+00:00 | Debian Oval Importer | Affected by | VCID-d41f-qy2v-aaan | None | 36.1.3 |
2025-06-20T23:05:02.434360+00:00 | Debian Oval Importer | Affected by | VCID-vjpb-z8u8-aaab | None | 36.1.3 |
2025-06-20T23:04:53.843553+00:00 | Debian Oval Importer | Affected by | VCID-zqqw-fe14-aaac | None | 36.1.3 |
2025-06-20T22:58:05.266852+00:00 | Debian Oval Importer | Affected by | VCID-46k1-2uqz-aaab | None | 36.1.3 |
2025-06-20T22:57:20.046683+00:00 | Debian Oval Importer | Fixing | VCID-3xsz-q8j4-aaaj | None | 36.1.3 |
2025-06-20T22:49:34.445703+00:00 | Debian Oval Importer | Fixing | VCID-su55-rp7r-aaaq | None | 36.1.3 |
2025-06-20T22:41:31.654073+00:00 | Debian Oval Importer | Affected by | VCID-n3rk-tdn9-aaaa | None | 36.1.3 |
2025-06-20T22:38:22.865521+00:00 | Debian Oval Importer | Fixing | VCID-nmvj-q8r8-aaap | None | 36.1.3 |
2025-06-20T22:35:31.518227+00:00 | Debian Oval Importer | Affected by | VCID-gn1q-6cht-aaap | None | 36.1.3 |
2025-06-20T22:29:00.907654+00:00 | Debian Oval Importer | Fixing | VCID-6zrf-f1cm-aaah | None | 36.1.3 |
2025-06-20T22:21:50.214641+00:00 | Debian Oval Importer | Fixing | VCID-7nr1-p57s-aaaj | None | 36.1.3 |
2025-06-20T22:20:46.652698+00:00 | Debian Oval Importer | Fixing | VCID-ydsa-nwvx-aaag | None | 36.1.3 |
2025-06-20T22:16:13.687124+00:00 | Debian Oval Importer | Fixing | VCID-1ph3-z8ja-aaac | None | 36.1.3 |
2025-06-20T22:11:11.040451+00:00 | Debian Oval Importer | Affected by | VCID-vekd-aqst-aaas | None | 36.1.3 |
2025-06-20T22:06:15.170302+00:00 | Debian Oval Importer | Affected by | VCID-m6pu-bgz7-aaap | None | 36.1.3 |
2025-06-20T21:53:21.189798+00:00 | Debian Oval Importer | Fixing | VCID-w7vw-1nq3-aaac | None | 36.1.3 |
2025-06-20T21:41:28.499012+00:00 | Debian Oval Importer | Affected by | VCID-rg4z-at9n-aaaa | None | 36.1.3 |
2025-06-20T21:32:39.738794+00:00 | Debian Oval Importer | Affected by | VCID-wdr9-vsu9-aaap | None | 36.1.3 |
2025-06-20T21:22:31.164096+00:00 | Debian Oval Importer | Fixing | VCID-qky4-p9ky-aaan | None | 36.1.3 |
2025-06-20T21:14:42.140569+00:00 | Debian Oval Importer | Affected by | VCID-29mt-tpku-aaab | None | 36.1.3 |
2025-06-20T21:09:44.382710+00:00 | Debian Oval Importer | Fixing | VCID-uem6-z7mb-aaae | None | 36.1.3 |
2025-06-20T21:00:27.075435+00:00 | Debian Oval Importer | Fixing | VCID-1155-4sem-aaaq | None | 36.1.3 |
2025-06-20T20:31:20.621791+00:00 | Debian Oval Importer | Fixing | VCID-qk21-h42j-aaas | None | 36.1.3 |
2025-06-20T20:26:56.772013+00:00 | Debian Oval Importer | Affected by | VCID-mxw9-b35w-aaaa | None | 36.1.3 |
2025-06-20T20:17:01.621261+00:00 | Debian Oval Importer | Affected by | VCID-cj82-hgkb-aaak | None | 36.1.3 |
2025-06-20T20:10:59.226038+00:00 | Debian Oval Importer | Fixing | VCID-v98n-z35h-aaaf | None | 36.1.3 |
2025-06-20T20:01:16.321998+00:00 | Debian Oval Importer | Fixing | VCID-mpuz-tm4y-aaad | None | 36.1.3 |
2025-06-20T19:53:46.040494+00:00 | Debian Oval Importer | Fixing | VCID-vekd-aqst-aaas | None | 36.1.3 |
2025-06-20T19:53:44.651928+00:00 | Debian Oval Importer | Fixing | VCID-m6pu-bgz7-aaap | None | 36.1.3 |
2025-06-08T13:16:52.883137+00:00 | Debian Oval Importer | Affected by | VCID-nuy6-81wq-aaaa | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.0 |
2025-06-08T13:16:22.634393+00:00 | Debian Oval Importer | Affected by | VCID-vekd-aqst-aaas | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.0 |
2025-06-08T13:14:31.053622+00:00 | Debian Oval Importer | Affected by | VCID-ej8b-efns-aaae | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.0 |
2025-06-08T13:10:06.041346+00:00 | Debian Oval Importer | Affected by | VCID-gn1q-6cht-aaap | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.0 |
2025-06-08T13:08:29.329387+00:00 | Debian Oval Importer | Fixing | VCID-w7vw-1nq3-aaac | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.0 |
2025-06-08T12:48:32.685333+00:00 | Debian Oval Importer | Fixing | VCID-wf9x-r3us-aaaj | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.0 |
2025-06-08T12:43:47.618245+00:00 | Debian Oval Importer | Affected by | VCID-d7ye-gyq7-aaad | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.0 |
2025-06-08T12:43:37.026338+00:00 | Debian Oval Importer | Fixing | VCID-zew4-4yut-aaap | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.0 |
2025-06-08T12:38:38.796632+00:00 | Debian Oval Importer | Fixing | VCID-mpuz-tm4y-aaad | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.0 |
2025-06-08T12:37:46.100122+00:00 | Debian Oval Importer | Affected by | VCID-4kts-b8nu-aaad | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.0 |
2025-06-08T12:34:02.273272+00:00 | Debian Oval Importer | Affected by | VCID-3q3t-625m-aaak | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.0 |
2025-06-08T12:27:02.331621+00:00 | Debian Oval Importer | Fixing | VCID-q523-t29q-aaaj | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.0 |
2025-06-08T12:20:33.910061+00:00 | Debian Oval Importer | Fixing | VCID-9ast-t7b4-aaaj | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.0 |
2025-06-08T12:09:25.721272+00:00 | Debian Oval Importer | Fixing | VCID-tkc2-74m9-aaaq | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.0 |
2025-06-08T12:09:20.599361+00:00 | Debian Oval Importer | Affected by | VCID-9me2-5n8r-aaas | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.0 |
2025-06-08T12:01:05.660973+00:00 | Debian Oval Importer | Affected by | VCID-e47u-5zh7-aaad | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.0 |
2025-06-08T11:55:46.227137+00:00 | Debian Oval Importer | Fixing | VCID-pf6b-dxvk-aaan | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.0 |
2025-06-08T11:52:56.426506+00:00 | Debian Oval Importer | Affected by | VCID-m7ct-1jfm-aaaj | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.0 |
2025-06-08T11:42:12.259016+00:00 | Debian Oval Importer | Fixing | VCID-n4gm-zpen-aaaa | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.0 |
2025-06-08T11:35:11.273267+00:00 | Debian Oval Importer | Fixing | VCID-pjbc-merh-aaaq | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.0 |
2025-06-08T11:29:55.867373+00:00 | Debian Oval Importer | Fixing | VCID-yu35-r34h-aaam | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.0 |
2025-06-08T11:26:58.570458+00:00 | Debian Oval Importer | Affected by | VCID-d1f6-59hf-aaaf | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.0 |
2025-06-08T11:18:51.746034+00:00 | Debian Oval Importer | Affected by | VCID-d41f-qy2v-aaan | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.0 |
2025-06-08T11:02:19.953951+00:00 | Debian Oval Importer | Fixing | VCID-mjyh-qk4q-aaag | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.0 |
2025-06-08T10:59:40.604119+00:00 | Debian Oval Importer | Affected by | VCID-u1dm-t6k2-aaaq | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.0 |
2025-06-08T10:57:32.533694+00:00 | Debian Oval Importer | Fixing | VCID-1155-4sem-aaaq | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.0 |
2025-06-08T10:52:38.741362+00:00 | Debian Oval Importer | Affected by | VCID-fke8-gpzm-aaad | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.0 |
2025-06-08T10:40:51.488133+00:00 | Debian Oval Importer | Affected by | VCID-2qau-2qt3-aaam | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.0 |
2025-06-08T10:40:39.237082+00:00 | Debian Oval Importer | Fixing | VCID-tx3d-7hjt-aaab | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.0 |
2025-06-08T10:29:18.711984+00:00 | Debian Oval Importer | Fixing | VCID-1155-4sem-aaaq | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T10:23:52.911229+00:00 | Debian Oval Importer | Affected by | VCID-d41f-qy2v-aaan | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T10:22:57.390295+00:00 | Debian Oval Importer | Fixing | VCID-1ynh-xcuu-aaae | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T10:15:15.662702+00:00 | Debian Oval Importer | Affected by | VCID-d1f6-59hf-aaaf | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T10:00:51.532057+00:00 | Debian Oval Importer | Fixing | VCID-jrju-mshh-aaae | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T09:58:50.887668+00:00 | Debian Oval Importer | Fixing | VCID-uem6-z7mb-aaae | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T09:46:46.443887+00:00 | Debian Oval Importer | Affected by | VCID-n3rk-tdn9-aaaa | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T09:41:36.258963+00:00 | Debian Oval Importer | Fixing | VCID-1ph3-z8ja-aaac | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T09:39:10.462006+00:00 | Debian Oval Importer | Affected by | VCID-2qau-2qt3-aaam | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T09:38:03.059276+00:00 | Debian Oval Importer | Fixing | VCID-swer-ap9v-aaam | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T09:37:30.603579+00:00 | Debian Oval Importer | Affected by | VCID-29mt-tpku-aaab | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T09:32:09.726864+00:00 | Debian Oval Importer | Affected by | VCID-vjpb-z8u8-aaab | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T09:26:32.289712+00:00 | Debian Oval Importer | Affected by | VCID-b8ge-qb4s-aaad | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T09:25:16.309627+00:00 | Debian Oval Importer | Affected by | VCID-z4sj-ns7c-aaaf | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T09:23:33.687686+00:00 | Debian Oval Importer | Fixing | VCID-9ast-t7b4-aaaj | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T09:20:57.802898+00:00 | Debian Oval Importer | Affected by | VCID-wdr9-vsu9-aaap | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T09:19:13.534019+00:00 | Debian Oval Importer | Affected by | VCID-nuy6-81wq-aaaa | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T09:12:28.719298+00:00 | Debian Oval Importer | Fixing | VCID-7nr1-p57s-aaaj | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T09:03:40.703599+00:00 | Debian Oval Importer | Fixing | VCID-tkc2-74m9-aaaq | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T08:59:19.790119+00:00 | Debian Oval Importer | Fixing | VCID-3xsz-q8j4-aaaj | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T08:56:53.843907+00:00 | Debian Oval Importer | Affected by | VCID-3q3t-625m-aaak | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T08:46:18.190403+00:00 | Debian Oval Importer | Fixing | VCID-jtq1-n4bm-aaan | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T08:44:37.174909+00:00 | Debian Oval Importer | Fixing | VCID-qky4-p9ky-aaan | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T08:42:36.595929+00:00 | Debian Oval Importer | Fixing | VCID-qk21-h42j-aaas | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T08:36:02.098559+00:00 | Debian Oval Importer | Affected by | VCID-xaum-qp9b-aaae | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T08:24:10.647462+00:00 | Debian Oval Importer | Fixing | VCID-sqpm-y8sb-aaac | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T08:21:26.020530+00:00 | Debian Oval Importer | Affected by | VCID-46k1-2uqz-aaab | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T08:10:48.208739+00:00 | Debian Oval Importer | Fixing | VCID-su55-rp7r-aaaq | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T08:05:50.342422+00:00 | Debian Oval Importer | Affected by | VCID-9me2-5n8r-aaas | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T08:05:19.854508+00:00 | Debian Oval Importer | Affected by | VCID-gn1q-6cht-aaap | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T07:48:58.732881+00:00 | Debian Oval Importer | Affected by | VCID-d7ye-gyq7-aaad | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T07:41:15.854933+00:00 | Debian Oval Importer | Affected by | VCID-4kts-b8nu-aaad | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T07:30:45.790725+00:00 | Debian Oval Importer | Fixing | VCID-yu35-r34h-aaam | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T07:28:19.721329+00:00 | Debian Oval Importer | Affected by | VCID-fke8-gpzm-aaad | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T07:24:38.653927+00:00 | Debian Oval Importer | Fixing | VCID-pf6b-dxvk-aaan | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T07:10:09.478549+00:00 | Debian Oval Importer | Fixing | VCID-zew4-4yut-aaap | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T07:09:37.477200+00:00 | Debian Oval Importer | Fixing | VCID-f7ux-h8qn-aaan | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T07:05:37.323371+00:00 | Debian Oval Importer | Affected by | VCID-vekd-aqst-aaas | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T07:02:30.079486+00:00 | Debian Oval Importer | Affected by | VCID-m6pu-bgz7-aaap | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T06:53:47.508454+00:00 | Debian Oval Importer | Fixing | VCID-6zrf-f1cm-aaah | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T06:53:43.844936+00:00 | Debian Oval Importer | Fixing | VCID-nmvj-q8r8-aaap | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T06:48:11.338741+00:00 | Debian Oval Importer | Affected by | VCID-sdba-sgwc-aaaj | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T06:42:34.331649+00:00 | Debian Oval Importer | Fixing | VCID-v98n-z35h-aaaf | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T06:25:10.242727+00:00 | Debian Oval Importer | Affected by | VCID-zqqw-fe14-aaac | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T06:23:45.438516+00:00 | Debian Oval Importer | Fixing | VCID-mjyh-qk4q-aaag | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T06:03:22.358210+00:00 | Debian Oval Importer | Fixing | VCID-mpuz-tm4y-aaad | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T06:01:49.165834+00:00 | Debian Oval Importer | Affected by | VCID-u1dm-t6k2-aaaq | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T05:58:04.611770+00:00 | Debian Oval Importer | Affected by | VCID-m7ct-1jfm-aaaj | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T05:57:28.549254+00:00 | Debian Oval Importer | Fixing | VCID-xagn-uq6u-aaaj | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T05:54:17.630293+00:00 | Debian Oval Importer | Affected by | VCID-ej8b-efns-aaae | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T05:52:00.833761+00:00 | Debian Oval Importer | Affected by | VCID-cj82-hgkb-aaak | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T05:48:36.255922+00:00 | Debian Oval Importer | Fixing | VCID-wf9x-r3us-aaaj | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T05:36:54.261511+00:00 | Debian Oval Importer | Fixing | VCID-pjbc-merh-aaaq | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T05:34:18.042723+00:00 | Debian Oval Importer | Affected by | VCID-mxw9-b35w-aaaa | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T05:18:33.652717+00:00 | Debian Oval Importer | Fixing | VCID-q523-t29q-aaaj | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T05:16:27.702360+00:00 | Debian Oval Importer | Affected by | VCID-wunb-embq-aaaq | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T04:56:07.987562+00:00 | Debian Oval Importer | Affected by | VCID-9xpa-dx6k-aaap | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T04:50:16.839589+00:00 | Debian Oval Importer | Fixing | VCID-wsnx-wfhq-aaap | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T04:48:15.334527+00:00 | Debian Oval Importer | Fixing | VCID-n4gm-zpen-aaaa | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T04:43:59.327584+00:00 | Debian Oval Importer | Fixing | VCID-w7vw-1nq3-aaac | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T04:43:34.038237+00:00 | Debian Oval Importer | Fixing | VCID-tx3d-7hjt-aaab | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T04:43:00.105471+00:00 | Debian Oval Importer | Fixing | VCID-ydsa-nwvx-aaag | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T04:40:43.695703+00:00 | Debian Oval Importer | Affected by | VCID-rg4z-at9n-aaaa | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T04:33:41.499349+00:00 | Debian Oval Importer | Fixing | VCID-46k1-2uqz-aaab | https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 | 36.1.0 |
2025-06-08T04:22:52.396134+00:00 | Debian Oval Importer | Fixing | VCID-vekd-aqst-aaas | https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 | 36.1.0 |
2025-06-08T04:19:58.985934+00:00 | Debian Oval Importer | Fixing | VCID-2qau-2qt3-aaam | https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 | 36.1.0 |
2025-06-08T04:11:29.835589+00:00 | Debian Oval Importer | Fixing | VCID-vjpb-z8u8-aaab | https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 | 36.1.0 |
2025-06-08T04:09:11.170494+00:00 | Debian Oval Importer | Fixing | VCID-m6pu-bgz7-aaap | https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 | 36.1.0 |
2025-06-08T04:06:15.150249+00:00 | Debian Oval Importer | Fixing | VCID-9xpa-dx6k-aaap | https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 | 36.1.0 |
2025-06-08T04:05:54.209486+00:00 | Debian Oval Importer | Fixing | VCID-4kts-b8nu-aaad | https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 | 36.1.0 |
2025-06-08T04:03:17.696532+00:00 | Debian Oval Importer | Fixing | VCID-d7ye-gyq7-aaad | https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 | 36.1.0 |
2025-06-08T01:45:28.882103+00:00 | Debian Oval Importer | Affected by | VCID-wunb-embq-aaaq | None | 36.1.0 |
2025-06-08T01:45:27.420949+00:00 | Debian Oval Importer | Affected by | VCID-3q3t-625m-aaak | None | 36.1.0 |
2025-06-08T00:14:38.304471+00:00 | Debian Oval Importer | Affected by | VCID-fke8-gpzm-aaad | None | 36.1.0 |
2025-06-08T00:14:37.584932+00:00 | Debian Oval Importer | Affected by | VCID-b8ge-qb4s-aaad | None | 36.1.0 |
2025-06-08T00:08:19.141863+00:00 | Debian Oval Importer | Affected by | VCID-th6j-c7js-aaaf | None | 36.1.0 |
2025-06-07T23:21:19.195271+00:00 | Debian Oval Importer | Affected by | VCID-e47u-5zh7-aaad | None | 36.1.0 |
2025-06-07T18:53:17.836085+00:00 | Debian Oval Importer | Affected by | VCID-4kts-b8nu-aaad | None | 36.1.0 |
2025-06-07T18:52:37.918908+00:00 | Debian Oval Importer | Affected by | VCID-9me2-5n8r-aaas | None | 36.1.0 |
2025-06-07T18:50:30.770836+00:00 | Debian Oval Importer | Fixing | VCID-wsnx-wfhq-aaap | None | 36.1.0 |
2025-06-07T18:46:48.702432+00:00 | Debian Oval Importer | Fixing | VCID-tx3d-7hjt-aaab | None | 36.1.0 |
2025-06-07T18:39:55.602458+00:00 | Debian Oval Importer | Fixing | VCID-9ast-t7b4-aaaj | None | 36.1.0 |
2025-06-07T18:33:34.980190+00:00 | Debian Oval Importer | Affected by | VCID-9xpa-dx6k-aaap | None | 36.1.0 |
2025-06-07T18:32:06.418959+00:00 | Debian Oval Importer | Fixing | VCID-jrju-mshh-aaae | None | 36.1.0 |
2025-06-07T18:29:53.483159+00:00 | Debian Oval Importer | Fixing | VCID-tkc2-74m9-aaaq | None | 36.1.0 |
2025-06-07T18:23:54.277688+00:00 | Debian Oval Importer | Fixing | VCID-zew4-4yut-aaap | None | 36.1.0 |
2025-06-07T18:15:55.281954+00:00 | Debian Oval Importer | Affected by | VCID-2qau-2qt3-aaam | None | 36.1.0 |
2025-06-07T18:13:54.932391+00:00 | Debian Oval Importer | Affected by | VCID-nuy6-81wq-aaaa | None | 36.1.0 |
2025-06-07T18:05:59.136287+00:00 | Debian Oval Importer | Fixing | VCID-jtq1-n4bm-aaan | None | 36.1.0 |
2025-06-07T18:00:55.396114+00:00 | Debian Oval Importer | Affected by | VCID-sdba-sgwc-aaaj | None | 36.1.0 |
2025-06-07T17:54:35.801903+00:00 | Debian Oval Importer | Affected by | VCID-u1dm-t6k2-aaaq | None | 36.1.0 |
2025-06-07T17:48:49.435970+00:00 | Debian Oval Importer | Affected by | VCID-ej8b-efns-aaae | None | 36.1.0 |
2025-06-07T17:40:59.430230+00:00 | Debian Oval Importer | Fixing | VCID-yu35-r34h-aaam | None | 36.1.0 |
2025-06-07T17:38:30.437147+00:00 | Debian Oval Importer | Fixing | VCID-sqpm-y8sb-aaac | None | 36.1.0 |
2025-06-07T17:37:52.796380+00:00 | Debian Oval Importer | Fixing | VCID-mjyh-qk4q-aaag | None | 36.1.0 |
2025-06-07T17:37:35.316090+00:00 | Debian Oval Importer | Fixing | VCID-pjbc-merh-aaaq | None | 36.1.0 |
2025-06-07T17:26:21.784257+00:00 | Debian Oval Importer | Fixing | VCID-1ynh-xcuu-aaae | None | 36.1.0 |
2025-06-07T17:26:01.345112+00:00 | Debian Oval Importer | Fixing | VCID-f7ux-h8qn-aaan | None | 36.1.0 |
2025-06-07T17:18:02.792692+00:00 | Debian Oval Importer | Fixing | VCID-xagn-uq6u-aaaj | None | 36.1.0 |
2025-06-07T17:16:27.003836+00:00 | Debian Oval Importer | Fixing | VCID-pf6b-dxvk-aaan | None | 36.1.0 |
2025-06-07T16:58:37.519819+00:00 | Debian Oval Importer | Affected by | VCID-m7ct-1jfm-aaaj | None | 36.1.0 |
2025-06-07T16:55:20.152882+00:00 | Debian Oval Importer | Affected by | VCID-xaum-qp9b-aaae | None | 36.1.0 |
2025-06-07T16:53:34.882120+00:00 | Debian Oval Importer | Fixing | VCID-wf9x-r3us-aaaj | None | 36.1.0 |
2025-06-07T16:53:01.178329+00:00 | Debian Oval Importer | Fixing | VCID-swer-ap9v-aaam | None | 36.1.0 |
2025-06-07T16:46:57.151428+00:00 | Debian Oval Importer | Affected by | VCID-d7ye-gyq7-aaad | None | 36.1.0 |
2025-06-07T16:37:48.012566+00:00 | Debian Oval Importer | Fixing | VCID-q523-t29q-aaaj | None | 36.1.0 |
2025-06-07T16:37:03.670204+00:00 | Debian Oval Importer | Affected by | VCID-z4sj-ns7c-aaaf | None | 36.1.0 |
2025-06-07T16:33:17.981635+00:00 | Debian Oval Importer | Affected by | VCID-d1f6-59hf-aaaf | None | 36.1.0 |
2025-06-07T16:33:13.566061+00:00 | Debian Oval Importer | Fixing | VCID-n4gm-zpen-aaaa | None | 36.1.0 |
2025-06-07T16:31:04.724310+00:00 | Debian Oval Importer | Affected by | VCID-d41f-qy2v-aaan | None | 36.1.0 |
2025-06-07T16:28:16.170151+00:00 | Debian Oval Importer | Affected by | VCID-vjpb-z8u8-aaab | None | 36.1.0 |
2025-06-07T16:28:07.829347+00:00 | Debian Oval Importer | Affected by | VCID-zqqw-fe14-aaac | None | 36.1.0 |
2025-06-07T16:21:19.859228+00:00 | Debian Oval Importer | Affected by | VCID-46k1-2uqz-aaab | None | 36.1.0 |
2025-06-07T16:20:35.942963+00:00 | Debian Oval Importer | Fixing | VCID-3xsz-q8j4-aaaj | None | 36.1.0 |
2025-06-07T16:13:20.965488+00:00 | Debian Oval Importer | Fixing | VCID-su55-rp7r-aaaq | None | 36.1.0 |
2025-06-07T16:05:26.271712+00:00 | Debian Oval Importer | Affected by | VCID-n3rk-tdn9-aaaa | None | 36.1.0 |
2025-06-07T16:02:21.432846+00:00 | Debian Oval Importer | Fixing | VCID-nmvj-q8r8-aaap | None | 36.1.0 |
2025-06-07T15:59:30.862606+00:00 | Debian Oval Importer | Affected by | VCID-gn1q-6cht-aaap | None | 36.1.0 |
2025-06-07T15:53:12.173106+00:00 | Debian Oval Importer | Fixing | VCID-6zrf-f1cm-aaah | None | 36.1.0 |
2025-06-07T15:46:03.516000+00:00 | Debian Oval Importer | Fixing | VCID-7nr1-p57s-aaaj | None | 36.1.0 |
2025-06-07T15:44:57.640421+00:00 | Debian Oval Importer | Fixing | VCID-ydsa-nwvx-aaag | None | 36.1.0 |
2025-06-07T15:40:14.802390+00:00 | Debian Oval Importer | Fixing | VCID-1ph3-z8ja-aaac | None | 36.1.0 |
2025-06-07T15:35:11.196621+00:00 | Debian Oval Importer | Affected by | VCID-vekd-aqst-aaas | None | 36.1.0 |
2025-06-07T15:30:06.741299+00:00 | Debian Oval Importer | Affected by | VCID-m6pu-bgz7-aaap | None | 36.1.0 |
2025-06-07T15:16:41.664766+00:00 | Debian Oval Importer | Fixing | VCID-w7vw-1nq3-aaac | None | 36.1.0 |
2025-06-07T15:04:18.235590+00:00 | Debian Oval Importer | Affected by | VCID-rg4z-at9n-aaaa | None | 36.1.0 |
2025-06-07T14:55:12.394546+00:00 | Debian Oval Importer | Affected by | VCID-wdr9-vsu9-aaap | None | 36.1.0 |
2025-06-07T14:45:45.871948+00:00 | Debian Oval Importer | Fixing | VCID-qky4-p9ky-aaan | None | 36.1.0 |
2025-06-07T14:38:50.182467+00:00 | Debian Oval Importer | Affected by | VCID-29mt-tpku-aaab | None | 36.1.0 |
2025-06-07T14:34:49.516306+00:00 | Debian Oval Importer | Fixing | VCID-uem6-z7mb-aaae | None | 36.1.0 |
2025-06-07T14:27:36.937417+00:00 | Debian Oval Importer | Fixing | VCID-1155-4sem-aaaq | None | 36.1.0 |
2025-06-07T14:05:00.353462+00:00 | Debian Oval Importer | Fixing | VCID-qk21-h42j-aaas | None | 36.1.0 |
2025-06-07T14:01:39.110624+00:00 | Debian Oval Importer | Affected by | VCID-mxw9-b35w-aaaa | None | 36.1.0 |
2025-06-07T13:56:37.015776+00:00 | Debian Oval Importer | Affected by | VCID-cj82-hgkb-aaak | None | 36.1.0 |
2025-06-07T13:53:59.844902+00:00 | Debian Oval Importer | Fixing | VCID-v98n-z35h-aaaf | None | 36.1.0 |
2025-06-07T13:50:06.013109+00:00 | Debian Oval Importer | Fixing | VCID-mpuz-tm4y-aaad | None | 36.1.0 |
2025-06-07T13:44:33.703480+00:00 | Debian Oval Importer | Fixing | VCID-vekd-aqst-aaas | None | 36.1.0 |
2025-06-07T13:44:32.346186+00:00 | Debian Oval Importer | Fixing | VCID-m6pu-bgz7-aaap | None | 36.1.0 |
2025-05-06T18:45:30.268314+00:00 | Debian Oval Importer | Affected by | VCID-tcgj-5cj9-5yc9 | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-05-06T18:45:26.413510+00:00 | Debian Oval Importer | Affected by | VCID-r1rk-6c3m-v7ga | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-13T03:14:36.325133+00:00 | Debian Oval Importer | Affected by | VCID-4z87-yfha-aaaq | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-13T03:12:39.225971+00:00 | Debian Oval Importer | Affected by | VCID-fv91-qz3t-mbhe | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-13T03:12:11.683665+00:00 | Debian Oval Importer | Affected by | VCID-2fyr-85vm-aaak | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-13T03:11:16.545496+00:00 | Debian Oval Importer | Affected by | VCID-hwbg-k6j9-73ay | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-13T03:01:03.727790+00:00 | Debian Oval Importer | Affected by | VCID-wyr5-ekxy-cqfy | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-13T02:55:03.081841+00:00 | Debian Oval Importer | Affected by | VCID-4kh8-6c5m-sycp | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-13T02:52:18.720411+00:00 | Debian Oval Importer | Affected by | VCID-g16k-s1p7-aaaj | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-13T01:58:16.654197+00:00 | Debian Oval Importer | Affected by | VCID-8j39-d27x-aaaa | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-13T01:57:36.249600+00:00 | Debian Oval Importer | Affected by | VCID-gufu-nks1-aaag | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T22:24:48.244938+00:00 | Debian Oval Importer | Fixing | VCID-6zrf-f1cm-aaah | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T22:24:28.625727+00:00 | Debian Oval Importer | Affected by | VCID-9xpa-dx6k-aaap | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T22:23:09.990724+00:00 | Debian Oval Importer | Fixing | VCID-f7ux-h8qn-aaan | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T22:17:29.046826+00:00 | Debian Oval Importer | Fixing | VCID-sqpm-y8sb-aaac | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T22:13:02.403515+00:00 | Debian Oval Importer | Affected by | VCID-m6pu-bgz7-aaap | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T22:05:01.396565+00:00 | Debian Oval Importer | Fixing | VCID-jtq1-n4bm-aaan | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T21:33:55.545996+00:00 | Debian Oval Importer | Fixing | VCID-uem6-z7mb-aaae | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T21:33:30.139200+00:00 | Debian Oval Importer | Affected by | VCID-wdr9-vsu9-aaap | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T21:29:44.835478+00:00 | Debian Oval Importer | Fixing | VCID-3xsz-q8j4-aaaj | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T21:25:24.856655+00:00 | Debian Oval Importer | Fixing | VCID-nmvj-q8r8-aaap | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T21:24:58.830192+00:00 | Debian Oval Importer | Affected by | VCID-29mt-tpku-aaab | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T21:22:59.295608+00:00 | Debian Oval Importer | Fixing | VCID-swer-ap9v-aaam | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T21:21:29.836974+00:00 | Debian Oval Importer | Affected by | VCID-xaum-qp9b-aaae | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T21:21:24.058816+00:00 | Debian Oval Importer | Affected by | VCID-b8ge-qb4s-aaad | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T21:18:25.987380+00:00 | Debian Oval Importer | Fixing | VCID-ydsa-nwvx-aaag | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T21:11:45.108670+00:00 | Debian Oval Importer | Affected by | VCID-cj82-hgkb-aaak | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T21:04:27.711922+00:00 | Debian Oval Importer | Affected by | VCID-zqqw-fe14-aaac | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T20:50:57.227093+00:00 | Debian Oval Importer | Fixing | VCID-jrju-mshh-aaae | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T20:49:23.667400+00:00 | Debian Oval Importer | Fixing | VCID-wsnx-wfhq-aaap | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T20:42:22.532136+00:00 | Debian Oval Importer | Fixing | VCID-v98n-z35h-aaaf | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T20:34:12.487507+00:00 | Debian Oval Importer | Affected by | VCID-rg4z-at9n-aaaa | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T20:32:05.871437+00:00 | Debian Oval Importer | Fixing | VCID-1ph3-z8ja-aaac | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T20:21:34.999081+00:00 | Debian Oval Importer | Fixing | VCID-1ynh-xcuu-aaae | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T20:19:21.069081+00:00 | Debian Oval Importer | Affected by | VCID-n3rk-tdn9-aaaa | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T20:14:54.257331+00:00 | Debian Oval Importer | Affected by | VCID-vjpb-z8u8-aaab | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T20:06:22.086487+00:00 | Debian Oval Importer | Fixing | VCID-qky4-p9ky-aaan | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T20:02:48.937528+00:00 | Debian Oval Importer | Affected by | VCID-wunb-embq-aaaq | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T20:00:41.221718+00:00 | Debian Oval Importer | Fixing | VCID-xagn-uq6u-aaaj | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T20:00:24.450055+00:00 | Debian Oval Importer | Affected by | VCID-sdba-sgwc-aaaj | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T19:56:22.405140+00:00 | Debian Oval Importer | Fixing | VCID-7nr1-p57s-aaaj | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T19:50:30.476517+00:00 | Debian Oval Importer | Affected by | VCID-z4sj-ns7c-aaaf | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T19:47:53.356790+00:00 | Debian Oval Importer | Fixing | VCID-qk21-h42j-aaas | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T19:47:25.137459+00:00 | Debian Oval Importer | Fixing | VCID-su55-rp7r-aaaq | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T19:40:46.038237+00:00 | Debian Oval Importer | Affected by | VCID-46k1-2uqz-aaab | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T19:33:41.922180+00:00 | Debian Oval Importer | Affected by | VCID-mxw9-b35w-aaaa | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T19:27:23.155754+00:00 | Debian Oval Importer | Affected by | VCID-th6j-c7js-aaaf | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T19:04:51.158465+00:00 | Debian Oval Importer | Affected by | VCID-nuy6-81wq-aaaa | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T19:04:20.348784+00:00 | Debian Oval Importer | Affected by | VCID-vekd-aqst-aaas | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T19:02:23.432804+00:00 | Debian Oval Importer | Affected by | VCID-ej8b-efns-aaae | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T18:57:47.888831+00:00 | Debian Oval Importer | Affected by | VCID-gn1q-6cht-aaap | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T18:56:08.313847+00:00 | Debian Oval Importer | Fixing | VCID-w7vw-1nq3-aaac | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T18:35:28.604170+00:00 | Debian Oval Importer | Fixing | VCID-wf9x-r3us-aaaj | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T18:30:39.465317+00:00 | Debian Oval Importer | Affected by | VCID-d7ye-gyq7-aaad | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T18:30:28.317176+00:00 | Debian Oval Importer | Fixing | VCID-zew4-4yut-aaap | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T18:25:19.195255+00:00 | Debian Oval Importer | Fixing | VCID-mpuz-tm4y-aaad | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T18:24:23.698871+00:00 | Debian Oval Importer | Affected by | VCID-4kts-b8nu-aaad | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T18:20:31.023639+00:00 | Debian Oval Importer | Affected by | VCID-3q3t-625m-aaak | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T18:13:15.803423+00:00 | Debian Oval Importer | Fixing | VCID-q523-t29q-aaaj | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T18:06:31.026118+00:00 | Debian Oval Importer | Fixing | VCID-9ast-t7b4-aaaj | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T17:55:01.620027+00:00 | Debian Oval Importer | Fixing | VCID-tkc2-74m9-aaaq | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T17:54:56.231467+00:00 | Debian Oval Importer | Affected by | VCID-9me2-5n8r-aaas | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T17:46:24.968616+00:00 | Debian Oval Importer | Affected by | VCID-e47u-5zh7-aaad | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T17:40:55.639408+00:00 | Debian Oval Importer | Fixing | VCID-pf6b-dxvk-aaan | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T17:38:01.718214+00:00 | Debian Oval Importer | Affected by | VCID-m7ct-1jfm-aaaj | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T17:26:58.738932+00:00 | Debian Oval Importer | Fixing | VCID-n4gm-zpen-aaaa | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T17:19:40.086136+00:00 | Debian Oval Importer | Fixing | VCID-pjbc-merh-aaaq | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T17:14:13.976985+00:00 | Debian Oval Importer | Fixing | VCID-yu35-r34h-aaam | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T17:11:08.551470+00:00 | Debian Oval Importer | Affected by | VCID-d1f6-59hf-aaaf | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T17:02:48.040441+00:00 | Debian Oval Importer | Affected by | VCID-d41f-qy2v-aaan | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T16:45:15.594821+00:00 | Debian Oval Importer | Fixing | VCID-mjyh-qk4q-aaag | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T16:42:29.419095+00:00 | Debian Oval Importer | Affected by | VCID-u1dm-t6k2-aaaq | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T16:40:15.438330+00:00 | Debian Oval Importer | Fixing | VCID-1155-4sem-aaaq | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T16:35:03.954196+00:00 | Debian Oval Importer | Affected by | VCID-fke8-gpzm-aaad | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T16:22:36.158007+00:00 | Debian Oval Importer | Affected by | VCID-2qau-2qt3-aaam | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T16:22:23.120337+00:00 | Debian Oval Importer | Fixing | VCID-tx3d-7hjt-aaab | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T16:10:33.668810+00:00 | Debian Oval Importer | Fixing | VCID-1155-4sem-aaaq | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-12T16:04:58.651125+00:00 | Debian Oval Importer | Affected by | VCID-d41f-qy2v-aaan | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-12T16:03:59.594441+00:00 | Debian Oval Importer | Fixing | VCID-1ynh-xcuu-aaae | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-12T15:56:05.169951+00:00 | Debian Oval Importer | Affected by | VCID-d1f6-59hf-aaaf | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T08:33:08.367236+00:00 | Debian Oval Importer | Fixing | VCID-jrju-mshh-aaae | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T08:31:05.422500+00:00 | Debian Oval Importer | Fixing | VCID-uem6-z7mb-aaae | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T08:19:05.311163+00:00 | Debian Oval Importer | Affected by | VCID-n3rk-tdn9-aaaa | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T08:13:59.783933+00:00 | Debian Oval Importer | Fixing | VCID-1ph3-z8ja-aaac | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T08:11:34.582968+00:00 | Debian Oval Importer | Affected by | VCID-2qau-2qt3-aaam | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T08:10:27.168116+00:00 | Debian Oval Importer | Fixing | VCID-swer-ap9v-aaam | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T08:09:54.110706+00:00 | Debian Oval Importer | Affected by | VCID-29mt-tpku-aaab | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T08:04:33.420419+00:00 | Debian Oval Importer | Affected by | VCID-vjpb-z8u8-aaab | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T07:58:53.441015+00:00 | Debian Oval Importer | Affected by | VCID-b8ge-qb4s-aaad | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T07:57:35.072866+00:00 | Debian Oval Importer | Affected by | VCID-z4sj-ns7c-aaaf | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T07:55:50.417792+00:00 | Debian Oval Importer | Fixing | VCID-9ast-t7b4-aaaj | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T07:53:10.974888+00:00 | Debian Oval Importer | Affected by | VCID-wdr9-vsu9-aaap | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T07:51:22.426990+00:00 | Debian Oval Importer | Affected by | VCID-nuy6-81wq-aaaa | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T07:44:22.383306+00:00 | Debian Oval Importer | Fixing | VCID-7nr1-p57s-aaaj | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T07:35:21.471639+00:00 | Debian Oval Importer | Fixing | VCID-tkc2-74m9-aaaq | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T07:30:56.698403+00:00 | Debian Oval Importer | Fixing | VCID-3xsz-q8j4-aaaj | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T07:28:29.851460+00:00 | Debian Oval Importer | Affected by | VCID-3q3t-625m-aaak | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T07:17:50.479846+00:00 | Debian Oval Importer | Fixing | VCID-jtq1-n4bm-aaan | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T07:16:09.364541+00:00 | Debian Oval Importer | Fixing | VCID-qky4-p9ky-aaan | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T07:14:05.534063+00:00 | Debian Oval Importer | Fixing | VCID-qk21-h42j-aaas | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T07:07:28.774078+00:00 | Debian Oval Importer | Affected by | VCID-xaum-qp9b-aaae | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T06:55:32.857603+00:00 | Debian Oval Importer | Fixing | VCID-sqpm-y8sb-aaac | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T06:52:45.423879+00:00 | Debian Oval Importer | Affected by | VCID-46k1-2uqz-aaab | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T06:42:46.139027+00:00 | Debian Oval Importer | Fixing | VCID-su55-rp7r-aaaq | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T06:37:52.668767+00:00 | Debian Oval Importer | Affected by | VCID-9me2-5n8r-aaas | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T06:37:25.007756+00:00 | Debian Oval Importer | Affected by | VCID-gn1q-6cht-aaap | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T06:21:25.335840+00:00 | Debian Oval Importer | Affected by | VCID-d7ye-gyq7-aaad | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T06:13:43.736248+00:00 | Debian Oval Importer | Affected by | VCID-4kts-b8nu-aaad | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T06:03:33.914224+00:00 | Debian Oval Importer | Fixing | VCID-yu35-r34h-aaam | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T06:01:09.139183+00:00 | Debian Oval Importer | Affected by | VCID-fke8-gpzm-aaad | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T05:57:14.794604+00:00 | Debian Oval Importer | Fixing | VCID-pf6b-dxvk-aaan | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T05:42:43.454006+00:00 | Debian Oval Importer | Fixing | VCID-zew4-4yut-aaap | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T05:42:11.345523+00:00 | Debian Oval Importer | Fixing | VCID-f7ux-h8qn-aaan | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T05:38:15.643379+00:00 | Debian Oval Importer | Affected by | VCID-vekd-aqst-aaas | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T05:35:13.553847+00:00 | Debian Oval Importer | Affected by | VCID-m6pu-bgz7-aaap | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T05:26:15.911340+00:00 | Debian Oval Importer | Fixing | VCID-6zrf-f1cm-aaah | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T05:26:12.403297+00:00 | Debian Oval Importer | Fixing | VCID-nmvj-q8r8-aaap | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T05:20:35.834961+00:00 | Debian Oval Importer | Affected by | VCID-sdba-sgwc-aaaj | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T05:15:02.454106+00:00 | Debian Oval Importer | Fixing | VCID-v98n-z35h-aaaf | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T04:57:29.931072+00:00 | Debian Oval Importer | Affected by | VCID-zqqw-fe14-aaac | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T04:56:04.397743+00:00 | Debian Oval Importer | Fixing | VCID-mjyh-qk4q-aaag | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T04:35:21.321683+00:00 | Debian Oval Importer | Fixing | VCID-mpuz-tm4y-aaad | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T04:33:45.954976+00:00 | Debian Oval Importer | Affected by | VCID-u1dm-t6k2-aaaq | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T04:29:57.121170+00:00 | Debian Oval Importer | Affected by | VCID-m7ct-1jfm-aaaj | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T04:29:20.127682+00:00 | Debian Oval Importer | Fixing | VCID-xagn-uq6u-aaaj | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T04:26:09.627867+00:00 | Debian Oval Importer | Affected by | VCID-ej8b-efns-aaae | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T04:23:50.930091+00:00 | Debian Oval Importer | Affected by | VCID-cj82-hgkb-aaak | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T04:20:22.169759+00:00 | Debian Oval Importer | Fixing | VCID-wf9x-r3us-aaaj | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T04:08:27.215374+00:00 | Debian Oval Importer | Fixing | VCID-pjbc-merh-aaaq | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T04:05:46.079198+00:00 | Debian Oval Importer | Affected by | VCID-mxw9-b35w-aaaa | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T03:49:36.528293+00:00 | Debian Oval Importer | Fixing | VCID-q523-t29q-aaaj | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T03:47:29.943133+00:00 | Debian Oval Importer | Affected by | VCID-wunb-embq-aaaq | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T03:27:12.604604+00:00 | Debian Oval Importer | Affected by | VCID-9xpa-dx6k-aaap | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T03:21:26.748661+00:00 | Debian Oval Importer | Fixing | VCID-wsnx-wfhq-aaap | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T03:19:21.910953+00:00 | Debian Oval Importer | Fixing | VCID-n4gm-zpen-aaaa | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T03:15:03.963587+00:00 | Debian Oval Importer | Fixing | VCID-w7vw-1nq3-aaac | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T03:14:36.188648+00:00 | Debian Oval Importer | Fixing | VCID-tx3d-7hjt-aaab | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T03:14:01.789373+00:00 | Debian Oval Importer | Fixing | VCID-ydsa-nwvx-aaag | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T03:11:45.381989+00:00 | Debian Oval Importer | Affected by | VCID-rg4z-at9n-aaaa | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T03:04:10.558577+00:00 | Debian Oval Importer | Fixing | VCID-46k1-2uqz-aaab | https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 | 36.0.0 |
2025-04-08T02:52:37.604139+00:00 | Debian Oval Importer | Fixing | VCID-vekd-aqst-aaas | https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 | 36.0.0 |
2025-04-08T02:49:30.446647+00:00 | Debian Oval Importer | Fixing | VCID-2qau-2qt3-aaam | https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 | 36.0.0 |
2025-04-08T02:40:28.753807+00:00 | Debian Oval Importer | Fixing | VCID-vjpb-z8u8-aaab | https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 | 36.0.0 |
2025-04-08T02:37:58.452288+00:00 | Debian Oval Importer | Fixing | VCID-m6pu-bgz7-aaap | https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 | 36.0.0 |
2025-04-08T02:34:46.730460+00:00 | Debian Oval Importer | Fixing | VCID-9xpa-dx6k-aaap | https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 | 36.0.0 |
2025-04-08T02:34:22.570526+00:00 | Debian Oval Importer | Fixing | VCID-4kts-b8nu-aaad | https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 | 36.0.0 |
2025-04-08T02:31:40.074392+00:00 | Debian Oval Importer | Fixing | VCID-d7ye-gyq7-aaad | https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 | 36.0.0 |
2025-04-08T00:17:20.186664+00:00 | Debian Oval Importer | Affected by | VCID-wunb-embq-aaaq | None | 36.0.0 |
2025-04-08T00:17:18.762935+00:00 | Debian Oval Importer | Affected by | VCID-3q3t-625m-aaak | None | 36.0.0 |
2025-04-07T22:47:01.968281+00:00 | Debian Oval Importer | Affected by | VCID-fke8-gpzm-aaad | None | 36.0.0 |
2025-04-07T22:47:01.228026+00:00 | Debian Oval Importer | Affected by | VCID-b8ge-qb4s-aaad | None | 36.0.0 |
2025-04-07T22:40:39.804079+00:00 | Debian Oval Importer | Affected by | VCID-th6j-c7js-aaaf | None | 36.0.0 |
2025-04-07T21:53:16.010364+00:00 | Debian Oval Importer | Affected by | VCID-e47u-5zh7-aaad | None | 36.0.0 |
2025-04-07T17:31:08.233224+00:00 | Debian Oval Importer | Affected by | VCID-4kts-b8nu-aaad | None | 36.0.0 |
2025-04-07T17:30:28.512906+00:00 | Debian Oval Importer | Affected by | VCID-9me2-5n8r-aaas | None | 36.0.0 |
2025-04-07T17:28:18.820733+00:00 | Debian Oval Importer | Fixing | VCID-wsnx-wfhq-aaap | None | 36.0.0 |
2025-04-07T17:24:38.482754+00:00 | Debian Oval Importer | Fixing | VCID-tx3d-7hjt-aaab | None | 36.0.0 |
2025-04-07T17:17:44.777769+00:00 | Debian Oval Importer | Fixing | VCID-9ast-t7b4-aaaj | None | 36.0.0 |
2025-04-07T17:11:17.652879+00:00 | Debian Oval Importer | Affected by | VCID-9xpa-dx6k-aaap | None | 36.0.0 |
2025-04-07T17:09:47.018465+00:00 | Debian Oval Importer | Fixing | VCID-jrju-mshh-aaae | None | 36.0.0 |
2025-04-07T17:07:33.419796+00:00 | Debian Oval Importer | Fixing | VCID-tkc2-74m9-aaaq | None | 36.0.0 |
2025-04-07T17:01:30.381088+00:00 | Debian Oval Importer | Fixing | VCID-zew4-4yut-aaap | None | 36.0.0 |
2025-04-07T16:53:23.707405+00:00 | Debian Oval Importer | Affected by | VCID-2qau-2qt3-aaam | None | 36.0.0 |
2025-04-07T16:51:19.628817+00:00 | Debian Oval Importer | Affected by | VCID-nuy6-81wq-aaaa | None | 36.0.0 |
2025-04-07T16:43:07.500599+00:00 | Debian Oval Importer | Fixing | VCID-jtq1-n4bm-aaan | None | 36.0.0 |
2025-04-07T16:37:53.657464+00:00 | Debian Oval Importer | Affected by | VCID-sdba-sgwc-aaaj | None | 36.0.0 |
2025-04-07T16:31:22.634870+00:00 | Debian Oval Importer | Affected by | VCID-u1dm-t6k2-aaaq | None | 36.0.0 |
2025-04-07T16:25:21.393148+00:00 | Debian Oval Importer | Affected by | VCID-ej8b-efns-aaae | None | 36.0.0 |
2025-04-07T16:16:21.423655+00:00 | Debian Oval Importer | Fixing | VCID-yu35-r34h-aaam | None | 36.0.0 |
2025-04-07T16:13:19.599543+00:00 | Debian Oval Importer | Fixing | VCID-sqpm-y8sb-aaac | None | 36.0.0 |
2025-04-07T16:12:40.364032+00:00 | Debian Oval Importer | Fixing | VCID-mjyh-qk4q-aaag | None | 36.0.0 |
2025-04-07T16:12:22.345294+00:00 | Debian Oval Importer | Fixing | VCID-pjbc-merh-aaaq | None | 36.0.0 |
2025-04-07T16:00:43.635438+00:00 | Debian Oval Importer | Fixing | VCID-1ynh-xcuu-aaae | None | 36.0.0 |
2025-04-07T16:00:21.954144+00:00 | Debian Oval Importer | Fixing | VCID-f7ux-h8qn-aaan | None | 36.0.0 |
2025-04-07T15:51:59.278361+00:00 | Debian Oval Importer | Fixing | VCID-xagn-uq6u-aaaj | None | 36.0.0 |
2025-04-07T15:50:19.894747+00:00 | Debian Oval Importer | Fixing | VCID-pf6b-dxvk-aaan | None | 36.0.0 |
2025-04-07T15:31:45.580905+00:00 | Debian Oval Importer | Affected by | VCID-m7ct-1jfm-aaaj | None | 36.0.0 |
2025-04-07T15:28:20.388154+00:00 | Debian Oval Importer | Affected by | VCID-xaum-qp9b-aaae | None | 36.0.0 |
2025-04-07T15:26:30.375802+00:00 | Debian Oval Importer | Fixing | VCID-wf9x-r3us-aaaj | None | 36.0.0 |
2025-04-07T15:25:55.145939+00:00 | Debian Oval Importer | Fixing | VCID-swer-ap9v-aaam | None | 36.0.0 |
2025-04-07T15:19:35.906614+00:00 | Debian Oval Importer | Affected by | VCID-d7ye-gyq7-aaad | None | 36.0.0 |
2025-04-07T15:10:01.693690+00:00 | Debian Oval Importer | Fixing | VCID-q523-t29q-aaaj | None | 36.0.0 |
2025-04-07T15:09:15.646632+00:00 | Debian Oval Importer | Affected by | VCID-z4sj-ns7c-aaaf | None | 36.0.0 |
2025-04-07T15:05:23.077021+00:00 | Debian Oval Importer | Affected by | VCID-d1f6-59hf-aaaf | None | 36.0.0 |
2025-04-07T15:05:18.729092+00:00 | Debian Oval Importer | Fixing | VCID-n4gm-zpen-aaaa | None | 36.0.0 |
2025-04-07T15:03:05.545156+00:00 | Debian Oval Importer | Affected by | VCID-d41f-qy2v-aaan | None | 36.0.0 |
2025-04-07T15:00:08.750062+00:00 | Debian Oval Importer | Affected by | VCID-vjpb-z8u8-aaab | None | 36.0.0 |
2025-04-07T15:00:00.130057+00:00 | Debian Oval Importer | Affected by | VCID-zqqw-fe14-aaac | None | 36.0.0 |
2025-04-07T14:53:03.623462+00:00 | Debian Oval Importer | Affected by | VCID-46k1-2uqz-aaab | None | 36.0.0 |
2025-04-07T14:52:18.138102+00:00 | Debian Oval Importer | Fixing | VCID-3xsz-q8j4-aaaj | None | 36.0.0 |
2025-04-07T14:44:47.251052+00:00 | Debian Oval Importer | Fixing | VCID-su55-rp7r-aaaq | None | 36.0.0 |
2025-04-07T14:36:38.135612+00:00 | Debian Oval Importer | Affected by | VCID-n3rk-tdn9-aaaa | None | 36.0.0 |
2025-04-07T14:33:29.407780+00:00 | Debian Oval Importer | Fixing | VCID-nmvj-q8r8-aaap | None | 36.0.0 |
2025-04-07T14:30:37.050012+00:00 | Debian Oval Importer | Affected by | VCID-gn1q-6cht-aaap | None | 36.0.0 |
2025-04-07T14:24:06.867424+00:00 | Debian Oval Importer | Fixing | VCID-6zrf-f1cm-aaah | None | 36.0.0 |
2025-04-07T14:16:46.933747+00:00 | Debian Oval Importer | Fixing | VCID-7nr1-p57s-aaaj | None | 36.0.0 |
2025-04-07T14:15:42.386178+00:00 | Debian Oval Importer | Fixing | VCID-ydsa-nwvx-aaag | None | 36.0.0 |
2025-04-07T14:11:09.194327+00:00 | Debian Oval Importer | Fixing | VCID-1ph3-z8ja-aaac | None | 36.0.0 |
2025-04-07T14:06:09.455231+00:00 | Debian Oval Importer | Affected by | VCID-vekd-aqst-aaas | None | 36.0.0 |
2025-04-07T14:01:12.179011+00:00 | Debian Oval Importer | Affected by | VCID-m6pu-bgz7-aaap | None | 36.0.0 |
2025-04-07T13:48:13.086540+00:00 | Debian Oval Importer | Fixing | VCID-w7vw-1nq3-aaac | None | 36.0.0 |
2025-04-07T13:36:06.932985+00:00 | Debian Oval Importer | Affected by | VCID-rg4z-at9n-aaaa | None | 36.0.0 |
2025-04-07T13:27:10.648721+00:00 | Debian Oval Importer | Affected by | VCID-wdr9-vsu9-aaap | None | 36.0.0 |
2025-04-07T13:17:44.795862+00:00 | Debian Oval Importer | Fixing | VCID-qky4-p9ky-aaan | None | 36.0.0 |
2025-04-07T13:10:56.583073+00:00 | Debian Oval Importer | Affected by | VCID-29mt-tpku-aaab | None | 36.0.0 |
2025-04-07T13:06:55.658640+00:00 | Debian Oval Importer | Fixing | VCID-uem6-z7mb-aaae | None | 36.0.0 |
2025-04-07T12:59:55.238265+00:00 | Debian Oval Importer | Fixing | VCID-1155-4sem-aaaq | None | 36.0.0 |
2025-04-07T12:38:51.764284+00:00 | Debian Oval Importer | Fixing | VCID-qk21-h42j-aaas | None | 36.0.0 |
2025-04-07T12:35:53.914084+00:00 | Debian Oval Importer | Affected by | VCID-mxw9-b35w-aaaa | None | 36.0.0 |
2025-04-07T12:31:17.452733+00:00 | Debian Oval Importer | Affected by | VCID-cj82-hgkb-aaak | None | 36.0.0 |
2025-04-07T12:28:48.473811+00:00 | Debian Oval Importer | Fixing | VCID-v98n-z35h-aaaf | None | 36.0.0 |
2025-04-07T12:25:03.439410+00:00 | Debian Oval Importer | Fixing | VCID-mpuz-tm4y-aaad | None | 36.0.0 |
2025-04-07T12:19:49.224381+00:00 | Debian Oval Importer | Fixing | VCID-vekd-aqst-aaas | None | 36.0.0 |
2025-04-07T12:19:47.590203+00:00 | Debian Oval Importer | Fixing | VCID-m6pu-bgz7-aaap | None | 36.0.0 |