Search for packages
Package details: pkg:conan/libxml2@2.9.10
purl pkg:conan/libxml2@2.9.10
Next non-vulnerable version 2.11.9
Latest non-vulnerable version 2.12.9
Risk 4.0
Vulnerabilities affecting this package (16)
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.
2.9.12
Affected by 9 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."
2.11.6
Affected by 1 other vulnerability.
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.
2.10.4
Affected by 3 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.
2.11.3
Affected by 0 other vulnerabilities.
2.11.4
Affected by 2 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.
2.10.3
Affected by 5 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.
2.10.3
Affected by 5 other vulnerabilities.
VCID-g16k-s1p7-aaaj
Aliases:
CVE-2024-25062
libxml2: use-after-free in XMLReader
2.11.7
Affected by 0 other vulnerabilities.
2.11.9
Affected by 0 other vulnerabilities.
2.12.5
Affected by 0 other vulnerabilities.
2.12.9
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.
2.9.12
Affected by 9 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.
2.9.13
Affected by 7 other vulnerabilities.
2.9.14
Affected by 7 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.
2.9.12
Affected by 9 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.
2.9.12
Affected by 9 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.
2.9.12
Affected by 9 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.
2.9.12
Affected by 9 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).
2.10.4
Affected by 3 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.
2.9.14
Affected by 7 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.
2.9.12
Affected by 9 other vulnerabilities.
Vulnerabilities fixed by this package (0)
Vulnerability Summary Aliases
This package is not known to fix vulnerabilities.

Date Actor Action Vulnerability Source VulnerableCode Version
2025-06-20T16:52:22.507355+00:00 GitLab Importer Affected by VCID-g16k-s1p7-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2024-25062.yml 36.1.3
2025-06-20T16:44:48.090441+00:00 GitLab Importer Affected by VCID-2fyr-85vm-aaak None 36.1.3
2025-06-20T16:41:07.896202+00:00 GitLab Importer Affected by VCID-4z87-yfha-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2023-39615.yml 36.1.3
2025-06-20T16:41:07.744866+00:00 GitLab Importer Affected by VCID-4z87-yfha-aaaq None 36.1.3
2025-06-20T16:29:34.669091+00:00 GitLab Importer Affected by VCID-wunb-embq-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2023-29469.yml 36.1.3
2025-06-20T16:29:31.198275+00:00 GitLab Importer Affected by VCID-3q3t-625m-aaak None 36.1.3
2025-06-20T16:29:27.961531+00:00 GitLab Importer Affected by VCID-3q3t-625m-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2023-28484.yml 36.1.3
2025-06-20T16:29:27.796433+00:00 GitLab Importer Affected by VCID-wunb-embq-aaaq None 36.1.3
2025-06-20T16:15:25.510406+00:00 GitLab Importer Affected by VCID-fke8-gpzm-aaad None 36.1.3
2025-06-20T16:15:22.017140+00:00 GitLab Importer Affected by VCID-b8ge-qb4s-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2022-40304.yml 36.1.3
2025-06-20T16:15:18.311699+00:00 GitLab Importer Affected by VCID-b8ge-qb4s-aaad None 36.1.3
2025-06-20T16:15:09.149793+00:00 GitLab Importer Affected by VCID-fke8-gpzm-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2022-40303.yml 36.1.3
2025-06-20T15:38:23.852131+00:00 GitLab Importer Affected by VCID-xaum-qp9b-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2022-29824.yml 36.1.3
2025-06-20T15:38:16.797416+00:00 GitLab Importer Affected by VCID-xaum-qp9b-aaae None 36.1.3
2025-06-20T15:32:40.441744+00:00 GitLab Importer Affected by VCID-n3rk-tdn9-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2022-23308.yml 36.1.3
2025-06-20T15:32:39.450593+00:00 GitLab Importer Affected by VCID-n3rk-tdn9-aaaa None 36.1.3
2025-06-20T15:10:58.470970+00:00 GitLab Importer Affected by VCID-sdba-sgwc-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3541.yml 36.1.3
2025-06-20T15:10:58.265874+00:00 GitLab Importer Affected by VCID-sdba-sgwc-aaaj None 36.1.3
2025-06-20T15:09:00.636560+00:00 GitLab Importer Affected by VCID-u1dm-t6k2-aaaq None 36.1.3
2025-06-20T15:08:56.732166+00:00 GitLab Importer Affected by VCID-u1dm-t6k2-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3516.yml 36.1.3
2025-06-20T15:05:25.252732+00:00 GitLab Importer Affected by VCID-29mt-tpku-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3517.yml 36.1.3
2025-06-20T15:05:22.220970+00:00 GitLab Importer Affected by VCID-29mt-tpku-aaab None 36.1.3
2025-06-20T15:05:16.883926+00:00 GitLab Importer Affected by VCID-wdr9-vsu9-aaap None 36.1.3
2025-06-20T15:05:14.601018+00:00 GitLab Importer Affected by VCID-wdr9-vsu9-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3518.yml 36.1.3
2025-06-20T15:04:44.665151+00:00 GitLab Importer Affected by VCID-gn1q-6cht-aaap None 36.1.3
2025-06-20T15:03:53.527867+00:00 GitLab Importer Affected by VCID-gn1q-6cht-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3537.yml 36.1.3
2025-06-20T14:49:33.330577+00:00 GitLab Importer Affected by VCID-rg4z-at9n-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2020-24977.yml 36.1.3
2025-06-20T14:49:13.394854+00:00 GitLab Importer Affected by VCID-rg4z-at9n-aaaa None 36.1.3
2025-06-20T14:33:36.641196+00:00 GitLab Importer Affected by VCID-z4sj-ns7c-aaaf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2020-7595.yml 36.1.3
2025-06-20T14:33:36.620928+00:00 GitLab Importer Affected by VCID-z4sj-ns7c-aaaf None 36.1.3
2025-06-03T23:29:42.222895+00:00 GitLab Importer Affected by VCID-g16k-s1p7-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2024-25062.yml 36.1.0
2025-06-03T23:22:56.297424+00:00 GitLab Importer Affected by VCID-2fyr-85vm-aaak None 36.1.0
2025-06-03T23:19:43.979114+00:00 GitLab Importer Affected by VCID-4z87-yfha-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2023-39615.yml 36.1.0
2025-06-03T23:19:43.863052+00:00 GitLab Importer Affected by VCID-4z87-yfha-aaaq None 36.1.0
2025-06-03T23:08:49.284575+00:00 GitLab Importer Affected by VCID-wunb-embq-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2023-29469.yml 36.1.0
2025-06-03T23:08:45.959830+00:00 GitLab Importer Affected by VCID-3q3t-625m-aaak None 36.1.0
2025-06-03T23:08:42.438801+00:00 GitLab Importer Affected by VCID-3q3t-625m-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2023-28484.yml 36.1.0
2025-06-03T23:08:41.666732+00:00 GitLab Importer Affected by VCID-wunb-embq-aaaq None 36.1.0
2025-06-03T22:55:11.757337+00:00 GitLab Importer Affected by VCID-fke8-gpzm-aaad None 36.1.0
2025-06-03T22:55:08.190780+00:00 GitLab Importer Affected by VCID-b8ge-qb4s-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2022-40304.yml 36.1.0
2025-06-03T22:55:04.753664+00:00 GitLab Importer Affected by VCID-b8ge-qb4s-aaad None 36.1.0
2025-06-03T22:54:58.384124+00:00 GitLab Importer Affected by VCID-fke8-gpzm-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2022-40303.yml 36.1.0
2025-06-03T22:18:40.900734+00:00 GitLab Importer Affected by VCID-xaum-qp9b-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2022-29824.yml 36.1.0
2025-06-03T22:18:34.252809+00:00 GitLab Importer Affected by VCID-xaum-qp9b-aaae None 36.1.0
2025-06-03T22:13:23.100220+00:00 GitLab Importer Affected by VCID-n3rk-tdn9-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2022-23308.yml 36.1.0
2025-06-03T22:13:22.151801+00:00 GitLab Importer Affected by VCID-n3rk-tdn9-aaaa None 36.1.0
2025-06-03T21:53:38.470939+00:00 GitLab Importer Affected by VCID-sdba-sgwc-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3541.yml 36.1.0
2025-06-03T21:53:38.272179+00:00 GitLab Importer Affected by VCID-sdba-sgwc-aaaj None 36.1.0
2025-06-03T21:51:45.813093+00:00 GitLab Importer Affected by VCID-u1dm-t6k2-aaaq None 36.1.0
2025-06-03T21:51:42.423941+00:00 GitLab Importer Affected by VCID-u1dm-t6k2-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3516.yml 36.1.0
2025-06-03T21:48:22.602326+00:00 GitLab Importer Affected by VCID-29mt-tpku-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3517.yml 36.1.0
2025-06-03T21:48:19.467551+00:00 GitLab Importer Affected by VCID-29mt-tpku-aaab None 36.1.0
2025-06-03T21:48:14.504239+00:00 GitLab Importer Affected by VCID-wdr9-vsu9-aaap None 36.1.0
2025-06-03T21:48:12.200168+00:00 GitLab Importer Affected by VCID-wdr9-vsu9-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3518.yml 36.1.0
2025-06-03T21:47:43.784205+00:00 GitLab Importer Affected by VCID-gn1q-6cht-aaap None 36.1.0
2025-06-03T21:46:58.028112+00:00 GitLab Importer Affected by VCID-gn1q-6cht-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3537.yml 36.1.0
2025-06-03T21:33:20.088166+00:00 GitLab Importer Affected by VCID-rg4z-at9n-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2020-24977.yml 36.1.0
2025-06-03T21:33:00.596459+00:00 GitLab Importer Affected by VCID-rg4z-at9n-aaaa None 36.1.0
2025-06-03T21:17:28.215770+00:00 GitLab Importer Affected by VCID-z4sj-ns7c-aaaf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2020-7595.yml 36.1.0
2025-06-03T21:17:28.193239+00:00 GitLab Importer Affected by VCID-z4sj-ns7c-aaaf None 36.1.0
2025-06-02T23:27:22.250474+00:00 GitLab Importer Affected by VCID-g16k-s1p7-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2024-25062.yml 36.1.2
2025-06-02T23:20:20.292881+00:00 GitLab Importer Affected by VCID-2fyr-85vm-aaak None 36.1.2
2025-06-02T23:16:50.268704+00:00 GitLab Importer Affected by VCID-4z87-yfha-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2023-39615.yml 36.1.2
2025-06-02T23:16:50.148692+00:00 GitLab Importer Affected by VCID-4z87-yfha-aaaq None 36.1.2
2025-06-02T23:05:33.623089+00:00 GitLab Importer Affected by VCID-wunb-embq-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2023-29469.yml 36.1.2
2025-06-02T23:05:30.269341+00:00 GitLab Importer Affected by VCID-3q3t-625m-aaak None 36.1.2
2025-06-02T23:05:26.894891+00:00 GitLab Importer Affected by VCID-3q3t-625m-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2023-28484.yml 36.1.2
2025-06-02T23:05:26.093076+00:00 GitLab Importer Affected by VCID-wunb-embq-aaaq None 36.1.2
2025-06-02T22:51:22.827164+00:00 GitLab Importer Affected by VCID-fke8-gpzm-aaad None 36.1.2
2025-06-02T22:51:19.218396+00:00 GitLab Importer Affected by VCID-b8ge-qb4s-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2022-40304.yml 36.1.2
2025-06-02T22:51:15.548902+00:00 GitLab Importer Affected by VCID-b8ge-qb4s-aaad None 36.1.2
2025-06-02T22:51:08.479974+00:00 GitLab Importer Affected by VCID-fke8-gpzm-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2022-40303.yml 36.1.2
2025-06-02T22:07:16.485056+00:00 GitLab Importer Affected by VCID-xaum-qp9b-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2022-29824.yml 36.1.2
2025-06-02T22:07:08.346691+00:00 GitLab Importer Affected by VCID-xaum-qp9b-aaae None 36.1.2
2025-06-02T22:01:18.682809+00:00 GitLab Importer Affected by VCID-n3rk-tdn9-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2022-23308.yml 36.1.2
2025-06-02T22:01:17.661892+00:00 GitLab Importer Affected by VCID-n3rk-tdn9-aaaa None 36.1.2
2025-06-02T21:38:46.051831+00:00 GitLab Importer Affected by VCID-sdba-sgwc-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3541.yml 36.1.2
2025-06-02T21:38:45.838658+00:00 GitLab Importer Affected by VCID-sdba-sgwc-aaaj None 36.1.2
2025-06-02T21:36:40.370065+00:00 GitLab Importer Affected by VCID-u1dm-t6k2-aaaq None 36.1.2
2025-06-02T21:36:36.816568+00:00 GitLab Importer Affected by VCID-u1dm-t6k2-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3516.yml 36.1.2
2025-06-02T21:32:36.539337+00:00 GitLab Importer Affected by VCID-29mt-tpku-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3517.yml 36.1.2
2025-06-02T21:32:33.077314+00:00 GitLab Importer Affected by VCID-29mt-tpku-aaab None 36.1.2
2025-06-02T21:32:27.002103+00:00 GitLab Importer Affected by VCID-wdr9-vsu9-aaap None 36.1.2
2025-06-02T21:32:24.615994+00:00 GitLab Importer Affected by VCID-wdr9-vsu9-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3518.yml 36.1.2
2025-06-02T21:31:53.845297+00:00 GitLab Importer Affected by VCID-gn1q-6cht-aaap None 36.1.2
2025-06-02T21:30:54.461332+00:00 GitLab Importer Affected by VCID-gn1q-6cht-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3537.yml 36.1.2
2025-06-02T21:15:30.522561+00:00 GitLab Importer Affected by VCID-rg4z-at9n-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2020-24977.yml 36.1.2
2025-06-02T21:15:10.025013+00:00 GitLab Importer Affected by VCID-rg4z-at9n-aaaa None 36.1.2
2025-06-02T20:58:30.958932+00:00 GitLab Importer Affected by VCID-z4sj-ns7c-aaaf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2020-7595.yml 36.1.2
2025-06-02T20:58:30.938660+00:00 GitLab Importer Affected by VCID-z4sj-ns7c-aaaf None 36.1.2
2025-04-03T21:54:17.264228+00:00 GitLab Importer Affected by VCID-g16k-s1p7-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2024-25062.yml 36.0.0
2025-04-03T21:38:40.902412+00:00 GitLab Importer Affected by VCID-2fyr-85vm-aaak None 36.0.0
2025-04-03T21:31:36.179862+00:00 GitLab Importer Affected by VCID-4z87-yfha-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2023-39615.yml 36.0.0
2025-04-03T21:31:35.894218+00:00 GitLab Importer Affected by VCID-4z87-yfha-aaaq None 36.0.0
2025-04-03T21:08:26.657120+00:00 GitLab Importer Affected by VCID-wunb-embq-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2023-29469.yml 36.0.0
2025-04-03T21:08:16.948390+00:00 GitLab Importer Affected by VCID-3q3t-625m-aaak None 36.0.0
2025-04-03T21:08:09.347662+00:00 GitLab Importer Affected by VCID-3q3t-625m-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2023-28484.yml 36.0.0
2025-04-03T21:08:08.362813+00:00 GitLab Importer Affected by VCID-wunb-embq-aaaq None 36.0.0
2025-04-03T20:38:36.095829+00:00 GitLab Importer Affected by VCID-fke8-gpzm-aaad None 36.0.0
2025-04-03T20:38:31.444764+00:00 GitLab Importer Affected by VCID-b8ge-qb4s-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2022-40304.yml 36.0.0
2025-04-03T20:38:21.171049+00:00 GitLab Importer Affected by VCID-b8ge-qb4s-aaad None 36.0.0
2025-04-03T20:38:01.964549+00:00 GitLab Importer Affected by VCID-fke8-gpzm-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2022-40303.yml 36.0.0
2025-04-03T19:33:50.852701+00:00 GitLab Importer Affected by VCID-xaum-qp9b-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2022-29824.yml 36.0.0
2025-04-03T19:33:38.725116+00:00 GitLab Importer Affected by VCID-xaum-qp9b-aaae None 36.0.0
2025-04-03T19:22:45.397284+00:00 GitLab Importer Affected by VCID-n3rk-tdn9-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2022-23308.yml 36.0.0
2025-04-03T19:22:42.942887+00:00 GitLab Importer Affected by VCID-n3rk-tdn9-aaaa None 36.0.0
2025-04-03T18:39:33.085984+00:00 GitLab Importer Affected by VCID-sdba-sgwc-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3541.yml 36.0.0
2025-04-03T18:39:32.496741+00:00 GitLab Importer Affected by VCID-sdba-sgwc-aaaj None 36.0.0
2025-04-03T18:35:29.039228+00:00 GitLab Importer Affected by VCID-u1dm-t6k2-aaaq None 36.0.0
2025-04-03T18:35:21.690961+00:00 GitLab Importer Affected by VCID-u1dm-t6k2-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3516.yml 36.0.0
2025-04-03T18:27:05.341031+00:00 GitLab Importer Affected by VCID-29mt-tpku-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3517.yml 36.0.0
2025-04-03T18:26:57.505603+00:00 GitLab Importer Affected by VCID-29mt-tpku-aaab None 36.0.0
2025-04-03T18:26:43.848454+00:00 GitLab Importer Affected by VCID-wdr9-vsu9-aaap None 36.0.0
2025-04-03T18:26:39.948247+00:00 GitLab Importer Affected by VCID-wdr9-vsu9-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3518.yml 36.0.0
2025-04-03T18:25:36.667441+00:00 GitLab Importer Affected by VCID-gn1q-6cht-aaap None 36.0.0
2025-04-03T18:23:44.345690+00:00 GitLab Importer Affected by VCID-gn1q-6cht-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3537.yml 36.0.0
2025-04-03T17:55:17.974749+00:00 GitLab Importer Affected by VCID-rg4z-at9n-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2020-24977.yml 36.0.0
2025-04-03T17:54:49.197960+00:00 GitLab Importer Affected by VCID-rg4z-at9n-aaaa None 36.0.0
2025-04-03T17:29:17.498394+00:00 GitLab Importer Affected by VCID-z4sj-ns7c-aaaf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2020-7595.yml 36.0.0
2025-04-03T17:29:17.440427+00:00 GitLab Importer Affected by VCID-z4sj-ns7c-aaaf None 36.0.0
2025-02-18T01:06:49.992234+00:00 GitLab Importer Affected by VCID-g16k-s1p7-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2024-25062.yml 35.1.0
2025-02-18T01:05:07.703650+00:00 GitLab Importer Affected by VCID-2fyr-85vm-aaak None 35.1.0
2025-02-18T01:04:02.738045+00:00 GitLab Importer Affected by VCID-4z87-yfha-aaaq None 35.1.0
2025-02-18T01:04:02.661433+00:00 GitLab Importer Affected by VCID-4z87-yfha-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2023-39615.yml 35.1.0
2025-02-18T00:59:57.513864+00:00 GitLab Importer Affected by VCID-wunb-embq-aaaq None 35.1.0
2025-02-18T00:59:57.438034+00:00 GitLab Importer Affected by VCID-wunb-embq-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2023-29469.yml 35.1.0
2025-02-18T00:59:43.654891+00:00 GitLab Importer Affected by VCID-3q3t-625m-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2023-28484.yml 35.1.0
2025-02-18T00:59:43.580834+00:00 GitLab Importer Affected by VCID-3q3t-625m-aaak None 35.1.0
2025-02-18T00:46:27.559361+00:00 GitLab Importer Affected by VCID-b8ge-qb4s-aaad None 35.1.0
2025-02-18T00:46:23.049778+00:00 GitLab Importer Affected by VCID-b8ge-qb4s-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2022-40304.yml 35.1.0
2025-02-18T00:46:18.767041+00:00 GitLab Importer Affected by VCID-fke8-gpzm-aaad None 35.1.0
2025-02-18T00:46:07.088790+00:00 GitLab Importer Affected by VCID-fke8-gpzm-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2022-40303.yml 35.1.0
2025-02-18T00:41:45.167103+00:00 GitLab Importer Affected by VCID-xaum-qp9b-aaae None 35.1.0
2025-02-18T00:41:44.707705+00:00 GitLab Importer Affected by VCID-xaum-qp9b-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2022-29824.yml 35.1.0
2025-02-18T00:37:03.967532+00:00 GitLab Importer Affected by VCID-n3rk-tdn9-aaaa None 35.1.0
2025-02-18T00:36:51.889308+00:00 GitLab Importer Affected by VCID-n3rk-tdn9-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2022-23308.yml 35.1.0
2025-02-18T00:16:24.495569+00:00 GitLab Importer Affected by VCID-sdba-sgwc-aaaj None 35.1.0
2025-02-18T00:16:24.042031+00:00 GitLab Importer Affected by VCID-sdba-sgwc-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3541.yml 35.1.0
2025-02-18T00:16:14.607661+00:00 GitLab Importer Affected by VCID-gn1q-6cht-aaap None 35.1.0
2025-02-18T00:16:08.299996+00:00 GitLab Importer Affected by VCID-gn1q-6cht-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3537.yml 35.1.0
2025-02-18T00:16:04.325410+00:00 GitLab Importer Affected by VCID-wdr9-vsu9-aaap None 35.1.0
2025-02-18T00:15:51.917909+00:00 GitLab Importer Affected by VCID-wdr9-vsu9-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3518.yml 35.1.0
2025-02-18T00:15:43.049537+00:00 GitLab Importer Affected by VCID-29mt-tpku-aaab None 35.1.0
2025-02-18T00:15:42.753163+00:00 GitLab Importer Affected by VCID-29mt-tpku-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3517.yml 35.1.0
2025-02-18T00:15:39.437601+00:00 GitLab Importer Affected by VCID-u1dm-t6k2-aaaq None 35.1.0
2025-02-18T00:15:38.347721+00:00 GitLab Importer Affected by VCID-u1dm-t6k2-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3516.yml 35.1.0
2025-02-17T23:52:36.410697+00:00 GitLab Importer Affected by VCID-z4sj-ns7c-aaaf None 35.1.0
2025-02-17T23:52:36.356239+00:00 GitLab Importer Affected by VCID-z4sj-ns7c-aaaf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2020-7595.yml 35.1.0
2025-02-17T23:46:06.194122+00:00 GitLab Importer Affected by VCID-rg4z-at9n-aaaa None 35.1.0
2025-02-17T23:46:06.073740+00:00 GitLab Importer Affected by VCID-rg4z-at9n-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2020-24977.yml 35.1.0
2024-11-20T23:31:25.118231+00:00 GitLab Importer Affected by VCID-g16k-s1p7-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2024-25062.yml 35.0.0
2024-11-20T23:30:05.564869+00:00 GitLab Importer Affected by VCID-4z87-yfha-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2023-39615.yml 35.0.0
2024-11-20T23:28:37.551463+00:00 GitLab Importer Affected by VCID-wunb-embq-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2023-29469.yml 35.0.0
2024-11-20T23:28:35.091786+00:00 GitLab Importer Affected by VCID-3q3t-625m-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2023-28484.yml 35.0.0
2024-11-20T23:19:32.240842+00:00 GitLab Importer Affected by VCID-b8ge-qb4s-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2022-40304.yml 35.0.0
2024-11-20T23:19:27.884660+00:00 GitLab Importer Affected by VCID-fke8-gpzm-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2022-40303.yml 35.0.0
2024-11-20T23:17:52.314122+00:00 GitLab Importer Affected by VCID-xaum-qp9b-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2022-29824.yml 35.0.0
2024-11-20T23:16:09.161066+00:00 GitLab Importer Affected by VCID-n3rk-tdn9-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2022-23308.yml 35.0.0
2024-11-20T23:04:42.324055+00:00 GitLab Importer Affected by VCID-sdba-sgwc-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3541.yml 35.0.0
2024-11-20T23:04:35.969522+00:00 GitLab Importer Affected by VCID-gn1q-6cht-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3537.yml 35.0.0
2024-11-20T23:04:35.282963+00:00 GitLab Importer Affected by VCID-wdr9-vsu9-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3518.yml 35.0.0
2024-11-20T23:04:28.678582+00:00 GitLab Importer Affected by VCID-29mt-tpku-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3517.yml 35.0.0
2024-11-20T23:04:28.380151+00:00 GitLab Importer Affected by VCID-u1dm-t6k2-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3516.yml 35.0.0
2024-11-20T22:54:50.557644+00:00 GitLab Importer Affected by VCID-z4sj-ns7c-aaaf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2020-7595.yml 35.0.0
2024-11-20T22:51:53.752609+00:00 GitLab Importer Affected by VCID-rg4z-at9n-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2020-24977.yml 35.0.0
2024-11-18T23:20:34.510345+00:00 GitLab Importer Affected by VCID-g16k-s1p7-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2024-25062.yml 34.3.2
2024-11-18T23:18:50.766676+00:00 GitLab Importer Affected by VCID-4z87-yfha-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2023-39615.yml 34.3.2
2024-11-18T23:17:22.011644+00:00 GitLab Importer Affected by VCID-wunb-embq-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2023-29469.yml 34.3.2
2024-11-18T23:17:13.322198+00:00 GitLab Importer Affected by VCID-3q3t-625m-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2023-28484.yml 34.3.2
2024-11-18T23:07:04.279422+00:00 GitLab Importer Affected by VCID-b8ge-qb4s-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2022-40304.yml 34.3.2
2024-11-18T23:07:00.240422+00:00 GitLab Importer Affected by VCID-fke8-gpzm-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2022-40303.yml 34.3.2
2024-11-18T23:05:21.950375+00:00 GitLab Importer Affected by VCID-xaum-qp9b-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2022-29824.yml 34.3.2
2024-11-18T23:03:42.993051+00:00 GitLab Importer Affected by VCID-n3rk-tdn9-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2022-23308.yml 34.3.2
2024-11-18T22:51:03.344364+00:00 GitLab Importer Affected by VCID-sdba-sgwc-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3541.yml 34.3.2
2024-11-18T22:50:57.316481+00:00 GitLab Importer Affected by VCID-gn1q-6cht-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3537.yml 34.3.2
2024-11-18T22:50:56.716515+00:00 GitLab Importer Affected by VCID-wdr9-vsu9-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3518.yml 34.3.2
2024-11-18T22:50:50.545532+00:00 GitLab Importer Affected by VCID-29mt-tpku-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3517.yml 34.3.2
2024-11-18T22:50:50.294478+00:00 GitLab Importer Affected by VCID-u1dm-t6k2-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3516.yml 34.3.2
2024-11-18T22:41:30.041199+00:00 GitLab Importer Affected by VCID-z4sj-ns7c-aaaf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2020-7595.yml 34.3.2
2024-11-18T22:38:54.878518+00:00 GitLab Importer Affected by VCID-rg4z-at9n-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2020-24977.yml 34.3.2
2024-10-08T00:17:42.225405+00:00 GitLab Importer Affected by VCID-g16k-s1p7-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2024-25062.yml 34.0.2
2024-10-08T00:16:19.958482+00:00 GitLab Importer Affected by VCID-4z87-yfha-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2023-39615.yml 34.0.2
2024-10-08T00:14:47.099815+00:00 GitLab Importer Affected by VCID-wunb-embq-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2023-29469.yml 34.0.2
2024-10-08T00:14:44.470976+00:00 GitLab Importer Affected by VCID-3q3t-625m-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2023-28484.yml 34.0.2
2024-10-08T00:06:23.417701+00:00 GitLab Importer Affected by VCID-b8ge-qb4s-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2022-40304.yml 34.0.2
2024-10-08T00:06:18.981490+00:00 GitLab Importer Affected by VCID-fke8-gpzm-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2022-40303.yml 34.0.2
2024-10-08T00:04:38.203677+00:00 GitLab Importer Affected by VCID-xaum-qp9b-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2022-29824.yml 34.0.2
2024-10-08T00:02:53.808811+00:00 GitLab Importer Affected by VCID-n3rk-tdn9-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2022-23308.yml 34.0.2
2024-10-07T23:51:40.887554+00:00 GitLab Importer Affected by VCID-sdba-sgwc-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3541.yml 34.0.2
2024-10-07T23:51:34.343849+00:00 GitLab Importer Affected by VCID-gn1q-6cht-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3537.yml 34.0.2
2024-10-07T23:51:33.692312+00:00 GitLab Importer Affected by VCID-wdr9-vsu9-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3518.yml 34.0.2
2024-10-07T23:51:26.410657+00:00 GitLab Importer Affected by VCID-29mt-tpku-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3517.yml 34.0.2
2024-10-07T23:51:26.121937+00:00 GitLab Importer Affected by VCID-u1dm-t6k2-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3516.yml 34.0.2
2024-10-07T23:41:25.088656+00:00 GitLab Importer Affected by VCID-z4sj-ns7c-aaaf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2020-7595.yml 34.0.2
2024-10-07T23:38:32.890247+00:00 GitLab Importer Affected by VCID-rg4z-at9n-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2020-24977.yml 34.0.2
2024-09-23T00:31:39.550028+00:00 GitLab Importer Affected by VCID-g16k-s1p7-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2024-25062.yml 34.0.1
2024-09-23T00:30:23.902171+00:00 GitLab Importer Affected by VCID-4z87-yfha-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2023-39615.yml 34.0.1
2024-09-23T00:28:57.077256+00:00 GitLab Importer Affected by VCID-wunb-embq-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2023-29469.yml 34.0.1
2024-09-23T00:28:54.603421+00:00 GitLab Importer Affected by VCID-3q3t-625m-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2023-28484.yml 34.0.1
2024-09-23T00:19:55.232178+00:00 GitLab Importer Affected by VCID-b8ge-qb4s-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2022-40304.yml 34.0.1
2024-09-23T00:19:51.129027+00:00 GitLab Importer Affected by VCID-fke8-gpzm-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2022-40303.yml 34.0.1
2024-09-23T00:18:11.538931+00:00 GitLab Importer Affected by VCID-xaum-qp9b-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2022-29824.yml 34.0.1
2024-09-23T00:16:31.946436+00:00 GitLab Importer Affected by VCID-n3rk-tdn9-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2022-23308.yml 34.0.1
2024-09-23T00:05:27.280392+00:00 GitLab Importer Affected by VCID-sdba-sgwc-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3541.yml 34.0.1
2024-09-23T00:05:21.160126+00:00 GitLab Importer Affected by VCID-gn1q-6cht-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3537.yml 34.0.1
2024-09-23T00:05:20.507610+00:00 GitLab Importer Affected by VCID-wdr9-vsu9-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3518.yml 34.0.1
2024-09-23T00:05:13.013797+00:00 GitLab Importer Affected by VCID-29mt-tpku-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3517.yml 34.0.1
2024-09-23T00:05:12.750633+00:00 GitLab Importer Affected by VCID-u1dm-t6k2-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3516.yml 34.0.1
2024-09-17T22:48:08.771718+00:00 GitLab Importer Affected by VCID-rg4z-at9n-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2020-24977.yml 34.0.1
2024-09-17T22:48:08.725372+00:00 GitLab Importer Affected by VCID-z4sj-ns7c-aaaf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2020-7595.yml 34.0.1
2024-04-24T02:41:37.578805+00:00 GitLab Importer Affected by VCID-2fyr-85vm-aaak None 34.0.0rc4
2024-04-24T02:40:48.461611+00:00 GitLab Importer Affected by VCID-4z87-yfha-aaaq None 34.0.0rc4
2024-04-24T02:40:48.352059+00:00 GitLab Importer Affected by VCID-4z87-yfha-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2023-39615.yml 34.0.0rc4
2024-04-24T02:37:54.920986+00:00 GitLab Importer Affected by VCID-wunb-embq-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2023-29469.yml 34.0.0rc4
2024-04-24T02:37:51.086214+00:00 GitLab Importer Affected by VCID-wunb-embq-aaaq None 34.0.0rc4
2024-04-24T02:37:38.989678+00:00 GitLab Importer Affected by VCID-3q3t-625m-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2023-28484.yml 34.0.0rc4
2024-04-24T02:37:38.881677+00:00 GitLab Importer Affected by VCID-3q3t-625m-aaak None 34.0.0rc4
2024-04-24T02:32:49.191462+00:00 GitLab Importer Affected by VCID-b8ge-qb4s-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2022-40304.yml 34.0.0rc4
2024-04-24T02:32:48.870068+00:00 GitLab Importer Affected by VCID-b8ge-qb4s-aaad None 34.0.0rc4
2024-04-24T02:32:38.141616+00:00 GitLab Importer Affected by VCID-fke8-gpzm-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2022-40303.yml 34.0.0rc4
2024-04-24T02:32:30.933403+00:00 GitLab Importer Affected by VCID-fke8-gpzm-aaad None 34.0.0rc4
2024-04-24T02:28:49.542038+00:00 GitLab Importer Affected by VCID-xaum-qp9b-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2022-29824.yml 34.0.0rc4
2024-04-24T02:28:49.217179+00:00 GitLab Importer Affected by VCID-xaum-qp9b-aaae None 34.0.0rc4
2024-04-24T02:24:41.030856+00:00 GitLab Importer Affected by VCID-n3rk-tdn9-aaaa None 34.0.0rc4
2024-04-24T02:24:30.625621+00:00 GitLab Importer Affected by VCID-n3rk-tdn9-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2022-23308.yml 34.0.0rc4
2024-04-24T02:13:29.102184+00:00 GitLab Importer Affected by VCID-sdba-sgwc-aaaj None 34.0.0rc4
2024-04-24T02:13:28.797401+00:00 GitLab Importer Affected by VCID-sdba-sgwc-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3541.yml 34.0.0rc4
2024-04-24T02:13:22.313140+00:00 GitLab Importer Affected by VCID-gn1q-6cht-aaap None 34.0.0rc4
2024-04-24T02:13:21.782240+00:00 GitLab Importer Affected by VCID-gn1q-6cht-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3537.yml 34.0.0rc4
2024-04-24T02:13:14.737663+00:00 GitLab Importer Affected by VCID-wdr9-vsu9-aaap None 34.0.0rc4
2024-04-24T02:13:05.216360+00:00 GitLab Importer Affected by VCID-wdr9-vsu9-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3518.yml 34.0.0rc4
2024-04-24T02:12:59.043797+00:00 GitLab Importer Affected by VCID-29mt-tpku-aaab None 34.0.0rc4
2024-04-24T02:12:58.678844+00:00 GitLab Importer Affected by VCID-29mt-tpku-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3517.yml 34.0.0rc4
2024-04-24T02:12:55.550896+00:00 GitLab Importer Affected by VCID-u1dm-t6k2-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3516.yml 34.0.0rc4
2024-04-24T02:12:55.460244+00:00 GitLab Importer Affected by VCID-u1dm-t6k2-aaaq None 34.0.0rc4
2024-04-24T01:55:12.675019+00:00 GitLab Importer Affected by VCID-z4sj-ns7c-aaaf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2020-7595.yml 34.0.0rc4
2024-04-24T01:55:08.231048+00:00 GitLab Importer Affected by VCID-z4sj-ns7c-aaaf None 34.0.0rc4
2024-04-24T01:50:06.544681+00:00 GitLab Importer Affected by VCID-rg4z-at9n-aaaa None 34.0.0rc4
2024-04-24T01:50:06.451124+00:00 GitLab Importer Affected by VCID-rg4z-at9n-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2020-24977.yml 34.0.0rc4
2024-01-10T05:16:57.219486+00:00 GitLab Importer Affected by VCID-2fyr-85vm-aaak None 34.0.0rc2
2024-01-10T05:16:06.622272+00:00 GitLab Importer Affected by VCID-4z87-yfha-aaaq None 34.0.0rc2
2024-01-10T05:16:06.500956+00:00 GitLab Importer Affected by VCID-4z87-yfha-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2023-39615.yml 34.0.0rc2
2024-01-10T05:13:15.506088+00:00 GitLab Importer Affected by VCID-wunb-embq-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2023-29469.yml 34.0.0rc2
2024-01-10T05:13:11.938727+00:00 GitLab Importer Affected by VCID-wunb-embq-aaaq None 34.0.0rc2
2024-01-10T05:13:04.025465+00:00 GitLab Importer Affected by VCID-3q3t-625m-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2023-28484.yml 34.0.0rc2
2024-01-10T05:13:03.907140+00:00 GitLab Importer Affected by VCID-3q3t-625m-aaak None 34.0.0rc2
2024-01-10T05:07:57.954956+00:00 GitLab Importer Affected by VCID-b8ge-qb4s-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2022-40304.yml 34.0.0rc2
2024-01-10T05:07:57.518392+00:00 GitLab Importer Affected by VCID-b8ge-qb4s-aaad None 34.0.0rc2
2024-01-10T05:07:47.592525+00:00 GitLab Importer Affected by VCID-fke8-gpzm-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2022-40303.yml 34.0.0rc2
2024-01-10T05:07:41.466040+00:00 GitLab Importer Affected by VCID-fke8-gpzm-aaad None 34.0.0rc2
2024-01-10T05:03:50.416743+00:00 GitLab Importer Affected by VCID-xaum-qp9b-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2022-29824.yml 34.0.0rc2
2024-01-10T05:03:50.099535+00:00 GitLab Importer Affected by VCID-xaum-qp9b-aaae None 34.0.0rc2
2024-01-10T04:59:36.816761+00:00 GitLab Importer Affected by VCID-n3rk-tdn9-aaaa None 34.0.0rc2
2024-01-10T04:59:27.616837+00:00 GitLab Importer Affected by VCID-n3rk-tdn9-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2022-23308.yml 34.0.0rc2
2024-01-10T04:47:58.899317+00:00 GitLab Importer Affected by VCID-sdba-sgwc-aaaj None 34.0.0rc2
2024-01-10T04:47:58.595086+00:00 GitLab Importer Affected by VCID-sdba-sgwc-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3541.yml 34.0.0rc2
2024-01-10T04:47:53.295833+00:00 GitLab Importer Affected by VCID-gn1q-6cht-aaap None 34.0.0rc2
2024-01-10T04:47:52.736550+00:00 GitLab Importer Affected by VCID-gn1q-6cht-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3537.yml 34.0.0rc2
2024-01-10T04:47:46.594155+00:00 GitLab Importer Affected by VCID-wdr9-vsu9-aaap None 34.0.0rc2
2024-01-10T04:47:38.830477+00:00 GitLab Importer Affected by VCID-wdr9-vsu9-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3518.yml 34.0.0rc2
2024-01-10T04:47:33.673449+00:00 GitLab Importer Affected by VCID-29mt-tpku-aaab None 34.0.0rc2
2024-01-10T04:47:33.328772+00:00 GitLab Importer Affected by VCID-29mt-tpku-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3517.yml 34.0.0rc2
2024-01-10T04:47:29.636870+00:00 GitLab Importer Affected by VCID-u1dm-t6k2-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3516.yml 34.0.0rc2
2024-01-10T04:47:29.547379+00:00 GitLab Importer Affected by VCID-u1dm-t6k2-aaaq None 34.0.0rc2
2024-01-10T04:26:19.194927+00:00 GitLab Importer Affected by VCID-z4sj-ns7c-aaaf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2020-7595.yml 34.0.0rc2
2024-01-10T04:26:15.024235+00:00 GitLab Importer Affected by VCID-z4sj-ns7c-aaaf None 34.0.0rc2
2024-01-10T04:20:50.185995+00:00 GitLab Importer Affected by VCID-rg4z-at9n-aaaa None 34.0.0rc2
2024-01-10T04:20:50.090018+00:00 GitLab Importer Affected by VCID-rg4z-at9n-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2020-24977.yml 34.0.0rc2
2024-01-03T22:04:47.297054+00:00 GitLab Importer Affected by VCID-2fyr-85vm-aaak None 34.0.0rc1
2024-01-03T22:03:57.148726+00:00 GitLab Importer Affected by VCID-4z87-yfha-aaaq None 34.0.0rc1
2024-01-03T22:03:57.025487+00:00 GitLab Importer Affected by VCID-4z87-yfha-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2023-39615.yml 34.0.0rc1
2024-01-03T22:01:01.819390+00:00 GitLab Importer Affected by VCID-wunb-embq-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2023-29469.yml 34.0.0rc1
2024-01-03T22:00:58.372817+00:00 GitLab Importer Affected by VCID-wunb-embq-aaaq None 34.0.0rc1
2024-01-03T22:00:50.382960+00:00 GitLab Importer Affected by VCID-3q3t-625m-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2023-28484.yml 34.0.0rc1
2024-01-03T22:00:50.269499+00:00 GitLab Importer Affected by VCID-3q3t-625m-aaak None 34.0.0rc1
2024-01-03T21:55:42.436991+00:00 GitLab Importer Affected by VCID-b8ge-qb4s-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2022-40304.yml 34.0.0rc1
2024-01-03T21:55:42.100333+00:00 GitLab Importer Affected by VCID-b8ge-qb4s-aaad None 34.0.0rc1
2024-01-03T21:55:32.282448+00:00 GitLab Importer Affected by VCID-fke8-gpzm-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2022-40303.yml 34.0.0rc1
2024-01-03T21:55:26.153116+00:00 GitLab Importer Affected by VCID-fke8-gpzm-aaad None 34.0.0rc1
2024-01-03T21:51:34.482487+00:00 GitLab Importer Affected by VCID-xaum-qp9b-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2022-29824.yml 34.0.0rc1
2024-01-03T21:51:34.155403+00:00 GitLab Importer Affected by VCID-xaum-qp9b-aaae None 34.0.0rc1
2024-01-03T21:47:22.388338+00:00 GitLab Importer Affected by VCID-n3rk-tdn9-aaaa None 34.0.0rc1
2024-01-03T21:47:13.239918+00:00 GitLab Importer Affected by VCID-n3rk-tdn9-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2022-23308.yml 34.0.0rc1
2024-01-03T21:35:07.988782+00:00 GitLab Importer Affected by VCID-sdba-sgwc-aaaj None 34.0.0rc1
2024-01-03T21:35:07.662014+00:00 GitLab Importer Affected by VCID-sdba-sgwc-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3541.yml 34.0.0rc1
2024-01-03T21:35:02.389247+00:00 GitLab Importer Affected by VCID-gn1q-6cht-aaap None 34.0.0rc1
2024-01-03T21:35:01.598395+00:00 GitLab Importer Affected by VCID-gn1q-6cht-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3537.yml 34.0.0rc1
2024-01-03T21:34:55.352928+00:00 GitLab Importer Affected by VCID-wdr9-vsu9-aaap None 34.0.0rc1
2024-01-03T21:34:47.394714+00:00 GitLab Importer Affected by VCID-wdr9-vsu9-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3518.yml 34.0.0rc1
2024-01-03T21:34:42.293715+00:00 GitLab Importer Affected by VCID-29mt-tpku-aaab None 34.0.0rc1
2024-01-03T21:34:41.918719+00:00 GitLab Importer Affected by VCID-29mt-tpku-aaab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3517.yml 34.0.0rc1
2024-01-03T21:34:39.191058+00:00 GitLab Importer Affected by VCID-u1dm-t6k2-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2021-3516.yml 34.0.0rc1
2024-01-03T21:34:39.095638+00:00 GitLab Importer Affected by VCID-u1dm-t6k2-aaaq None 34.0.0rc1
2024-01-03T21:12:37.619772+00:00 GitLab Importer Affected by VCID-z4sj-ns7c-aaaf None 34.0.0rc1
2024-01-03T21:06:37.201807+00:00 GitLab Importer Affected by VCID-rg4z-at9n-aaaa None 34.0.0rc1
2024-01-03T18:09:13.013853+00:00 GitLab Importer Affected by VCID-rg4z-at9n-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2020-24977.yml 34.0.0rc1
2024-01-03T18:09:12.962136+00:00 GitLab Importer Affected by VCID-z4sj-ns7c-aaaf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libxml2/CVE-2020-7595.yml 34.0.0rc1