CVE-2026-47321: Apache MINA
- Severity
- 7.5 (HIGH)
- Vendor
- APACHE
- Affected versions
- 2.2.0 through before 2.2.8; 2.1.0 through before 2.1.13; 2.0.0 through before 2.0.29
- Patch status
- Unknown
- Published
- 2026-09-21T08:16:37.520
- Modified
- 2026-09-21T19:17:06.247
Why it matters
High-severity vulnerability requiring prioritized review.
Recommended admin actions
- Review and patch based on exposure, asset criticality, and business impact.
Technical summary
The CompressionFilter class uses ZLib to deflate and inflate data sent and received. When we inflate incoming data, the filter does not control the resulting size, and create a buffer no matter what. Some compressed data may have a compression ration greater than 1 thousand, leading to an exhaustion of the application memory, as we don't control the deflated size. The fix adds such a control by allowing the application developer to provide a fixed size limit, which when reached throws an exception. It also allows the user to provide a compression ratio that should not be exceeded, protected the application from small inflated files that inflate in gigantic files, but with a grace limit for the resulting size (1Mb) to avoid false positive (like a very small file inflating with a high ratio, but resulting with a acceptable size, like a few thousands bytes) For application using this feature, it is highly recommended to create the CompressionFilter and to pass the maximum limit as a forth constructor parameter, maxDecompressedSize: public CompressionFilter(final boolean compressInbound, final boolean compressOutbound, final int compressionLevel, final int maxDecompressedSize)Optionally one can also provide a maxDecompressRatio fifth parameter, and a decompressRatioMinSize sixth parameter to allow small inflated files with a high compression ratio to still be accepted. Here are the additional constructor: public CompressionFilter(final boolean compressInbound, final boolean compressOutbound, final int compressionLevel, final int maxDecompressedSize, final long maxDecompressRatio, final long decompressRatioMinSize) Also note that a fluent API has been added to spare the users the pain to call a constructor with that many parameters: CompressionFilter compressionFilter = new CompressionFilter() .setCompressionLevel(Zlib.COMPRESSION_MAX) .setMaxDecompressedSize(1_000_000) .setMaxDecompressRatio(100). .setDecompressRatioMinSize(100_000); Applications using Apache MINA are advised to upgrade and configure their CompressionFilter instance.
View the official NVD record for CVE-2026-47321
CVE data is sourced from NVD/CNA records and optional enrichment. Validate against the vendor advisory before taking production action.
VULNERABILITY PULSE
| AFFECTED PRODUCT | ACTION | ||
|---|---|---|---|
| CVE-2026-77521 |
MaxKB PATCH
Reporter: SECURITY-ADVISORIES
|
10
CRITICAL
|
VIEW RECORD |
| CVE-2026-79920 |
ajenti PATCH
Reporter: SECURITY-ADVISORIES
|
9.9
CRITICAL
|
VIEW RECORD |
| CVE-2026-94301 |
Apache MINA
Reporter: SECURITY
|
9.8
CRITICAL
|
VIEW RECORD |
| CVE-2026-85751 |
Mailu PATCH
Reporter: SECURITY-ADVISORIES
|
9.8
CRITICAL
|
VIEW RECORD |
| CVE-2026-13355 |
Meta Box Frontend Submission
Reporter: SECURITY
|
9.8
CRITICAL
|
VIEW RECORD |
| CVE-2026-19658 |
Give Tributes
Reporter: SECURITY
|
9.8
CRITICAL
|
VIEW RECORD |
| CVE-2026-94571 |
Product identification pending PATCH
Reporter: CVE
|
9.4
CRITICAL
|
VIEW RECORD |
| CVE-2026-94572 |
Product identification pending PATCH
Reporter: CVE
|
9.4
CRITICAL
|
VIEW RECORD |
| CVE-2026-58491 |
warpgate PATCH
Reporter: SECURITY-ADVISORIES
|
9.3
CRITICAL
|
VIEW RECORD |
| CVE-2026-94424 |
MTT S80 Driver Package
Reporter: CNA
|
9.3
CRITICAL
|
VIEW RECORD |
| CVE-2026-94425 |
MTT S80 Driver Package
Reporter: CNA
|
9.3
CRITICAL
|
VIEW RECORD |
| CVE-2026-94493 |
PDV5701
Reporter: CNA
|
9.3
CRITICAL
|
VIEW RECORD |
| CVE-2026-61674 |
fluent-bit PATCH
Reporter: SECURITY-ADVISORIES
|
9.2
CRITICAL
|
VIEW RECORD |
| CVE-2025-12999 |
Eclipse Open VSX
Reporter: EMO
|
9.1
CRITICAL
|
VIEW RECORD |
| CVE-2026-86473 |
Apache Airflow PATCH
Reporter: SECURITY
|
9.1
CRITICAL
|
VIEW RECORD |
| CVE-2026-46649 |
joplin PATCH
Reporter: SECURITY-ADVISORIES
|
9.1
CRITICAL
|
VIEW RECORD |
| CVE-2026-79916 |
MaxKB PATCH
Reporter: SECURITY-ADVISORIES
|
9.1
CRITICAL
|
VIEW RECORD |
| CVE-2026-88807 |
Product identification pending PATCH
Reporter: MEISSNER
|
8.9
HIGH
|
VIEW RECORD |
| CVE-2026-55563 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
8.9
HIGH
|
VIEW RECORD |
| CVE-2026-92574 |
Confidential Compute Attestation
Reporter: SECALERT
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-84285 |
Product identification pending
Reporter: 3DS.INFORMATION-SECURITY
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-53940 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-82412 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-62371 |
kubeedge PATCH
Reporter: SECURITY-ADVISORIES
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-63116 |
deepstream.io PATCH
Reporter: SECURITY-ADVISORIES
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-84990 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-62182 |
kubeedge PATCH
Reporter: SECURITY-ADVISORIES
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-55159 |
luci-app-adblock-fast PATCH
Reporter: SECURITY-ADVISORIES
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-55897 |
luci PATCH
Reporter: SECURITY-ADVISORIES
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-88409 |
Product identification pending
Reporter: CVE
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-92438 |
Ninja Forms
Reporter: CONTACT
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-16651 |
Product identification pending
Reporter: SECURITY
|
8.7
HIGH
|
VIEW RECORD |
| CVE-2026-65651 |
Product identification pending
Reporter: SECURITY
|
8.7
HIGH
|
VIEW RECORD |
| CVE-2026-65652 |
Product identification pending
Reporter: SECURITY
|
8.7
HIGH
|
VIEW RECORD |
| CVE-2026-65653 |
Product identification pending
Reporter: SECURITY
|
8.7
HIGH
|
VIEW RECORD |
| CVE-2026-65654 |
Product identification pending
Reporter: SECURITY
|
8.7
HIGH
|
VIEW RECORD |
| CVE-2026-89139 |
Product identification pending
Reporter: SECURITY
|
8.7
HIGH
|
VIEW RECORD |
| CVE-2026-94381 |
MISP
Reporter: 5A6E4751-2F3F-4070-9419-94FB35B644E8
|
8.7
HIGH
|
VIEW RECORD |
| CVE-2026-94411 |
Product identification pending
Reporter: DISCLOSURE
|
8.7
HIGH
|
VIEW RECORD |
| CVE-2026-94412 |
Product identification pending
Reporter: DISCLOSURE
|
8.7
HIGH
|
VIEW RECORD |
| CVE-2026-94496 |
jshERP
Reporter: DISCLOSURE
|
8.7
HIGH
|
VIEW RECORD |
| CVE-2026-94497 |
jshERP
Reporter: DISCLOSURE
|
8.7
HIGH
|
VIEW RECORD |
| CVE-2026-94501 |
Product identification pending
Reporter: DISCLOSURE
|
8.7
HIGH
|
VIEW RECORD |
| CVE-2026-61652 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
8.7
HIGH
|
VIEW RECORD |
| CVE-2026-94622 |
vllm
Reporter: DISCLOSURE
|
8.7
HIGH
|
VIEW RECORD |
| CVE-2026-94623 |
Product identification pending
Reporter: DISCLOSURE
|
8.7
HIGH
|
VIEW RECORD |
| CVE-2026-94624 |
Product identification pending
Reporter: DISCLOSURE
|
8.7
HIGH
|
VIEW RECORD |
| CVE-2026-94626 |
vllm
Reporter: DISCLOSURE
|
8.7
HIGH
|
VIEW RECORD |
| CVE-2026-94627 |
vllm
Reporter: DISCLOSURE
|
8.7
HIGH
|
VIEW RECORD |
| CVE-2026-94383 |
MISP
Reporter: 5A6E4751-2F3F-4070-9419-94FB35B644E8
|
8.6
HIGH
|
VIEW RECORD |
| CVE-2025-71421 |
Product identification pending PATCH
Reporter: DISCLOSURE
|
8.6
HIGH
|
VIEW RECORD |
| CVE-2026-94403 |
iGameCenter
Reporter: CNA
|
8.5
HIGH
|
VIEW RECORD |
| CVE-2026-55071 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
8.4
HIGH
|
VIEW RECORD |
| CVE-2026-49811 |
Product identification pending PATCH
Reporter: SECURITY_ALERT
|
8.4
HIGH
|
VIEW RECORD |
| CVE-2026-94374 |
MISP
Reporter: 5A6E4751-2F3F-4070-9419-94FB35B644E8
|
8.3
HIGH
|
VIEW RECORD |
| CVE-2026-94401 |
MISP
Reporter: 5A6E4751-2F3F-4070-9419-94FB35B644E8
|
8.3
HIGH
|
VIEW RECORD |
| CVE-2026-94488 |
Product identification pending PATCH
Reporter: CVE
|
8.3
HIGH
|
VIEW RECORD |
| CVE-2026-55074 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
8.2
HIGH
|
VIEW RECORD |
| CVE-2026-61628 |
nginx-ignition PATCH
Reporter: SECURITY-ADVISORIES
|
8.1
HIGH
|
VIEW RECORD |
| CVE-2026-80110 |
Product identification pending
Reporter: SECALERT
|
8.1
HIGH
|
VIEW RECORD |
| CVE-2026-94184 |
Product identification pending
Reporter: SECALERT
|
8.1
HIGH
|
VIEW RECORD |
| CVE-2026-77560 |
tinyauth PATCH
Reporter: SECURITY-ADVISORIES
|
8.1
HIGH
|
VIEW RECORD |
| CVE-2026-83621 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
8.1
HIGH
|
VIEW RECORD |
| CVE-2026-48826 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
8.1
HIGH
|
VIEW RECORD |
| CVE-2026-48975 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
8.1
HIGH
|
VIEW RECORD |
| CVE-2026-48976 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
8.1
HIGH
|
VIEW RECORD |
| CVE-2026-62369 |
kubeedge PATCH
Reporter: SECURITY-ADVISORIES
|
8.1
HIGH
|
VIEW RECORD |
| CVE-2026-58269 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
8.1
HIGH
|
VIEW RECORD |
| CVE-2026-15801 |
Red Hat OpenShift Container Platform 4
Reporter: SECALERT
|
8
HIGH
|
VIEW RECORD |
| CVE-2026-65980 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
7.9
HIGH
|
VIEW RECORD |
| CVE-2026-55567 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
7.8
HIGH
|
VIEW RECORD |
| CVE-2026-17052 |
Product identification pending
Reporter: VULNERABILITIES
|
7.8
HIGH
|
VIEW RECORD |
| CVE-2026-49810 |
Product identification pending PATCH
Reporter: SECURITY_ALERT
|
7.8
HIGH
|
VIEW RECORD |
| CVE-2026-81469 |
Product identification pending PATCH
Reporter: SECURITY_ALERT
|
7.8
HIGH
|
VIEW RECORD |
| CVE-2026-76898 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
7.7
HIGH
|
VIEW RECORD |
| CVE-2026-63330 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
7.7
HIGH
|
VIEW RECORD |
| CVE-2026-55105 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
7.7
HIGH
|
VIEW RECORD |
| CVE-2026-59814 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
7.6
HIGH
|
VIEW RECORD |
| CVE-2026-47321 |
Apache MINA
Reporter: SECURITY
|
7.5
HIGH
|
VIEW RECORD |
| CVE-2026-91863 |
Product identification pending PATCH
Reporter: SECURITY
|
7.5
HIGH
|
VIEW RECORD |
| CVE-2026-91864 |
Product identification pending PATCH
Reporter: SECURITY
|
7.5
HIGH
|
VIEW RECORD |
| CVE-2026-91865 |
Product identification pending PATCH
Reporter: SECURITY
|
7.5
HIGH
|
VIEW RECORD |
| CVE-2026-91866 |
Product identification pending PATCH
Reporter: SECURITY
|
7.5
HIGH
|
VIEW RECORD |
| CVE-2026-88806 |
Product identification pending PATCH
Reporter: MEISSNER
|
7.5
HIGH
|
VIEW RECORD |
| CVE-2026-52741 |
gocd PATCH
Reporter: SECURITY-ADVISORIES
|
7.5
HIGH
|
VIEW RECORD |
| CVE-2026-61629 |
nginx-ignition PATCH
Reporter: SECURITY-ADVISORIES
|
7.5
HIGH
|
VIEW RECORD |
| CVE-2026-71543 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
7.5
HIGH
|
VIEW RECORD |
| CVE-2026-94449 |
Product identification pending
Reporter: SECALERT
|
7.5
HIGH
|
VIEW RECORD |
| CVE-2026-73512 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
7.5
HIGH
|
VIEW RECORD |
| CVE-2026-73513 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
7.5
HIGH
|
VIEW RECORD |
| CVE-2026-73547 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
7.5
HIGH
|
VIEW RECORD |
| CVE-2026-73548 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
7.5
HIGH
|
VIEW RECORD |
| CVE-2026-73550 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
7.5
HIGH
|
VIEW RECORD |
| CVE-2026-73552 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
7.5
HIGH
|
VIEW RECORD |
| CVE-2026-73553 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
7.5
HIGH
|
VIEW RECORD |
| CVE-2026-88406 |
Product identification pending
Reporter: CVE
|
7.5
HIGH
|
VIEW RECORD |
| CVE-2026-88407 |
Product identification pending
Reporter: CVE
|
7.5
HIGH
|
VIEW RECORD |
| CVE-2026-88411 |
Product identification pending
Reporter: CVE
|
7.5
HIGH
|
VIEW RECORD |
| CVE-2026-91827 |
Ninja Forms
Reporter: CONTACT
|
7.5
HIGH
|
VIEW RECORD |
| CVE-2026-75939 |
Product identification pending
Reporter: SECALERT
|
7.4
HIGH
|
VIEW RECORD |
About the Vulnerability Pulse CVE Feed
The Vulnerability Pulse feed tracks live CVE advisories sourced from the National Vulnerability Database and vendor security disclosures. It is designed for SOC analysts, IT administrators, and security teams who need a fast, filterable view of current vulnerabilities without digging through raw NVD data.
How to Use the CVE Advisory Tracker
Use the severity filters to narrow results to Critical or High priority vulnerabilities. Filter by vendor to focus on software and hardware relevant to your environment. Export to CSV for reporting, ticketing, or patch prioritization workflows.
What Is a CVE Advisory?
A CVE (Common Vulnerabilities and Exposures) advisory is a public disclosure of a security vulnerability assigned a unique identifier by MITRE. Advisories include severity scores (CVSS), affected versions, and remediation guidance. Monitoring CVE advisories is a core function of vulnerability management programs and SOC operations.
CVE Analysis & Writeups
For in-depth analysis of specific vulnerabilities, visit the IT Knowledge Bases blog for CVE breakdowns, exploitation analysis, and remediation guidance written for security practitioners.