Cyber Posture

CVE-2025-62515

Critical

Published: 17 October 2025

Published
17 October 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0057 68.6th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Description

Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.

Security Summary

CVE-2025-62515 is a critical deserialization vulnerability (CWE-502) in the pyquokka framework, a Python library for building time series data lakes. It affects versions 0.3.1 and prior, where the FlightServer class in pyquokka/flight.py directly invokes pickle.loads() on action bodies from Flight clients without sanitization or validation. This occurs in the do_action() method at line 283, as well as in cache_garbage_collect, do_put, and do_get functions, allowing untrusted remote data to be deserialized unsafely. The issue carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H).

Remote attackers can exploit this vulnerability if the FlightServer is configured to listen on 0.0.0.0, exposing it network-wide. No authentication or privileges are required, enabling unauthenticated adversaries to send malicious pickled payloads via the set_configs action or other affected endpoints. Successful exploitation results in arbitrary remote code execution on the server, with high confidentiality, integrity, and availability impacts.

The primary advisory is published at https://github.com/marsupialtail/quokka/security/advisories/GHSA-f74j-gffq-vm9p, which details the vulnerability and likely includes guidance on patches or mitigations such as upgrading to a fixed version or restricting FlightServer bindings.

Details

CWE(s)
CWE-502

MITRE ATT&CK Enterprise Techniques

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

The vulnerability is a critical unauthenticated remote code execution in a network-exposed FlightServer component of the pyquokka framework, directly enabling exploitation of a public-facing application.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

References