Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:deb/debian/pypy3@7.0.0%2Bdfsg-3
purl pkg:deb/debian/pypy3@7.0.0%2Bdfsg-3
Next non-vulnerable version 7.3.22+dfsg-1
Latest non-vulnerable version 7.3.22+dfsg-1
Risk 4.5
Vulnerabilities affecting this package (31)
Vulnerability Summary Fixed by
VCID-29cz-9gkc-1bfx
Aliases:
CVE-2020-29651
GHSA-hj5v-574p-mj7c
PYSEC-2020-92
A denial of service via regular expression in the py.path.svnwc component of py (aka python-py) through 1.9.0 could be used by attackers to cause a compute-time denial of service attack by supplying malicious input to the blame functionality.
7.3.11+dfsg-2+deb12u3
Affected by 29 other vulnerabilities.
VCID-2czu-wy37-qugf
Aliases:
CVE-2022-48566
python: constant-time-defeating optimisations issue in the compare_digest function in Lib/hmac.p
7.3.5+dfsg-2+deb11u2
Affected by 37 other vulnerabilities.
VCID-2j3t-a3r6-vfg7
Aliases:
CVE-2021-3426
Multiple vulnerabilities have been found in Python, the worst of which might allow attackers to access sensitive information.
7.3.5+dfsg-2+deb11u2
Affected by 37 other vulnerabilities.
VCID-2shb-2cvn-dyd2
Aliases:
CVE-2023-24329
Multiple vulberabilities have been discovered in Python and PyPy3, the worst of which can lead to privilege escalation.
7.3.11+dfsg-2+deb12u3
Affected by 29 other vulnerabilities.
VCID-4gsg-5e6s-63g4
Aliases:
CVE-2021-28861
Multiple vulnerabilities have been found in Python and PyPy, the worst of which could result in arbitrary code execution.
7.3.11+dfsg-2+deb12u3
Affected by 29 other vulnerabilities.
VCID-4q79-666d-rygx
Aliases:
CVE-2022-48565
python: XML External Entity in XML processing plistlib module
7.3.5+dfsg-2+deb11u2
Affected by 37 other vulnerabilities.
VCID-4z89-3tfk-pyge
Aliases:
CVE-2023-40217
Multiple vulberabilities have been discovered in Python and PyPy3, the worst of which can lead to privilege escalation.
7.3.11+dfsg-2+deb12u3
Affected by 29 other vulnerabilities.
VCID-7ka5-7jrn-dber
Aliases:
CVE-2023-6597
Multiple vulberabilities have been discovered in Python and PyPy3, the worst of which can lead to privilege escalation.
7.3.11+dfsg-2+deb12u3
Affected by 29 other vulnerabilities.
VCID-7nj2-94zp-d3bp
Aliases:
CVE-2022-48564
python: DoS when processing malformed Apple Property List files in binary format
7.3.5+dfsg-2+deb11u2
Affected by 37 other vulnerabilities.
VCID-7s7y-9bw5-m3ep
Aliases:
CVE-2024-6232
Multiple vulberabilities have been discovered in Python and PyPy, the worst of which can lead to privilege escalation.
7.3.11+dfsg-2+deb12u3
Affected by 29 other vulnerabilities.
7.3.19+dfsg-2
Affected by 20 other vulnerabilities.
VCID-8a7h-5rn5-gubx
Aliases:
CVE-2020-27619
A vulnerability has been discovered in GNAT Ada Suite which can lead to remote code execution.
7.3.5+dfsg-2+deb11u2
Affected by 37 other vulnerabilities.
VCID-9nvp-aus1-9yed
Aliases:
CVE-2024-6923
Multiple vulberabilities have been discovered in Python and PyPy, the worst of which can lead to privilege escalation.
7.3.11+dfsg-2+deb12u3
Affected by 29 other vulnerabilities.
7.3.19+dfsg-2
Affected by 20 other vulnerabilities.
VCID-9sms-mhht-n3aq
Aliases:
CVE-2025-1795
python: Mishandling of comma during folding and unicode-encoding of email headers
7.3.11+dfsg-2+deb12u3
Affected by 29 other vulnerabilities.
7.3.19+dfsg-2
Affected by 20 other vulnerabilities.
VCID-ct6h-d1eh-7bgj
Aliases:
CVE-2021-3733
python: urllib: Regular expression DoS in AbstractBasicAuthHandler
7.3.5+dfsg-2+deb11u2
Affected by 37 other vulnerabilities.
VCID-dexx-3ssz-nqfg
Aliases:
CVE-2023-27043
python: Parsing errors in email/_parseaddr.py lead to incorrect value in email address part of tuple
7.3.11+dfsg-2+deb12u3
Affected by 29 other vulnerabilities.
VCID-e6rs-jwvu-jycd
Aliases:
CVE-2021-3737
python: urllib: HTTP client possible infinite loop on a 100 Continue response
7.3.11+dfsg-2+deb12u3
Affected by 29 other vulnerabilities.
VCID-e6sb-bh7v-9ugg
Aliases:
CVE-2025-0938
python: cpython: URL parser allowed square brackets in domain names
7.3.11+dfsg-2+deb12u3
Affected by 29 other vulnerabilities.
7.3.19+dfsg-2
Affected by 20 other vulnerabilities.
VCID-emaw-jmek-9bcy
Aliases:
CVE-2025-6069
cpython: Python HTMLParser quadratic complexity
7.3.11+dfsg-2+deb12u3
Affected by 29 other vulnerabilities.
7.3.21+dfsg-4
Affected by 7 other vulnerabilities.
7.3.22+dfsg-1
Affected by 0 other vulnerabilities.
VCID-ewbq-2gm8-tyf5
Aliases:
CVE-2022-37454
GHSA-6w4m-2xhg-2658
Buffer overflow in sponge queue functions ### Impact The Keccak sponge function interface accepts partial inputs to be absorbed and partial outputs to be squeezed. A buffer can overflow when partial data with some specific sizes are queued, where at least one of them has a length of 2^32 - 200 bytes or more. ### Patches Yes, see commit [fdc6fef0](https://github.com/XKCP/XKCP/commit/fdc6fef075f4e81d6b1bc38364248975e08e340a). ### Workarounds The problem can be avoided by limiting the size of the partial input data (or partial output digest) below 2^32 - 200 bytes. Multiple calls to the queue system can be chained at a higher level to retain the original functionality. Alternatively, one can process the entire input (or produce the entire output) at once, avoiding the queuing functions altogether. ### References See [issue #105](https://github.com/XKCP/XKCP/issues/105) for more details.
7.3.5+dfsg-2+deb11u2
Affected by 37 other vulnerabilities.
VCID-gvgx-eq9r-d3d2
Aliases:
CVE-2020-26116
Multiple vulnerabilities have been found in Python, the worst of which could result in the arbitrary execution of code.
7.3.5+dfsg-2+deb11u2
Affected by 37 other vulnerabilities.
VCID-h7z2-vc14-nfhq
Aliases:
CVE-2020-10735
python: int() type in PyLong_FromString() does not limit amount of digits converting text to int leading to DoS
7.3.11+dfsg-2+deb12u3
Affected by 29 other vulnerabilities.
VCID-j8hj-k7wy-yfch
Aliases:
CVE-2021-4189
python: ftplib should not use the host from the PASV response
7.3.5+dfsg-2+deb11u2
Affected by 37 other vulnerabilities.
VCID-js5p-py72-2kga
Aliases:
CVE-2024-0450
Multiple vulberabilities have been discovered in Python and PyPy3, the worst of which can lead to privilege escalation.
7.3.11+dfsg-2+deb12u3
Affected by 29 other vulnerabilities.
VCID-qqh6-evfk-1fgy
Aliases:
CVE-2022-45061
Multiple vulnerabilities have been found in Python and PyPy, the worst of which could result in arbitrary code execution.
7.3.11+dfsg-2+deb12u3
Affected by 29 other vulnerabilities.
VCID-smck-sdx2-c7du
Aliases:
CVE-2024-11168
python: Improper validation of IPv6 and IPvFuture addresses
7.3.11+dfsg-2+deb12u3
Affected by 29 other vulnerabilities.
7.3.19+dfsg-2
Affected by 20 other vulnerabilities.
VCID-tbuw-2msj-tqd9
Aliases:
CVE-2024-9287
python: Virtual environment (venv) activation scripts don't quote paths
7.3.11+dfsg-2+deb12u3
Affected by 29 other vulnerabilities.
VCID-tyk4-kazt-kydj
Aliases:
CVE-2019-20907
Multiple vulnerabilities have been found in Python, the worst of which could result in a Denial of Service condition.
7.3.5+dfsg-2+deb11u2
Affected by 37 other vulnerabilities.
VCID-v186-7sv1-ubej
Aliases:
CVE-2024-7592
Multiple vulberabilities have been discovered in Python and PyPy, the worst of which can lead to privilege escalation.
7.3.11+dfsg-2+deb12u3
Affected by 29 other vulnerabilities.
7.3.19+dfsg-2
Affected by 20 other vulnerabilities.
VCID-vpwj-d49q-1uh8
Aliases:
CVE-2022-0391
Multiple vulnerabilities have been found in Python and PyPy, the worst of which could result in arbitrary code execution.
7.3.11+dfsg-2+deb12u3
Affected by 29 other vulnerabilities.
VCID-w6k8-js68-87g4
Aliases:
CVE-2021-23336
Multiple vulnerabilities have been found in Python, the worst of which might allow attackers to access sensitive information.
7.3.5+dfsg-2+deb11u2
Affected by 37 other vulnerabilities.
VCID-znkr-fxtj-4uc7
Aliases:
CVE-2025-8291
cpython: python: Python zipfile End of Central Directory (EOCD) Locator record offset not checked
7.3.11+dfsg-2+deb12u3
Affected by 29 other vulnerabilities.
7.3.21+dfsg-4
Affected by 7 other vulnerabilities.
7.3.22+dfsg-1
Affected by 0 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
2026-05-04T01:19:36.725782+00:00 Debian Oval Importer Affected by VCID-smck-sdx2-c7du https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.6.0
2026-05-04T01:18:19.837260+00:00 Debian Oval Importer Affected by VCID-ewbq-2gm8-tyf5 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.6.0
2026-05-04T01:03:47.131792+00:00 Debian Oval Importer Affected by VCID-2czu-wy37-qugf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.6.0
2026-05-04T00:49:51.652257+00:00 Debian Oval Importer Affected by VCID-4q79-666d-rygx https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.6.0
2026-05-04T00:44:28.655890+00:00 Debian Oval Importer Affected by VCID-tbuw-2msj-tqd9 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.6.0
2026-05-03T23:07:06.762276+00:00 Debian Oval Importer Affected by VCID-h7z2-vc14-nfhq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.6.0
2026-05-03T22:39:14.973617+00:00 Debian Oval Importer Affected by VCID-7s7y-9bw5-m3ep https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.6.0
2026-05-03T21:55:34.749702+00:00 Debian Oval Importer Affected by VCID-emaw-jmek-9bcy https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.6.0
2026-05-03T21:54:39.468940+00:00 Debian Oval Importer Affected by VCID-tyk4-kazt-kydj https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.6.0
2026-05-03T21:53:27.984019+00:00 Debian Oval Importer Affected by VCID-7ka5-7jrn-dber https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.6.0
2026-05-03T20:56:43.840112+00:00 Debian Oval Importer Affected by VCID-qqh6-evfk-1fgy https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.6.0
2026-05-03T20:03:33.737083+00:00 Debian Oval Importer Affected by VCID-js5p-py72-2kga https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.6.0
2026-05-03T19:59:57.031417+00:00 Debian Oval Importer Affected by VCID-znkr-fxtj-4uc7 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.6.0
2026-05-03T19:53:55.151032+00:00 Debian Oval Importer Affected by VCID-ct6h-d1eh-7bgj https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.6.0
2026-05-03T19:48:58.297556+00:00 Debian Oval Importer Affected by VCID-7nj2-94zp-d3bp https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.6.0
2026-05-03T19:39:19.820417+00:00 Debian Oval Importer Affected by VCID-9nvp-aus1-9yed https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.6.0
2026-05-03T19:25:48.548993+00:00 Debian Oval Importer Affected by VCID-4gsg-5e6s-63g4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.6.0
2026-05-03T18:56:58.780560+00:00 Debian Oval Importer Affected by VCID-29cz-9gkc-1bfx https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.6.0
2026-05-03T18:47:17.097105+00:00 Debian Oval Importer Affected by VCID-e6sb-bh7v-9ugg https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.6.0
2026-05-03T18:31:59.389401+00:00 Debian Oval Importer Affected by VCID-j8hj-k7wy-yfch https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.6.0
2026-05-03T18:29:02.830045+00:00 Debian Oval Importer Affected by VCID-gvgx-eq9r-d3d2 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.6.0
2026-05-03T18:27:46.762726+00:00 Debian Oval Importer Affected by VCID-8a7h-5rn5-gubx https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.6.0
2026-05-03T18:26:09.593309+00:00 Debian Oval Importer Affected by VCID-e6rs-jwvu-jycd https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.6.0
2026-05-03T18:18:04.574105+00:00 Debian Oval Importer Affected by VCID-2shb-2cvn-dyd2 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.6.0
2026-05-03T17:38:49.568821+00:00 Debian Oval Importer Affected by VCID-vpwj-d49q-1uh8 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.6.0
2026-05-03T17:30:10.475955+00:00 Debian Oval Importer Affected by VCID-v186-7sv1-ubej https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.6.0
2026-05-03T16:40:27.266669+00:00 Debian Oval Importer Affected by VCID-4z89-3tfk-pyge https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.6.0
2026-05-03T16:38:35.838136+00:00 Debian Oval Importer Affected by VCID-9sms-mhht-n3aq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.6.0
2026-05-03T16:26:37.592920+00:00 Debian Oval Importer Affected by VCID-2j3t-a3r6-vfg7 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.6.0
2026-05-03T16:01:07.383749+00:00 Debian Oval Importer Affected by VCID-dexx-3ssz-nqfg https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.6.0
2026-05-03T15:45:30.604722+00:00 Debian Oval Importer Affected by VCID-w6k8-js68-87g4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.6.0
2026-04-16T00:35:22.056662+00:00 Debian Oval Importer Affected by VCID-smck-sdx2-c7du https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-16T00:34:11.779178+00:00 Debian Oval Importer Affected by VCID-ewbq-2gm8-tyf5 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-16T00:20:43.116489+00:00 Debian Oval Importer Affected by VCID-2czu-wy37-qugf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-16T00:07:41.258129+00:00 Debian Oval Importer Affected by VCID-4q79-666d-rygx https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-16T00:02:45.537497+00:00 Debian Oval Importer Affected by VCID-tbuw-2msj-tqd9 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T22:32:14.938485+00:00 Debian Oval Importer Affected by VCID-h7z2-vc14-nfhq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T22:06:15.718605+00:00 Debian Oval Importer Affected by VCID-7s7y-9bw5-m3ep https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T21:25:22.478527+00:00 Debian Oval Importer Affected by VCID-emaw-jmek-9bcy https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T21:24:29.169537+00:00 Debian Oval Importer Affected by VCID-tyk4-kazt-kydj https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T21:23:22.684973+00:00 Debian Oval Importer Affected by VCID-7ka5-7jrn-dber https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T20:31:05.934214+00:00 Debian Oval Importer Affected by VCID-qqh6-evfk-1fgy https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T19:41:50.374944+00:00 Debian Oval Importer Affected by VCID-js5p-py72-2kga https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T19:38:29.090351+00:00 Debian Oval Importer Affected by VCID-znkr-fxtj-4uc7 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T19:32:50.425257+00:00 Debian Oval Importer Affected by VCID-ct6h-d1eh-7bgj https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T19:28:15.627563+00:00 Debian Oval Importer Affected by VCID-7nj2-94zp-d3bp https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T19:19:22.386565+00:00 Debian Oval Importer Affected by VCID-9nvp-aus1-9yed https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T19:06:44.002684+00:00 Debian Oval Importer Affected by VCID-4gsg-5e6s-63g4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T18:40:09.125184+00:00 Debian Oval Importer Affected by VCID-29cz-9gkc-1bfx https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T18:31:04.624999+00:00 Debian Oval Importer Affected by VCID-e6sb-bh7v-9ugg https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T18:16:44.864192+00:00 Debian Oval Importer Affected by VCID-j8hj-k7wy-yfch https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T18:14:00.375460+00:00 Debian Oval Importer Affected by VCID-gvgx-eq9r-d3d2 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T18:12:48.628325+00:00 Debian Oval Importer Affected by VCID-8a7h-5rn5-gubx https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T18:11:18.238337+00:00 Debian Oval Importer Affected by VCID-e6rs-jwvu-jycd https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T18:03:52.978441+00:00 Debian Oval Importer Affected by VCID-2shb-2cvn-dyd2 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T17:27:33.815408+00:00 Debian Oval Importer Affected by VCID-vpwj-d49q-1uh8 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T17:19:37.055319+00:00 Debian Oval Importer Affected by VCID-v186-7sv1-ubej https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T16:33:56.459750+00:00 Debian Oval Importer Affected by VCID-4z89-3tfk-pyge https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T16:32:13.569830+00:00 Debian Oval Importer Affected by VCID-9sms-mhht-n3aq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T16:21:12.591594+00:00 Debian Oval Importer Affected by VCID-2j3t-a3r6-vfg7 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T15:57:13.092337+00:00 Debian Oval Importer Affected by VCID-dexx-3ssz-nqfg https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T15:42:44.832250+00:00 Debian Oval Importer Affected by VCID-w6k8-js68-87g4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-12T00:08:31.854110+00:00 Debian Oval Importer Affected by VCID-smck-sdx2-c7du https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-12T00:07:24.262996+00:00 Debian Oval Importer Affected by VCID-ewbq-2gm8-tyf5 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T23:54:18.834742+00:00 Debian Oval Importer Affected by VCID-2czu-wy37-qugf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T23:41:40.259395+00:00 Debian Oval Importer Affected by VCID-4q79-666d-rygx https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T23:36:51.869672+00:00 Debian Oval Importer Affected by VCID-tbuw-2msj-tqd9 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T22:09:13.526452+00:00 Debian Oval Importer Affected by VCID-h7z2-vc14-nfhq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T21:44:15.193566+00:00 Debian Oval Importer Affected by VCID-7s7y-9bw5-m3ep https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T21:04:44.495662+00:00 Debian Oval Importer Affected by VCID-emaw-jmek-9bcy https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T21:03:54.469942+00:00 Debian Oval Importer Affected by VCID-tyk4-kazt-kydj https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T21:02:50.655713+00:00 Debian Oval Importer Affected by VCID-7ka5-7jrn-dber https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T20:12:27.555924+00:00 Debian Oval Importer Affected by VCID-qqh6-evfk-1fgy https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T19:24:22.223507+00:00 Debian Oval Importer Affected by VCID-js5p-py72-2kga https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T19:21:07.680442+00:00 Debian Oval Importer Affected by VCID-znkr-fxtj-4uc7 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T19:15:37.307402+00:00 Debian Oval Importer Affected by VCID-ct6h-d1eh-7bgj https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T19:11:13.739925+00:00 Debian Oval Importer Affected by VCID-7nj2-94zp-d3bp https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T19:02:42.924721+00:00 Debian Oval Importer Affected by VCID-9nvp-aus1-9yed https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T18:50:35.367314+00:00 Debian Oval Importer Affected by VCID-4gsg-5e6s-63g4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T18:24:37.991914+00:00 Debian Oval Importer Affected by VCID-29cz-9gkc-1bfx https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T18:15:55.266724+00:00 Debian Oval Importer Affected by VCID-e6sb-bh7v-9ugg https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T18:02:06.311331+00:00 Debian Oval Importer Affected by VCID-j8hj-k7wy-yfch https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T17:59:25.821998+00:00 Debian Oval Importer Affected by VCID-gvgx-eq9r-d3d2 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T17:58:15.249577+00:00 Debian Oval Importer Affected by VCID-8a7h-5rn5-gubx https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T17:56:45.828422+00:00 Debian Oval Importer Affected by VCID-e6rs-jwvu-jycd https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T17:49:36.139498+00:00 Debian Oval Importer Affected by VCID-2shb-2cvn-dyd2 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T17:14:03.873302+00:00 Debian Oval Importer Affected by VCID-vpwj-d49q-1uh8 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T17:06:05.890895+00:00 Debian Oval Importer Affected by VCID-v186-7sv1-ubej https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T16:20:58.216518+00:00 Debian Oval Importer Affected by VCID-4z89-3tfk-pyge https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T16:19:17.513896+00:00 Debian Oval Importer Affected by VCID-9sms-mhht-n3aq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T16:08:30.219004+00:00 Debian Oval Importer Affected by VCID-2j3t-a3r6-vfg7 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T15:44:50.030699+00:00 Debian Oval Importer Affected by VCID-dexx-3ssz-nqfg https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T15:30:32.059830+00:00 Debian Oval Importer Affected by VCID-w6k8-js68-87g4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-08T23:39:38.664150+00:00 Debian Oval Importer Affected by VCID-smck-sdx2-c7du https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T23:38:34.378785+00:00 Debian Oval Importer Affected by VCID-ewbq-2gm8-tyf5 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T23:26:10.615642+00:00 Debian Oval Importer Affected by VCID-2czu-wy37-qugf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T23:14:08.116568+00:00 Debian Oval Importer Affected by VCID-4q79-666d-rygx https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T23:09:27.853899+00:00 Debian Oval Importer Affected by VCID-tbuw-2msj-tqd9 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T21:45:46.689343+00:00 Debian Oval Importer Affected by VCID-h7z2-vc14-nfhq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T21:22:05.475972+00:00 Debian Oval Importer Affected by VCID-7s7y-9bw5-m3ep https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T20:43:54.973037+00:00 Debian Oval Importer Affected by VCID-emaw-jmek-9bcy https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T20:43:06.513262+00:00 Debian Oval Importer Affected by VCID-tyk4-kazt-kydj https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T20:42:05.378207+00:00 Debian Oval Importer Affected by VCID-7ka5-7jrn-dber https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T19:53:39.211450+00:00 Debian Oval Importer Affected by VCID-qqh6-evfk-1fgy https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T19:07:59.094555+00:00 Debian Oval Importer Affected by VCID-js5p-py72-2kga https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T19:04:51.759883+00:00 Debian Oval Importer Affected by VCID-znkr-fxtj-4uc7 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T18:59:33.919710+00:00 Debian Oval Importer Affected by VCID-ct6h-d1eh-7bgj https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T18:55:18.109041+00:00 Debian Oval Importer Affected by VCID-7nj2-94zp-d3bp https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T18:47:09.025679+00:00 Debian Oval Importer Affected by VCID-9nvp-aus1-9yed https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T18:35:26.532317+00:00 Debian Oval Importer Affected by VCID-4gsg-5e6s-63g4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T18:10:33.610814+00:00 Debian Oval Importer Affected by VCID-29cz-9gkc-1bfx https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T18:02:07.816840+00:00 Debian Oval Importer Affected by VCID-e6sb-bh7v-9ugg https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T17:48:39.814665+00:00 Debian Oval Importer Affected by VCID-j8hj-k7wy-yfch https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T17:46:07.501527+00:00 Debian Oval Importer Affected by VCID-gvgx-eq9r-d3d2 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T17:45:00.128406+00:00 Debian Oval Importer Affected by VCID-8a7h-5rn5-gubx https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T17:43:33.365241+00:00 Debian Oval Importer Affected by VCID-e6rs-jwvu-jycd https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T17:36:48.052121+00:00 Debian Oval Importer Affected by VCID-2shb-2cvn-dyd2 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T17:02:46.659731+00:00 Debian Oval Importer Affected by VCID-vpwj-d49q-1uh8 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T16:55:19.847329+00:00 Debian Oval Importer Affected by VCID-v186-7sv1-ubej https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T16:12:51.820509+00:00 Debian Oval Importer Affected by VCID-4z89-3tfk-pyge https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T16:11:17.513467+00:00 Debian Oval Importer Affected by VCID-9sms-mhht-n3aq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T16:01:07.417328+00:00 Debian Oval Importer Affected by VCID-2j3t-a3r6-vfg7 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T15:38:33.139864+00:00 Debian Oval Importer Affected by VCID-dexx-3ssz-nqfg https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T15:24:47.165046+00:00 Debian Oval Importer Affected by VCID-w6k8-js68-87g4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0