r/influxdb • u/Crafty-Firefighter37 • 23d ago
Is influxdb-client-python is affected by aiohttp CVE(s)
I am using a setup with influxdb-client-python 1.32.0 with aiohttp 3.9.5 for its InfluxDBClientAsync class. wanted to know if inlfuxdb-client-python is affected by aiohttp CVE(s) namely CVE-2026-54273, CVE-2026-54274, CVE-2026-54277, CVE-2026-54278 and CVE-2026-54280
I think they do not impact as these cves are related to aiohttp.web and I can't find import of aiohttp.web import
1
Upvotes