CVE-2026-3381
Pmqs Compress\ \
Raw vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:HSummary
CVE-2026-3381 is a critical-severity Improper Validation of Specified Quantity in Input (CWE-1284) vulnerability in Pmqs Compress\. Its CVSS base score is 9.8 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 43th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified map to SI-10 (Information Input Validation) — see the control section below for these in your framework.
Deeper analysis AI-assisted summary
Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.
Compress::Raw::Zlib versions through 2.219 for Perl bundle potentially insecure versions of the zlib library, exposing users to vulnerabilities identified in a 7ASecurity audit of zlib. This Perl module includes its own copy of zlib, which in affected versions predates the fixes in zlib 1.3.2. The issue is tracked as CVE-2026-3381 with CWE-1284 and a CVSS v3.1 base score of 9.8, indicating critical severity due to high impacts on confidentiality, integrity, and availability.
Remote attackers require no privileges or user interaction to exploit this over the network with low complexity. Successful exploitation can result in high-impact compromise, allowing arbitrary code execution, data tampering, or denial of service on systems processing zlib-compressed data via the affected Compress::Raw::Zlib module.
Advisories recommend upgrading to Compress::Raw::Zlib version 2.220 or later, which integrates zlib 1.3.2 and addresses the 7ASecurity audit findings, including fixes for CVE-2026-27171. Relevant resources include the 7ASecurity blog post on the audit, zlib GitHub repository and v1.3.2 release notes, a Compress-Raw-Zlib issue tracker entry, and the module's Changes file on MetaCPAN.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-9520
Vulnerability Data
Compress::Raw::Zlib versions through 2.219 for Perl use potentially insecure versions of zlib. Compress::Raw::Zlib includes a copy of the zlib library. Compress::Raw::Zlib version 2.220 includes zlib 1.3.2, which addresses findings fron the 7ASecurity audit of zlib. The includes fixs for CVE-2026-27171.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise Techniques
CVEs Like This One
Affected Assets
Mitigating Controls
Control response
—
—
—
V6.7.2V1.4.2V2.1.1V2.2.1
Mitigating Controls (NIST 800-53 r5) AI
SI-10 requires validity checks on information inputs, directly stopping acceptance of malformed quantities before they can be used.
Mitigating Controls (NIST CSF 2.0) AI
Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.
Secure SDLC practices directly require proper quantity/length validation in input handling.
Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI
Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.
Security testing in development can detect missing quantity validation but does not itself implement the control.
Secure development lifecycle mandates input validation for quantity fields, directly preventing CWE-1284.
Application security requirements explicitly call for validation of size/length inputs, mitigating CWE-1284.
Secure architecture principles encourage robust input handling but do not specifically address quantity validation.
Secure coding standards require explicit checks on numeric quantity inputs, fully addressing CWE-1284.