Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:deb/debian/pypy3@7.3.21%2Bdfsg-4?distro=trixie
purl pkg:deb/debian/pypy3@7.3.21%2Bdfsg-4?distro=trixie
Next non-vulnerable version None.
Latest non-vulnerable version None.
Risk 3.2
Vulnerabilities affecting this package (4)
Vulnerability Summary Fixed by
VCID-8dtv-379a-wqfs
Aliases:
CVE-2025-13836
cpython: Excessive read buffering DoS in http.client There are no reported fixed by versions.
VCID-emaw-jmek-9bcy
Aliases:
CVE-2025-6069
cpython: Python HTMLParser quadratic complexity There are no reported fixed by versions.
VCID-znkr-fxtj-4uc7
Aliases:
CVE-2025-8291
cpython: python: Python zipfile End of Central Directory (EOCD) Locator record offset not checked There are no reported fixed by versions.
VCID-zxzn-25zt-ukct
Aliases:
CVE-2026-4786
Mitgation of CVE-2026-4519 was incomplete. If the URL contained "%action" the mitigation could be bypassed for certain browser types the "webbrowser.open()" API could have commands injected into the underlying shell. See CVE-2026-4519 for details. There are no reported fixed by versions.
Vulnerabilities fixed by this package (41)
Vulnerability Summary Aliases
VCID-1hw3-vhwb-nkcd Multiple vulberabilities have been discovered in Python and PyPy, the worst of which can lead to privilege escalation. CVE-2024-12718
VCID-2czu-wy37-qugf python: constant-time-defeating optimisations issue in the compare_digest function in Lib/hmac.p CVE-2022-48566
VCID-2j3t-a3r6-vfg7 Multiple vulnerabilities have been found in Python, the worst of which might allow attackers to access sensitive information. CVE-2021-3426
VCID-2shb-2cvn-dyd2 Multiple vulberabilities have been discovered in Python and PyPy3, the worst of which can lead to privilege escalation. CVE-2023-24329
VCID-2v5u-2z4w-ffgx python: incorrect IPv4 and IPv6 private ranges CVE-2024-4032
VCID-4afh-28ss-mudf Multiple vulberabilities have been discovered in Python and PyPy, the worst of which can lead to privilege escalation. CVE-2025-4138
VCID-4gsg-5e6s-63g4 Multiple vulnerabilities have been found in Python and PyPy, the worst of which could result in arbitrary code execution. CVE-2021-28861
VCID-4q79-666d-rygx python: XML External Entity in XML processing plistlib module CVE-2022-48565
VCID-4z89-3tfk-pyge Multiple vulberabilities have been discovered in Python and PyPy3, the worst of which can lead to privilege escalation. CVE-2023-40217
VCID-5maz-1h1k-3qfj Multiple vulberabilities have been discovered in Python and PyPy, the worst of which can lead to privilege escalation. CVE-2025-4516
VCID-757r-fs6p-qqdd Multiple vulberabilities have been discovered in Python and PyPy, the worst of which can lead to privilege escalation. CVE-2025-4517
VCID-7ka5-7jrn-dber Multiple vulberabilities have been discovered in Python and PyPy3, the worst of which can lead to privilege escalation. CVE-2023-6597
VCID-7nj2-94zp-d3bp python: DoS when processing malformed Apple Property List files in binary format CVE-2022-48564
VCID-7s7y-9bw5-m3ep Multiple vulberabilities have been discovered in Python and PyPy, the worst of which can lead to privilege escalation. CVE-2024-6232
VCID-8a7h-5rn5-gubx A vulnerability has been discovered in GNAT Ada Suite which can lead to remote code execution. CVE-2020-27619
VCID-8hug-fhhb-sbgt python: Invalid value for OpenSSL API may cause Buffer over-read when NPN is used CVE-2024-5642
VCID-8zdt-4q7m-t7ht Multiple vulberabilities have been discovered in Python and PyPy, the worst of which can lead to privilege escalation. CVE-2025-4330
VCID-9nvp-aus1-9yed Multiple vulberabilities have been discovered in Python and PyPy, the worst of which can lead to privilege escalation. CVE-2024-6923
VCID-9sms-mhht-n3aq python: Mishandling of comma during folding and unicode-encoding of email headers CVE-2025-1795
VCID-a8mv-mr3q-vygz Multiple vulnerabilities have been found in Python and PyPy, the worst of which could result in arbitrary code execution. CVE-2022-42919
VCID-bqp2-x383-xqfh Multiple vulnerabilities have been found in Python and PyPy, the worst of which could result in arbitrary code execution. CVE-2015-20107
VCID-ct6h-d1eh-7bgj python: urllib: Regular expression DoS in AbstractBasicAuthHandler CVE-2021-3733
VCID-dexx-3ssz-nqfg python: Parsing errors in email/_parseaddr.py lead to incorrect value in email address part of tuple CVE-2023-27043
VCID-dnv8-yrd6-c7cv Multiple vulberabilities have been discovered in Python and PyPy, the worst of which can lead to privilege escalation. CVE-2024-8088
VCID-e6rs-jwvu-jycd python: urllib: HTTP client possible infinite loop on a 100 Continue response CVE-2021-3737
VCID-e6sb-bh7v-9ugg python: cpython: URL parser allowed square brackets in domain names CVE-2025-0938
VCID-ewbq-2gm8-tyf5 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. CVE-2022-37454
GHSA-6w4m-2xhg-2658
VCID-gvgx-eq9r-d3d2 Multiple vulnerabilities have been found in Python, the worst of which could result in the arbitrary execution of code. CVE-2020-26116
VCID-h7z2-vc14-nfhq python: int() type in PyLong_FromString() does not limit amount of digits converting text to int leading to DoS CVE-2020-10735
VCID-j8hj-k7wy-yfch python: ftplib should not use the host from the PASV response CVE-2021-4189
VCID-js5p-py72-2kga Multiple vulberabilities have been discovered in Python and PyPy3, the worst of which can lead to privilege escalation. CVE-2024-0450
VCID-q6g1-cjz3-77e4 cpython: Tarfile extracts filtered members when errorlevel=0 CVE-2025-4435
VCID-qqh6-evfk-1fgy Multiple vulnerabilities have been found in Python and PyPy, the worst of which could result in arbitrary code execution. CVE-2022-45061
VCID-qwhz-912b-8kh5 cpython: python: Memory race condition in ssl.SSLContext certificate store methods CVE-2024-0397
VCID-smck-sdx2-c7du python: Improper validation of IPv6 and IPvFuture addresses CVE-2024-11168
VCID-tbuw-2msj-tqd9 python: Virtual environment (venv) activation scripts don't quote paths CVE-2024-9287
VCID-tyk4-kazt-kydj Multiple vulnerabilities have been found in Python, the worst of which could result in a Denial of Service condition. CVE-2019-20907
VCID-v186-7sv1-ubej Multiple vulberabilities have been discovered in Python and PyPy, the worst of which can lead to privilege escalation. CVE-2024-7592
VCID-vpwj-d49q-1uh8 Multiple vulnerabilities have been found in Python and PyPy, the worst of which could result in arbitrary code execution. CVE-2022-0391
VCID-w6k8-js68-87g4 Multiple vulnerabilities have been found in Python, the worst of which might allow attackers to access sensitive information. CVE-2021-23336
VCID-z48d-eyxz-bycq Multiple vulnerabilities have been found in Python and PyPy, the worst of which could result in arbitrary code execution. CVE-2021-29921

Date Actor Action Vulnerability Source VulnerableCode Version
2026-04-17T22:44:40.277467+00:00 Debian Importer Affected by VCID-zxzn-25zt-ukct https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T13:18:55.687047+00:00 Debian Importer Fixing VCID-gvgx-eq9r-d3d2 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T13:14:16.558193+00:00 Debian Importer Fixing VCID-w6k8-js68-87g4 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T13:08:49.413015+00:00 Debian Importer Fixing VCID-8a7h-5rn5-gubx https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T13:07:00.005092+00:00 Debian Importer Fixing VCID-ct6h-d1eh-7bgj https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T12:53:47.428580+00:00 Debian Importer Fixing VCID-7ka5-7jrn-dber https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T12:45:41.187889+00:00 Debian Importer Fixing VCID-5maz-1h1k-3qfj https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T12:27:16.727382+00:00 Debian Importer Fixing VCID-4z89-3tfk-pyge https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T12:16:32.188075+00:00 Debian Importer Fixing VCID-tyk4-kazt-kydj https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T12:09:54.340145+00:00 Debian Importer Fixing VCID-4gsg-5e6s-63g4 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T11:37:43.931584+00:00 Debian Importer Fixing VCID-tbuw-2msj-tqd9 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T11:32:51.556953+00:00 Debian Importer Fixing VCID-e6rs-jwvu-jycd https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T10:58:21.196584+00:00 Debian Importer Fixing VCID-vpwj-d49q-1uh8 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T10:55:27.847634+00:00 Debian Importer Fixing VCID-js5p-py72-2kga https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T10:53:31.510990+00:00 Debian Importer Fixing VCID-4q79-666d-rygx https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T10:39:01.359111+00:00 Debian Importer Fixing VCID-j8hj-k7wy-yfch https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T10:38:00.371312+00:00 Debian Importer Fixing VCID-dexx-3ssz-nqfg https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T10:12:19.422642+00:00 Debian Importer Fixing VCID-2shb-2cvn-dyd2 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T09:58:42.732092+00:00 Debian Importer Fixing VCID-2czu-wy37-qugf https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T09:48:26.128438+00:00 Debian Importer Fixing VCID-ewbq-2gm8-tyf5 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T09:29:44.144754+00:00 Debian Importer Fixing VCID-qqh6-evfk-1fgy https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T09:20:13.920628+00:00 Debian Importer Fixing VCID-z48d-eyxz-bycq https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T09:13:40.985846+00:00 Debian Importer Fixing VCID-2j3t-a3r6-vfg7 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T09:11:26.119396+00:00 Debian Importer Fixing VCID-7nj2-94zp-d3bp https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T09:04:02.724413+00:00 Debian Importer Fixing VCID-h7z2-vc14-nfhq https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-13T09:10:27.991335+00:00 Debian Importer Fixing VCID-gvgx-eq9r-d3d2 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T09:06:52.568848+00:00 Debian Importer Fixing VCID-w6k8-js68-87g4 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T09:02:36.889838+00:00 Debian Importer Fixing VCID-8a7h-5rn5-gubx https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T09:01:11.649386+00:00 Debian Importer Fixing VCID-ct6h-d1eh-7bgj https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T08:51:15.467133+00:00 Debian Importer Fixing VCID-7ka5-7jrn-dber https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T08:45:07.148752+00:00 Debian Importer Fixing VCID-5maz-1h1k-3qfj https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T08:31:31.204245+00:00 Debian Importer Fixing VCID-4z89-3tfk-pyge https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T08:23:43.551712+00:00 Debian Importer Fixing VCID-tyk4-kazt-kydj https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T08:19:08.407159+00:00 Debian Importer Fixing VCID-4gsg-5e6s-63g4 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T07:55:30.257508+00:00 Debian Importer Fixing VCID-tbuw-2msj-tqd9 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T07:52:16.526442+00:00 Debian Importer Fixing VCID-e6rs-jwvu-jycd https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T07:26:36.818289+00:00 Debian Importer Fixing VCID-vpwj-d49q-1uh8 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T07:24:20.123503+00:00 Debian Importer Fixing VCID-js5p-py72-2kga https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T07:22:48.541007+00:00 Debian Importer Fixing VCID-4q79-666d-rygx https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T07:12:02.962945+00:00 Debian Importer Fixing VCID-j8hj-k7wy-yfch https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T07:11:16.135304+00:00 Debian Importer Fixing VCID-dexx-3ssz-nqfg https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T06:51:37.050565+00:00 Debian Importer Fixing VCID-2shb-2cvn-dyd2 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T06:41:06.691223+00:00 Debian Importer Fixing VCID-2czu-wy37-qugf https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T06:33:08.477231+00:00 Debian Importer Fixing VCID-ewbq-2gm8-tyf5 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-11T18:19:58.226239+00:00 Debian Importer Fixing VCID-qqh6-evfk-1fgy https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-11T18:14:16.282329+00:00 Debian Importer Fixing VCID-z48d-eyxz-bycq https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-11T18:10:20.759248+00:00 Debian Importer Fixing VCID-2j3t-a3r6-vfg7 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-11T18:09:03.279476+00:00 Debian Importer Fixing VCID-7nj2-94zp-d3bp https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-11T18:04:38.684762+00:00 Debian Importer Fixing VCID-h7z2-vc14-nfhq https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-03T07:50:34.677749+00:00 Debian Importer Affected by VCID-znkr-fxtj-4uc7 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:34.598878+00:00 Debian Importer Affected by VCID-emaw-jmek-9bcy https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:34.561681+00:00 Debian Importer Fixing VCID-757r-fs6p-qqdd https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:34.508497+00:00 Debian Importer Fixing VCID-5maz-1h1k-3qfj https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:34.462014+00:00 Debian Importer Fixing VCID-q6g1-cjz3-77e4 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:34.401804+00:00 Debian Importer Fixing VCID-8zdt-4q7m-t7ht https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:34.341601+00:00 Debian Importer Fixing VCID-4afh-28ss-mudf https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:34.274749+00:00 Debian Importer Fixing VCID-9sms-mhht-n3aq https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:34.173952+00:00 Debian Importer Affected by VCID-8dtv-379a-wqfs https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:34.094390+00:00 Debian Importer Fixing VCID-e6sb-bh7v-9ugg https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:34.039550+00:00 Debian Importer Fixing VCID-tbuw-2msj-tqd9 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:33.979149+00:00 Debian Importer Fixing VCID-dnv8-yrd6-c7cv https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:33.921633+00:00 Debian Importer Fixing VCID-v186-7sv1-ubej https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:33.864812+00:00 Debian Importer Fixing VCID-9nvp-aus1-9yed https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:33.808795+00:00 Debian Importer Fixing VCID-7s7y-9bw5-m3ep https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:33.761998+00:00 Debian Importer Fixing VCID-8hug-fhhb-sbgt https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:33.699420+00:00 Debian Importer Fixing VCID-2v5u-2z4w-ffgx https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:33.663512+00:00 Debian Importer Fixing VCID-1hw3-vhwb-nkcd https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:33.595089+00:00 Debian Importer Fixing VCID-smck-sdx2-c7du https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:33.543109+00:00 Debian Importer Fixing VCID-js5p-py72-2kga https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:33.475379+00:00 Debian Importer Fixing VCID-qwhz-912b-8kh5 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:33.439889+00:00 Debian Importer Fixing VCID-7ka5-7jrn-dber https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:33.383290+00:00 Debian Importer Fixing VCID-4z89-3tfk-pyge https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:33.324048+00:00 Debian Importer Fixing VCID-dexx-3ssz-nqfg https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:33.267228+00:00 Debian Importer Fixing VCID-2shb-2cvn-dyd2 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:33.216120+00:00 Debian Importer Fixing VCID-2czu-wy37-qugf https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:33.174475+00:00 Debian Importer Fixing VCID-4q79-666d-rygx https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:33.132728+00:00 Debian Importer Fixing VCID-7nj2-94zp-d3bp https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:33.091048+00:00 Debian Importer Fixing VCID-qqh6-evfk-1fgy https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:33.038693+00:00 Debian Importer Fixing VCID-a8mv-mr3q-vygz https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:32.993969+00:00 Debian Importer Fixing VCID-ewbq-2gm8-tyf5 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:32.950662+00:00 Debian Importer Fixing VCID-vpwj-d49q-1uh8 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:32.901450+00:00 Debian Importer Fixing VCID-j8hj-k7wy-yfch https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:32.859993+00:00 Debian Importer Fixing VCID-e6rs-jwvu-jycd https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:32.811029+00:00 Debian Importer Fixing VCID-ct6h-d1eh-7bgj https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:32.769618+00:00 Debian Importer Fixing VCID-2j3t-a3r6-vfg7 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:32.727535+00:00 Debian Importer Fixing VCID-z48d-eyxz-bycq https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:32.677054+00:00 Debian Importer Fixing VCID-4gsg-5e6s-63g4 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:32.629457+00:00 Debian Importer Fixing VCID-w6k8-js68-87g4 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:32.564969+00:00 Debian Importer Fixing VCID-8a7h-5rn5-gubx https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:32.522645+00:00 Debian Importer Fixing VCID-gvgx-eq9r-d3d2 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:32.481748+00:00 Debian Importer Fixing VCID-h7z2-vc14-nfhq https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:32.431295+00:00 Debian Importer Fixing VCID-tyk4-kazt-kydj https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:32.384483+00:00 Debian Importer Fixing VCID-bqp2-x383-xqfh https://security-tracker.debian.org/tracker/data/json 38.1.0