René's URL Explorer Experiment


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

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@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-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:f01dad3f-8cca-3d11-3c7f-36ee4c1e6911
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idCA28:20ECC7:ECE4B3:13BCB5D:6A529232
html-safe-noncecc73d52fa9e7e6102d5e3181f66ff28513a1d78e72ecb255a836a4938da2c07e
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDQTI4OjIwRUNDNzpFQ0U0QjM6MTNCQ0I1RDo2QTUyOTIzMiIsInZpc2l0b3JfaWQiOiI3NzQ5NjE1MzgxODAzODY0NjI2IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac633128b596cb29d2606c7ed2791f857911f61b116637d7e191441de1386040dc
hovercard-subject-tagissue:3461119502
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/amaybaum-dev/BenchmarkJava/32/issue_layout
twitter:imagehttps://opengraph.githubassets.com/36d1270840ca71c0f1ec0a3bd7842f6ee002b4cd842fc1fd9fe4a25ede171722/amaybaum-dev/BenchmarkJava/issues/32
twitter:cardsummary_large_image
og:imagehttps://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:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamemend-developer-platform-dev[bot]
hostnamegithub.com
expected-hostnamegithub.com
Noneb9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb
turbo-cache-controlno-preview
go-importgithub.com/amaybaum-dev/BenchmarkJava git https://github.com/amaybaum-dev/BenchmarkJava.git
octolytics-dimension-user_id29013484
octolytics-dimension-user_loginamaybaum-dev
octolytics-dimension-repository_id619308890
octolytics-dimension-repository_nwoamaybaum-dev/BenchmarkJava
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forktrue
octolytics-dimension-repository_parent_id33565372
octolytics-dimension-repository_parent_nwoOWASP-Benchmark/BenchmarkJava
octolytics-dimension-repository_network_root_id33565372
octolytics-dimension-repository_network_root_nwoOWASP-Benchmark/BenchmarkJava
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release07a982c1d40157c619b364352b704c3ce66bb332
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/amaybaum-dev/BenchmarkJava/issues/32#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Famaybaum-dev%2FBenchmarkJava%2Fissues%2F32
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Famaybaum-dev%2FBenchmarkJava%2Fissues%2F32
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=amaybaum-dev%2FBenchmarkJava
Reloadhttps://github.com/amaybaum-dev/BenchmarkJava/issues/32
Reloadhttps://github.com/amaybaum-dev/BenchmarkJava/issues/32
Reloadhttps://github.com/amaybaum-dev/BenchmarkJava/issues/32
Please reload this pagehttps://github.com/amaybaum-dev/BenchmarkJava/issues/32
amaybaum-dev https://github.com/amaybaum-dev
BenchmarkJavahttps://github.com/amaybaum-dev/BenchmarkJava
OWASP-Benchmark/BenchmarkJavahttps://github.com/OWASP-Benchmark/BenchmarkJava
Notifications https://github.com/login?return_to=%2Famaybaum-dev%2FBenchmarkJava
Fork 0 https://github.com/login?return_to=%2Famaybaum-dev%2FBenchmarkJava
Star 0 https://github.com/login?return_to=%2Famaybaum-dev%2FBenchmarkJava
Code https://github.com/amaybaum-dev/BenchmarkJava
Issues 24 https://github.com/amaybaum-dev/BenchmarkJava/issues
Pull requests 9 https://github.com/amaybaum-dev/BenchmarkJava/pulls
Actions https://github.com/amaybaum-dev/BenchmarkJava/actions
Projects https://github.com/amaybaum-dev/BenchmarkJava/projects
Security and quality 0 https://github.com/amaybaum-dev/BenchmarkJava/security
Insights https://github.com/amaybaum-dev/BenchmarkJava/pulse
Code https://github.com/amaybaum-dev/BenchmarkJava
Issues https://github.com/amaybaum-dev/BenchmarkJava/issues
Pull requests https://github.com/amaybaum-dev/BenchmarkJava/pulls
Actions https://github.com/amaybaum-dev/BenchmarkJava/actions
Projects https://github.com/amaybaum-dev/BenchmarkJava/projects
Security and quality https://github.com/amaybaum-dev/BenchmarkJava/security
Insights https://github.com/amaybaum-dev/BenchmarkJava/pulse
apacheds-core-1.5.7.jar: 3 vulnerabilities (highest severity is: 10.0) [master] (reachable)https://github.com/amaybaum-dev/BenchmarkJava/issues/32#top
https://github.com/apps/mend-developer-platform-dev
mend-developer-platform-devhttps://github.com/apps/mend-developer-platform-dev
on Sep 28, 2025https://github.com/amaybaum-dev/BenchmarkJava/issues/32#issue-3461119502
CVE-2024-52046 https://www.mend.io/vulnerability-database/CVE-2024-52046
CVE-967109-690347 https://www.mend.io/vulnerability-database/CVE-967109-690347
CVE-2018-1000632 https://www.mend.io/vulnerability-database/CVE-2018-1000632
https://camo.githubusercontent.com/275a4487400571fbc1241101dbe0e5e29fe288995ada2ab7d7f3ffa1f12e8367/68747470733a2f2f7768697465736f757263652d7265736f75726365732e7768697465736f75726365736f6674776172652e636f6d2f7669615265642e706e67
CVE-2024-52046https://github.com/advisories/GHSA-76h9-2vwh-w278
http://mina.apache.org/ http://mina.apache.org/
CVE-2024-52046 https://www.mend.io/vulnerability-database/CVE-2024-52046
GHSA-76h9-2vwh-w278https://github.com/advisories/GHSA-76h9-2vwh-w278
http://dom4j.org http://dom4j.org
CVE-967109-690347 https://www.mend.io/vulnerability-database/CVE-967109-690347
CVE-2018-1000632https://github.com/advisories/GHSA-6pcc-3rfx-4gpm
http://dom4j.org http://dom4j.org
CVE-2018-1000632 https://www.mend.io/vulnerability-database/CVE-2018-1000632
GHSA-6pcc-3rfx-4gpmhttps://github.com/advisories/GHSA-6pcc-3rfx-4gpm
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.