Apache MINA: CWE-502 Deserialization of Untrusted Data
Apache Software Foundation · Apache MINA
9.8CriticalCVSS 3.1
Recommended action
Within 72 hours
Critical technical impact with a remotely reachable, unauthenticated path; no CISA KEV confirmation is currently recorded.
Patch available
Distribution package intelligence
Ubuntu vendor package status
Canonical’s release and source-package findings are shown separately from local repository availability.
2 package states
Repository candidate not checked
A published vendor fix does not prove that a matching update is enabled and installable on a particular asset. Confirm the local package candidate before scheduling remediation.
Ubuntu release
Source package
Vendor state
Fixed version
Evidence
Ubuntu 24.04 LTSnoble · esm-apps
mina2
Under evaluationCanonical reports that the package might be affected and still needs evaluation or fixing.
Structured product status and remediation from the issuing vendor. Product-state explanations are always visible; large lists can be searched or downloaded.
The vendor explicitly identifies these products as affected by this CVE.
jenkins-2-plugins.src as a component of OpenShift Developer Tools and Services
jenkins.src as a component of OpenShift Developer Tools and Services
mina-core as a component of Red Hat build of Apache Camel for Spring Boot 4
maven-wagon as a component of Red Hat Enterprise Linux 9
maven-wagon-javadoc as a component of Red Hat Enterprise Linux 9
maven-wagon-javadoc (maven:3.9) as a component of Red Hat Enterprise Linux 9
maven-wagon.src as a component of Red Hat Enterprise Linux 9
maven-wagon.src (maven:3.9) as a component of Red Hat Enterprise Linux 9
maven-wagon (maven:3.9) as a component of Red Hat Enterprise Linux 9
mina-core as a component of Red Hat Fuse 7
Summary
A flaw was found in Apache MINA. An incomplete fix for a deserialization vulnerability in the `AbstractIoBuffer.getObject()` method allowed a static initializer in a class to be executed before the classname allowlist was applied. This could enable a remote attacker to execute arbitrary code by sending specially crafted data to an application using Apache MINA that calls `IoBuffer.getObject()`.
Remediation
It is recommended that existing users of Red Hat OpenShift Developer Tools - OpenShift Jenkins 4.12 upgrade to the latest. This image uses java-21-openjdk as the default JDK. java-25-openjdk is not available in rhel8 images. java-17-openjdk is removed.
Optional official sources
National CERT insights ?CERT means Computer Emergency Response Team; CSIRT is the closely related term Computer Security Incident Response Team.
Select the national-authority views to include. The exact source language is shown on each matched advisory. Your choice is remembered on this device and encoded in the shareable URL.
Official European source
ENISA European Vulnerability Database
Official EUVD identifiers, advisory evidence and known-exploited context. Missing fields are not treated as evidence of low risk.
1 current
ENISA EUVD identifier
EUVD-2026-25809
No EUVD known-exploited evidence
ENISA has published the identifier mapping but no EUVD description has been stored yet.
EUVD state
Present in the current official mapping
Known exploitation
Not present in the current ENISA EUVD known-exploited dataset. This is not proof of no exploitation.
ENISA score
Not supplied in the stored EUVD record
Advisory evidence
No linked advisory details stored yet
Recommended actionWithin 72 hours
Critical technical impact with a remotely reachable, unauthenticated path; no CISA KEV confirmation is currently recorded.
Patch available
01
What, why and how
The fix for CVE-2024-52046 in Apache MINA AbstractIoBuffer.getObject() was incomplete. The classname allowlist of classes allowed to be deserialized was applied too late after a static initializer in a class to be read might already have been executed.
Affected versions are Apache MINA 2.0.0 <= 2.0.27, 2.1.0 <= 2.1.10, and 2.2.0 <= 2.2.5.
The problem is resolved in Apache MINA 2.0.28, 2.1.11, and 2.2.6 by
applying the classname allowlist earlier.
Affected are applications using Apache MINA that call IoBuffer.getObject().
Applications using Apache MINA are advised to upgrade
What
The fix for CVE-2024-52046 in Apache MINA AbstractIoBuffer.getObject() was incomplete. The classname allowlist of classes allowed to be deserialized was applied too late after a static initializer in a class to be read might already have been executed.
Affected versions are Apache MINA 2.0.0 <= 2.0.27, 2.1.0 <= 2.1.10, and 2.2.0 <= 2.2.5.
The problem is resolved in Apache MINA 2.0.28, 2.1.11, and 2.2.6 by
applying the classname allowlist earlier.
Affected are applications using Apache MINA that call IoBuffer.getObject().
Applications using Apache MINA are advised to upgrade
Why
Attacker-influenced serialised data is reconstructed as trusted objects, which can invoke dangerous application behaviour.
How
An attacker operating through a network path may attempt exploitation without authentication or user interaction. If successful, the issue may cause the confidentiality, integrity or availability impact described by the vendor.
What
The fix for CVE-2024-52046 in Apache MINA AbstractIoBuffer.getObject() was incomplete. The classname allowlist of classes allowed to be deserialized was applied too late after a static initializer in a class to be read might already have been executed.
Affected versions are Apache MINA 2.0.0 <= 2.0.27, 2.1.0 <= 2.1.10, and 2.2.0 <= 2.2.5.
The problem is resolved in Apache MINA 2.0.28, 2.1.11, and 2.2.6 by
applying the classname allowlist earlier.
Affected are applications using Apache MINA that call IoBuffer.getObject().
Applications using Apache MINA are advised to upgrade
Why
Attacker-influenced serialised data is reconstructed as trusted objects, which can invoke dangerous application behaviour.
How
An attacker operating through a network path may attempt exploitation without authentication or user interaction. If successful, the issue may cause the confidentiality, integrity or availability impact described by the vendor.
02
Exploit reality and attack path
CVSS severity, EPSS forecast probability, public exploit material and CISA-confirmed exploitation are separate signals.
Observed exploitation ?Confirmed exploitation and public exploit material are separate signals. Attacks can occur without public proof-of-concept or exploit code.No confirmed evidence
No CISA KEV match was present at the last successful refresh. This means no confirmation from that source, not proof of no exploitation.
Public PoC / exploit material ?Confirmed exploitation and public exploit material are separate signals. Attacks can occur without public proof-of-concept or exploit code.None recorded
No exploit-tagged reference or CISA SSVC proof-of-concept state is currently recorded. Research may still exist outside the structured feeds.
Likely attack path
a network path → Deserialization of Untrusted Data → cause the confidentiality, integrity or availability impact described by the vendor
Attack surface
Network
Privileges required
None: unauthenticated exploitation is possible
User interaction
None
Attack complexity
Low: no specialised conditions are recorded
Security boundary
Unchanged: impact remains within the vulnerable component's security authority
Weakness ?CWE means Common Weakness Enumeration: a standard category for the underlying weakness.
CWE-502: Deserialization of Untrusted Data. The product deserializes untrusted data without sufficiently ensuring that the resulting data will be valid.
CVSS vector ?CVSS means Common Vulnerability Scoring System. The vector records the metric values used to calculate technical severity.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Common Vulnerability Scoring System 3.1: the compact vector below is decoded into plain language.
AVNetworkAttack vector: The vulnerable component can be reached over a network.ACLowAttack complexity: No specialised conditions are required beyond attacker-controlled input.PRNonePrivileges required: The attacker does not need an account or existing privileges.UINoneUser interaction: No action by another user is required.SUnchangedScope: The security impact remains within the vulnerable component's authority.CHighConfidentiality impact: A successful attack can cause a major loss.IHighIntegrity impact: A successful attack can cause a major loss.AHighAvailability impact: A successful attack can cause a major loss.
Post-exploitation / living off the land
No specific living-off-the-land technique is confirmed in the structured sources. Monitor normal administration tools for activity inconsistent with the affected service's baseline.
NetworkUnauthenticatedCWE-502
A
Official authority intelligence
Only matched European and national findings are included. Language selectors and unavailable sources are omitted.
ENISA EUVD · EUVD-2026-25809Official EUVD mapping
0 linked advisory records.
Official EUVD recordBSI · German · WID-SEC-W-2026-2444Oracle Fusion Middleware: Mehrere Schwachstellen
Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Fusion Middleware ausnutzen, um die Vertraulichkeit, Integrität und Verfügbarkeit zu gefährden.
Official advisoryBSI · German · WID-SEC-W-2026-2260IBM Operational Decision Manager: Mehrere Schwachstellen
Ein Angreifer kann mehrere Schwachstellen in IBM Operational Decision Manager ausnutzen, um beliebigen Programmcode auszuführen, um seine Privilegien zu erhöhen, um einen Denial of Service Angriff durchzuführen, um Informationen offenzulegen, um Dateien zu manipulieren, und um Sicherheitsvorkehrungen zu umgehen.
Official advisoryCERT-FR · French · CERTFR-2026-AVI-0958Multiples vulnérabilités dans les produits IBM
Operational remediation based on structured source evidence.
Status ?Patch availability is based on structured fixed-version fields and authoritative update references. If no fix is verified, check the vendor advisory before making a change.
Patch available
Affected
jenkins-2-plugins.src as a component of OpenShift Developer Tools and Services; jenkins.src as a component of OpenShift Developer Tools and Services; mina-core as a component of Red Hat build of Apache Camel for Spring Boot 4; maven-wagon as a component of Red Hat Enterprise Linux 9; maven-wagon-javadoc as a component of Red Hat Enterprise Linux 9; maven-wagon-javadoc (maven:3.9) as a component of Red Hat Enterprise Linux 9; maven-wagon.src as a component of Red Hat Enterprise Linux 9; maven-wagon.src (maven:3.9) as a component of Red Hat Enterprise Linux 9; maven-wagon (maven:3.9) as a component of Red Hat Enterprise Linux 9; mina-core as a component of Red Hat Fuse 7
Fixed
registry.redhat.io/ocp-tools-4/jenkins-rhel8@sha256:e79a3e5f5482a8001dcf546d06d54ebeeaeed4e0bc94b0f3697706ec5dabf8ee_amd64 as a component of OpenShift Developer Tools and Services 4.12; registry.redhat.io/ocp-tools-4/jenkins-rhel8@sha256:9335d056f63325a5e27878cdff6cca5124b316d6f1a5bc997f9116eac37c608e_amd64 as a component of OpenShift Developer Tools and Services 4.13; registry.redhat.io/ocp-tools-4/jenkins-rhel8@sha256:1a2dc4181e1d7843b562548bc136407baa4ddb00b0722d3bf0b9a680e0bf49a5_ppc64le as a component of OpenShift Developer Tools and Services 4.14; registry.redhat.io/ocp-tools-4/jenkins-rhel8@sha256:8e233835f50fa220f239f725680ed652db47107ce05850c6c42ea85c24795e98_amd64 as a component of OpenShift Developer Tools and Services 4.14; registry.redhat.io/ocp-tools-4/jenkins-rhel8@sha256:df06db520f7e03e268af43ce242923a48890ebe25926b3d3995babe722cdaf20_s390x as a component of OpenShift Developer Tools and Services 4.14; registry.redhat.io/ocp-tools-4/jenkins-rhel8@sha256:e6948192af84f65c1bb3e90b80e24f7b29e2857bbeaee6255eb8328abf2d8366_arm64 as a component of OpenShift Developer Tools and Services 4.14; registry.redhat.io/ocp-tools-4/jenkins-rhel8@sha256:37dd5afbdaa9ba1402ac6757bd0c51bfd7e965499f94a94c06770c7d4bf46a93_arm64 as a component of OpenShift Developer Tools and Services 4.15; registry.redhat.io/ocp-tools-4/jenkins-rhel8@sha256:40d8b88bbe9099090a13ed3b8c90ad81667e7cd7bfa3913b00ab59149ed79ac9_ppc64le as a component of OpenShift Developer Tools and Services 4.15; registry.redhat.io/ocp-tools-4/jenkins-rhel8@sha256:5d5328ff56d7cff72402a1475c5aded6a3fbb76d283075a00d1083ea2a58037a_amd64 as a component of OpenShift Developer Tools and Services 4.15; registry.redhat.io/ocp-tools-4/jenkins-rhel8@sha256:6cfea92fa5f74bf4f2ba11c3fabcaa10de1f1c44e9b3c35fca0c71408dc6308a_s390x as a component of OpenShift Developer Tools and Services 4.15; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:0a038ab72bea1f2570f20b4c3a91fdf02a45592bdd9f8262172813cca34033d6_amd64 as a component of OpenShift Developer Tools and Services 4.16; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:70727b31d43ee373a1cffb12bdbcb47c2f5fe03d174ff0016a4ef44e176064bf_s390x as a component of OpenShift Developer Tools and Services 4.16; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:83699a96de9627cb0164bf9ae31d3d3537c93b41a72c2ce3bf1ff96a56d3f341_arm64 as a component of OpenShift Developer Tools and Services 4.16; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:c23664a89feb1e9389947c5baed48fe1012cd36b8e39ca88716d2dad62195788_ppc64le as a component of OpenShift Developer Tools and Services 4.16; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:14eee04312ebb032755dff97021736569979eb87ee6a96ec592b3d1791732cfe_ppc64le as a component of OpenShift Developer Tools and Services 4.17; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:5c41bf031b295d6773099ecb09857b2afcd2c14235e85d9deab37eda1ff19f94_s390x as a component of OpenShift Developer Tools and Services 4.17; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:7e4a9fe0b2881fecd816ef99777a45ced93427988b1a9eff0acbcc4d12d0454e_amd64 as a component of OpenShift Developer Tools and Services 4.17; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:aefa004885cff2364970e66a5c0d7afb8ad76eb107320136256ef564aed71da1_arm64 as a component of OpenShift Developer Tools and Services 4.17; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:18f4d6ea1e04bdb63a3fddb7658dc125977ac82671ca46bfbd6c3d3c34bb25a5_amd64 as a component of OpenShift Developer Tools and Services 4.18; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:468400f50a67fa6d0c4228377ca7e558e598d981230e96535914751ff5a78a40_s390x as a component of OpenShift Developer Tools and Services 4.18; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:8cd34b71c985aa26ec4dcde523a42d536cbcf3edb7b43757a50d5d7110423a48_arm64 as a component of OpenShift Developer Tools and Services 4.18; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:d31294d03ca7f688563c7e3840d0aeabbd66779c67861e05fa5b114d945f9266_ppc64le as a component of OpenShift Developer Tools and Services 4.18; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:3da67486715b68d3dfa5e3b53d2ce06153dcc66004aabb777abfa3ab21c8aac0_amd64 as a component of OpenShift Developer Tools and Services 4.19; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:8fee81e34809617638119659d92a5969ee90b520ba5b864d8bd87cc4b94c01ce_arm64 as a component of OpenShift Developer Tools and Services 4.19; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:91ee296f91f6405799e6978b9322eb51ee7ad61d79b29aa20aeba121044bd3b4_s390x as a component of OpenShift Developer Tools and Services 4.19; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:b952b6abb5c988d789c8894523156e5b5c38d5ee63b287b08b0713ffe49b1835_ppc64le as a component of OpenShift Developer Tools and Services 4.19; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:33284e3e3e41e780016da544d7a6324c6d7f316ffb86142fa62a0db2bd78af58_ppc64le as a component of OpenShift Developer Tools and Services 4.20; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:75f60dc27c6dc7b1893b701c50f5d90e78eaf429fb464d800ab893a232e956da_amd64 as a component of OpenShift Developer Tools and Services 4.20; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:8efc65dc6bb19045cc801f6f07f4e2801f710ba105e5d36d7e88bc5d251a3a14_arm64 as a component of OpenShift Developer Tools and Services 4.20; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:b89b59be7aadc4b8ea009199ece674648d80c0a5254c5b6a852acd6cc92d45cf_s390x as a component of OpenShift Developer Tools and Services 4.20; and 8 more
Action
It is recommended that existing users of Red Hat OpenShift Developer Tools - OpenShift Jenkins 4.12 upgrade to the latest. This image uses java-21-openjdk as the default JDK. java-25-openjdk is not available in rhel8 images. java-17-openjdk is removed.
Workaround
No verified workaround is recorded. If business-safe, reduce exposure to the affected interface and allow only trusted sources until authoritative guidance is available.
04
Evidence and provenance
Published 27 Apr 2026 · Last source change 27 Apr 2026, 12:21 UTC · CWE-502 · Deserialization of Untrusted Data
CVE recordCVE.org · 5.2
CVSS sourceCNA
EPSS source ?The date BlackTree first stored a score for this CVE from the daily FIRST EPSS feed.FIRST · tracked since 2026-08-14
European sourceENISA EUVD · EUVD-2026-25809
Product sourceVendor CSAF · Red Hat Product Security
Remediation sourceVendor CSAF · Red Hat Product Security
CWE sourceCNA
NVD statusNVD enriched
Core structured fields are present and their contributing authorities are shown above.
Affected versionsThe structured affected or fixed version information changed.
Before
jenkins-2-plugins.src as a component of OpenShift Developer Tools and Services; jenkins.src as a component of OpenShift Developer Tools and Services; mina-core as a component of Red Hat build of Apache Camel for Spring Boot 4; maven-wagon as a component of Red Hat Enterprise Linux 9; maven-wagon-javadoc as a component of Red Hat Enterprise Linux 9; maven-wagon-javadoc (maven:3.9) as a component of Red Hat Enterprise Linux 9; maven-wagon.src as a component of Red Hat Enterprise Linux 9; maven-wagon.src (maven:3.9) as a component of Red Hat Enterprise Linux 9; maven-wagon (maven:3.9) as a component of Red Hat Enterprise Linux 9; mina-core as a component of Red Hat Fuse 7 · Fixed: registry.redhat.io/ocp-tools-4/jenkins-rhel8@sha256:e79a3e5f5482a8001dcf546d06d54ebeeaeed4e0bc94b0f3697706ec5dabf8ee_amd64 as a component of OpenShift Developer Tools and Services 4.12; registry.redhat.io/ocp-tools-4/jenkins-rhel8@sha256:37dd5afbdaa9ba1402ac6757bd0c51bfd7e965499f94a94c06770c7d4bf46a93_arm64 as a component of OpenShift Developer Tools and Services 4.15; registry.redhat.io/ocp-tools-4/jenkins-rhel8@sha256:40d8b88bbe9099090a13ed3b8c90ad81667e7cd7bfa3913b00ab59149ed79ac9_ppc64le as a component of OpenShift Developer Tools and Services 4.15; registry.redhat.io/ocp-tools-4/jenkins-rhel8@sha256:5d5328ff56d7cff72402a1475c5aded6a3fbb76d283075a00d1083ea2a58037a_amd64 as a component of OpenShift Developer Tools and Services 4.15; registry.redhat.io/ocp-tools-4/jenkins-rhel8@sha256:6cfea92fa5f74bf4f2ba11c3fabcaa10de1f1c44e9b3c35fca0c71408dc6308a_s390x as a component of OpenShift Developer Tools and Services 4.15; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:0a038ab72bea1f2570f20b4c3a91fdf02a45592bdd9f8262172813cca34033d6_amd64 as a component of OpenShift Developer Tools and Services 4.16; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:70727b31d43ee373a1cffb12bdbcb47c2f5fe03d174ff0016a4ef44e176064bf_s390x as a component of OpenShift Developer Tools and Services 4.16; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:83699a96de9627cb0164bf9ae31d3d3537c93b41a72c2ce3bf1ff96a56d3f341_arm64 as a component of OpenShift Developer Tools and Services 4.16; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:c23664a89feb1e9389947c5baed48fe1012cd36b8e39ca88716d2dad62195788_ppc64le as a component of OpenShift Developer Tools and Services 4.16; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:14eee04312ebb032755dff97021736569979eb87ee6a96ec592b3d1791732cfe_ppc64le as a component of OpenShift Developer Tools and Services 4.17; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:5c41bf031b295d6773099ecb09857b2afcd2c14235e85d9deab37eda1ff19f94_s390x as a component of OpenShift Developer Tools and Services 4.17; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:7e4a9fe0b2881fecd816ef99777a45ced93427988b1a9eff0acbcc4d12d0454e_amd64 as a component of OpenShift Developer Tools and Services 4.17; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:aefa004885cff2364970e66a5c0d7afb8ad76eb107320136256ef564aed71da1_arm64 as a component of OpenShift Developer Tools and Services 4.17; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:18f4d6ea1e04bdb63a3fddb7658dc125977ac82671ca46bfbd6c3d3c34bb25a5_amd64 as a component of OpenShift Developer Tools and Services 4.18; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:468400f50a67fa6d0c4228377ca7e558e598d981230e96535914751ff5a78a40_s390x as a component of OpenShift Developer Tools and Services 4.18; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:8cd34b71c985aa26ec4dcde523a42d536cbcf3edb7b43757a50d5d7110423a48_arm64 as a component of OpenShift Developer Tools and Services 4.18; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:d31294d03ca7f688563c7e3840d0aeabbd66779c67861e05fa5b114d945f9266_ppc64le as a component of OpenShift Developer Tools and Services 4.18; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:33284e3e3e41e780016da544d7a6324c6d7f316ffb86142fa62a0db2bd78af58_ppc64le as a component of OpenShift Developer Tools and Services 4.20; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:75f60dc27c6dc7b1893b701c50f5d90e78eaf429fb464d800ab893a232e956da_amd64 as a component of OpenShift Developer Tools and Services 4.20; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:8efc65dc6bb19045cc801f6f07f4e2801f710ba105e5d36d7e88bc5d251a3a14_arm64 as a component of OpenShift Developer Tools and Services 4.20; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:b89b59be7aadc4b8ea009199ece674648d80c0a5254c5b6a852acd6cc92d45cf_s390x as a component of OpenShift Developer Tools and Services 4.20; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:18a0a6ff86aa74b7319fe71cbe221b0868cf2964f8faa31cb00c01544db6195d_s390x as a component of OpenShift Developer Tools and Services 4.21; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:318ff68c15583bd4cfa8f4ea3b9254160f3b0a0b1308a6cb93f39241bee605f9_arm64 as a component of OpenShift Developer Tools and Services 4.21; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:a01210c1f2794b2a85fb434b3e9f054b06504c7b36eb1e6fb7665c1a6b2dc7c9_amd64 as a component of OpenShift Developer Tools and Services 4.21; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:eb64943a855ef3071a795d7e1b67759aa51a8f05ab5c44bf575cfb670a70b125_ppc64le as a component of OpenShift Developer Tools and Services 4.21
After
jenkins-2-plugins.src as a component of OpenShift Developer Tools and Services; jenkins.src as a component of OpenShift Developer Tools and Services; mina-core as a component of Red Hat build of Apache Camel for Spring Boot 4; maven-wagon as a component of Red Hat Enterprise Linux 9; maven-wagon-javadoc as a component of Red Hat Enterprise Linux 9; maven-wagon-javadoc (maven:3.9) as a component of Red Hat Enterprise Linux 9; maven-wagon.src as a component of Red Hat Enterprise Linux 9; maven-wagon.src (maven:3.9) as a component of Red Hat Enterprise Linux 9; maven-wagon (maven:3.9) as a component of Red Hat Enterprise Linux 9; mina-core as a component of Red Hat Fuse 7 · Fixed: registry.redhat.io/ocp-tools-4/jenkins-rhel8@sha256:e79a3e5f5482a8001dcf546d06d54ebeeaeed4e0bc94b0f3697706ec5dabf8ee_amd64 as a component of OpenShift Developer Tools and Services 4.12; registry.redhat.io/ocp-tools-4/jenkins-rhel8@sha256:9335d056f63325a5e27878cdff6cca5124b316d6f1a5bc997f9116eac37c608e_amd64 as a component of OpenShift Developer Tools and Services 4.13; registry.redhat.io/ocp-tools-4/jenkins-rhel8@sha256:1a2dc4181e1d7843b562548bc136407baa4ddb00b0722d3bf0b9a680e0bf49a5_ppc64le as a component of OpenShift Developer Tools and Services 4.14; registry.redhat.io/ocp-tools-4/jenkins-rhel8@sha256:8e233835f50fa220f239f725680ed652db47107ce05850c6c42ea85c24795e98_amd64 as a component of OpenShift Developer Tools and Services 4.14; registry.redhat.io/ocp-tools-4/jenkins-rhel8@sha256:df06db520f7e03e268af43ce242923a48890ebe25926b3d3995babe722cdaf20_s390x as a component of OpenShift Developer Tools and Services 4.14; registry.redhat.io/ocp-tools-4/jenkins-rhel8@sha256:e6948192af84f65c1bb3e90b80e24f7b29e2857bbeaee6255eb8328abf2d8366_arm64 as a component of OpenShift Developer Tools and Services 4.14; registry.redhat.io/ocp-tools-4/jenkins-rhel8@sha256:37dd5afbdaa9ba1402ac6757bd0c51bfd7e965499f94a94c06770c7d4bf46a93_arm64 as a component of OpenShift Developer Tools and Services 4.15; registry.redhat.io/ocp-tools-4/jenkins-rhel8@sha256:40d8b88bbe9099090a13ed3b8c90ad81667e7cd7bfa3913b00ab59149ed79ac9_ppc64le as a component of OpenShift Developer Tools and Services 4.15; registry.redhat.io/ocp-tools-4/jenkins-rhel8@sha256:5d5328ff56d7cff72402a1475c5aded6a3fbb76d283075a00d1083ea2a58037a_amd64 as a component of OpenShift Developer Tools and Services 4.15; registry.redhat.io/ocp-tools-4/jenkins-rhel8@sha256:6cfea92fa5f74bf4f2ba11c3fabcaa10de1f1c44e9b3c35fca0c71408dc6308a_s390x as a component of OpenShift Developer Tools and Services 4.15; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:0a038ab72bea1f2570f20b4c3a91fdf02a45592bdd9f8262172813cca34033d6_amd64 as a component of OpenShift Developer Tools and Services 4.16; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:70727b31d43ee373a1cffb12bdbcb47c2f5fe03d174ff0016a4ef44e176064bf_s390x as a component of OpenShift Developer Tools and Services 4.16; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:83699a96de9627cb0164bf9ae31d3d3537c93b41a72c2ce3bf1ff96a56d3f341_arm64 as a component of OpenShift Developer Tools and Services 4.16; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:c23664a89feb1e9389947c5baed48fe1012cd36b8e39ca88716d2dad62195788_ppc64le as a component of OpenShift Developer Tools and Services 4.16; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:14eee04312ebb032755dff97021736569979eb87ee6a96ec592b3d1791732cfe_ppc64le as a component of OpenShift Developer Tools and Services 4.17; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:5c41bf031b295d6773099ecb09857b2afcd2c14235e85d9deab37eda1ff19f94_s390x as a component of OpenShift Developer Tools and Services 4.17; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:7e4a9fe0b2881fecd816ef99777a45ced93427988b1a9eff0acbcc4d12d0454e_amd64 as a component of OpenShift Developer Tools and Services 4.17; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:aefa004885cff2364970e66a5c0d7afb8ad76eb107320136256ef564aed71da1_arm64 as a component of OpenShift Developer Tools and Services 4.17; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:18f4d6ea1e04bdb63a3fddb7658dc125977ac82671ca46bfbd6c3d3c34bb25a5_amd64 as a component of OpenShift Developer Tools and Services 4.18; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:468400f50a67fa6d0c4228377ca7e558e598d981230e96535914751ff5a78a40_s390x as a component of OpenShift Developer Tools and Services 4.18; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:8cd34b71c985aa26ec4dcde523a42d536cbcf3edb7b43757a50d5d7110423a48_arm64 as a component of OpenShift Developer Tools and Services 4.18; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:d31294d03ca7f688563c7e3840d0aeabbd66779c67861e05fa5b114d945f9266_ppc64le as a component of OpenShift Developer Tools and Services 4.18; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:3da67486715b68d3dfa5e3b53d2ce06153dcc66004aabb777abfa3ab21c8aac0_amd64 as a component of OpenShift Developer Tools and Services 4.19; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:8fee81e34809617638119659d92a5969ee90b520ba5b864d8bd87cc4b94c01ce_arm64 as a component of OpenShift Developer Tools and Services 4.19; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:91ee296f91f6405799e6978b9322eb51ee7ad61d79b29aa20aeba121044bd3b4_s390x as a component of OpenShift Developer Tools and Services 4.19; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:b952b6abb5c988d789c8894523156e5b5c38d5ee63b287b08b0713ffe49b1835_ppc64le as a component of OpenShift Developer Tools and Services 4.19; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:33284e3e3e41e780016da544d7a6324c6d7f316ffb86142fa62a0db2bd78af58_ppc64le as a component of OpenShift Developer Tools and Services 4.20; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:75f60dc27c6dc7b1893b701c50f5d90e78eaf429fb464d800ab893a232e956da_amd64 as a component of OpenShift Developer Tools and Services 4.20; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:8efc65dc6bb19045cc801f6f07f4e2801f710ba105e5d36d7e88bc5d251a3a14_arm64 as a component of OpenShift Developer Tools and Services 4.20; registry.redhat.io/ocp-tools-4/jenkins-rhel9@sha256:b89b59be7aadc4b8ea009199ece674648d80c0a5254c5b6a852acd6cc92d45cf_s390x as a component of OpenShift Developer Tools and Services 4.20; and 8 more
Technical terms and abbreviations used in this report
CVE
Common Vulnerabilities and Exposures: the public identifier for one disclosed vulnerability.
CVSS
Common Vulnerability Scoring System: a technical severity framework; it is not patching priority by itself.
EPSS
Exploit Prediction Scoring System: FIRST's estimate of the probability that exploitation activity will be observed in the next 30 days; it is a forecast, not confirmation.
CWE
Common Weakness Enumeration: the standard category describing the underlying software or hardware weakness.
CNA
CVE Numbering Authority: an organisation authorised to assign and publish CVE records.
CISA ADP
Cybersecurity and Infrastructure Security Agency Authorized Data Publisher: structured enrichment added to a CVE record.
NVD
National Vulnerability Database: NIST's enrichment service for CVE records.
CERT / CSIRT
A computer security incident response team that publishes warnings or coordinates incident response.
PoC
Proof of concept: public material that demonstrates or helps reproduce exploitation.
CSAF
Common Security Advisory Framework: a machine-readable format for security advisories.
LoTL
Living off the land: abuse of legitimate tools or system functions during an attack.
CVE-2026-41409: Apache MINA: CWE-502 Deserialization of Untrusted Data | BlackTree