CVE-2025-62515
Last modified
CVE-2025-62515 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. pyquokka is a framework for making data lakes work for time series. In versions 0.3.1 and prior, the FlightServer class directly uses pickle.loads() to deserialize action bodies received from Flight clients without any sanitization or validation in the do_action() method. EPSS estimates a 0.76% chance of exploitation in the next 30 days.
Description
pyquokka is a framework for making data lakes work for time series. In versions 0.3.1 and prior, the FlightServer class directly uses pickle.loads() to deserialize action bodies received from Flight clients without any sanitization or validation in the do_action() method. The vulnerable code is located in pyquokka/flight.py at line 283 where arbitrary data from Flight clients is directly passed to pickle.loads(). When FlightServer is configured to listen on 0.0.0.0, this allows attackers across the entire network to perform arbitrary remote code execution by sending malicious pickled payloads through the set_configs action. Additional vulnerability points exist in the cache_garbage_collect, do_put, and do_get functions where pickle.loads is used to deserialize untrusted remote data.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2025-62515?
How severe is CVE-2025-62515?
How do I fix CVE-2025-62515?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-6251The Royal Elementor Addons and Templates plugin for WordPres…6.4
- CVE-2025-62510FileRise is a self-hosted web-based file manager with multi-…8.1
- CVE-2025-62511yt-grabber-tui is a C++ terminal user interface application …6.3
- CVE-2025-62512Piwigo is an open source photo gallery application for the w…5.3
- CVE-2025-62513OpenBao is an open source identity-based secrets management …7.5
- CVE-2025-62514Parsec is a cloud-based application for cryptographically se…7.1
- CVE-2025-62516Rejected reason: Further research determined the issue is no…
- CVE-2025-62517Rollbar.js offers error tracking and logging from Javascript…5.9
- CVE-2025-62518astral-tokio-tar is a tar archive reading/writing library fo…8.1
- CVE-2025-62519phpMyFAQ is an open source FAQ web application. Prior to ver…7.2
- CVE-2025-6252The Qi Addons For Elementor plugin for WordPress is vulnerab…5.4
- CVE-2025-62520Mantis Bug Tracker (MantisBT) is an open source issue tracke…4.3
Are you affected by CVE-2025-62515?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
