Lookup for vulnerable packages by Package URL.

Purlpkg:deb/debian/mina2@2.2.1-4
Typedeb
Namespacedebian
Namemina2
Version2.2.1-4
Qualifiers
Subpath
Is_vulnerablefalse
Next_non_vulnerable_versionnull
Latest_non_vulnerable_versionnull
Affected_by_vulnerabilities
Fixing_vulnerabilities
0
url VCID-wgsh-kurb-h7e1
vulnerability_id VCID-wgsh-kurb-h7e1
summary
Apache MINA Deserialization RCE Vulnerability
The `ObjectSerializationDecoder` in Apache MINA uses Java’s native deserialization protocol to process incoming serialized data but lacks the necessary security checks and defenses. This vulnerability allows attackers to exploit the deserialization process by sending specially crafted malicious serialized data, potentially leading to remote code execution (RCE) attacks.
	
This issue affects MINA core versions 2.0.X, 2.1.X and 2.2.X, and will be fixed by the releases 2.0.27, 2.1.10 and 2.2.4.

It's also important to note that an application using MINA core library will only be affected if the IoBuffer#getObject() method is called, and this specific method is potentially called when adding a ProtocolCodecFilter instance using the `ObjectSerializationCodecFactory` class in the filter chain. If your application is specifically using those classes, you have to upgrade to the latest version of MINA core library.

Upgrading will  not be enough: you also need to explicitly allow the classes the decoder will accept in the ObjectSerializationDecoder instance, using one of the three new methods:

1. 
     * Accept class names where the supplied ClassNameMatcher matches for deserialization, unless they are otherwise rejected.
     * `@param classNameMatcher` the matcher to use
     * / `public void accept(ClassNameMatcher classNameMatcher)`

2. 
     * Accept class names that match the supplied pattern for deserialization, unless they are otherwise rejected.
     * `@param` pattern standard Java regexp
     * / `public void accept(Pattern pattern)`

3.
     * Accept the wildcard specified classes for deserialization, unless they are otherwise rejected.
     * `@param` patterns Wildcard file name patterns as defined by `{@link org.apache.commons.io.FilenameUtils#wildcardMatch(String, String) FilenameUtils.wildcardMatch}`
     * / `public void accept(String... patterns)`

By default, the decoder will reject *all* classes that will be present in the incoming data.

Note: The FtpServer, SSHd and Vysper sub-project are not affected by this issue.
references
0
reference_url https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2024-52046.json
reference_id
reference_type
scores
0
value 8.1
scoring_system cvssv3
scoring_elements CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
url https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2024-52046.json
1
reference_url https://api.first.org/data/v1/epss?cve=CVE-2024-52046
reference_id
reference_type
scores
0
value 0.80138
scoring_system epss
scoring_elements 0.99116
published_at 2026-04-21T12:55:00Z
1
value 0.80138
scoring_system epss
scoring_elements 0.99113
published_at 2026-04-18T12:55:00Z
2
value 0.80138
scoring_system epss
scoring_elements 0.99103
published_at 2026-04-02T12:55:00Z
3
value 0.80138
scoring_system epss
scoring_elements 0.99111
published_at 2026-04-13T12:55:00Z
4
value 0.80138
scoring_system epss
scoring_elements 0.9911
published_at 2026-04-11T12:55:00Z
5
value 0.80138
scoring_system epss
scoring_elements 0.99109
published_at 2026-04-09T12:55:00Z
6
value 0.80138
scoring_system epss
scoring_elements 0.99108
published_at 2026-04-07T12:55:00Z
7
value 0.80138
scoring_system epss
scoring_elements 0.99105
published_at 2026-04-04T12:55:00Z
url https://api.first.org/data/v1/epss?cve=CVE-2024-52046
2
reference_url https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-52046
reference_id
reference_type
scores
url https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-52046
3
reference_url https://github.com/apache/mina
reference_id
reference_type
scores
0
value 9.8
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
1
value 10.0
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H
2
value CRITICAL
scoring_system generic_textual
scoring_elements
url https://github.com/apache/mina
4
reference_url https://lists.apache.org/thread/4wxktgjpggdbto15d515wdctohb0qmv8
reference_id
reference_type
scores
0
value 9.8
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
1
value 10
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H
2
value 10.0
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H
3
value CRITICAL
scoring_system generic_textual
scoring_elements
4
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:Y/T:T/P:M/B:A/M:M/D:T/2024-12-26T18:13:45Z/
url https://lists.apache.org/thread/4wxktgjpggdbto15d515wdctohb0qmv8
5
reference_url https://nvd.nist.gov/vuln/detail/CVE-2024-52046
reference_id
reference_type
scores
0
value 9.8
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
1
value 10.0
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H
2
value CRITICAL
scoring_system generic_textual
scoring_elements
url https://nvd.nist.gov/vuln/detail/CVE-2024-52046
6
reference_url https://security.netapp.com/advisory/ntap-20250103-0001
reference_id
reference_type
scores
0
value 9.8
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
1
value 10.0
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H
2
value CRITICAL
scoring_system generic_textual
scoring_elements
url https://security.netapp.com/advisory/ntap-20250103-0001
7
reference_url http://www.openwall.com/lists/oss-security/2024/12/25/1
reference_id
reference_type
scores
0
value 9.8
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
1
value 10.0
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H
2
value CRITICAL
scoring_system generic_textual
scoring_elements
url http://www.openwall.com/lists/oss-security/2024/12/25/1
8
reference_url https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1091530
reference_id 1091530
reference_type
scores
url https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1091530
9
reference_url https://bugzilla.redhat.com/show_bug.cgi?id=2334067
reference_id 2334067
reference_type
scores
url https://bugzilla.redhat.com/show_bug.cgi?id=2334067
10
reference_url https://github.com/advisories/GHSA-76h9-2vwh-w278
reference_id GHSA-76h9-2vwh-w278
reference_type
scores
0
value CRITICAL
scoring_system cvssv3.1_qr
scoring_elements
url https://github.com/advisories/GHSA-76h9-2vwh-w278
11
reference_url https://access.redhat.com/errata/RHSA-2025:1078
reference_id RHSA-2025:1078
reference_type
scores
url https://access.redhat.com/errata/RHSA-2025:1078
fixed_packages
0
url pkg:deb/debian/mina2@2.2.1-4
purl pkg:deb/debian/mina2@2.2.1-4
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/mina2@2.2.1-4
aliases CVE-2024-52046, GHSA-76h9-2vwh-w278
risk_score 10.0
exploitability 2.0
weighted_severity 9.0
resource_url http://public2.vulnerablecode.io/vulnerabilities/VCID-wgsh-kurb-h7e1
Risk_scorenull
Resource_urlhttp://public2.vulnerablecode.io/packages/pkg:deb/debian/mina2@2.2.1-4