Title: apacheds-core-1.5.7.jar: 3 vulnerabilities (highest severity is: 10.0) [master] (reachable) · Issue #32 · amaybaum-dev/BenchmarkJava · GitHub
Open Graph Title: apacheds-core-1.5.7.jar: 3 vulnerabilities (highest severity is: 10.0) [master] (reachable) · Issue #32 · amaybaum-dev/BenchmarkJava
X Title: apacheds-core-1.5.7.jar: 3 vulnerabilities (highest severity is: 10.0) [master] (reachable) · Issue #32 · amaybaum-dev/BenchmarkJava
Description: 📂 Vulnerable Library - apacheds-core-1.5.7.jar Server's core contains the JNDI provider, interceptors, schema, and database subsystems. The core is the heart of the server without protocols enabled. Path to dependency file: /pom.xml Path...
Open Graph Description: 📂 Vulnerable Library - apacheds-core-1.5.7.jar Server's core contains the JNDI provider, interceptors, schema, and database subsystems. The core is the heart of the server without protocols enabled...
X Description: 📂 Vulnerable Library - apacheds-core-1.5.7.jar Server's core contains the JNDI provider, interceptors, schema, and database subsystems. The core is the heart of the server without protocols ena...
Opengraph URL: https://github.com/amaybaum-dev/BenchmarkJava/issues/32
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"apacheds-core-1.5.7.jar: 3 vulnerabilities (highest severity is: 10.0) [master] (reachable)","articleBody":"\u003cdetails\u003e\n \u003csummary\u003e📂 Vulnerable Library - \u003cstrong\u003eapacheds-core-1.5.7.jar\u003c/strong\u003e\u003c/summary\u003e\n\nServer's core contains the JNDI provider, interceptors, schema, and\n database subsystems. The core is the heart of the server without protocols\n enabled.\n\n\n\n**Path to dependency file:** /pom.xml\n\n**Path to vulnerable library:** /home/wss-scanner/.m2/repository/org/apache/directory/server/apacheds-core/1.5.7/apacheds-core-1.5.7.jar\n\n\n\u003c/details\u003e\n\n\n# Findings\n| Finding | Severity | 🎯 CVSS | Exploit Maturity | EPSS | Library | Type | Fixed in | Remediation Available | **Reachability** |\n| ------------- | ------------- | ---- | --- | ----- | ----- | ----- | --- | --- | --- |\n| [ CVE-2024-52046 ](https://www.mend.io/vulnerability-database/CVE-2024-52046) | 🟣 Critical | 10.0 | Not Defined | 37.7% | mina-core-2.0.0-RC1.jar | Transitive | N/A | ❌ | |\n| [ CVE-967109-690347 ](https://www.mend.io/vulnerability-database/CVE-967109-690347) | 🟣 Critical | 9.8 | N/A | N/A | dom4j-1.6.1.jar | Transitive | N/A | ❌ | |\n| [ CVE-2018-1000632 ](https://www.mend.io/vulnerability-database/CVE-2018-1000632) | 🔴 High | 8.7 | Not Defined | 1.0% | dom4j-1.6.1.jar | Transitive | N/A | ❌ |\u003cimg src='https://whitesource-resources.whitesourcesoftware.com/viaRed.png' width=20 height=22\u003e Reachable |\n\n\n# Details\n\n\n\u003cdetails\u003e\n \u003csummary\u003e\n 🟣CVE-2024-52046\n \u003c/summary\u003e\n\n### Vulnerable Library - **mina-core-2.0.0-RC1.jar**\n\nApache MINA is a network application framework which helps users develop high performance and highly scalable network applications easily. It provides an abstract event-driven asynchronous API over various transports such as TCP/IP and UDP/IP via Java NIO.\n\n**Library home page:** [ http://mina.apache.org/ ](http://mina.apache.org/)\n\n**Path to dependency file:** /pom.xml\n\n**Path to vulnerable library:** /home/wss-scanner/.m2/repository/org/apache/mina/mina-core/2.0.0-RC1/mina-core-2.0.0-RC1.jar\n\n\n\n**Dependency Hierarchy:**\n\n\n- apacheds-core-1.5.7.jar (Root Library)\n - apacheds-i18n-1.5.7.jar\n - shared-asn1-codec-0.9.19.jar\n - ❌ **mina-core-2.0.0-RC1.jar** (Vulnerable Library)\n\n\n\n\n***\n\n### Vulnerability Details\n\nThe ObjectSerializationDecoder in Apache MINA uses Java’s native deserialization protocol to process\nincoming serialized data but lacks the necessary security checks and defenses. This vulnerability allows\nattackers to exploit the deserialization process by sending specially crafted malicious serialized data,\npotentially leading to remote code execution (RCE) attacks.\nThis 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.\nIt'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.\nUpgrading 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:\n/**\n * Accept class names where the supplied ClassNameMatcher matches for\n * deserialization, unless they are otherwise rejected.\n *\n * @param classNameMatcher the matcher to use\n */\npublic void accept(ClassNameMatcher classNameMatcher)\n/**\n * Accept class names that match the supplied pattern for\n * deserialization, unless they are otherwise rejected.\n *\n * @param pattern standard Java regexp\n */\npublic void accept(Pattern pattern)\n/**\n * Accept the wildcard specified classes for deserialization,\n * unless they are otherwise rejected.\n *\n * @param patterns Wildcard file name patterns as defined by\n * {@link org.apache.commons.io.FilenameUtils#wildcardMatch(String, String) FilenameUtils.wildcardMatch}\n */\npublic void accept(String... patterns)\nBy default, the decoder will reject all classes that will be present in the incoming data.\nNote: The FtpServer, SSHd and Vysper sub-project are not affected by this issue.\n Mend Note: The description of this vulnerability differs from MITRE. \n\n**Publish Date:** Dec 25, 2024 10:06 AM\n\n**URL:** [ CVE-2024-52046 ](https://www.mend.io/vulnerability-database/CVE-2024-52046)\n\n**Threat Assessment**\n\nExploit Maturity:Not Defined\n\nEPSS:37.7%\n\n**Score:** 10.0\n\n\n***\n### Suggested Fix\n\n**Type:** Upgrade version\n\n**Origin:** https://github.com/advisories/GHSA-76h9-2vwh-w278\n\n**Release Date:** Dec 25, 2024 10:06 AM\n\n**Fix Resolution :** org.apache.mina:mina-core:2.2.4,org.apache.mina:mina-core:2.1.10,org.apache.mina:mina-core:2.0.27\n\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n \u003csummary\u003e\n 🟣CVE-967109-690347\n \u003c/summary\u003e\n\n### Vulnerable Library - **dom4j-1.6.1.jar**\n\ndom4j: the flexible XML framework for Java\n\n**Library home page:** [ http://dom4j.org ](http://dom4j.org)\n\n**Path to dependency file:** /pom.xml\n\n**Path to vulnerable library:** /home/wss-scanner/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar\n\n\n\n**Dependency Hierarchy:**\n\n\n- apacheds-core-1.5.7.jar (Root Library)\n - apacheds-i18n-1.5.7.jar\n - shared-dsml-parser-0.9.19.jar\n - ❌ **dom4j-1.6.1.jar** (Vulnerable Library)\n\n\n\n\n***\n\n### Vulnerability Details\n\nCreated automatically by the test suite\n\n**Publish Date:** Jun 07, 2010 05:12 PM\n\n**URL:** [ CVE-967109-690347 ](https://www.mend.io/vulnerability-database/CVE-967109-690347)\n\n**Threat Assessment**\n\nExploit Maturity:N/A\n\nEPSS:N/A\n\n**Score:** 9.8\n\n\n***\n### Suggested Fix\n\n**Type:** Upgrade version\n\n**Origin:** \n\n**Release Date:** \n\n**Fix Resolution :** \n\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n \u003csummary\u003e\n 🔴CVE-2018-1000632\n \u003c/summary\u003e\n\n### Vulnerable Library - **dom4j-1.6.1.jar**\n\ndom4j: the flexible XML framework for Java\n\n**Library home page:** [ http://dom4j.org ](http://dom4j.org)\n\n**Path to dependency file:** /pom.xml\n\n**Path to vulnerable library:** /home/wss-scanner/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar\n\n\n\n**Dependency Hierarchy:**\n\n\n- apacheds-core-1.5.7.jar (Root Library)\n - apacheds-i18n-1.5.7.jar\n - shared-dsml-parser-0.9.19.jar\n - ❌ **dom4j-1.6.1.jar** (Vulnerable Library)\n\n\n\n\n***\n\n### Reachability Analysis\nThis vulnerability is potentially reachable:\n\n```\n- org.owasp.benchmark.helpers.HibernateUtil (Application)\n - org.hibernate.cfg.Configuration (Extension)\n - org.hibernate.util.XMLHelper (Extension)\n - org.dom4j.io.XMLWriter (Extension)\n -\u003e ❌ org.dom4j.Namespace (Vulnerable Component)\n```\n***\n\n### Vulnerability Details\n\ndom4j version prior to version 2.1.1 contains a CWE-91: XML Injection vulnerability in Class: Element. Methods: addElement, addAttribute that can result in an attacker tampering with XML documents through XML injection. This attack appear to be exploitable via an attacker specifying attributes or elements in the XML document. This vulnerability appears to have been fixed in 2.1.1 or later.\n\n**Publish Date:** Aug 20, 2018 07:00 PM\n\n**URL:** [ CVE-2018-1000632 ](https://www.mend.io/vulnerability-database/CVE-2018-1000632)\n\n**Threat Assessment**\n\nExploit Maturity:Not Defined\n\nEPSS:1.0%\n\n**Score:** 8.7\n\n\n***\n### Suggested Fix\n\n**Type:** Upgrade version\n\n**Origin:** https://github.com/advisories/GHSA-6pcc-3rfx-4gpm\n\n**Release Date:** Aug 20, 2018 07:00 PM\n\n**Fix Resolution :** org.dom4j:dom4j:2.0.3,org.dom4j:dom4j:2.1.1\n\n\n\u003c/details\u003e\n\n[comment]: \u003c\u003e (\u003cMEND_ISSUE_METADATA\u003e{\"identifier\":\"apacheds-core-1.5.7.jar\",\"repoName\":\"BenchmarkJava\",\"branchName\":\"master\",\"type\":\"SCA_DEP\"}\u003c/MEND_ISSUE_METADATA\u003e)","author":{"url":"https://github.com/mend-developer-platform-dev[bot]","@type":"Person","name":"mend-developer-platform-dev[bot]"},"datePublished":"2025-09-28T05:43:37.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/32/BenchmarkJava/issues/32"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:f01dad3f-8cca-3d11-3c7f-36ee4c1e6911 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | CA28:20ECC7:ECE4B3:13BCB5D:6A529232 |
| html-safe-nonce | cc73d52fa9e7e6102d5e3181f66ff28513a1d78e72ecb255a836a4938da2c07e |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDQTI4OjIwRUNDNzpFQ0U0QjM6MTNCQ0I1RDo2QTUyOTIzMiIsInZpc2l0b3JfaWQiOiI3NzQ5NjE1MzgxODAzODY0NjI2IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | 633128b596cb29d2606c7ed2791f857911f61b116637d7e191441de1386040dc |
| hovercard-subject-tag | issue:3461119502 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/amaybaum-dev/BenchmarkJava/32/issue_layout |
| twitter:image | https://opengraph.githubassets.com/36d1270840ca71c0f1ec0a3bd7842f6ee002b4cd842fc1fd9fe4a25ede171722/amaybaum-dev/BenchmarkJava/issues/32 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/36d1270840ca71c0f1ec0a3bd7842f6ee002b4cd842fc1fd9fe4a25ede171722/amaybaum-dev/BenchmarkJava/issues/32 |
| og:image:alt | 📂 Vulnerable Library - apacheds-core-1.5.7.jar Server's core contains the JNDI provider, interceptors, schema, and database subsystems. The core is the heart of the server without protocols enabled... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | mend-developer-platform-dev[bot] |
| hostname | github.com |
| expected-hostname | github.com |
| None | b9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb |
| turbo-cache-control | no-preview |
| go-import | github.com/amaybaum-dev/BenchmarkJava git https://github.com/amaybaum-dev/BenchmarkJava.git |
| octolytics-dimension-user_id | 29013484 |
| octolytics-dimension-user_login | amaybaum-dev |
| octolytics-dimension-repository_id | 619308890 |
| octolytics-dimension-repository_nwo | amaybaum-dev/BenchmarkJava |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | true |
| octolytics-dimension-repository_parent_id | 33565372 |
| octolytics-dimension-repository_parent_nwo | OWASP-Benchmark/BenchmarkJava |
| octolytics-dimension-repository_network_root_id | 33565372 |
| octolytics-dimension-repository_network_root_nwo | OWASP-Benchmark/BenchmarkJava |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 07a982c1d40157c619b364352b704c3ce66bb332 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width